/* ==========================================================================
   GOLDEN EYE PROPERTIES - LUXURY UI COMPONENTS & MODULES
   Optimized for Corporate Light Mode (Default) & Dark Mode (Toggleable)
   ========================================================================== */

/* ==========================================================================
   PAGE BANNER / SUBHEADER (APPLE KEYNOTE FROSTED STYLE)
   ========================================================================== */
.page-banner {
  position: relative;
  padding-top: calc(var(--header-height) + 3.2rem);
  padding-bottom: 3.5rem;
  background: var(--grad-subtle);
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}

[data-theme="dark"] .page-banner,
.dark .page-banner {
  background: radial-gradient(circle at 50% 20%, rgba(231, 185, 74, 0.12) 0%, transparent 60%), linear-gradient(180deg, #071A3A 0%, #031126 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-banner::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 680px;
  height: 360px;
  background: radial-gradient(ellipse, rgba(201, 149, 32, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.page-banner-title {
  font-family: var(--font-heading) !important;
  font-size: clamp(2.4rem, 5vw, 4rem);
  margin-bottom: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  line-height: 1.12;
}

.breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: 1.25rem;
  padding: 0.4rem 1.1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

[data-theme="dark"] .breadcrumb-nav,
.dark .breadcrumb-nav {
  background: rgba(7, 26, 58, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
}

.breadcrumb-nav a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb-nav a:hover {
  color: #B4860B;
}

.breadcrumb-separator {
  color: #C99520;
  font-size: 0.65rem;
  opacity: 0.7;
}

/* ==========================================================================
   CORE MODEL SHOWCASE: PROPERTY OWNERSHIP + RENTAL BENEFIT
   ========================================================================== */
.model-box {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 2rem;
  padding: 3rem;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .model-box,
.dark .model-box {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}

.model-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.3fr;
  align-items: center;
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.model-step {
  background: var(--glass-bg-subtle);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: 1.5rem;
  padding: 2rem 1.4rem;
  text-align: center;
  box-shadow: inset 0 1px 1px var(--glass-rim-top), var(--shadow-xs);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

[data-theme="dark"] .model-step,
.dark .model-step {
  background: var(--glass-bg-subtle);
  border-color: var(--glass-border);
  box-shadow: inset 0 1px 1px var(--glass-rim-top), var(--shadow-xs);
}

.model-step:hover {
  border-color: rgba(201, 149, 32, 0.5);
  transform: translateY(-8px) scale(1.015);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), var(--shadow-gold);
}

.model-step.highlight {
  border: 1.5px solid rgba(201, 149, 32, 0.6);
  background: linear-gradient(180deg, rgba(201, 149, 32, 0.08) 0%, var(--glass-bg) 100%);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), var(--shadow-gold);
}

.model-icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 1.2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: var(--gold-gradient-soft);
  border: 1px solid var(--border-gold);
  color: var(--gold-primary);
  font-weight: 800;
}

.model-operator {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--gold-primary);
}

/* ==========================================================================
   PLOT SIZES & MASTER LAYOUT GRID
   ========================================================================== */
.plot-badge-pill {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}

.plot-badge-600 { background: #fff7ed; color: #c2410c; border: 1px solid #fed7aa; }
.plot-badge-800 { background: #f0f9ff; color: #0284c7; border: 1px solid #bae6fd; }
.plot-badge-900 { background: #faf5ff; color: #7e22ce; border: 1px solid #e9d5ff; }
.plot-badge-1200 { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }

[data-theme="dark"] .plot-badge-600 { background: rgba(234, 88, 12, 0.2); color: #fb923c; border: 1px solid rgba(234, 88, 12, 0.4); }
[data-theme="dark"] .plot-badge-800 { background: rgba(56, 189, 248, 0.2); color: #38bdf8; border: 1px solid rgba(56, 189, 248, 0.4); }
[data-theme="dark"] .plot-badge-900 { background: rgba(168, 85, 247, 0.2); color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.4); }
[data-theme="dark"] .plot-badge-1200 { background: rgba(34, 197, 94, 0.2); color: #4ade80; border: 1px solid rgba(34, 197, 94, 0.4); }

.plot-card {
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 1.85rem 1.65rem;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .plot-card,
.dark .plot-card {
  background: rgba(7, 26, 58, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.plot-card:hover {
  border-color: rgba(201, 149, 32, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(201, 149, 32, 0.2), inset 0 1px 0 rgba(255, 255, 255, 1);
}

[data-theme="dark"] .plot-card:hover,
.dark .plot-card:hover {
  border-color: rgba(231, 185, 74, 0.5);
  box-shadow: 0 20px 40px -6px rgba(0, 0, 0, 0.7), 0 0 25px rgba(201, 149, 32, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.plot-dimension {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.plot-specs-list {
  margin: 1.4rem 0;
}

.plot-specs-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.88rem;
}

.plot-specs-list li span:first-child {
  color: var(--text-muted);
}

.plot-specs-list li span:last-child {
  color: var(--text-primary);
  font-weight: 600;
}

/* ==========================================================================
   LEVEL INCENTIVE & REWARD TIERS TABLE (APPLE PRECISION STYLING)
   ========================================================================== */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  border-radius: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #FFFFFF;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}

[data-theme="dark"] .table-responsive,
.dark .table-responsive {
  background: #071A3A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.table-luxury {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.table-luxury th {
  background: #0F172A;
  color: #F5E3B2;
  font-family: var(--font-heading);
  font-weight: 700;
  padding: 1.15rem 1.4rem;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 2px solid var(--gold-primary);
  white-space: nowrap;
}

[data-theme="dark"] .table-luxury th {
  background: #031126;
  border-bottom: 2px solid var(--gold-primary);
}

.table-luxury td {
  padding: 1.15rem 1.4rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.92rem;
  color: var(--text-secondary);
}

[data-theme="dark"] .table-luxury td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.table-luxury tbody tr {
  transition: background var(--transition-fast);
}

.table-luxury tbody tr:hover {
  background: rgba(201, 149, 32, 0.06);
}

[data-theme="dark"] .table-luxury tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}

.table-luxury .reward-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.95rem;
  background: rgba(201, 149, 32, 0.08);
  border: 1px solid rgba(201, 149, 32, 0.3);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  font-weight: 700;
  font-size: 0.85rem;
}

.percentage-chip {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  background: var(--gold-gradient);
  color: #070a12;
  font-weight: 800;
  font-size: 0.92rem;
}

/* ==========================================================================
   INCENTIVE DISTRIBUTION CARDS (25% + 75%)
   ========================================================================== */
.distribution-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

[data-theme="dark"] .distribution-card,
.dark .distribution-card {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
}

.distribution-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(201, 149, 32, 0.5);
  box-shadow: inset 0 2px 1.5px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-gold);
}

.pie-badge {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 1.4rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  font-weight: 900;
  font-family: var(--font-heading);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.distribution-card:hover .pie-badge {
  transform: scale(1.08) rotate(2deg);
}

.pie-25 {
  background: radial-gradient(circle, var(--bg-surface) 48%, transparent 49%), conic-gradient(#b8860b 0% 25%, #e2e8f0 25% 100%);
  border: 2px solid var(--gold-primary);
  color: var(--gold-primary);
}

.pie-75 {
  background: radial-gradient(circle, var(--bg-surface) 48%, transparent 49%), conic-gradient(#059669 0% 75%, #e2e8f0 75% 100%);
  border: 2px solid var(--emerald);
  color: var(--emerald);
}

/* ==========================================================================
   INTERACTIVE CALCULATOR TABS & CONTROLS
   ========================================================================== */
.calc-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 2.2rem;
  padding: 3rem;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .calc-card,
.dark .calc-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}

.calc-nav-tabs {
  display: flex;
  background: rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius-full);
  padding: 0.4rem;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

[data-theme="dark"] .calc-nav-tabs,
.dark .calc-nav-tabs {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
}

.calc-tab-btn {
  flex: 1;
  padding: 0.9rem 1.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: var(--radius-full);
  color: var(--text-muted);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
  border: none;
  cursor: pointer;
}

.calc-tab-btn:hover:not(.active) {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.4);
}

[data-theme="dark"] .calc-tab-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.06);
}

.calc-tab-btn.active {
  background: var(--gold-gradient);
  color: #070a12;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 4px 18px rgba(201, 149, 32, 0.35);
}

.calc-form-group {
  margin-bottom: 1.8rem;
}

.calc-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.6rem;
}

.calc-label-val {
  color: var(--gold-primary);
  font-weight: 800;
  font-size: 1.05rem;
}

.calc-range {
  width: 100%;
  height: 8px;
  background: #cbd5e1;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
}

.calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold-gradient);
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.4);
}

.calc-input {
  width: 100%;
  padding: 0.85rem 1.1rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 1rem;
  transition: border-color var(--transition-fast);
}

.calc-input:focus {
  border-color: var(--gold-primary);
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.2);
}

.calc-results-box {
  background: var(--glass-bg-subtle);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2rem;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .calc-results-box,
.dark .calc-results-box {
  background: var(--glass-bg-subtle);
  border-color: rgba(231, 185, 74, 0.35);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
}

.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--border-subtle);
}

.result-item:last-child {
  border-bottom: none;
  padding-top: 1.4rem;
}

.result-val {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-primary);
  font-family: var(--font-heading);
}

.result-val-lg {
  font-size: 1.85rem;
  color: var(--emerald);
}

/* ==========================================================================
   BROCHURE PAGE LIGHTBOX & GALLERY
   ========================================================================== */
.brochure-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.6rem;
}

.brochure-thumb-card {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-card);
  background: var(--bg-surface);
  cursor: pointer;
  transition: all var(--transition-normal);
  aspect-ratio: 16/9;
  box-shadow: var(--shadow-sm);
}

