/*
Theme Name: Precision Wound Care - Child
Version: 1.0
Description: A child theme of DMM by Almina â€” Precision Wound Care Specialists
Template: mts_schema
Text Domain: schema
*/

@import url("../mts_schema/style.css");

body.pwc-body {
  --pwc-pine: #2b5468;
  --pwc-pine-deep: #1f3f4f;
  --pwc-pine-soft: #3b6f8c;
  --pwc-cream: #f1f6f9;
  --pwc-cream-deep: #e3edf2;
  --pwc-terracotta: #2f8d86;
  --pwc-terracotta-soft: #5fb0a6;
  --pwc-amber: #86cfc4;
  --pwc-sage: #9bc0d4;
  --pwc-ink: #233843;
  --pwc-muted: #5a6f78;
  --pwc-line: rgba(43, 84, 104, 0.14);
  --pwc-display: "Fraunces", Georgia, serif;
  --pwc-body: "Hanken Grotesk", -apple-system, sans-serif;

  font-family: var(--pwc-body);
  background: var(--pwc-cream);
  color: var(--pwc-ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.pwc-body .pwc-home * {
  box-sizing: border-box;
}
body.pwc-body .pwc-home h1,
body.pwc-body .pwc-home h2,
body.pwc-body .pwc-home h3,
body.pwc-body .pwc-home h4 {
  font-family: var(--pwc-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
}
body.pwc-body .pwc-home a {
  color: inherit;
  text-decoration: none;
}
body.pwc-body .pwc-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}
body.pwc-body .pwc-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--pwc-terracotta);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
body.pwc-body .pwc-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--pwc-terracotta);
  display: inline-block;
}

/* ===== NAV ===== */
body.pwc-body .pwc-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: 0.4s ease;
}
body.pwc-body .pwc-header.scrolled {
  background: rgba(241, 246, 249, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--pwc-line);
}
body.pwc-body .pwc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 56px);
}
body.pwc-body .pwc-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--pwc-display);
  font-weight: 600;
  font-size: 1.18rem;
  color: var(--pwc-pine);
  letter-spacing: -0.02em;
}
body.pwc-body .pwc-brand .pwc-mark {
  height: 42px;
  width: auto;
  flex: none;
  max-width: 200px;
}
body.pwc-body .pwc-navlinks {
  display: flex;
  gap: 34px;
  align-items: center;
}
body.pwc-body .pwc-navlinks a,
body.pwc-body .pwc-navlinks .pwc-menu li a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--pwc-pine);
  position: relative;
  transition: 0.25s;
}
body.pwc-body .pwc-navlinks a:not(.pwc-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1.5px;
  background: var(--pwc-terracotta);
  transition: 0.3s;
}
body.pwc-body .pwc-navlinks a:not(.pwc-btn):hover::after {
  width: 100%;
}
body.pwc-body .pwc-navlinks a:not(.pwc-btn):hover {
  color: var(--pwc-terracotta);
}
body.pwc-body .pwc-navlinks .pwc-menu {
  display: flex;
  gap: 34px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.pwc-body .pwc-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--pwc-terracotta);
  color: var(--pwc-cream);
  padding: 13px 24px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.92rem;
  transition: 0.3s cubic-bezier(0.2, 0.7, 0.3, 1);
  border: none;
  cursor: pointer;
}
body.pwc-body .pwc-btn:hover {
  background: var(--pwc-pine);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(43, 84, 104, 0.22);
  color: var(--pwc-cream);
}
body.pwc-body .pwc-btn-ghost {
  background: transparent;
  color: var(--pwc-pine);
  border: 1.5px solid var(--pwc-line);
}
body.pwc-body .pwc-btn-ghost:hover {
  background: var(--pwc-pine);
  color: var(--pwc-cream);
  border-color: var(--pwc-pine);
}
body.pwc-body .pwc-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
body.pwc-body .pwc-menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--pwc-pine);
  display: block;
  transition: 0.3s;
}

