.z-page {
  background:
    radial-gradient(circle at top right, rgba(201, 161, 93, 0.10), transparent 28%),
    linear-gradient(180deg, #fbf7f1 0%, #f6efe5 100%);
  color: #2d2926;
}

.z-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.z-readable {
  max-width: 960px;
}

.z-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,255,255,0.18)),
    linear-gradient(135deg, #f7eddc 0%, #ecd8b5 100%);
  border-bottom: 1px solid rgba(160, 119, 66, 0.14);
}

.z-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 150, 86, 0.18), transparent 70%);
  pointer-events: none;
}

.z-hero::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 116, 67, 0.12), transparent 72%);
  pointer-events: none;
}

.z-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.55);
  color: #9b6a3b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
}

.z-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1f1a17;
}

.z-lead {
  max-width: 760px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #54463b;
}

.z-content {
  padding: 68px 0;
}

.z-readable h2 {
  position: relative;
  margin: 44px 0 18px;
  font-size: 30px;
  line-height: 1.25;
  color: #1f1a17;
  font-weight: 700;
}

.z-readable h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a56c3b, #d5b072);
}

.z-readable h3 {
  margin: 30px 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: #2a221d;
  font-weight: 700;
}

.z-readable p,
.z-readable li {
  font-size: 17px;
  line-height: 1.9;
  color: #3f3833;
}

.z-readable ul,
.z-readable ol {
  padding-left: 22px;
  margin-bottom: 22px;
}

.z-readable a {
  color: #9b6138;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(155, 97, 56, 0.25);
  transition: all 0.2s ease;
}

.z-readable a:hover {
  color: #7d4d2d;
  border-bottom-color: rgba(125, 77, 45, 0.55);
}

.z-info-box {
  margin: 28px 0 30px;
  padding: 28px 30px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff7ec 100%);
  border: 1px solid rgba(165, 108, 59, 0.16);
  border-left: 4px solid #b5814a;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(74, 50, 29, 0.06);
}

.z-info-box h3 {
  margin-top: 0;
}

.z-reassurance {
  padding: 64px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.65), rgba(255,255,255,0.65)),
    #f4ece1;
  border-top: 1px solid rgba(160, 119, 66, 0.10);
  border-bottom: 1px solid rgba(160, 119, 66, 0.10);
}

.z-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.z-card {
  position: relative;
  height: 100%;
  padding: 28px 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
  border-radius: 20px;
  border: 1px solid rgba(165, 108, 59, 0.12);
  box-shadow: 0 14px 40px rgba(47, 32, 20, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.z-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(47, 32, 20, 0.10);
  border-color: rgba(165, 108, 59, 0.26);
}

.z-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a56c3b, #d8b67f);
}

.z-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.4;
  color: #241d18;
  font-weight: 700;
}

.z-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5a514a;
}

.z-contact-cta {
  padding: 72px 0 84px;
  text-align: center;
  background:
    radial-gradient(circle at center top, rgba(213, 176, 114, 0.16), transparent 26%),
    linear-gradient(180deg, #f8f1e8 0%, #f5ebdf 100%);
}

.z-contact-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
  font-weight: 700;
  color: #211b17;
}

.z-contact-cta p {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: 17px;
  line-height: 1.8;
  color: #4f463f;
}

.z-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9b6138 0%, #c18a52 100%);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  box-shadow: 0 12px 26px rgba(155, 97, 56, 0.26);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.z-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 16px 30px rgba(155, 97, 56, 0.32);
  color: #fff !important;
}

.z-accordion {
  margin: 26px 0;
  display: grid;
  gap: 14px;
}

.z-accordion details {
  background: linear-gradient(180deg, #fffdfa 0%, #fff8ef 100%);
  border: 1px solid rgba(165, 108, 59, 0.14);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(50, 34, 21, 0.05);
}

.z-accordion summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 58px 20px 22px;
  font-size: 17px;
  font-weight: 700;
  color: #2a221d;
}

.z-accordion summary::-webkit-details-marker {
  display: none;
}

.z-accordion summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(165, 108, 59, 0.10);
  color: #9b6138;
  font-size: 18px;
  font-weight: 700;
}

.z-accordion details[open] summary::after {
  content: "–";
}

.z-accordion .z-panel {
  padding: 0 22px 22px;
}

.z-accordion .z-panel p:last-child,
.z-accordion .z-panel ul:last-child {
  margin-bottom: 0;
}

.z-readable table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fffdf9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(52, 37, 23, 0.05);
}

.z-readable th,
.z-readable td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(165, 108, 59, 0.10);
  text-align: left;
  font-size: 15px;
}

.z-readable th {
  background: #fbf3e7;
  color: #2c241f;
  font-weight: 700;
}

.z-readable tr:last-child td {
  border-bottom: none;
}

@media (max-width: 991px) {
  .z-hero {
    padding: 72px 0 58px;
  }

  .z-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .z-content {
    padding: 54px 0;
  }
}

@media (max-width: 767px) {
  .z-container {
    padding: 0 18px;
  }

  .z-hero {
    padding: 56px 0 44px;
  }

  .z-hero h1 {
    font-size: 34px;
  }

  .z-lead,
  .z-readable p,
  .z-readable li,
  .z-contact-cta p {
    font-size: 16px;
    line-height: 1.75;
  }

  .z-readable h2 {
    font-size: 25px;
  }

  .z-readable h3 {
    font-size: 20px;
  }

  .z-grid-4 {
    grid-template-columns: 1fr;
  }

  .z-card,
  .z-info-box,
  .z-accordion details {
    border-radius: 16px;
  }

  .z-contact-cta {
    padding: 56px 0 64px;
  }

  .z-button {
    width: 100%;
    max-width: 320px;
  }
}