.brochure-thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.brochure-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.92) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
}

.brochure-thumb-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-md);
}

.brochure-thumb-card:hover img {
  transform: scale(1.05);
}

.brochure-thumb-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

.brochure-thumb-tag {
  font-size: 0.72rem;
  color: #fae69e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(16px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gold-primary);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
}

.lightbox-close {
  position: absolute;
  top: -45px;
  right: 0;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  background: transparent;
  border: none;
}

.lightbox-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
  pointer-events: none;
}

.lightbox-nav button {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid var(--gold-primary);
  color: #fae69e;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.lightbox-nav button:hover {
  background: var(--gold-gradient);
  color: #070a12;
}

/* ==========================================================================
   FORMS & CONTACT WRAPPER
   ========================================================================== */
.contact-form-wrapper {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 2.2rem;
  padding: 3rem;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .contact-form-wrapper,
.dark .contact-form-wrapper {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.55rem;
}

.form-control {
  width: 100%;
  padding: 0.95rem 1.25rem;
  background: var(--glass-bg-subtle);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  color: var(--text-primary);
  font-size: 0.95rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] .form-control,
.dark .form-control {
  background: rgba(10, 33, 74, 0.65);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
}

.form-control:focus {
  border-color: var(--gold-primary);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02), 0 0 0 3.5px rgba(201, 149, 32, 0.22);
  background: #ffffff;
  outline: none;
}