/* ===== HERO ===== */
body.pwc-body .pwc-hero {
  position: relative;
  padding: 170px 0 90px;
  overflow: hidden;
}
body.pwc-body .pwc-hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.5;
  z-index: 0;
}
body.pwc-body .pwc-b1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, var(--pwc-sage), transparent 70%);
  top: -140px;
  right: -120px;
}
body.pwc-body .pwc-b2 {
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    var(--pwc-terracotta-soft),
    transparent 70%
  );
  bottom: -120px;
  left: -100px;
  opacity: 0.32;
}
body.pwc-body .pwc-hero .pwc-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}
body.pwc-body .pwc-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  color: var(--pwc-pine);
  margin: 22px 0;
}
body.pwc-body .pwc-hero h1 em {
  font-style: italic;
  color: var(--pwc-terracotta);
  font-weight: 400;
}
body.pwc-body .pwc-hero p.pwc-lead {
  font-size: 1.18rem;
  color: var(--pwc-muted);
  max-width: 30em;
  margin-bottom: 34px;
}
body.pwc-body .pwc-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
body.pwc-body .pwc-badge-row {
  display: flex;
  gap: 18px;
  margin-top: 42px;
  flex-wrap: wrap;
}
body.pwc-body .pwc-badge {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--pwc-pine);
}
body.pwc-body .pwc-badge svg {
  width: 30px;
  height: 30px;
  flex: none;
  color: var(--pwc-terracotta);
}
body.pwc-body .pwc-hero-art {
  position: relative;
}
body.pwc-body .pwc-hero-card {
  background: var(--pwc-pine);
  color: var(--pwc-cream);
  border-radius: 26px;
  padding: 38px 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(22, 48, 42, 0.55);
}
body.pwc-body .pwc-hero-card::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(217, 164, 65, 0.16);
  top: -90px;
  right: -70px;
}
body.pwc-body .pwc-hero-card .pwc-stat {
  font-family: var(--pwc-display);
  font-size: 3.2rem;
  color: var(--pwc-amber);
  line-height: 1;
  font-weight: 600;
}
body.pwc-body .pwc-hero-card .pwc-stat-label {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-bottom: 26px;
}
body.pwc-body .pwc-hero-card hr {
  border: none;
  border-top: 1px solid rgba(241, 246, 249, 0.16);
  margin: 22px 0;
}
body.pwc-body .pwc-hero-card .pwc-mini {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 0.92rem;
  opacity: 0.92;
}
body.pwc-body .pwc-hero-card .pwc-mini svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  color: var(--pwc-terracotta-soft);
}

/* ===== STRIP ===== */
body.pwc-body .pwc-strip {
  background: var(--pwc-pine-deep);
  color: var(--pwc-cream);
  padding: 26px 0;
}
body.pwc-body .pwc-strip .pwc-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
body.pwc-body .pwc-strip-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body.pwc-body .pwc-strip-item b {
  font-family: var(--pwc-display);
  font-size: 1.7rem;
  color: var(--pwc-amber);
  font-weight: 600;
}
body.pwc-body .pwc-strip-item span {
  font-size: 0.84rem;
  opacity: 0.8;
  letter-spacing: 0.02em;
}

/* ===== SECTION BASE ===== */
body.pwc-body .pwc-home section {
  padding: clamp(70px, 9vw, 120px) 0;
}
body.pwc-body .pwc-sec-head {
  max-width: 620px;
  margin-bottom: 54px;
}
body.pwc-body .pwc-sec-head h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  color: var(--pwc-pine);
  margin: 16px 0;
}
body.pwc-body .pwc-sec-head p {
  color: var(--pwc-muted);
  font-size: 1.08rem;
}

