/* ===================================================
   REAL ESTATE AUTHORITY — PREMIUM LANDING PAGE CSS
   Design: Dark Navy + Gold + White | Ultra Premium
   =================================================== */

/* ===================== RESET & BASE ===================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #0a0c14;
  color: #e8e4dc;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ===================== DESIGN TOKENS ===================== */
:root {
  --navy:       #0a0c14;
  --navy-mid:   #111424;
  --navy-light: #1a1f35;
  --navy-card:  #141829;
  --white:      #ffffff;
  --cream:      #f8f5ef;
  --cream-mid:  #f0ebe0;
  --gold:       #c9a84c;
  --gold-light: #e8c96a;
  --gold-dark:  #a8852a;
  --text-dark:  #1a1f35;
  --text-muted: #8e9ab5;
  --text-light: #cbd3e8;
  --border:     rgba(201,168,76,0.2);
  --radius:     12px;
  --radius-lg:  20px;
  --shadow-gold: 0 4px 30px rgba(201,168,76,0.25);
  --shadow-card: 0 8px 40px rgba(0,0,0,0.3);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===================== UTILITY ===================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }
}

a { text-decoration: none; color: inherit; }

img { max-width: 100%; display: block; }

/* ===================== TYPOGRAPHY TOKENS ===================== */
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.section-label.light { color: var(--gold-light); }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.section-title.light { color: var(--white); }

.section-sub {
  font-size: 1.1rem;
  color: #5a6480;
  max-width: 680px;
  margin-bottom: 56px;
  line-height: 1.8;
}

.section-sub.light { color: var(--text-light); }

.highlight-gold { color: var(--gold); }
.highlight-dark  { color: var(--navy); }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy);
  box-shadow: 0 4px 20px rgba(201,168,76,0.4);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s ease;
}

.btn-primary:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 8px 30px rgba(201,168,76,0.5);
}

.btn-primary:hover::before { left: 100%; }

.btn-primary:active { transform: translateY(0); }

.btn-nav {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
  font-size: 0.85rem;
  padding: 10px 22px;
}

.btn-nav:hover {
  background: var(--gold);
  color: var(--navy);
}

/* ===================== NAVBAR ===================== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10,12,20,0.0);
  backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}

.navbar.scrolled {
  background: rgba(10,12,20,0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.02em;
}

.logo-icon {
  color: var(--gold);
  font-size: 1.4rem;
}

/* ===================== HERO SECTION ===================== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, #0d1028 50%, #111835 100%);
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 72px;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(74,110,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(201,168,76,0.04)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gold-light);
  margin-bottom: 28px;
  letter-spacing: 0.03em;
}

.badge-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 24px;
}

.hero-headline .highlight-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 90%;
}

.hero-actions { margin-bottom: 40px; }

.hero-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text-light);
}

.trust-icon {
  color: var(--gold);
  font-size: 0.7rem;
}

/* Hero Visual */
.hero-visual { position: relative; }

.hero-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: visible;
}

.hero-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card), 0 0 80px rgba(201,168,76,0.1);
}

.hero-card {
  position: absolute;
  background: rgba(10,12,20,0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-card);
  animation: float 4s ease-in-out infinite;
}

.hero-card.card-1 {
  bottom: 80px; left: -40px;
  animation-delay: 0s;
}