[data-theme="dark"] .form-control:focus,
.dark .form-control:focus {
  background: rgba(10, 33, 74, 0.95);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 0 3.5px rgba(231, 185, 74, 0.25);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* ==========================================================================
   ACCORDION FAQS
   ========================================================================== */
.faq-item {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 1.4rem;
  margin-bottom: 1.1rem;
  overflow: hidden;
  box-shadow: inset 0 1px 1px var(--glass-rim-top), var(--shadow-sm);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.25s ease;
}

[data-theme="dark"] .faq-item,
.dark .faq-item {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  box-shadow: inset 0 1px 1px var(--glass-rim-top), var(--shadow-sm);
}

.faq-header {
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  color: var(--text-primary);
  font-size: 1.02rem;
}

.faq-header:hover {
  color: var(--gold-primary);
}

.faq-icon {
  color: var(--gold-primary);
  font-size: 1.2rem;
  transition: transform var(--transition-normal);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-body {
  padding: 0 1.5rem 1.25rem 1.5rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.7;
  display: none;
}

.faq-item.active .faq-body {
  display: block;
}

/* ==========================================================================
   RESPONSIVE OVERRIDES & TOUCH POLISH
   ========================================================================== */
@media (max-width: 991px) {
  .model-flow {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .model-operator {
    text-align: center;
    transform: rotate(90deg);
    margin: 0.25rem 0;
  }
  .calc-card {
    padding: 1.6rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .model-box {
    padding: 1.5rem 1.25rem;
  }
  
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius-sm);
    box-shadow: inset -6px 0 8px -4px rgba(0, 0, 0, 0.15);
  }

  .calc-slider {
    height: 10px;
  }

  .calc-slider::-webkit-slider-thumb {
    width: 26px;
    height: 26px;
  }

  .calc-slider::-moz-range-thumb {
    width: 26px;
    height: 26px;
  }

  .calc-metric-val {
    font-size: 1.4rem;
  }

  .lightbox-content {
    max-width: 95vw;
    padding: 1rem 0.5rem;
  }
}

/* ==========================================================================
   APPLE-GRADE BENTO GRID SYSTEM
   ========================================================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.bento-col-12 { grid-column: span 12; }
.bento-col-8 { grid-column: span 8; }
.bento-col-7 { grid-column: span 7; }
.bento-col-6 { grid-column: span 6; }
.bento-col-5 { grid-column: span 5; }
.bento-col-4 { grid-column: span 4; }

.bento-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 28px;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.08);
  border-color: rgba(179, 135, 40, 0.35);
}

[data-theme="dark"] .bento-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.7);
  border-color: rgba(212, 175, 55, 0.4);
}

.bento-card-media {
  position: relative;
  min-height: 420px;
  padding: 2.5rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 28px;
  overflow: hidden;
}

.bento-card-media .bento-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.bento-card-media:hover .bento-bg-img {
  transform: scale(1.04);
}

.bento-card-media .bento-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 17, 21, 0.15) 0%, rgba(15, 17, 21, 0.5) 40%, rgba(15, 17, 21, 0.94) 100%);
  z-index: 2;
}

.bento-card-media .bento-content {
  position: relative;
  z-index: 3;
}

.bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  margin-bottom: 1rem;
}

/* ==========================================================================
   APPLE-STYLE SEGMENTED CONTROLS
   ========================================================================== */
.apple-segment {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 9999px;
  padding: 4px;
}

[data-theme="dark"] .apple-segment {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.apple-segment-btn {
  padding: 0.45rem 1.25rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  border-radius: 9999px;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.apple-segment-btn:hover {
  color: var(--text-primary);
}

.apple-segment-btn.active {
  background: var(--bg-surface);
  color: var(--text-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

[data-theme="dark"] .apple-segment-btn.active {
  background: #242426;
  color: #f5f5f7;
}

/* ==========================================================================
   MINIMALIST SVG ICON SYSTEM
   ========================================================================== */
.icon-svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon-svg-lg {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-svg-sm {
  width: 0.95rem;
  height: 0.95rem;
}

@media (max-width: 1024px) {
  .bento-col-8, .bento-col-7, .bento-col-5, .bento-col-6, .bento-col-4 {
    grid-column: span 6;
  }
}

@media (max-width: 768px) {
  .bento-col-8, .bento-col-7, .bento-col-5, .bento-col-6, .bento-col-4, .bento-col-12 {
    grid-column: span 12;
  }
  .bento-card {
    padding: 1.6rem;
    border-radius: 20px;
  }
  .bento-card-media {
    min-height: 340px;
    padding: 1.6rem;
    border-radius: 20px;
  }
}

/* ==========================================================================
   REIMAGINED HOMEPAGE: LUXURY ARCHITECTURAL UI SUITE
   ========================================================================== */

/* Prestige Status Ticker */
.prestige-ticker {
  background: var(--bg-surface);
  border-bottom: 1px solid var(--border-subtle);
  padding: 0.55rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.prestige-ticker-dot {
  width: 5px;
  height: 5px;
  background: var(--gold-primary);
  border-radius: 50%;
  display: inline-block;
}

/* Hero Editorial Layout */
.hero-editorial {
  position: relative;
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 5.5rem;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.07) 0%, transparent 50%),
              radial-gradient(circle at 10% 80%, rgba(16, 185, 129, 0.04) 0%, transparent 40%);
}

.hero-editorial-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

@media (max-width: 1024px) {
  .hero-editorial-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

/* Hero Live Asset HUD */
.hero-hud-card {
  background: var(--bg-surface);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid var(--border-gold);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 25px rgba(212, 175, 55, 0.12);
  position: relative;
}

.hud-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--gold-primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hud-metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin: 1.5rem 0;
  padding: 1.2rem 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.hud-stat-box {
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 1rem;
}

/* Keynote Dual Wealth Comparison */
.comparison-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 3rem 0;
}

@media (max-width: 860px) {
  .comparison-card-group {
    grid-template-columns: 1fr;
  }
}

.comparison-card {
  border-radius: 24px;
  padding: 2.2rem;
  transition: all var(--transition-normal);
}

.comparison-card.traditional {
  background: var(--bg-surface-elevated);
  border: 1px solid var(--border-subtle);
  opacity: 0.85;
}

.comparison-card.golden-eye {
  background: var(--bg-surface);
  border: 2px solid var(--gold-primary);
  box-shadow: 0 15px 35px -10px rgba(212, 175, 55, 0.2);
  position: relative;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Masterplan Explorer Hotspots */
.masterplan-explorer-wrapper {
  position: relative;
  background: var(--bg-surface);
  border: 1px solid var(--border-gold);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.masterplan-canvas-area {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 420px;
  max-height: 650px;
  overflow: hidden;
  background: #0f172a;
}

.masterplan-canvas-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Interactive Hotspot Marker */
.masterplan-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(15, 23, 42, 0.85);
  border: 2px solid #eab308;
  border-radius: 50%;
  color: #eab308;
  box-shadow: 0 0 15px rgba(234, 179, 8, 0.6);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.masterplan-hotspot:hover,
.masterplan-hotspot.active {
  transform: translate(-50%, -50%) scale(1.25);
  background: #eab308;
  color: #0f172a;
  box-shadow: 0 0 25px rgba(234, 179, 8, 0.9);
}

.masterplan-hotspot::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px solid #eab308;
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.masterplan-hud-detail {
  padding: 2.2rem;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 768px) {
  .masterplan-hud-detail {
    grid-template-columns: 1fr;
  }
}

/* Dynamic Blueprint Specifier */
.blueprint-showcase-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: center;
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .blueprint-showcase-grid {
    grid-template-columns: 1fr;
  }
}

.blueprint-canvas {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.96) 0%, rgba(30, 41, 59, 0.98) 100%);
  border: 1px solid var(--border-gold);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.blueprint-grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(212, 175, 55, 0.08) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(212, 175, 55, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.blueprint-box {
  display: inline-block;
  border: 2px dashed rgba(212, 175, 55, 0.7);
  background: rgba(212, 175, 55, 0.06);
  border-radius: 12px;
  padding: 2.5rem 3.5rem;
  position: relative;
  margin: 1.5rem 0;
  transition: all 0.4s ease;
}

/* Strategic Transit Radar */
.transit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .transit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .transit-grid {
    grid-template-columns: 1fr;
  }
}

.transit-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  padding: 1.6rem;
  text-align: center;
  transition: all 0.3s ease;
}

.transit-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

/* ==========================================================================
   GOLDEN EYE 20-SECTION LUXURY COMPONENT SUITE
   ========================================================================== */

/* 1. Hero Property-Search HUD */
.hero-search-hud {
  background: rgba(7, 26, 58, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(201, 149, 32, 0.35);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 20px 40px rgba(3, 17, 38, 0.45);
  margin-top: 2rem;
}

.search-tab-btn {
  padding: 0.5rem 1.2rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #CBD5E1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease;
}

.search-tab-btn:hover,
.search-tab-btn.active {
  background: var(--gold-gradient);
  color: #031126;
  border-color: var(--gold-bright);
  font-weight: 700;
}

.search-input-field {
  background: rgba(3, 17, 38, 0.7);
  border: 1px solid rgba(201, 149, 32, 0.25);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: #FFFFFF;
  font-size: 0.88rem;
  width: 100%;
}

.search-input-field:focus {
  outline: none;
  border-color: var(--gold-bright);
  box-shadow: 0 0 10px rgba(231, 185, 74, 0.25);
}

/* 2. Three Golden Eye Difference Blocks */
.difference-block {
  background: var(--bg-surface);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  position: relative;
  transition: all 0.35s ease;
}

.difference-block:hover {
  transform: translateY(-6px);
  border-color: var(--gold-bright);
  box-shadow: var(--shadow-gold);
}

.diff-number {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-primary);
  opacity: 0.85;
  margin-bottom: 0.75rem;
}

/* 3. Partner Program 3-Step Process */
.partner-steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 1.5rem;
  margin: 3rem 0;
}

@media (max-width: 900px) {
  .partner-steps-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .partner-step-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

.partner-step-card {
  background: #071A3A;
  border: 1px solid rgba(201, 149, 32, 0.3);
  border-radius: 20px;
  padding: 2.5rem 1.8rem;
  text-align: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

.partner-step-card:hover {
  border-color: var(--gold-bright);
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(3, 17, 38, 0.4);
}

.gold-circle-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: #031126;
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem auto;
  box-shadow: 0 4px 15px rgba(201, 149, 32, 0.35);
}

/* 4. Level Incentive Table & Cards */
.incentive-table-wrapper {
  background: #031126;
  border: 1px solid rgba(201, 149, 32, 0.3);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.incentive-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #FFFFFF;
}

.incentive-table th {
  background: #071A3A;
  padding: 1.2rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-champagne);
  border-bottom: 2px solid rgba(201, 149, 32, 0.4);
}

.incentive-table td {
  padding: 1.1rem 1.5rem;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: middle;
}

.incentive-table tr:hover td {
  background: rgba(201, 149, 32, 0.08);
}

.percentage-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  background: var(--gold-gradient);
  color: #031126;
  font-weight: 800;
  font-size: 0.92rem;
  box-shadow: 0 2px 8px rgba(201, 149, 32, 0.25);
}

/* 5. 25:75 Split Formula Visualizer */
.split-formula-card {
  background: #071A3A;
  border: 1px solid rgba(201, 149, 32, 0.3);
  border-radius: 24px;
  padding: 2.5rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.split-pill {
  border-radius: 16px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.split-pill-25 {
  background: rgba(201, 149, 32, 0.12);
  border: 1px solid var(--gold-bright);
}

.split-pill-75 {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid #10b981;
}

/* 6. Binary Balance Royalty Tree */
.binary-tree-container {
  background: #031126;
  border: 1px solid rgba(201, 149, 32, 0.3);
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  color: #FFFFFF;
}

.binary-node {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1.5px solid var(--gold-metallic);
  background: #071A3A;
  box-shadow: 0 4px 15px rgba(201, 149, 32, 0.15);
}

.binary-node.root {
  background: var(--gold-gradient);
  color: #031126;
  border-color: var(--gold-bright);
  font-size: 1.1rem;
}

/* 7. Golden 50 Privilege Trophy Enclave */
.golden-50-enclave {
  background: linear-gradient(135deg, #031126 0%, #081D40 50%, #031126 100%);
  border: 2px solid var(--gold-metallic);
  border-radius: 28px;
  padding: 3.5rem 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(201, 149, 32, 0.2);
}

.trophy-50-badge {
  font-family: var(--font-serif);
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 15px rgba(201, 149, 32, 0.4));
}

/* 8. 6-Step Visual Journey Path */
.journey-step-pill {
  background: var(--bg-surface);
  border: 1px solid var(--border-gold);
  border-radius: 18px;
  padding: 1.8rem 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.journey-step-pill:hover {
  transform: translateY(-5px);
  border-color: var(--gold-bright);
  box-shadow: var(--shadow-md);
}

/* 9. Property Categories Card */
.category-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border-subtle);
  transition: all 0.4s ease;
}

.category-card:hover {
  border-color: var(--gold-bright);
  transform: translateY(-5px);
  box-shadow: var(--shadow-gold);
}

.category-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-card:hover .category-card-img {
  transform: scale(1.08);
}

.category-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(3, 17, 38, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  color: #FFFFFF;
}

/* 10. Floating WhatsApp Button & Mobile Action Bar */
.floating-whatsapp-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
}

.floating-whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
  color: #FFFFFF;
}

.mobile-bottom-bar {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: none !important;
  }
  .floating-whatsapp-btn {
    bottom: 24px;
    right: 20px;
  }
}

/* ==========================================================================
   APPLE-STYLE LUXURY DESIGN SYSTEM (REIMAGINED FOR GOLDEN EYE)
   ========================================================================== */

/* 1. Floating Capsule Island Navbar */
.apple-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  padding: 1rem 1.25rem;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.apple-nav-capsule {
  pointer-events: auto;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 0.55rem 1rem 0.55rem 1.5rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  transition: all 0.3s ease;
}

[data-theme="dark"] .apple-nav-capsule,
.dark .apple-nav-capsule {
  background: rgba(7, 26, 58, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(255, 255, 255, 0.05);
}

.apple-header-wrapper.scrolled .apple-nav-capsule {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

[data-theme="dark"] .apple-header-wrapper.scrolled .apple-nav-capsule,
.dark .apple-header-wrapper.scrolled .apple-nav-capsule {
  background: rgba(7, 26, 58, 0.96);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}

.apple-nav-link {
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  padding: 0.4rem 0.85rem;
  border-radius: 9999px;
  transition: all 0.2s ease;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

[data-theme="dark"] .apple-nav-link,
.dark .apple-nav-link {
  color: #E2E8F0;
}

.apple-nav-link:hover,
.apple-nav-link.active {
  color: #B4860B;
  background: rgba(201, 149, 32, 0.08);
}

[data-theme="dark"] .apple-nav-link:hover,
.dark .apple-nav-link:hover,
[data-theme="dark"] .apple-nav-link.active,
.dark .apple-nav-link.active {
  color: #F5E3B2;
  background: rgba(255, 255, 255, 0.1);
}

/* 2. Apple Keynote Display Typography */
.apple-hero-title {
  font-size: clamp(2.5rem, 5.5vw, 5rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #0F172A;
}

[data-theme="dark"] .apple-hero-title,
.dark .apple-hero-title {
  color: #FFFFFF;
}

.apple-gradient-text {
  background: linear-gradient(135deg, #A6760F 0%, #C99520 40%, #E7B94A 70%, #C99520 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.apple-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 1.05rem;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(201, 149, 32, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(201, 149, 32, 0.32);
  color: #A6760F;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 2px 8px rgba(201, 149, 32, 0.12);
  transition: all 0.3s ease;
}

[data-theme="dark"] .apple-badge-pill,
.dark .apple-badge-pill {
  color: #E7B94A;
  background: rgba(231, 185, 74, 0.12);
  border-color: rgba(231, 185, 74, 0.38);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* 3. Apple Pro Viewport Container */
.apple-pro-viewport {
  position: relative;
  border-radius: 2.2rem;
  overflow: hidden;
  background: #031126;
  border: 1px solid rgba(201, 149, 32, 0.4);
  box-shadow: inset 0 1.5px 1px rgba(255, 255, 255, 0.15), 0 28px 70px -15px rgba(3, 17, 38, 0.35);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.apple-pro-viewport:hover {
  box-shadow: inset 0 2px 1.5px rgba(255, 255, 255, 0.25), 0 35px 80px -15px rgba(201, 149, 32, 0.35);
}

.apple-metric-chip {
  position: absolute;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 1.3rem;
  padding: 0.9rem 1.25rem;
  box-shadow: inset 0 1px 1px var(--glass-rim-top), var(--shadow-md);
  color: var(--text-primary);
  z-index: 10;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

[data-theme="dark"] .apple-metric-chip,
.dark .apple-metric-chip {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: #FFFFFF;
  box-shadow: inset 0 1px 1px var(--glass-rim-top), var(--shadow-lg);
}

.apple-metric-chip:hover {
  transform: scale(1.06);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), var(--shadow-gold);
}

/* 4. Apple Floating Dock Toolbar */
.apple-dock-filter {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  padding: 5px;
  border-radius: 9999px;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.95);
  gap: 4px;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.apple-dock-filter::-webkit-scrollbar {
  display: none;
}

[data-theme="dark"] .apple-dock-filter,
.dark .apple-dock-filter {
  background: rgba(7, 26, 58, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.12);
}

.apple-dock-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 1.25rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
  color: #64748B;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border: none;
  background: transparent;
  line-height: 1;
  box-sizing: border-box;
}

[data-theme="dark"] .apple-dock-tab,
.dark .apple-dock-tab {
  color: #94A3B8;
}

.apple-dock-tab:hover {
  color: #0F172A;
  background: rgba(15, 23, 42, 0.05);
}

[data-theme="dark"] .apple-dock-tab:hover,
.dark .apple-dock-tab:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.apple-dock-tab.active {
  background: #0F172A !important;
  color: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .apple-dock-tab.active,
.dark .apple-dock-tab.active {
  background: var(--gold-gradient) !important;
  color: #031126 !important;
  box-shadow: 0 4px 16px rgba(201, 149, 32, 0.4), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

@media (max-width: 640px) {
  .apple-dock-filter {
    padding: 4px;
    gap: 3px;
  }
  .apple-dock-tab {
    height: 34px;
    padding: 0 0.85rem;
    font-size: 0.76rem;
  }
}

/* 5. Apple Pro Bento Grid */
.apple-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}

.apple-bento-col-8 {
  grid-column: span 8;
}

.apple-bento-col-4 {
  grid-column: span 4;
}

.apple-bento-col-6 {
  grid-column: span 6;
}

@media (max-width: 991px) {
  .apple-bento-col-8,
  .apple-bento-col-4,
  .apple-bento-col-6 {
    grid-column: span 12;
  }
}

.apple-bento-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 2.2rem;
  padding: 2.4rem;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

[data-theme="dark"] .apple-bento-card,
.dark .apple-bento-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
}

.apple-bento-card:hover {
  transform: translateY(-8px) scale(1.008);
  border-color: rgba(201, 149, 32, 0.48);
  box-shadow: inset 0 2px 1.5px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-gold);
}

/* 6. Hardware-Style Plot Specification Card */
.apple-spec-card {
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 1.85rem 1.65rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .apple-spec-card,
.dark .apple-spec-card {
  background: rgba(7, 26, 58, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.apple-spec-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 149, 32, 0.45);
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.1), 0 0 0 1px rgba(201, 149, 32, 0.2), inset 0 1px 0 rgba(255, 255, 255, 1);
}

[data-theme="dark"] .apple-spec-card:hover,
.dark .apple-spec-card:hover {
  border-color: rgba(231, 185, 74, 0.5);
  box-shadow: 0 20px 40px -6px rgba(0, 0, 0, 0.7), 0 0 25px rgba(201, 149, 32, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.apple-spec-card.popular {
  border: 1.5px solid rgba(201, 149, 32, 0.45);
  box-shadow: 0 8px 30px -4px rgba(201, 149, 32, 0.15), 0 2px 8px rgba(15, 23, 42, 0.04), inset 0 1px 0 rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 251, 238, 0.7) 100%);
}

[data-theme="dark"] .apple-spec-card.popular,
.dark .apple-spec-card.popular {
  background: linear-gradient(180deg, rgba(10, 33, 74, 0.95) 0%, rgba(7, 26, 58, 0.95) 100%);
  border: 1.5px solid rgba(231, 185, 74, 0.55);
  box-shadow: 0 12px 36px -4px rgba(0, 0, 0, 0.7), 0 0 25px rgba(201, 149, 32, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* 7. Apple Comparison Matrix */
.apple-matrix-card {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}

[data-theme="dark"] .apple-matrix-card,
.dark .apple-matrix-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}

/* 8. Apple Opportunity Card (Architectural Showcase) */
.apple-opportunity-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
  display: flex;
  flex-direction: column;
}

[data-theme="dark"] .apple-opportunity-card,
.dark .apple-opportunity-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
}

.apple-opportunity-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(201, 149, 32, 0.55);
  box-shadow: inset 0 2px 1.5px var(--glass-rim-top), var(--shadow-gold);
}

.apple-opportunity-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.apple-opportunity-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.apple-opportunity-card:hover .apple-opportunity-media img {
  transform: scale(1.08);
}

.apple-opportunity-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.4rem 0.95rem;
  border-radius: 9999px;
  background: rgba(3, 17, 38, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #F5E3B2;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.apple-opportunity-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* Featured Larger Opportunity Card (Dedicated Full-Width Row) */
.apple-opportunity-featured .apple-opportunity-media {
  aspect-ratio: 24 / 9;
  max-height: 380px;
}

@media (max-width: 768px) {
  .apple-opportunity-featured .apple-opportunity-media {
    aspect-ratio: 16 / 10;
  }
}

.apple-opportunity-featured .apple-opportunity-body {
  padding: 1.6rem 2rem;
}

/* 9. Apple Pillar & Trust Card */
.apple-pillar-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 1.85rem;
  padding: 2rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .apple-pillar-card,
.dark .apple-pillar-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-sm);
}

.apple-pillar-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(201, 149, 32, 0.5);
  box-shadow: inset 0 2px 1.5px var(--glass-rim-top), var(--shadow-gold);
}

.apple-pillar-icon {
  width: 56px;
  height: 56px;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 149, 32, 0.1);
  color: #B4860B;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(201, 149, 32, 0.28);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), 0 4px 12px rgba(201, 149, 32, 0.1);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] .apple-pillar-icon,
.dark .apple-pillar-icon {
  background: rgba(201, 149, 32, 0.16);
  color: #F5E3B2;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), 0 4px 15px rgba(0, 0, 0, 0.3);
}

.apple-pillar-card:hover .apple-pillar-icon {
  transform: scale(1.1) rotate(4deg);
  background: var(--gold-gradient);
  color: #031126;
  border-color: transparent;
  box-shadow: 0 8px 25px rgba(201, 149, 32, 0.4);
}

/* 10. Apple Journey Step Card */
.apple-step-card {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  border-radius: 1.75rem;
  padding: 1.6rem 1.25rem;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xs);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .apple-step-card,
.dark .apple-step-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xs);
}

