/* ============================================================
   오시는 길 페이지 — primelaw.co.kr
   ============================================================ */

body.page-id-18924 {
  background-color: #050E24 !important;
}
.elementor-18924 .e-con,
.elementor-18924 .e-con-inner,
.elementor-18924 .elementor-element,
.elementor-18924 .elementor-widget-wrap,
.elementor-18924 .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.elementor-18924 .elementor-widget-text-editor {
  padding: 0 !important;
}
.elementor-18924 .e-con {
  --padding-top: 0px !important;
  --padding-right: 0px !important;
  --padding-bottom: 0px !important;
  --padding-left: 0px !important;
  gap: 0 !important;
  overflow: hidden !important;
}
.elementor-18924 .elementor-widget-text-editor .elementor-widget-container p {
  margin: 0;
  padding: 0;
}
body.page-id-18924,
body.page-id-18924 .site-main,
body.page-id-18924 .entry-content,
.page-id-18924 .elementor,
.page-id-18924 .elementor-inner,
.page-id-18924 .elementor-section-wrap {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.page-id-18924 .entry-content > *,
.page-id-18924 .site-main > *,
.elementor-18924 > .elementor-element {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.elementor-18924 {
  gap: 0 !important;
}
.elementor-18924 > .e-con {
  margin: 0 !important;
  gap: 0 !important;
}

.dr-hero,
.dr-office,
.dr-final-cta {
  max-width: 100vw;
  overflow-x: hidden;
}

/* ============================================================
   HERO
   ============================================================ */
.dr-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #050E24;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  padding: 100px 24px 80px;
}
.dr-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(170deg, rgba(5,14,36,0.92) 0%, rgba(10,26,58,0.88) 35%, rgba(5,14,36,0.93) 100%);
  z-index: 0;
}
.dr-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(ellipse 600px 400px at 70% 20%, rgba(212,168,80,0.07) 0%, transparent 100%),
    radial-gradient(ellipse 400px 300px at 20% 80%, rgba(212,168,80,0.04) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.dr-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212,168,80,0.3) 50%, transparent 100%);
}
.dr-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
}
.dr-hero-badge {
  display: inline-block;
  background: rgba(212,168,80,0.1);
  color: #D4A850;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 2px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(212,168,80,0.2);
}
.dr-hero h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 28px;
  letter-spacing: -0.04em;
}
.dr-hero h1 em {
  font-style: normal;
  color: #D4A850;
}
.dr-hero h1 em::after {
  display: none;
}
.dr-hero .dr-hero-sub {
  color: rgba(255,255,255,0.55);
  font-size: 18px;
  line-height: 1.75;
  margin: 0 !important;
  font-weight: 300;
}

/* ============================================================
   SECTION TITLES
   ============================================================ */