.hero-card.card-2 {
  top: 60px; right: -30px;
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

.card-icon { font-size: 1.6rem; }

.card-stat {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
}

.card-label {
  font-size: 0.75rem;
  color: var(--text-light);
}

.hero-scroll-hint {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollDown {
  0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
  50%       { opacity: 1;   transform: scaleY(1); }
}

/* ===================== SECTIONS ===================== */
.section { padding: 100px 0; }

.section-light { background: var(--cream); }

.section-dark  { background: var(--navy-mid); }

.section-light .section-title { color: var(--text-dark); }
.section-light .section-sub   { color: #5a6480; }

/* ===================== PROBLEM SECTION ===================== */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}

.problem-card {
  background: var(--white);
  border: 1px solid rgba(25, 35, 80, 0.1);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.problem-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.problem-card:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.problem-card:hover::before { transform: scaleX(1); }

.problem-icon { font-size: 2rem; margin-bottom: 16px; }

.problem-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.problem-card p { color: #5a6480; font-size: 0.93rem; line-height: 1.7; }

.problem-summary {
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--navy) 0%, #1a1f35 100%);
  border: 1px solid var(--border);
}

.problem-summary-inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 40px;
}

.ps-icon {
  font-size: 2rem;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 4px;
}

.problem-summary-inner p {
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.8;
}

.problem-summary-inner strong { color: var(--gold); }

/* ===================== CTA BLOCK ===================== */
.cta-block {
  background: linear-gradient(135deg, #c9a84c 0%, #a8852a 50%, #c9a84c 100%);
  background-size: 200% 200%;
  animation: gradientShift 6s ease infinite;
  padding: 56px 0;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50%       { background-position: 100% 50%; }
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-copy {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  max-width: 600px;
}

.cta-block .btn-primary {
  background: var(--navy);
  color: var(--gold);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  flex-shrink: 0;
}

.cta-block .btn-primary:hover {
  background: #111424;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}

/* ===================== MARKET SHIFT SECTION ===================== */
.shift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.shift-item {
  border-left: 2px solid var(--gold);
  padding: 8px 0 8px 28px;
  transition: var(--transition);
}

.shift-item:hover { border-left-color: var(--gold-light); }

.shift-number {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: rgba(201,168,76,0.2);
  margin-bottom: 12px;
  line-height: 1;
}

.shift-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}

.shift-item p { color: var(--text-light); font-size: 0.95rem; line-height: 1.75; }

/* ===================== OPPORTUNITY SECTION ===================== */
.opportunity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.opp-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 36px 32px;
  border: 1px solid rgba(25,35,80,0.08);
  position: relative;
  transition: var(--transition);
  overflow: hidden;
}

.opp-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--navy), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.opp-card:hover { 
  transform: translateY(-6px); 
  box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}

.opp-card:hover::after { transform: scaleX(1); }

.opp-number {
  font-size: 1.8rem;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 16px;
  transition: var(--transition);
}

.opp-card:hover .opp-number { transform: translateX(6px); }

.opp-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.opp-card p { color: #5a6480; font-size: 0.93rem; line-height: 1.7; }

/* ===================== SYSTEM SECTION ===================== */
.system-pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.pillar {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  border: 1px solid rgba(25,35,80,0.08);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.pillar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.05), rgba(201,168,76,0));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pillar:hover { 
  transform: translateY(-8px); 
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  border-color: var(--gold);
}

.pillar:hover::before { opacity: 1; }

.pillar-icon { font-size: 2.4rem; margin-bottom: 20px; }

.pillar h3 {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.pillar p { color: #5a6480; font-size: 0.82rem; line-height: 1.65; }

/* ===================== STEPS / HOW IT WORKS ===================== */
.steps-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  align-items: flex-start;
  padding: 48px 0;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  transition: var(--transition);
}

.step:last-child { border-bottom: none; }

.step:hover .step-num {
  color: var(--gold);
  transform: scale(1.05);
}

.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(201,168,76,0.15);
  line-height: 1;
  transition: var(--transition);
}

.step-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}

.step-body p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 20px;
}

.step-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 0.9rem;
}

.step-list li::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.65rem;
  flex-shrink: 0;
}

/* ===================== BEFORE / AFTER ===================== */
.ba-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.ba-card {
  padding: 48px 40px;
}

.ba-card.before {
  background: var(--white);
  border: 1px solid rgba(25,35,80,0.1);
}

.ba-card.after {
  background: linear-gradient(135deg, var(--navy) 0%, #1a1f35 100%);
  border: 1px solid var(--border);
}

.ba-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding: 6px 14px;
  border-radius: 4px;
  display: inline-block;
}

.before-label {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.after-label {
  background: rgba(201,168,76,0.15);
  color: var(--gold);
}

.ba-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ba-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  line-height: 1.5;
}

