:root {
  --brand: #049ac6;
  --brand-dark: #027fa5;
  --text: #111827;
  --muted: #5b6776;
  --card: #ffffff;
  --bg: #f4f6fb;
  --shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  --radius: 18px;
}

body.service-detail-page {
  margin: 0;
  font-family: "Vesper Libre", serif;
  background: #ffffff;
  color: var(--text);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.service-detail {
  background: #ffffff;
}

.hero {
  min-height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.2));
}

.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 40px 20px;
  max-width: 820px;
}

.hero-content h1 {
  font-family: "Vesper Libre", serif;
  font-size: clamp(30px, 4vw, 42px);
  margin: 0 0 8px;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.hero-subtitle {
  font-size: 18px;
  margin: 0 0 18px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
}

.hero-cta {
  display: inline-block;
  background: var(--brand);
  color: #fff;
  padding: 12px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(3, 159, 200, 0.35);
}

.content {
  width: min(1100px, 92%);
  margin: 24px auto 80px;
}

.service-intro {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
  margin: 18px 0 18px;
}

.checklist-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin: 10px 0 18px;
}

.checklist-header h2 {
  font-size: 16px;
  margin: 0;
}

.check-icon {
  color: #14a44d;
  font-size: 16px;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.checklist-card {
  background: var(--card);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(3, 159, 200, 0.12);
}

.card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 700;
}

.card-title h3 {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}

.card-icon {
  font-size: 14px;
}

.checklist-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-card li {
  font-size: 13px;
  color: #3f4a5a;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
  line-height: 1.4;
}

.checklist-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2b6cb0;
  font-size: 14px;
}

.pricing-section {
  margin-top: 50px;
  text-align: center;
}

.pricing-section h2 {
  font-family: "Vesper Libre", serif;
  margin-bottom: 6px;
}

.pricing-subtitle {
  color: #8a94a6;
  font-size: 13px;
  margin: 0 auto 18px;
  max-width: 520px;
}

.pricing-card {
  background: var(--card);
  border-radius: 14px;
  padding: 28px 20px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(3, 159, 200, 0.15);
  max-width: 520px;
  margin: 0 auto;
  border-top: 3px solid var(--brand);
}

.pricing-card-title {
  font-size: 14px;
  color: var(--brand);
  margin: 0 0 6px;
  font-weight: 600;
}

.pricing-label {
  font-size: 13px;
  color: #9aa5b1;
  margin: 0;
}

.pricing-value {
  font-size: 28px;
  font-weight: 700;
  margin: 6px 0;
  color: #111827;
}

.pricing-note {
  color: #9aa5b1;
  font-size: 12px;
  margin: 0 0 10px;
}

.pricing-description {
  color: #7b8794;
  font-size: 13px;
  margin: 0 0 18px;
  line-height: 1.5;
}

.estimate-section {
  margin-top: 22px;
  background: #f3f5ff;
  border-radius: 14px;
  padding: 22px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}

.estimate-section h2 {
  font-family: "Vesper Libre", serif;
  margin: 0 0 14px;
}

.estimate-form {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.estimate-form .field {
  width: min(320px, 100%);
}

.estimate-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
}

.estimate-form input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d8dee9;
  background: #fff;
}

.estimate-note {
  font-size: 12px;
  color: #9aa5b1;
  margin: 8px 0 0;
}

.eco-section {
  margin-top: 26px;
  background: #e8fff1;
  border-radius: 14px;
  padding: 22px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}

.eco-section h2 {
  font-family: "Vesper Libre", serif;
  margin: 0 0 8px;
}

.eco-subtitle {
  font-size: 12px;
  color: #7b8794;
  max-width: 520px;
  margin: 0 auto 16px;
}

.eco-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  text-align: left;
}

.eco-item {
  background: transparent;
}

.eco-item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.eco-icon {
  font-size: 18px;
}

.eco-item h3 {
  font-size: 13px;
  margin: 0;
}

.eco-item p {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
  margin: 0;
}

.add-to-cart {
  display: flex;
  justify-content: center;
  margin: 18px 0 28px;
}

.contact-section {
  background: var(--card);
  border-radius: 14px;
  padding: 26px 24px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  text-align: center;
}

.contact-section h2 {
  font-family: "Vesper Libre", serif;
  margin: 0 0 6px;
}

.contact-subtitle {
  font-size: 12px;
  color: #7b8794;
  margin: 0 0 16px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  text-align: left;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 6px;
  text-align: left;
}

.field input,
.field textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d8dee9;
  padding: 10px 12px;
  font-family: inherit;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input:hover,
.field textarea:hover {
  border-color: rgba(3, 159, 200, 0.5);
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(3, 159, 200, 0.15);
}

.field.full {
  grid-column: 1 / -1;
}

.primary-btn {
  background: var(--brand);
  color: #fff;
  border: none;
  padding: 11px 28px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-btn:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(3, 159, 200, 0.25);
}

@media (max-width: 900px) {
  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .eco-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}
