
/* =========================================================
   PET MED DIRECT — About Us 2  |  Scoped styles
   Applies only to: body.page-id-10136  /  .pmd2
   ========================================================= */

/* --- TITLE & THEME HEADER HIDE --- */
body.page-id-10136 .entry-header,
body.page-id-10136 .page-title,
body.page-id-10136 h1.entry-title,
article#post-10136 > header.entry-header,
body.page-id-10136 .ct-page-title-area,
body.page-id-10136 .blocksy-page-title-area {
  display: none !important;
}

/* --- CONTENT AREA RESET --- */
body.page-id-10136 .entry-content,
body.page-id-10136 .ct-main-content-paddings,
body.page-id-10136 .post-content,
body.page-id-10136 article.post-10136 > .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* =========================================================
   GLOBAL
   ========================================================= */

.pmd2 {
  font-family: inherit;
  color: #333;
  width: 100%;
  overflow-x: hidden;
}

.pmd2 * { box-sizing: border-box; }

.pmd2-sec {
  width: 100%;
}

.pmd2-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 52px;
}

.pmd2-pad    { padding: 88px 0; }
.pmd2-pad-sm { padding: 64px 0; }

.pmd2-bg-hero  { background: #132e2b; }
.pmd2-bg-trust { background: #eef7f6; border-top: 1px solid #d0ece9; border-bottom: 1px solid #d0ece9; }
.pmd2-bg-white { background: #fff; }
.pmd2-bg-soft  { background: #f4f9f9; }
.pmd2-bg-light { background: #eef7f7; }
.pmd2-bg-dark  { background: #3b5b58; }
.pmd2-bg-teal  { background: #00aeac; }

/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.pmd2-overline {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00aeac;
  margin: 0 0 14px;
}
.pmd2-overline-light { color: #7ecece; }
.pmd2-overline-center { text-align: center; }

.pmd2-h1 {
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 22px;
  letter-spacing: -0.5px;
}

.pmd2-h2 {
  font-size: 38px;
  font-weight: 800;
  color: #00aeac;
  line-height: 1.15;
  margin: 0 0 22px;
  letter-spacing: -0.3px;
}

.pmd2-h2-white { color: #fff; }
.pmd2-h2-dark  { color: #1e3533; }
.pmd2-h2-center { text-align: center; }

.pmd2-sub {
  font-size: 19px;
  line-height: 1.5;
  color: #7ecece;
  margin: 0 0 20px;
  font-weight: 400;
}

.pmd2-body {
  font-size: 17px;
  line-height: 1.78;
  color: #444;
}
.pmd2-body p         { margin: 0 0 18px; }
.pmd2-body p:last-child { margin-bottom: 0; }

.pmd2-body-light { color: #9ecfcf; }
.pmd2-body-muted { color: rgba(255,255,255,0.85); }
.pmd2-body-teal  { color: #b3dcdc; }
.pmd2-body-center { text-align: center; }

/* =========================================================
   BUTTONS
   ========================================================= */

.pmd2-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
}

.pmd2-btn-teal         { background: #00aeac; color: #fff; border-color: #00aeac; }
.pmd2-btn-teal:hover   { background: #009190; border-color: #009190; color: #fff; text-decoration: none; }

.pmd2-btn-outline       { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.pmd2-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.07); color: #fff; text-decoration: none; }

.pmd2-btn-white         { background: #fff; color: #00aeac; border-color: #fff; }
.pmd2-btn-white:hover   { background: #e8fafa; color: #00aeac; text-decoration: none; }

.pmd2-btn-ghost-white         { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.pmd2-btn-ghost-white:hover   { border-color: #fff; background: rgba(255,255,255,0.07); color: #fff; text-decoration: none; }

.pmd2-btn-teal-outline       { background: transparent; color: #00aeac; border-color: #00aeac; }
.pmd2-btn-teal-outline:hover { background: #00aeac; color: #fff; text-decoration: none; }

/* =========================================================
   IMAGE PLACEHOLDER
   ========================================================= */

.pmd2-ph {
  width: 100%;
  background: rgba(0,174,172,0.06);
  border: 2px dashed rgba(0,174,172,0.4);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 28px;
  text-align: center;
  min-height: 340px;
}

.pmd2-ph svg { display: block; margin: 0 auto 16px; opacity: 0.55; }

.pmd2-ph-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
  color: #3b5b58;
  margin: 0;
}

.pmd2-ph-hero .pmd2-ph-label { color: #7ecece; }
.pmd2-ph-dark .pmd2-ph-label { color: #7ecece; }

/* =========================================================
   SECTION 1 — HERO
   ========================================================= */

.pmd2-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.pmd2-hero-eyebrow {
  display: inline-block;
  background: rgba(0,174,172,0.15);
  color: #00aeac;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.pmd2-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

/* =========================================================
   SECTION 2 — TRUST BAR
   ========================================================= */

.pmd2-trust-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
  align-items: start;
}

.pmd2-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 6px;
}

.pmd2-trust-icon {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1;
}

.pmd2-trust-label {
  font-size: 12.5px;
  font-weight: 600;
  color: #3b5b58;
  line-height: 1.4;
  margin: 0;
}

/* =========================================================
   TWO-COLUMN LAYOUT
   ========================================================= */

.pmd2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.pmd2-cols-reverse .pmd2-col-text { order: 2; }
.pmd2-cols-reverse .pmd2-col-img  { order: 1; }

.pmd2-col-text-narrow {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

/* =========================================================
   SECTION 4 — FARM VET CREDIBILITY PILLS
   ========================================================= */

.pmd2-pills {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 30px 0 38px;
}

.pmd2-pill {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid rgba(0,174,172,0.22);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: #3b5b58;
  box-shadow: 0 2px 10px rgba(0,174,172,0.07);
}

.pmd2-pill-icon { font-size: 17px; }

/* =========================================================
   SECTION 5 — PRESCRIPTION STEPS
   ========================================================= */

.pmd2-steps-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: start;
  margin-top: 54px;
}

.pmd2-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(0,174,172,0.08);
  margin-bottom: 14px;
}

.pmd2-step:last-of-type { margin-bottom: 0; }

.pmd2-step-num {
  min-width: 44px;
  height: 44px;
  background: #00aeac;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
}

.pmd2-step-title {
  font-size: 15.5px;
  font-weight: 700;
  color: #1e3533;
  margin: 0 0 5px;
  line-height: 1.3;
}

.pmd2-step-desc {
  font-size: 14.5px;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

.pmd2-rx-note {
  font-size: 13px;
  color: #666;
  font-style: italic;
  line-height: 1.65;
  padding: 14px 18px;
  background: rgba(0,174,172,0.05);
  border-left: 3px solid #00aeac;
  border-radius: 0 6px 6px 0;
  margin-top: 18px;
}

.pmd2-steps-img { position: sticky; top: 40px; }

/* =========================================================
   SECTION 6 — WHY CHOOSE CARDS
   ========================================================= */

.pmd2-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-top: 52px;
}

.pmd2-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 26px;
  box-shadow: 0 2px 20px rgba(0,174,172,0.09);
  border-top: 3px solid #00aeac;
}

.pmd2-card-icon  { font-size: 28px; margin-bottom: 14px; display: block; }
.pmd2-card-title { font-size: 16px; font-weight: 700; color: #1e3533; margin: 0 0 9px; }
.pmd2-card-desc  { font-size: 15px; color: #555; line-height: 1.65; margin: 0; }

/* =========================================================
   SECTION 8 — WHAT WE SUPPLY
   ========================================================= */

.pmd2-supply-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin: 48px 0;
}

.pmd2-supply-card {
  display: block;
  text-decoration: none;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 10px;
  padding: 22px 12px;
  text-align: center;
  transition: background 0.2s;
}

.pmd2-supply-card:hover {
  background: rgba(255,255,255,0.17);
  text-decoration: none;
}

.pmd2-supply-icon  { font-size: 26px; margin-bottom: 10px; display: block; }
.pmd2-supply-label { font-size: 12.5px; font-weight: 600; color: #d4efee; line-height: 1.4; display: block; }

/* =========================================================
   SECTION 9 — PROMISE
   ========================================================= */

.pmd2-promise-wrap {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.pmd2-paw { font-size: 46px; display: block; margin: 0 auto 18px; line-height: 1; }

/* =========================================================
   SECTION 10 — CTA
   ========================================================= */

.pmd2-cta-wrap {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.pmd2-cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

/* =========================================================
   RESPONSIVE — TABLET  ≤ 1024px
   ========================================================= */

@media (max-width: 1024px) {
  .pmd2-wrap             { padding: 0 36px; }
  .pmd2-pad              { padding: 72px 0; }
  .pmd2-h1               { font-size: 42px; }
  .pmd2-h2               { font-size: 32px; }
  .pmd2-trust-grid       { grid-template-columns: repeat(3,1fr); gap: 16px; }
  .pmd2-supply-grid      { grid-template-columns: repeat(3,1fr); }
  .pmd2-cards            { grid-template-columns: repeat(2,1fr); }
  .pmd2-cols, .pmd2-hero-inner { gap: 52px; }
  .pmd2-steps-layout     { gap: 52px; }
}

/* =========================================================
   RESPONSIVE — MOBILE  ≤ 768px
   ========================================================= */

@media (max-width: 768px) {
  .pmd2-wrap             { padding: 0 20px; }
  .pmd2-pad              { padding: 56px 0; }
  .pmd2-pad-sm           { padding: 44px 0; }

  /* Hero */
  .pmd2-hero-inner       { grid-template-columns: 1fr; gap: 36px; }
  .pmd2-h1               { font-size: 34px; letter-spacing: -0.2px; }
  .pmd2-sub              { font-size: 17px; }
  .pmd2-hero-btns        { flex-direction: column; }
  .pmd2-hero-btns .pmd2-btn { text-align: center; width: 100%; }

  /* Typography */
  .pmd2-h2               { font-size: 27px; }
  .pmd2-body             { font-size: 16px; }
  .pmd2-body-muted, .pmd2-body-teal { font-size: 16px; }

  /* Trust bar */
  .pmd2-trust-grid       { grid-template-columns: repeat(2,1fr); gap: 14px; }

  /* Two columns → single */
  .pmd2-cols             { grid-template-columns: 1fr; gap: 36px; }
  .pmd2-cols-reverse .pmd2-col-text { order: 1; }
  .pmd2-cols-reverse .pmd2-col-img  { order: 2; }

  /* Pills */
  .pmd2-pills            { gap: 10px; }

  /* Steps */
  .pmd2-steps-layout     { grid-template-columns: 1fr; gap: 36px; }
  .pmd2-steps-img        { position: static; }

  /* Cards */
  .pmd2-cards            { grid-template-columns: 1fr; gap: 14px; }

  /* Supply grid */
  .pmd2-supply-grid      { grid-template-columns: repeat(2,1fr); gap: 12px; }

  /* CTA buttons */
  .pmd2-cta-btns         { flex-direction: column; align-items: stretch; }
  .pmd2-cta-btns .pmd2-btn { text-align: center; }
}

@media (max-width: 440px) {
  .pmd2-trust-grid       { grid-template-columns: 1fr 1fr; }
  .pmd2-supply-grid      { grid-template-columns: 1fr 1fr; }
}