.apple-step-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(201, 149, 32, 0.48);
  box-shadow: inset 0 2px 1.5px var(--glass-rim-top), var(--shadow-gold);
}

.apple-step-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(201, 149, 32, 0.12);
  border: 1.5px solid rgba(201, 149, 32, 0.4);
  color: #B4860B;
  font-weight: 800;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.8), 0 4px 10px rgba(201, 149, 32, 0.12);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-theme="dark"] .apple-step-badge,
.dark .apple-step-badge {
  color: #F5E3B2;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), 0 4px 12px rgba(0, 0, 0, 0.3);
}

.apple-step-card:hover .apple-step-badge {
  background: var(--gold-gradient);
  color: #031126;
  border-color: transparent;
  transform: scale(1.12);
  box-shadow: 0 6px 20px rgba(201, 149, 32, 0.4);
}

/* 11. Apple FAQ Accordion Card */
.apple-faq-card {
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.09) !important;
  background: #FFFFFF !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: inset 0 1px 1px var(--glass-rim-top), 0 2px 8px rgba(0, 0, 0, 0.03);
}

[data-theme="dark"] .apple-faq-card,
.dark .apple-faq-card,
html.dark .apple-faq-card {
  background: #071A3A !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 1px var(--glass-rim-top), 0 4px 16px rgba(0, 0, 0, 0.25);
}

