/* DesignAs CAD — Service Pages Stylesheet */

.service-hero {
  padding: 120px 40px 80px;
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}

.service-hero .eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #C9A84C;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  color: #F5F2EE;
  line-height: 1.15;
  margin-bottom: 24px;
}

.service-hero .lead {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #aaa;
  max-width: 720px;
}

.service-section {
  padding: 80px 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-section.alt {
  background: rgba(201,168,76,0.03);
  border-top: 1px solid rgba(201,168,76,0.1);
  border-bottom: 1px solid rgba(201,168,76,0.1);
  max-width: 100%;
  padding: 80px 0;
}

.service-section.alt .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.service-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  color: #F5F2EE;
  margin-bottom: 32px;
}

.service-section h2 .gold { color: #C9A84C; }

.service-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #C9A84C;
  margin-bottom: 12px;
  margin-top: 40px;
}

.service-section p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #aaa;
  margin-bottom: 20px;
}

.service-section p strong {
  color: #F5F2EE;
  font-weight: 600;
}

.gold-divider {
  width: 60px;
  height: 1px;
  background: #C9A84C;
  margin: 32px 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.service-card {
  border: 1px solid rgba(201,168,76,0.2);
  padding: 32px;
  background: rgba(201,168,76,0.03);
}

.service-card .number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  color: rgba(201,168,76,0.3);
  line-height: 1;
  margin-bottom: 16px;
}

.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #F5F2EE;
  margin-bottom: 12px;
  margin-top: 0;
}

.service-card p {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.process-steps {
  counter-reset: steps;
  margin-top: 40px;
}

.process-step {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.process-step:last-child {
  border-bottom: none;
}

.step-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: rgba(201,168,76,0.25);
  line-height: 1;
  min-width: 64px;
}

.step-content h3 {
  margin-top: 8px;
}

.faq-item {
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 28px 0;
}

.faq-item:first-child { padding-top: 0; }

.faq-question {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #F5F2EE;
  margin-bottom: 16px;
}

.faq-answer {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #888;
}

.who-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.who-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #aaa;
  padding-left: 24px;
  position: relative;
}

.who-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #C9A84C;
}

.cta-section {
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 64px 40px;
  text-align: center;
  margin: 80px 40px;
}

.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: #F5F2EE;
  margin-bottom: 20px;
}

.cta-section p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #888;
  max-width: 560px;
  margin: 0 auto 36px;
}

.btn-gold {
  display: inline-block;
  background: #C9A84C;
  color: #0a0a0a;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 48px;
  transition: background 0.3s ease;
}

.btn-gold:hover { background: #b8973b; }

.breadcrumb {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #555;
  letter-spacing: 0.08em;
  padding: 16px 40px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.breadcrumb a { color: #555; text-decoration: none; }
.breadcrumb a:hover { color: #C9A84C; }
.breadcrumb span { color: #C9A84C; margin: 0 8px; }

.related-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.related-link {
  border: 1px solid rgba(201,168,76,0.2);
  padding: 24px;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #888;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.related-link:hover {
  border-color: #C9A84C;
  color: #C9A84C;
}

@media (max-width: 768px) {
  .service-hero { padding: 80px 24px 60px; }
  .service-section { padding: 60px 24px; }
  .cta-section { padding: 48px 24px; margin: 60px 24px; }
  .process-step { flex-direction: column; gap: 12px; }
  .step-number { font-size: 40px; min-width: auto; }
}