/* ===== SERVICES ===== */
body.pwc-body .pwc-services {
  background: var(--pwc-cream-deep);
}
body.pwc-body .pwc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body.pwc-body .pwc-card {
  background: var(--pwc-cream);
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid var(--pwc-line);
  transition: 0.4s cubic-bezier(0.2, 0.7, 0.3, 1);
  position: relative;
  overflow: hidden;
}
body.pwc-body .pwc-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0;
  background: var(--pwc-terracotta);
  transition: 0.4s;
}
body.pwc-body .pwc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -26px rgba(43, 84, 104, 0.4);
}
body.pwc-body .pwc-card:hover::after {
  width: 100%;
}
body.pwc-body .pwc-card-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--pwc-pine);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body.pwc-body .pwc-card-ico svg {
  width: 26px;
  height: 26px;
  color: var(--pwc-amber);
}
body.pwc-body .pwc-card h3 {
  font-size: 1.32rem;
  color: var(--pwc-pine);
  margin-bottom: 10px;
  font-weight: 600;
}
body.pwc-body .pwc-card p {
  font-size: 0.96rem;
  color: var(--pwc-muted);
}

/* ===== ABOUT ===== */
body.pwc-body .pwc-about .pwc-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}
body.pwc-body .pwc-about-visual {
  position: relative;
}
body.pwc-body .pwc-founder-card {
  background: var(--pwc-pine);
  border-radius: 24px;
  padding: 46px 40px;
  color: var(--pwc-cream);
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -24px rgba(22, 48, 42, 0.5);
}
body.pwc-body .pwc-founder-photo {
  width: 170px;
  height: 178px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center top;
  border: 3px solid var(--pwc-terracotta-soft);
  margin-bottom: 24px;
  display: block;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}
body.pwc-body .pwc-founder-card .pwc-quote-mark {
  font-family: var(--pwc-display);
  font-size: 5rem;
  line-height: 0.5;
  color: var(--pwc-amber);
  opacity: 0.4;
  height: 34px;
}
body.pwc-body .pwc-founder-card blockquote {
  font-family: var(--pwc-display);
  font-style: italic;
  font-size: 1.32rem;
  line-height: 1.42;
  margin: 8px 0 24px;
}
body.pwc-body .pwc-founder-card .pwc-who b {
  display: block;
  font-family: var(--pwc-display);
  font-size: 1.1rem;
  color: var(--pwc-amber);
}
body.pwc-body .pwc-founder-card .pwc-who span {
  font-size: 0.88rem;
  opacity: 0.8;
}
body.pwc-body .pwc-seal {
  position: absolute;
  bottom: -26px;
  right: -26px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--pwc-terracotta);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--pwc-cream);
  font-family: var(--pwc-display);
  font-weight: 600;
  font-size: 0.78rem;
  line-height: 1.25;
  padding: 20px;
  box-shadow: 0 14px 30px rgba(192, 99, 63, 0.4);
}
body.pwc-body .pwc-about-text h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  color: var(--pwc-pine);
  margin: 16px 0 20px;
}
body.pwc-body .pwc-about-text p {
  color: var(--pwc-muted);
  margin-bottom: 18px;
  font-size: 1.05rem;
}
body.pwc-body .pwc-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
body.pwc-body .pwc-value {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
body.pwc-body .pwc-value svg {
  width: 22px;
  height: 22px;
  color: var(--pwc-terracotta);
  flex: none;
  margin-top: 3px;
}
body.pwc-body .pwc-value b {
  display: block;
  color: var(--pwc-pine);
  font-size: 1rem;
}
body.pwc-body .pwc-value span {
  font-size: 0.9rem;
  color: var(--pwc-muted);
}

/* ===== TEAM ===== */
body.pwc-body .pwc-team {
  background: var(--pwc-cream-deep);
}
body.pwc-body .pwc-team-card {
  display: flex;
  gap: 34px;
  align-items: center;
  background: var(--pwc-cream);
  border: 1px solid var(--pwc-line);
  border-radius: 24px;
  padding: 36px 38px;
  max-width: 860px;
  margin: 0 auto 22px;
  box-shadow: 0 20px 44px -30px rgba(43, 84, 104, 0.45);
}
body.pwc-body .pwc-team-card:last-child {
  margin-bottom: 0;
}
body.pwc-body .pwc-team-card.alt {
  flex-direction: row-reverse;
}
body.pwc-body .pwc-team-photo {
  width: 190px;
  height: 196px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
  flex: none;
  border: 3px solid var(--pwc-terracotta-soft);
}
body.pwc-body .pwc-team-info .pwc-role {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--pwc-terracotta);
  margin-bottom: 8px;
}
body.pwc-body .pwc-team-info h3 {
  font-size: 1.55rem;
  color: var(--pwc-pine);
  margin-bottom: 4px;
  font-weight: 600;
}
body.pwc-body .pwc-team-info .pwc-title {
  font-size: 1rem;
  color: var(--pwc-muted);
  margin-bottom: 14px;
  font-weight: 500;
}
body.pwc-body .pwc-team-info p {
  font-size: 0.98rem;
  color: var(--pwc-muted);
  line-height: 1.6;
}