.apple-faq-card:hover {
  border-color: rgba(201, 149, 32, 0.4) !important;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), 0 8px 24px rgba(201, 149, 32, 0.12);
}

.apple-faq-trigger {
  width: 100%;
  padding: 1.35rem 1.6rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 0.96rem;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  color: #0F172A !important;
  transition: color 0.2s ease;
}

[data-theme="dark"] .apple-faq-trigger,
.dark .apple-faq-trigger,
html.dark .apple-faq-trigger {
  color: #FFFFFF !important;
}

.apple-faq-trigger:hover {
  color: #B4860B !important;
}

[data-theme="dark"] .apple-faq-trigger:hover,
.dark .apple-faq-trigger:hover,
html.dark .apple-faq-trigger:hover {
  color: #F5E3B2 !important;
}

.apple-faq-trigger svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

/* Bootstrap accordion trigger state */
.apple-faq-trigger:not(.collapsed) svg {
  transform: rotate(180deg);
}

/* Custom JS accordion trigger state */
.apple-faq-card.active .apple-faq-trigger svg,
.apple-faq-card.open .apple-faq-trigger svg {
  transform: rotate(180deg) !important;
}

/* Base styling for FAQ content */
.apple-faq-content {
  padding: 0 1.6rem 1.45rem 1.6rem;
  font-size: 0.94rem;
  line-height: 1.75;
  color: #334155 !important;
}