.dr-title {
  text-align: center !important;
  margin-bottom: 56px;
}
.dr-title * { text-align: center !important; }
.dr-title .label {
  display: inline-block;
  color: #D4A850;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  padding: 0 20px;
}
.dr-title .label::before,
.dr-title .label::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
}
.dr-title .label::before {
  right: 100%;
  background: linear-gradient(to left, #D4A850, transparent);
}
.dr-title .label::after {
  left: 100%;
  background: linear-gradient(to right, #D4A850, transparent);
}
.dr-title h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
  padding: 0; border: none; background: none;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.dr-title h2.dark { color: #fff; }
.dr-title h2.light { color: #0a0a0a; }

/* ============================================================
   OFFICE SECTION
   ============================================================ */
.dr-office {
  padding: 100px 24px;
  position: relative;
}
.dr-office.dark {
  background: #050E24;
}
.dr-office.dark::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,80,0.2), transparent);
}
.dr-office.light {
  background: #F7F7F4;
}
.dr-office.light::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.08), transparent);
}
.dr-office-content {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.dr-map {
  width: 100%;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
/* dark section info */
.dr-office.dark .dr-info h3 {
  color: #fff; font-size: 28px; font-weight: 900;
  margin: 0 0 8px; text-align: left !important;
}
.dr-office.dark .dr-info h3 span {
  font-size: 13px; font-weight: 600; color: #D4A850;
  margin-left: 10px; letter-spacing: 1px;
}
.dr-office.dark .dr-info .info-list {
  list-style: none; padding: 0; margin: 28px 0 0;
}
.dr-office.dark .dr-info .info-list li {
  color: rgba(255,255,255,0.6); font-size: 15px; line-height: 1.7;
  padding: 10px 0 10px 28px; position: relative;
  text-align: left !important;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.dr-office.dark .dr-info .info-list li:last-child { border-bottom: none; }
.dr-office.dark .dr-info .info-list li::before {
  content: ''; position: absolute; left: 0; top: 18px;
  width: 6px; height: 1px; background: #D4A850;
}
.dr-office.dark .dr-info .info-list li strong {
  color: rgba(255,255,255,0.85); font-weight: 700; display: inline-block;
  min-width: 56px;
}
.dr-office.dark .dr-info .info-transit {
  margin-top: 24px;
  background: rgba(212,168,80,0.06);
  border: 1px solid rgba(212,168,80,0.12);
  border-radius: 4px;
  padding: 20px 24px;
}
.dr-office.dark .dr-info .info-transit .transit-label {
  color: #D4A850; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 8px;
}
.dr-office.dark .dr-info .info-transit p {
  color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7; margin: 0;
  text-align: left !important;
}
/* light section info */
.dr-office.light .dr-info h3 {
  color: #0a0a0a; font-size: 28px; font-weight: 900;
  margin: 0 0 8px; text-align: left !important;
}
.dr-office.light .dr-info h3 span {
  font-size: 13px; font-weight: 600; color: #D4A850;
  margin-left: 10px; letter-spacing: 1px;
}
.dr-office.light .dr-info .info-list {
  list-style: none; padding: 0; margin: 28px 0 0;
}
.dr-office.light .dr-info .info-list li {
  color: #555; font-size: 15px; line-height: 1.7;
  padding: 10px 0 10px 28px; position: relative;
  text-align: left !important;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.dr-office.light .dr-info .info-list li:last-child { border-bottom: none; }
.dr-office.light .dr-info .info-list li::before {
  content: ''; position: absolute; left: 0; top: 18px;
  width: 6px; height: 1px; background: #D4A850;
}
.dr-office.light .dr-info .info-list li strong {
  color: #0a0a0a; font-weight: 700; display: inline-block;
  min-width: 56px;
}
.dr-office.light .dr-info .info-transit {
  margin-top: 24px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 4px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.dr-office.light .dr-info .info-transit .transit-label {
  color: #D4A850; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 8px;
}
.dr-office.light .dr-info .info-transit p {
  color: #666; font-size: 14px; line-height: 1.7; margin: 0;
  text-align: left !important;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.dr-final-cta {
  padding: 100px 24px;
  background: linear-gradient(170deg, #050E24 0%, #0a1a3a 35%, #0d0820 70%, #050E24 100%);
  text-align: center;
  position: relative;
}
.dr-final-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,80,0.2), transparent);
}
.dr-final-cta .cta-label {
  display: inline-block;
  color: #D4A850;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dr-final-cta h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 14px;
  padding: 0; border: none; background: none;
}
.dr-final-cta h2 em { font-style: normal; color: #D4A850; }
.dr-final-cta .sub {
  color: rgba(255,255,255,0.45);
  font-size: 16px;
  margin: 0 0 40px;
  line-height: 1.7;
  font-weight: 300;
}
.dr-final-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.dr-final-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #D4A850, #c49a42);
  color: #050E24;
  padding: 18px 44px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 24px rgba(212,168,80,0.25);
}
.dr-final-cta .btn-primary:hover {
  background: linear-gradient(135deg, #e0b960, #D4A850);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(212,168,80,0.35);
}
.dr-final-cta .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #D4A850;
  padding: 18px 44px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  border: 1px solid rgba(212,168,80,0.3);
  transition: all 0.3s;
}
.dr-final-cta .btn-secondary:hover {
  background: rgba(212,168,80,0.08);
  border-color: rgba(212,168,80,0.6);
}
.dr-final-cta .cta-note {
  color: rgba(255,255,255,0.25);
  font-size: 12px;
  margin-top: 24px;
  letter-spacing: 1px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  .dr-hero { padding: 72px 20px 56px; }
  .dr-hero h1 { font-size: 28px; }
  .dr-hero .dr-hero-sub { font-size: 15px; }
  .dr-office { padding: 72px 20px; }
  .dr-office-content { grid-template-columns: 1fr; gap: 32px; }
  .dr-map { height: 280px; }
  .dr-title h2 { font-size: 26px; }
  .dr-title .label::before,
  .dr-title .label::after { display: none; }
  .dr-final-cta { padding: 72px 20px; }
  .dr-final-cta h2 { font-size: 24px; line-height: 1.4; }
  .dr-final-cta .sub { font-size: 14px; margin-bottom: 36px !important; }
  .dr-final-cta .cta-buttons { flex-direction: column; gap: 12px; }
  .dr-final-cta .btn-primary,
  .dr-final-cta .btn-secondary { width: 100%; justify-content: center; padding: 18px 20px; font-size: 16px; }
}