/* ===== PROCESS ===== */
body.pwc-body .pwc-process {
  background: var(--pwc-pine);
  color: var(--pwc-cream);
  position: relative;
  overflow: hidden;
}
body.pwc-body .pwc-process .pwc-eyebrow {
  color: var(--pwc-amber);
}
body.pwc-body .pwc-process .pwc-eyebrow::before {
  background: var(--pwc-amber);
}
body.pwc-body .pwc-process h2 {
  color: var(--pwc-cream);
}
body.pwc-body .pwc-process .pwc-sec-head p {
  color: rgba(241, 246, 249, 0.7);
}
body.pwc-body .pwc-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
body.pwc-body .pwc-step {
  position: relative;
  padding-top: 18px;
}
body.pwc-body .pwc-step .pwc-num {
  font-family: var(--pwc-display);
  font-size: 2.6rem;
  color: var(--pwc-amber);
  font-weight: 600;
  line-height: 1;
}
body.pwc-body .pwc-step h3 {
  font-size: 1.22rem;
  color: var(--pwc-cream);
  margin: 14px 0 8px;
  font-weight: 500;
}
body.pwc-body .pwc-step p {
  font-size: 0.94rem;
  color: rgba(241, 246, 249, 0.72);
}
body.pwc-body .pwc-step::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 64px;
  right: -26px;
  height: 1px;
  background: rgba(241, 246, 249, 0.18);
}
body.pwc-body .pwc-step:last-child::before {
  display: none;
}