[data-theme="dark"] .apple-faq-content,
.dark .apple-faq-content,
html.dark .apple-faq-content {
  color: #CBD5E1 !important;
}

.apple-faq-content a {
  color: #C99520 !important;
  text-decoration: underline;
  font-weight: 600;
}

[data-theme="dark"] .apple-faq-content a,
.dark .apple-faq-content a,
html.dark .apple-faq-content a {
  color: #E7B94A !important;
}

/* Direct child content on standalone pages with fluid Apple cubic-bezier transition */
.apple-faq-card > .apple-faq-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 1.6rem 0 1.6rem;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.28s ease, 
              padding 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.4s;
}

.apple-faq-card.active > .apple-faq-content,
.apple-faq-card.open > .apple-faq-content {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  padding: 0 1.6rem 1.45rem 1.6rem;
}

/* Active card highlight state */
.apple-faq-card.active,
.apple-faq-card.open {
  border-color: rgba(201, 149, 32, 0.5) !important;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), 0 8px 24px rgba(201, 149, 32, 0.12);
}

[data-theme="dark"] .apple-faq-card.active,
.dark .apple-faq-card.active,
html.dark .apple-faq-card.active {
  border-color: rgba(231, 185, 74, 0.5) !important;
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), 0 8px 24px rgba(201, 149, 32, 0.25);
}