.ba-card.before .ba-list li { color: #5a6480; }
.ba-card.after  .ba-list li { color: var(--text-light); }

.ba-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.ba-icon.bad  { background: rgba(239,68,68,0.12); color: #ef4444; }
.ba-icon.good { background: rgba(201,168,76,0.2);  color: var(--gold); }

.ba-divider {
  background: linear-gradient(to bottom, var(--cream), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.ba-arrow {
  font-size: 2rem;
  color: var(--gold);
  font-weight: 900;
  background: var(--navy);
  border: 2px solid var(--gold);
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
}

/* ===================== TESTIMONIALS ===================== */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 24px;
  align-items: start;
}

.testimonial-card {
  background: var(--navy-card);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: var(--transition);
}

.featured-testimonial {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, var(--navy-card) 40%);
  margin-top: -20px;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3), 0 0 30px rgba(201,168,76,0.1);
}

.stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.t-quote {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 28px;
}

.t-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.t-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.t-name {
  font-weight: 600;
  color: var(--white);
  font-size: 0.95rem;
}

.t-role {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* ===================== CASE STUDIES ===================== */
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.case-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(25,35,80,0.1);
  overflow: hidden;
  transition: var(--transition);
}

.case-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.case-header {
  background: linear-gradient(135deg, var(--navy) 0%, #1a1f35 100%);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.case-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--navy);
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(201,168,76,0.3);
}

.case-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}

.case-market {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.case-body { padding: 36px; }

.case-block { margin-bottom: 28px; }

.case-block:last-child { margin-bottom: 0; }

.case-block-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 4px;
  display: inline-block;
}

.challenge { background: rgba(239,68,68,0.1);  color: #ef4444; }
.solution  { background: rgba(74,110,255,0.1);  color: #4a6eff; }
.result    { background: rgba(201,168,76,0.15); color: var(--gold-dark); }

.case-block p {
  color: #5a6480;
  font-size: 0.92rem;
  line-height: 1.7;
}

.case-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.case-stat {
  background: #f8f5ef;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  border: 1px solid rgba(201,168,76,0.15);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold-dark);
  margin-bottom: 4px;
}

.stat-label { color: #5a6480; font-size: 0.75rem; line-height: 1.3; }

/* ===================== WHY DIFFERENT ===================== */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: center;
  background: var(--navy-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
}

.diff-col { padding: 48px 40px; }

.diff-col.others {
  border-right: 1px solid rgba(201,168,76,0.1);
}

.diff-col-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5a6480;
  margin-bottom: 28px;
}

.diff-col-label.gold { color: var(--gold); }

.diff-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.diff-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
}

.diff-col.others .diff-list li { color: #5a6480; }
.diff-col.us     .diff-list li { color: var(--text-light); }

.diff-x     { color: #ef4444; font-size: 0.85rem; font-weight: 700; }
.diff-check { color: var(--gold); font-size: 0.85rem; font-weight: 700; }

.diff-vs {
  padding: 0 24px;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold);
  opacity: 0.4;
}

/* ===================== FORM SECTION ===================== */
.form-section { background: var(--cream); }

.form-wrap {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: start;
}

.form-trust-sidebar {
  background: linear-gradient(135deg, var(--navy) 0%, #1a1f35 100%);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  border: 1px solid var(--border);
  position: sticky;
  top: 100px;
}

.fts-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 28px;
}

.fts-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.fts-icon { color: var(--gold); font-size: 1rem; margin-top: 2px; }

.fts-item strong { display: block; color: var(--white); font-size: 0.95rem; margin-bottom: 6px; }
.fts-item p      { color: var(--text-muted); font-size: 0.85rem; line-height: 1.6; }

.fts-disclaimer {
  margin-top: 32px;
  padding: 20px;
  background: rgba(201,168,76,0.08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
}

.fts-disclaimer strong { color: var(--gold); }

/* === FORM STYLES === */
.apply-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full { grid-column: 1 / -1; }

.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.02em;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--white);
  border: 1.5px solid rgba(25,35,80,0.15);
  border-radius: 8px;
  padding: 14px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
  transition: var(--transition);
  outline: none;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.12);
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: #b0bad0; }

.form-group select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238e9ab5' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }

.form-group textarea { resize: vertical; min-height: 120px; }

/* Checkboxes */
.checkbox-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1.5px solid rgba(25,35,80,0.12);
  border-radius: 8px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--text-dark);
  transition: var(--transition);
  position: relative;
}