/* ===== REFERRALS ===== */
body.pwc-body .pwc-refer {
  background: var(--pwc-cream);
}
body.pwc-body .pwc-refer-callout {
  background: var(--pwc-terracotta);
  color: var(--pwc-cream);
  border-radius: 22px;
  padding: 34px 38px;
  display: flex;
  gap: 26px;
  align-items: center;
  margin-bottom: 46px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 50px -26px rgba(192, 99, 63, 0.6);
}
body.pwc-body .pwc-refer-callout::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  top: -90px;
  right: -50px;
}
body.pwc-body .pwc-refer-callout .pwc-big {
  font-family: var(--pwc-display);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  flex: none;
}
body.pwc-body .pwc-refer-callout p {
  font-size: 1.12rem;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
body.pwc-body .pwc-refer-callout p b {
  font-weight: 700;
}
body.pwc-body .pwc-refer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 34px;
  align-items: start;
}
body.pwc-body .pwc-refer-list {
  background: var(--pwc-cream-deep);
  border-radius: 20px;
  padding: 34px 32px;
  border: 1px solid var(--pwc-line);
}
body.pwc-body .pwc-refer-list h3 {
  font-size: 1.4rem;
  color: var(--pwc-pine);
  margin-bottom: 8px;
  font-weight: 600;
}
body.pwc-body .pwc-refer-list > p {
  color: var(--pwc-muted);
  font-size: 0.96rem;
  margin-bottom: 22px;
}
body.pwc-body .pwc-refer-list ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
  margin: 0;
  padding: 0;
}
body.pwc-body .pwc-refer-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 0.96rem;
  color: var(--pwc-ink);
  line-height: 1.45;
}
body.pwc-body .pwc-refer-list li svg {
  width: 20px;
  height: 20px;
  color: var(--pwc-terracotta);
  flex: none;
  margin-top: 2px;
}
body.pwc-body .pwc-howto {
  background: var(--pwc-pine);
  color: var(--pwc-cream);
  border-radius: 20px;
  padding: 34px 30px;
  position: relative;
  overflow: hidden;
}
body.pwc-body .pwc-howto::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(217, 164, 65, 0.14);
  bottom: -80px;
  left: -50px;
}
body.pwc-body .pwc-howto h3 {
  font-size: 1.4rem;
  color: var(--pwc-cream);
  margin-bottom: 18px;
  font-weight: 600;
  position: relative;
}
body.pwc-body .pwc-howto .pwc-row {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
body.pwc-body .pwc-howto .pwc-row b {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pwc-amber);
  margin-bottom: 2px;
}
body.pwc-body .pwc-howto .pwc-row span,
body.pwc-body .pwc-howto .pwc-row a {
  font-size: 1.02rem;
  color: var(--pwc-cream);
}
body.pwc-body .pwc-howto .pwc-row a:hover {
  color: var(--pwc-amber);
}
body.pwc-body .pwc-howto .pwc-note {
  font-size: 0.86rem;
  color: rgba(241, 246, 249, 0.72);
  border-top: 1px solid rgba(241, 246, 249, 0.16);
  padding-top: 16px;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

/* ===== FAQ ===== */
body.pwc-body .pwc-faq {
  background: var(--pwc-cream-deep);
}
body.pwc-body .pwc-faq-wrap {
  max-width: 820px;
  margin: 0 auto;
}
body.pwc-body .pwc-faq-item {
  background: var(--pwc-cream);
  border: 1px solid var(--pwc-line);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: 0.3s;
}
body.pwc-body .pwc-faq-item[open] {
  box-shadow: 0 16px 34px -22px rgba(43, 84, 104, 0.4);
}
body.pwc-body .pwc-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: var(--pwc-display);
  font-size: 1.18rem;
  color: var(--pwc-pine);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
body.pwc-body .pwc-faq-item summary::-webkit-details-marker {
  display: none;
}
body.pwc-body .pwc-faq-item summary .pwc-plus {
  width: 26px;
  height: 26px;
  flex: none;
  position: relative;
  transition: 0.3s;
}
body.pwc-body .pwc-faq-item summary .pwc-plus::before,
body.pwc-body .pwc-faq-item summary .pwc-plus::after {
  content: "";
  position: absolute;
  background: var(--pwc-terracotta);
  border-radius: 2px;
  transition: 0.3s;
}
body.pwc-body .pwc-faq-item summary .pwc-plus::before {
  width: 16px;
  height: 2.5px;
  top: 12px;
  left: 5px;
}
body.pwc-body .pwc-faq-item summary .pwc-plus::after {
  width: 2.5px;
  height: 16px;
  top: 5px;
  left: 12px;
}
body.pwc-body .pwc-faq-item[open] summary .pwc-plus::after {
  transform: rotate(90deg);
  opacity: 0;
}
body.pwc-body .pwc-faq-item[open] summary {
  color: var(--pwc-terracotta);
}
body.pwc-body .pwc-faq-item .pwc-ans {
  padding: 0 26px 24px;
  color: var(--pwc-muted);
  font-size: 1rem;
  line-height: 1.6;
}
body.pwc-body .pwc-faq-item .pwc-ans p {
  margin-bottom: 10px;
}
body.pwc-body .pwc-faq-item .pwc-ans p:last-child {
  margin-bottom: 0;
}

/* ===== CONTACT ===== */
body.pwc-body .pwc-contact .pwc-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
body.pwc-body .pwc-contact h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
  color: var(--pwc-pine);
  margin: 16px 0 20px;
}
body.pwc-body .pwc-contact .pwc-lead {
  color: var(--pwc-muted);
  font-size: 1.08rem;
  margin-bottom: 34px;
  max-width: 30em;
}
body.pwc-body .pwc-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--pwc-line);
}
body.pwc-body .pwc-info-item:last-child {
  border-bottom: none;
}
body.pwc-body .pwc-info-item .pwc-ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--pwc-cream-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
body.pwc-body .pwc-info-item .pwc-ico svg {
  width: 22px;
  height: 22px;
  color: var(--pwc-terracotta);
}
body.pwc-body .pwc-info-item b {
  display: block;
  color: var(--pwc-pine);
  font-size: 1.02rem;
  margin-bottom: 2px;
}
body.pwc-body .pwc-info-item span,
body.pwc-body .pwc-info-item a {
  color: var(--pwc-muted);
  font-size: 0.96rem;
}
body.pwc-body .pwc-info-item a:hover {
  color: var(--pwc-terracotta);
}
body.pwc-body .pwc-form-card {
  background: var(--pwc-cream-deep);
  border-radius: 24px;
  padding: 40px 36px;
  border: 1px solid var(--pwc-line);
}
body.pwc-body .pwc-form-card h3 {
  font-size: 1.5rem;
  color: var(--pwc-pine);
  margin-bottom: 8px;
  font-weight: 600;
}
body.pwc-body .pwc-form-card > p {
  color: var(--pwc-muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
}
body.pwc-body .pwc-field {
  margin-bottom: 18px;
}
body.pwc-body .pwc-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--pwc-pine);
  margin-bottom: 7px;
  letter-spacing: 0.02em;
}
body.pwc-body .pwc-field input,
body.pwc-body .pwc-field select,
body.pwc-body .pwc-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--pwc-line);
  border-radius: 11px;
  background: var(--pwc-cream);
  font-family: var(--pwc-body);
  font-size: 0.96rem;
  color: var(--pwc-ink);
  transition: 0.25s;
}
body.pwc-body .pwc-field input:focus,
body.pwc-body .pwc-field select:focus,
body.pwc-body .pwc-field textarea:focus {
  outline: none;
  border-color: var(--pwc-terracotta);
  box-shadow: 0 0 0 4px rgba(192, 99, 63, 0.12);
}
body.pwc-body .pwc-field textarea {
  resize: vertical;
  min-height: 96px;
}
body.pwc-body .pwc-form-card .pwc-btn {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}
body.pwc-body .pwc-form-note {
  font-size: 0.78rem;
  color: var(--pwc-muted);
  margin-top: 14px;
  text-align: center;
}

