.orunn-contact-template,
.orunn-contact-template * {
  box-sizing: border-box;
}

.orunn-contact-template {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111827;
  overflow: hidden;
}

.orunn-contact-page {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.7;
}

.orunn-contact-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.orunn-contact-hero {
  padding: 88px 0 76px;
  background: linear-gradient(135deg, #0f1115 0%, #1c2029 72%, #2b211c 100%);
  color: #fff;
}

.orunn-contact-eyebrow,
.orunn-contact-label {
  display: block;
  margin-bottom: 12px;
  color: #df5b34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.orunn-contact-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.orunn-contact-hero p {
  max-width: 800px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 19px;
}

.orunn-contact-section {
  padding: 68px 0;
}

.orunn-contact-section-alt {
  background: #f5f6f8;
}

.orunn-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.orunn-contact-card {
  padding: 34px;
  border: 1px solid #dfe3e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15,17,21,.06);
}

.orunn-contact-card-primary {
  border-color: #151922;
  background: #151922;
  color: #fff;
}

.orunn-contact-card h2,
.orunn-contact-heading h2,
.orunn-contact-cta h2 {
  margin: 0 0 20px;
  font-size: 31px;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.orunn-contact-card-primary h2 {
  color: #fff;
}

.orunn-contact-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.orunn-contact-detail span {
  color: rgba(255,255,255,.66);
}

.orunn-contact-detail strong {
  color: #fff;
  text-align: right;
}

.orunn-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.orunn-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
}

.orunn-contact-button-light {
  background: #fff;
  color: #111827;
}

.orunn-contact-button-outline {
  border: 1px solid rgba(255,255,255,.46);
  color: #fff;
}

.orunn-contact-list {
  margin: 0;
  padding-left: 20px;
}

.orunn-contact-list li {
  margin: 8px 0;
}

.orunn-contact-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.orunn-contact-services,
.orunn-contact-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.orunn-contact-services > div,
.orunn-contact-timeline > div {
  padding: 24px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #fff;
}

.orunn-contact-services strong,
.orunn-contact-timeline strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
}

.orunn-contact-services span,
.orunn-contact-timeline span {
  color: #5c6675;
  font-size: 14px;
}

.orunn-contact-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orunn-contact-timeline strong {
  color: #df5b34;
  font-size: 27px;
}

.orunn-contact-note {
  margin: 18px 0 0;
  color: #5c6675;
}

.orunn-contact-cta {
  padding: 62px 0;
  background: #0f1115;
  color: #fff;
}

.orunn-contact-cta h2 {
  color: #fff;
}

.orunn-contact-cta p {
  max-width: 800px;
  margin: 0;
  color: rgba(255,255,255,.74);
}

@media (max-width: 900px) {
  .orunn-contact-grid,
  .orunn-contact-services,
  .orunn-contact-timeline {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .orunn-contact-container {
    width: min(100% - 28px, 1180px);
  }

  .orunn-contact-hero,
  .orunn-contact-section,
  .orunn-contact-cta {
    padding: 48px 0;
  }

  .orunn-contact-grid,
  .orunn-contact-services,
  .orunn-contact-timeline {
    grid-template-columns: 1fr;
  }

  .orunn-contact-card {
    padding: 24px;
  }

  .orunn-contact-detail {
    display: block;
  }

  .orunn-contact-detail strong {
    display: block;
    margin-top: 4px;
    text-align: left;
  }

  .orunn-contact-actions {
    display: grid;
  }
}