.checkbox-label:hover { border-color: var(--gold); }

.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0; width: 0; height: 0;
}

.checkbox-label input[type="checkbox"]:checked + .cb-custom { background: var(--gold); border-color: var(--gold); }
.checkbox-label input[type="checkbox"]:checked + .cb-custom::after { display: block; }
.checkbox-label:has(input:checked) { border-color: var(--gold); background: rgba(201,168,76,0.05); }

.cb-custom {
  width: 20px; height: 20px;
  border: 2px solid rgba(25,35,80,0.2);
  border-radius: 4px;
  background: var(--white);
  flex-shrink: 0;
  position: relative;
  transition: var(--transition);
}

.cb-custom::after {
  content: '';
  display: none;
  position: absolute;
  left: 5px; top: 2px;
  width: 6px; height: 10px;
  border: 2px solid var(--navy);
  border-top: none; border-left: none;
  transform: rotate(45deg);
}

.btn-form {
  align-self: flex-start;
  font-size: 1rem;
  padding: 18px 40px;
}

.form-disclaimer {
  font-size: 0.8rem;
  color: #8e9ab5;
}

/* ===================== SUCCESS STATE ===================== */
.form-success {
  display: none;
  text-align: center;
  padding: 60px 40px;
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201,168,76,0.3);
}

.form-success.visible { display: block; }
.form-success .success-icon { font-size: 3rem; margin-bottom: 20px; }
.form-success h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--text-dark); margin-bottom: 16px; }
.form-success p  { color: #5a6480; }

/* ===================== FOOTER ===================== */
.footer {
  background: linear-gradient(135deg, #050710 0%, #0a0c14 100%);
  border-top: 1px solid var(--border);
  padding: 60px 0 40px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
}

.footer-tagline { color: var(--text-muted); font-size: 0.9rem; }

.footer-links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--gold); }

.footer-copy {
  color: rgba(142,154,181,0.5);
  font-size: 0.78rem;
  max-width: 600px;
  text-align: center;
}

/* ===================== FADE-IN ANIMATION ===================== */
.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1100px) {
  .system-pillars { grid-template-columns: repeat(3, 1fr); }
  .problem-grid   { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-inner         { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual        { display: none; }
  .shift-grid         { grid-template-columns: 1fr; }
  .opportunity-grid   { grid-template-columns: 1fr; }
  .testimonials-grid  { grid-template-columns: 1fr; }
  .featured-testimonial { margin-top: 0; }
  .case-grid          { grid-template-columns: 1fr; }
  .form-wrap          { grid-template-columns: 1fr; }
  .form-trust-sidebar { position: static; }
  .ba-grid            { grid-template-columns: 1fr; }
  .ba-divider         { padding: 16px;  background: var(--cream); flex-direction: row; justify-content: center; }
  .diff-grid          { grid-template-columns: 1fr; }
  .diff-col.others    { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.1); }
  .diff-vs            { padding: 16px 0; text-align: center; }
  .step               { grid-template-columns: 60px 1fr; gap: 24px; }
  .step-num           { font-size: 2.5rem; }
}

@media (max-width: 640px) {
  .section        { padding: 70px 0; }
  .system-pillars { grid-template-columns: 1fr 1fr; }
  .problem-grid   { grid-template-columns: 1fr; }
  .cta-inner      { flex-direction: column; text-align: center; }
  .cta-copy       { font-size: 1.2rem; }
  .form-row       { grid-template-columns: 1fr; }
  .checkbox-group { grid-template-columns: 1fr; }
  .case-stats     { grid-template-columns: 1fr; }
  .footer-links   { gap: 16px; }
}
