/* ============================================================
   Doctors Join — Styles (matches reference screenshots)
   ============================================================ */
:root {
  --navy: #0A1F5C;
  --navy-mid: #1a3278;
  --navy-dark: #060f2e;
  --gold: #B8924A;
  --gold-light: #d4aa6a;
  --grey: #6b7280;
  --grey-light: #f4f5f8;
  --white: #ffffff;
  --cream: #faf8f4;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Nunito Sans',sans-serif; color:var(--navy); background:var(--navy-dark); -webkit-font-smoothing:antialiased; }

/* NAV & FOOTER HOVER STATES (Main Site Styles) */
.nav-links a:hover { color: var(--gold) !important; }
.nav-cta:hover { background: var(--gold) !important; }
.footer-links a:hover { color: var(--gold) !important; }

/* HERO */
.dj-hero {
  background:linear-gradient(135deg,var(--navy-dark) 0%,#0d1a45 60%,#162d6a 100%);
  padding:80px 40px 70px; position:relative; overflow:hidden;
}
.dj-hero::before {
  content:''; position:absolute; top:-80px; right:-80px;
  width:500px; height:500px; border-radius:50%;
  background:radial-gradient(circle,rgba(184,146,74,0.1) 0%,transparent 70%);
}
.dj-hero-inner { max-width:640px; position:relative; z-index:2; }
.dj-hero-badge {
  display:inline-block; font-size:11px; font-weight:700; letter-spacing:3px;
  text-transform:uppercase; color:var(--gold-light);
  background:rgba(184,146,74,0.15); border:1px solid rgba(184,146,74,0.3);
  padding:6px 16px; border-radius:2px; margin-bottom:28px;
}
.dj-hero-title {
  font-family:'Cormorant Garamond',serif; font-size:clamp(36px,6vw,60px);
  font-weight:700; line-height:1.08; color:var(--white); margin-bottom:22px;
}
.dj-hero-title em { color:var(--gold); font-style:italic; }
.dj-hero-sub {
  font-size:16px; font-weight:300; line-height:1.8;
  color:rgba(255,255,255,0.7); margin-bottom:36px; max-width:500px;
}
.dj-hero-btns { display:flex; gap:14px; flex-wrap:wrap; }
.dj-btn-primary {
  background:var(--navy); color:var(--white); border:2px solid rgba(255,255,255,0.15);
  padding:14px 30px; border-radius:2px; font-size:12px; font-weight:700;
  letter-spacing:2px; text-transform:uppercase; text-decoration:none;
  transition:all .2s; cursor:pointer;
}
.dj-btn-primary:hover { background:var(--gold); border-color:var(--gold); }
.dj-btn-outline {
  border:1px solid rgba(255,255,255,0.3); color:var(--gold);
  padding:14px 30px; border-radius:2px; font-size:12px; font-weight:600;
  letter-spacing:2px; text-transform:uppercase; text-decoration:none;
  transition:all .2s; background:transparent;
}
.dj-btn-outline:hover { border-color:var(--gold); background:rgba(184,146,74,0.08); }

.dj-hero-stats {
  display:flex; gap:48px; margin-top:50px;
  padding-top:36px; border-top:1px solid rgba(255,255,255,0.1);
}
.dj-stat-num {
  font-family:'Cormorant Garamond',serif; font-size:36px; font-weight:700; color:var(--gold);
}
.dj-stat-label {
  font-size:10px; font-weight:600; letter-spacing:2px; text-transform:uppercase;
  color:rgba(255,255,255,0.45); margin-top:2px;
}

/* BENEFITS */
.dj-benefits { padding:60px 40px 20px; position:relative; z-index:3; background:var(--navy-dark); }
.dj-benefits-header { max-width:1100px; margin:0 auto 32px; }
.dj-benefits-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:0;
  max-width:1100px; margin:0 auto;
}
.dj-benefits-grid .dj-benefit-card:nth-child(4),
.dj-benefits-grid .dj-benefit-card:nth-child(5) {
  /* Last row: 2 cards centered */
}
.dj-benefit-card {
  padding:44px 32px; border:1px solid rgba(255,255,255,0.08);
  background:linear-gradient(180deg,#0f1d4a 0%,#0a1538 100%);
  transition:border-color .3s;
}
.dj-benefit-card:hover { border-color:rgba(184,146,74,0.4); }
.dj-benefit-icon {
  width:48px; height:48px; background:rgba(184,146,74,0.15);
  border-radius:10px; display:flex; align-items:center; justify-content:center;
  font-size:22px; margin-bottom:20px;
}
.dj-benefit-num {
  font-size:11px; font-weight:700; letter-spacing:2px; color:rgba(255,255,255,0.25);
  margin-bottom:10px; text-transform:uppercase;
}
.dj-benefit-card h3 {
  font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:700;
  color:var(--white); margin-bottom:10px;
}
.dj-benefit-card p { font-size:14px; line-height:1.7; color:rgba(255,255,255,0.6); }

/* WHAT WE HANDLE */
.dj-what-we-handle {
  padding:80px 40px;
  background:linear-gradient(180deg,#0a1538 0%,var(--navy-dark) 100%);
}
.dj-wwh-inner { max-width:700px; margin:0 auto; }
.dj-wwh-sub {
  font-size:15px; color:rgba(255,255,255,0.6); line-height:1.7;
  margin-bottom:32px;
}
.dj-wwh-grid { display:flex; flex-direction:column; gap:14px; }
.dj-wwh-item {
  display:flex; align-items:center; gap:14px;
  padding:16px 20px; background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08); border-radius:6px;
  font-size:15px; color:rgba(255,255,255,0.8);
  transition:border-color .3s;
}
.dj-wwh-item:hover { border-color:rgba(184,146,74,0.3); }
.dj-wwh-item span {
  color:var(--gold); font-weight:700; font-size:18px; flex-shrink:0;
}

/* OBSERVERSHIP STRUCTURE */
.dj-how { padding:80px 40px; background:var(--navy-dark); }
.dj-how-inner { max-width:700px; margin:0 auto; }
.dj-section-label {
  font-size:11px; font-weight:700; letter-spacing:4px; text-transform:uppercase;
  color:var(--gold); margin-bottom:12px;
}
.dj-section-title {
  font-family:'Cormorant Garamond',serif; font-size:36px; font-weight:700;
  color:var(--white); margin-bottom:40px;
}
.dj-how-steps { display:flex; flex-direction:column; gap:28px; }
.dj-how-step {
  display:flex; gap:20px; align-items:flex-start;
  padding:24px; background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.06); border-radius:6px;
  transition:border-color .3s;
}
.dj-how-step:hover { border-color:rgba(184,146,74,0.3); }
.dj-step-circle {
  width:40px; height:40px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:var(--white); font-weight:700; font-size:16px;
  display:flex; align-items:center; justify-content:center;
}
.dj-how-step h4 { font-size:17px; font-weight:700; color:var(--white); margin-bottom:4px; }
.dj-how-step p { font-size:14px; color:rgba(255,255,255,0.6); line-height:1.6; }

/* TRUST */
.dj-trust { padding:80px 40px; background:var(--cream); }
.dj-trust-inner { max-width:700px; margin:0 auto; }
.dj-trust-title {
  font-family:'Cormorant Garamond',serif; font-size:36px; font-weight:700;
  color:var(--navy); margin-bottom:12px;
}
.dj-trust-sub { font-size:15px; color:var(--grey); line-height:1.7; margin-bottom:36px; }
.dj-trust-cards { display:flex; flex-direction:column; gap:12px; }
.dj-trust-card {
  display:flex; gap:16px; align-items:flex-start;
  padding:20px 24px; background:var(--white);
  border:1px solid #e8e4df; border-radius:8px;
  transition:box-shadow .3s;
}
.dj-trust-card:hover { box-shadow:0 4px 20px rgba(10,31,92,0.08); }
.dj-trust-card span { font-size:20px; flex-shrink:0; margin-top:2px; }
.dj-trust-card strong { font-size:14px; font-weight:700; color:var(--navy); display:block; margin-bottom:4px; }
.dj-trust-card p { font-size:13px; color:var(--grey); line-height:1.6; margin:0; }

/* FORM SECTION */
.dj-form-section { padding:80px 40px; background:var(--cream); }
.dj-form-wrapper {
  max-width:680px; margin:0 auto;
  background:var(--white); border-radius:12px;
  padding:48px 44px; box-shadow:0 8px 40px rgba(10,31,92,0.08);
  border:1px solid #e8e4df;
}
.dj-form-header { margin-bottom:36px; }
.dj-form-header h2 {
  font-family:'Cormorant Garamond',serif; font-size:32px; font-weight:700;
  color:var(--navy); margin-bottom:8px;
}
.dj-form-header p { font-size:14px; color:var(--grey); }

.dj-form-group-title {
  font-size:11px; font-weight:700; letter-spacing:3px; text-transform:uppercase;
  color:var(--gold); margin-top:32px; margin-bottom:16px;
  padding-top:24px; border-top:1px solid #eee;
}
.dj-form-group-title:first-of-type { margin-top:0; padding-top:0; border-top:none; }

.dj-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.dj-form-row-3 { grid-template-columns:1fr 1fr 1fr; }
.dj-form-group { display:flex; flex-direction:column; gap:6px; margin-bottom:16px; }
.dj-form-row .dj-form-group { margin-bottom:0; }
.dj-form-group label {
  font-size:12px; font-weight:600; letter-spacing:1px;
  text-transform:uppercase; color:var(--navy);
}
.dj-form-group input,
.dj-form-group select,
.dj-form-group textarea {
  border:1px solid #d4d4d4; padding:12px 14px; border-radius:6px;
  font-size:14px; font-family:'Nunito Sans',sans-serif;
  color:var(--navy); outline:none; transition:border-color .2s;
  background:var(--white);
}
.dj-form-group input:focus,
.dj-form-group select:focus,
.dj-form-group textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(184,146,74,0.1); }
.dj-form-group textarea { resize:vertical; min-height:100px; }
.dj-form-group select { cursor:pointer; }