/* ===== FOOTER ===== */
body.pwc-body .pwc-footer {
  background: var(--pwc-pine-deep);
  color: var(--pwc-cream);
  padding: 64px 0 30px;
}
body.pwc-body .pwc-footer .pwc-foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(241, 246, 249, 0.14);
}
body.pwc-body .pwc-foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--pwc-display);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
body.pwc-body .pwc-foot-brand .pwc-mark {
  height: 40px;
  width: auto;
  max-width: 250px;
  filter: brightness(0) invert(1);
}
body.pwc-body .pwc-footer .pwc-foot-top p {
  color: rgba(241, 246, 249, 0.7);
  font-size: 0.95rem;
  max-width: 30em;
}
body.pwc-body .pwc-foot-col h4 {
  font-family: var(--pwc-body);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pwc-amber);
  margin-bottom: 18px;
  font-weight: 600;
}
body.pwc-body .pwc-foot-col a {
  display: block;
  color: rgba(241, 246, 249, 0.78);
  font-size: 0.95rem;
  margin-bottom: 11px;
  transition: 0.25s;
}
body.pwc-body .pwc-foot-col a:hover {
  color: var(--pwc-cream);
  padding-left: 4px;
}
body.pwc-body .pwc-foot-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.pwc-body .pwc-foot-menu li a {
  display: block;
  color: rgba(241, 246, 249, 0.78);
  font-size: 0.95rem;
  margin-bottom: 11px;
  transition: 0.25s;
}
body.pwc-body .pwc-foot-menu li a:hover {
  color: var(--pwc-cream);
  padding-left: 4px;
}
body.pwc-body .pwc-foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 26px;
  font-size: 0.84rem;
  color: rgba(241, 246, 249, 0.6);
}
body.pwc-body .pwc-foot-social {
  margin-top: 16px;
}

