﻿:root {
  --bg: #f4f7fb;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #4b5563;
  --brand: #e11d48;
  --brand-dark: #be123c;
  --line: #dbe3ee;
  --wa: #059339;
  --wa-dark: #1ea854;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 10% 10%, #e9efff 0, transparent 35%), radial-gradient(circle at 90% 15%, #fef3f2 0, transparent 32%), var(--bg);
  line-height: 1.6;
}

.page-wrap {
  width: min(1100px, calc(100% - 32px));
  margin: 24px auto 40px;
}

.breadcrumb {
  margin-bottom: 18px;
  font-size: 14px;
  color: var(--muted);
}

.breadcrumb a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}

.product-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(290px, 1fr) minmax(300px, 1.2fr);
  align-items: start;
}

.media-box {
  background: linear-gradient(150deg, #edf2ff, #fef6f5);
  padding: 20px;
  border-right: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-box img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: #fff;
}

.content-box {
  padding: 28px;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.kicker {
  margin: 0 0 6px;
  color: var(--brand);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

h1 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.25;
}

.tagline {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #800020;
}

.price {
  margin: 0 0 14px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #800020;
}

.description {
  margin: 0 0 16px;
  color: var(--muted);
  max-width: 100%;
}

.description p,
.description ul,
.description li {
  max-width: 100%;
}

.description p,
.description li {
  text-align: justify;
  text-justify: inter-word;
}

.feature-list {
  margin: 0 0 20px;
  padding-left: 18px;
  color: #374151;
}

.feature-list li {
  margin-bottom: 8px;
}

.btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: var(--wa);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 16px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.btn-wa:hover {
  background: var(--wa-dark);
  transform: translateY(-1px);
}

.price-list-box {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid #dbe5f2;
  border-radius: 10px;
  background: #f8fafc;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.price-list-title {
  margin: 0 0 6px;
  font-size: 0.96rem;
  font-weight: 700;
  color: #264982;
}

.price-starting {
  margin: 0 0 8px;
  font-size: 0.94rem;
  color: #1b4096;
}

.price-starting strong {
  font-size: 1.08rem;
  color: #0b3f9c;
  letter-spacing: 0.01em;
}

.price-list-table-wrap {
  display: block;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable both-edges;
  touch-action: pan-x;
}

.price-list-table {
  width: max(100%, 560px);
  border-collapse: collapse;
  min-width: 560px;
  table-layout: auto;
}

.price-list-table th,
.price-list-table td {
  text-align: left;
  padding: 8px 7px;
  font-size: 13px;
  border-bottom: 1px solid #d9e2ef;
  white-space: nowrap;
}

.price-list-table th {
  color: #1f2a44;
  font-weight: 700;
  background: #edf3fb;
}

.price-list-table td {
  color: #334155;
}

.price-list-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #1d4ed8;
  font-weight: 700;
}

.price-list-box--tight .price-list-table,
.price-list-box--stempel-tight .price-list-table,
.price-list-box--compact .price-list-table {
  width: max(100%, 430px);
  min-width: 430px;
}

.price-list-box--tight .price-list-table th,
.price-list-box--tight .price-list-table td,
.price-list-box--stempel-tight .price-list-table th,
.price-list-box--stempel-tight .price-list-table td,
.price-list-box--compact .price-list-table th,
.price-list-box--compact .price-list-table td {
  padding: 6px 5px;
  font-size: 12px;
}

.price-list-box--tight .price-list-table th:nth-child(1),
.price-list-box--tight .price-list-table td:nth-child(1),
.price-list-box--stempel-tight .price-list-table th:nth-child(1),
.price-list-box--stempel-tight .price-list-table td:nth-child(1),
.price-list-box--compact .price-list-table th:nth-child(1),
.price-list-box--compact .price-list-table td:nth-child(1) {
  min-width: 120px;
}

.price-list-box--tight .price-list-table th:nth-child(2),
.price-list-box--tight .price-list-table td:nth-child(2),
.price-list-box--stempel-tight .price-list-table th:nth-child(2),
.price-list-box--stempel-tight .price-list-table td:nth-child(2),
.price-list-box--compact .price-list-table th:nth-child(2),
.price-list-box--compact .price-list-table td:nth-child(2) {
  min-width: 115px;
}

.price-list-box--tight .price-list-table th:nth-child(3),
.price-list-box--tight .price-list-table td:nth-child(3),
.price-list-box--stempel-tight .price-list-table th:nth-child(3),
.price-list-box--stempel-tight .price-list-table td:nth-child(3),
.price-list-box--compact .price-list-table th:nth-child(3),
.price-list-box--compact .price-list-table td:nth-child(3) {
  min-width: 120px;
}

@media (max-width: 560px) {
  .price-list-box {
    padding: 8px 9px;
  }

  .price-list-title {
    font-size: 0.9rem;
  }

  .price-starting {
    font-size: 0.88rem;
    margin-bottom: 7px;
  }

  .price-starting strong {
    font-size: 1rem;
  }

  .price-list-table-wrap {
    margin-right: 0;
    padding-bottom: 2px;
  }

  .price-list-table {
    min-width: 560px;
  }

  .price-list-table th,
  .price-list-table td {
    padding: 7px 6px;
    font-size: 12.5px;
  }

  .price-list-box--tight .price-list-table,
  .price-list-box--stempel-tight .price-list-table {
    min-width: 420px;
  }

  .price-list-box--compact .price-list-table {
    min-width: 420px;
  }
}

.related-services {
  margin-top: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

.related-services h2 {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.service-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px;
}

.service-links a {
  display: block;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
  color: #111827;
  border: 1px solid #e2e8f0;
  font-size: 13px;
  line-height: 1.35;
}

.service-links a:hover {
  border-color: #bfcde0;
  background: #f1f5f9;
}

.service-links a.is-active {
  background: #fee2e2;
  border-color: #fecaca;
  color: #991b1b;
  font-weight: 700;
}

footer {
  text-align: center;
  font-size: 13px;
  color: #f8fafc;
  margin-top: 24px;
  padding: 16px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4b0017 0%, #7a102b 48%, #a3172f 100%);
  border: 1px solid rgba(248, 250, 252, 0.18);
}

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

  .media-box {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .content-box {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  .related-services h2 {
    margin-bottom: 10px;
    font-size: 1.06rem;
  }

  .service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .service-links a {
    padding: 7px 8px;
    font-size: 12px;
    border-radius: 8px;
  }

  .page-wrap {
    width: min(1100px, calc(100% - 20px));
    margin-top: 14px;
  }

  .related-services,
  .content-box,
  .media-box {
    padding: 14px;
  }
}