/* For index.html where .apple-faq-content is inside a Bootstrap .collapse container */
.apple-faq-card .collapse .apple-faq-content {
  max-height: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  padding: 0 1.6rem 1.45rem 1.6rem;
}

/* 12. Apple Comparison Glass Containers */
.apple-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}

@media (max-width: 768px) {
  .apple-comparison-grid {
    grid-template-columns: 1fr;
  }
}

.apple-compare-card {
  padding: 2.5rem;
  border-radius: 2rem;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

[data-theme="dark"] .apple-compare-card,
.dark .apple-compare-card {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-md);
}

.apple-compare-card.highlighted {
  border-color: rgba(201, 149, 32, 0.55);
  box-shadow: inset 0 2px 1.5px var(--glass-rim-top), var(--shadow-gold);
  background: linear-gradient(180deg, rgba(201, 149, 32, 0.06) 0%, var(--glass-bg) 35%);
}

[data-theme="dark"] .apple-compare-card.highlighted {
  background: linear-gradient(180deg, rgba(231, 185, 74, 0.1) 0%, var(--glass-bg) 35%);
  border-color: rgba(231, 185, 74, 0.55);
}

/* 13. Apple Glass Data Table */
.apple-glass-table-container {
  width: 100%;
  overflow-x: auto;
  border-radius: 2rem;
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  border: 1px solid var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}

[data-theme="dark"] .apple-glass-table-container,
.dark .apple-glass-table-container {
  background: var(--glass-bg);
  border-color: var(--glass-border);
  box-shadow: inset 0 1.5px 1px var(--glass-rim-top), inset 0 -1px 1px var(--glass-rim-bottom), var(--shadow-xl);
}