/* ===== REVEAL ===== */
body.pwc-body .pwc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.8s cubic-bezier(0.2, 0.7, 0.3, 1);
}
body.pwc-body .pwc-reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  body.pwc-body .pwc-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 920px) {
  body.pwc-body .pwc-hero .pwc-wrap,
  body.pwc-body .pwc-about .pwc-wrap,
  body.pwc-body .pwc-contact .pwc-wrap {
    grid-template-columns: 1fr;
  }
  body.pwc-body .pwc-refer-grid {
    grid-template-columns: 1fr;
  }
  body.pwc-body .pwc-grid {
    grid-template-columns: 1fr 1fr;
  }
  body.pwc-body .pwc-steps {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  body.pwc-body .pwc-step::before {
    display: none;
  }
  body.pwc-body .pwc-navlinks {
    display: none;
  }
  body.pwc-body .pwc-menu-toggle {
    display: flex;
  }
  body.pwc-body .pwc-navlinks.open {
    display: flex;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--pwc-cream);
    padding: 24px clamp(20px, 5vw, 56px);
    box-shadow: 0 12px 24px rgba(43, 84, 104, 0.12);
    gap: 18px;
  }
  body.pwc-body .pwc-footer .pwc-foot-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
	body.pwc-body .pwc-navlinks .pwc-menu li {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

	body.pwc-body .pwc-navlinks .pwc-menu {
    flex-wrap: wrap;
    gap: 10px;
}
  body.pwc-body .pwc-team-card,
  body.pwc-body .pwc-team-card.alt {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }
  body.pwc-body .pwc-team-photo {
    width: 160px;
    height: 166px;
  }
  body.pwc-body .pwc-team-info .pwc-role {
    text-align: center;
  }
}
@media (max-width: 560px) {
  body.pwc-body .pwc-grid {
    grid-template-columns: 1fr;
  }
  body.pwc-body .pwc-refer-list ul {
    grid-template-columns: 1fr;
  }
  body.pwc-body .pwc-refer-callout {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }
  body.pwc-body .pwc-steps {
    grid-template-columns: 1fr;
  }
  body.pwc-body .pwc-values {
    grid-template-columns: 1fr;
  }
  body.pwc-body .pwc-hero {
    padding-top: 140px;
  }
}


.bottom-footer {
    display: flex;
    flex-wrap: wrap;
}

.bottom-footer p {
    flex: 1 1 50%;
    margin: 0px;
}

section#contact .gform_body #field_1_12,section#contact .gform_body #field_1_13 {
    font-size: 13px;
}

section#contact input[type="submit"] {
    background: var(--pwc-pine);
}

section#contact .gform_body input,section#contact .gform_body select {
    height: 40px !important;
    border-radius: 10px;
}

section#contact .gform_body li#field_1_13 input {
    height: auto !important;
}
body.pwc-body .pwc-navlinks .pwc-menu li a {
    padding: 0px;
    margin: 0px !important;
}