.dj-form-submit {
  width:100%; background:var(--navy); color:var(--white); border:none;
  padding:16px; border-radius:6px; font-size:13px; font-weight:700;
  letter-spacing:2px; text-transform:uppercase; cursor:pointer;
  font-family:'Nunito Sans',sans-serif; margin-top:28px;
  transition:background .2s;
}
.dj-form-submit:hover { background:var(--gold); }
.dj-form-submit:disabled { opacity:0.6; cursor:not-allowed; }
.dj-form-note { font-size:12px; color:var(--grey); text-align:center; margin-top:14px; }

/* SUCCESS */
.dj-success { text-align:center; padding:40px 0; }
.dj-success-icon {
  width:64px; height:64px; border-radius:50%; margin:0 auto 20px;
  background:linear-gradient(135deg,#16a34a,#15803d); color:#fff;
  font-size:28px; display:flex; align-items:center; justify-content:center;
}
.dj-success h3 { font-family:'Cormorant Garamond',serif; font-size:28px; color:var(--navy); margin-bottom:12px; }
.dj-success p { font-size:15px; color:var(--grey); line-height:1.7; max-width:440px; margin:0 auto; }



/* RESPONSIVE */
@media (max-width:768px) {
  .dj-hero { padding:50px 24px 50px; }
  .dj-hero-stats { gap:24px; flex-wrap:wrap; }
  .dj-benefits { padding:40px 24px 20px; }
  .dj-benefits-grid { grid-template-columns:1fr; }
  .dj-form-row, .dj-form-row-3 { grid-template-columns:1fr; }
  .dj-form-wrapper { padding:32px 24px; }
  .dj-trust, .dj-form-section, .dj-how, .dj-what-we-handle { padding:50px 24px; }
  .nav-links { display: none !important; } /* Hide nav links on mobile for simplicity, or handle mobile nav */
  .footer-links { flex-direction: column; align-items: center; }
}
