.pc-content-page {
  --pc-green: #123f30;
  --pc-green-2: #1e6047;
  --pc-mint: #e9f4ed;
  --pc-orange: #ee7b32;
  --pc-ink: #17352b;
  --pc-muted: #607269;
  min-height: 100vh;
  color: var(--pc-ink);
  background: #f7faf7;
}

.pc-inner-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 68px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 15%, rgba(255,255,255,.16), transparent 27%),
    linear-gradient(130deg, #10392c 0%, #19523e 62%, #277556 100%);
}

.pc-inner-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -170px;
  top: -210px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
}

.pc-inner-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 70px;
}

.pc-inner-hero h1 {
  max-width: 840px;
  margin: 13px 0 18px;
  color: #fff;
  font-size: clamp(40px, 4.3vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.pc-inner-hero__lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.72;
}

.pc-inner-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pc-inner-hero__icon { display: grid; place-items: center; width: 210px; height: 210px; margin-left: auto; border: 1px solid rgba(255,255,255,.17); border-radius: 44px; color: #c5ead2; background: rgba(255,255,255,.1); box-shadow: 0 30px 60px rgba(0,0,0,.2); backdrop-filter: blur(10px); transform: rotate(3deg); }
.pc-inner-hero__icon .pc-icon { width: 105px; height: 105px; }

.pc-modern-breadcrumbs { padding: 17px 0; border-bottom: 1px solid #e1e9e3; background: #fff; }
.pc-modern-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; color: #708078; font-size: 13px; }
.pc-modern-breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: #a8b5ae; }
.pc-modern-breadcrumbs a { color: var(--pc-green-2); text-decoration: none; }

.pc-detail-section { padding: 72px 0 84px; }
.pc-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 34px; }
.pc-detail-main { min-width: 0; }

.pc-rich-content {
  padding: 36px 40px;
  overflow: hidden;
  border: 1px solid #e0e9e2;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(25,67,50,.07);
  color: #4e6258;
  font-size: 16px;
  line-height: 1.78;
}

.pc-rich-content > :first-child { margin-top: 0 !important; }
.pc-rich-content > :last-child { margin-bottom: 0 !important; }
.pc-rich-content h2,
.pc-rich-content h3,
.pc-rich-content h4 { margin: 1.5em 0 .55em; color: var(--pc-ink); line-height: 1.25; letter-spacing: -.02em; }
.pc-rich-content p,
.pc-rich-content div { line-height: inherit !important; text-align: left !important; }
.pc-rich-content span { color: inherit !important; font-size: inherit !important; }
.pc-rich-content img { max-width: 100% !important; height: auto !important; margin: 8px 24px 18px 0 !important; border-radius: 18px; box-shadow: 0 12px 30px rgba(25,67,50,.12); }
.pc-rich-content ul,
.pc-rich-content ol { padding-left: 22px; }
.pc-rich-content li { margin: 7px 0; }
.pc-rich-content a { color: var(--pc-green-2); font-weight: 700; }
.pc-rich-content table { display: block; width: 100% !important; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.pc-rich-content td,
.pc-rich-content th { padding: 12px; border: 1px solid #dce7df; }

.pc-detail-aside { position: sticky; top: 24px; display: grid; gap: 18px; }
.pc-side-card { padding: 26px; border: 1px solid #dbe7de; border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(25,67,50,.07); }
.pc-side-card--green { border: 0; color: #fff; background: linear-gradient(145deg, #143f31, #24684e); }
.pc-side-card h2,
.pc-side-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.025em; }
.pc-side-card p { margin: 0 0 18px; color: var(--pc-muted); font-size: 14px; line-height: 1.65; }
.pc-side-card--green p { color: rgba(255,255,255,.78); }
.pc-side-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pc-side-list li { display: flex; gap: 10px; color: #53675c; font-size: 14px; line-height: 1.5; }
.pc-side-list .pc-icon { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 1px; color: var(--pc-green-2); }

.pc-gallery { margin-top: 30px; }
.pc-gallery__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.pc-gallery__head h2 { margin: 0; font-size: 30px; letter-spacing: -.03em; }
.pc-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pc-gallery__item { display: block; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 12px 28px rgba(25,67,50,.1); text-decoration: none; }
.pc-gallery__item img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .3s ease; }
.pc-gallery__item:hover img { transform: scale(1.035); }
.pc-gallery__caption { display: block; padding: 13px 15px; color: var(--pc-muted); font-size: 13px; }

.pc-related { padding: 76px 0 84px; background: #edf5ef; }
.pc-related__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.pc-related__head h2 { margin: 8px 0 0; font-size: clamp(30px, 3vw, 44px); letter-spacing: -.035em; }
.pc-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pc-related-card { display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid #d6e5da; border-radius: 20px; color: var(--pc-ink); background: #fff; box-shadow: 0 10px 28px rgba(25,67,50,.07); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.pc-related-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(25,67,50,.12); }
.pc-related-card__icon { display: grid; place-items: center; flex: 0 0 52px; width: 52px; height: 52px; border-radius: 15px; color: var(--pc-green-2); background: var(--pc-mint); }
.pc-related-card__icon .pc-icon { width: 28px; height: 28px; }
.pc-related-card strong { display: block; }
.pc-related-card small { display: block; margin-top: 3px; color: var(--pc-muted); }

.pc-info-section { padding: 70px 0 86px; }
.pc-info-wrap { max-width: 1040px; margin: 0 auto; }
.pc-info-wrap .pc-rich-content { padding: 44px 50px; }

.pc-category-help { padding: 0 0 90px; }
.pc-category-help__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 38px 42px; border-radius: 26px; background: linear-gradient(120deg, #153f31, #246a4f); color: #fff; box-shadow: 0 22px 50px rgba(19,63,48,.18); }
.pc-category-help h2 { margin: 0 0 8px; color: #fff; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.035em; }
.pc-category-help p { margin: 0; color: rgba(255,255,255,.78); }
.pc-category-help__actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }

.pc-price-intro { margin-bottom: 26px; padding: 22px 24px; border-left: 4px solid var(--pc-orange); border-radius: 0 16px 16px 0; background: #fff6ef; color: #6a5140; }
.pc-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 26px 0; }
.pc-price-card { padding: 24px; border: 1px solid #dce8df; border-radius: 20px; background: linear-gradient(145deg, #fff, #f6faf7); box-shadow: 0 9px 24px rgba(25,67,50,.06); }
.pc-price-card h3 { margin: 0 0 8px; font-size: 20px; }
.pc-price-card p { margin: 0; color: var(--pc-muted); }
.pc-price-card strong { display: block; margin-top: 14px; color: var(--pc-green-2); font-size: 24px; }
.pc-note-box { margin-top: 24px; padding: 24px; border-radius: 20px; color: #fff; background: linear-gradient(130deg, #143f31, #24684e); }
.pc-note-box h3 { margin-top: 0; color: #fff; }
.pc-note-box ul { margin-bottom: 0; }

.pc-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 26px 0; }
.pc-feature-box { padding: 22px; border: 1px solid #dce8df; border-radius: 18px; background: #f8fbf9; }
.pc-feature-box h3 { margin-top: 0; }

.pc-contact-section { padding: 70px 0 88px; }
.pc-contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: 28px; align-items: start; }
.pc-contact-info { display: grid; gap: 16px; }
.pc-contact-card { padding: 26px; border: 1px solid #dce7df; border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(25,67,50,.07); }
.pc-contact-card h2,
.pc-contact-card h3 { margin: 0 0 10px; }
.pc-contact-card p { margin: 0; color: var(--pc-muted); line-height: 1.65; }
.pc-contact-link { display: flex; align-items: center; gap: 14px; color: var(--pc-ink); text-decoration: none; }
.pc-contact-link .pc-contact-link__icon { display: grid; place-items: center; flex: 0 0 50px; width: 50px; height: 50px; margin-top: 0; border-radius: 15px; color: var(--pc-green-2); background: var(--pc-mint); line-height: 0; }
.pc-contact-link__icon .pc-icon { width: 25px; height: 25px; }
.pc-contact-link strong { display: block; font-size: 18px; }
.pc-contact-link span { display: block; margin-top: 2px; color: var(--pc-muted); font-size: 13px; }

.pc-contact-form { padding: 32px; border: 1px solid #d9e6dd; border-radius: 26px; background: #fff; box-shadow: 0 18px 42px rgba(25,67,50,.1); }
.pc-contact-form h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.03em; }
.pc-contact-form__lead { margin: 0 0 24px; color: var(--pc-muted); }
.pc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pc-field { display: grid; gap: 7px; }
.pc-field--full { grid-column: 1 / -1; }
.pc-field label { color: #354f43; font-size: 13px; font-weight: 800; }
.pc-field input,
.pc-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfdcd3; border-radius: 12px; outline: 0; color: var(--pc-ink); background: #fbfdfb; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; box-sizing: border-box; }
.pc-field textarea { min-height: 130px; resize: vertical; }
.pc-field input:focus,
.pc-field textarea:focus { border-color: #4b9674; box-shadow: 0 0 0 4px rgba(75,150,116,.12); }
.pc-captcha { display: flex; align-items: center; gap: 12px; }
.pc-captcha img { flex: 0 0 auto; border-radius: 8px; }
.pc-privacy-check { display: flex; align-items: flex-start; gap: 10px; color: var(--pc-muted); font-size: 13px; line-height: 1.5; }
.pc-privacy-check input { margin-top: 3px; }
.pc-form-message { margin-bottom: 18px; padding: 13px 15px; border-radius: 12px; background: var(--pc-mint); color: var(--pc-green); font-weight: 700; }

@media (max-width: 1024px) {
  .pc-inner-hero__grid { grid-template-columns: 1fr 190px; gap: 35px; }
  .pc-inner-hero__icon { width: 170px; height: 170px; }
  .pc-detail-layout { grid-template-columns: 1fr; }
  .pc-detail-aside { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-contact-layout { grid-template-columns: 1fr; }
  .pc-contact-info { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .pc-inner-hero { padding: 52px 0 50px; }
  .pc-inner-hero__grid { grid-template-columns: 1fr; }
  .pc-inner-hero h1 { font-size: 39px; }
  .pc-inner-hero__lead { font-size: 15px; }
  .pc-inner-hero__icon { display: none; }
  .pc-detail-section,
  .pc-info-section,
  .pc-contact-section { padding: 52px 0 70px; }
  .pc-rich-content,
  .pc-info-wrap .pc-rich-content { padding: 24px 22px; border-radius: 20px; }
  .pc-rich-content img { float: none !important; display: block; margin: 10px auto 20px !important; }
  .pc-detail-aside { grid-template-columns: 1fr; }
  .pc-gallery__grid,
  .pc-related-grid,
  .pc-price-grid,
  .pc-feature-grid { grid-template-columns: 1fr; }
  .pc-related { padding: 58px 0 70px; }
  .pc-related__head { display: block; }
  .pc-contact-info { grid-template-columns: 1fr; }
  .pc-contact-form { padding: 24px 20px; border-radius: 21px; }
  .pc-category-help { padding-bottom: 70px; }
  .pc-category-help__inner { display: block; padding: 30px 24px; border-radius: 22px; }
  .pc-category-help__actions { margin-top: 22px; }
  .pc-form-grid { grid-template-columns: 1fr; }
  .pc-field--full { grid-column: auto; }
  .pc-captcha { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-gallery__item img,
  .pc-related-card { transition: none; }
  .pc-gallery__item:hover img { transform: none; }
  .pc-related-card:hover { transform: none; }
}
