
/* =========================================================
   EMMALASER BLOG
   How Much Does a Professional Pressotherapy Machine Cost in 2026?
   SEO Cluster: Professional Pressotherapy Machine
   ========================================================= */

.emma-press-cost {
  --blue: #0b5da8;
  --blue-dark: #073f76;
  --blue-light: #eef7ff;
  --blue-soft: #f7fbff;
  --cyan: #38a3d9;
  --text: #455468;
  --dark: #172536;
  --muted: #718096;
  --border: #dce8f3;
  --green: #16825f;
  --white: #ffffff;
  --shadow: 0 12px 32px rgba(18, 73, 119, 0.09);

  max-width: 1180px;
  margin: 0 auto;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.75;
  box-sizing: border-box;
}

.emma-press-cost *,
.emma-press-cost *::before,
.emma-press-cost *::after {
  box-sizing: border-box;
}

.emma-press-cost img {
  display: block;
  width: 100%;
  height: auto;
}

.emma-press-cost a {
  color: var(--blue);
  text-decoration: none;
}

.emma-press-cost a:hover {
  text-decoration: underline;
}

.emma-press-cost h2,
.emma-press-cost h3 {
  color: var(--dark);
  margin-top: 0;
}

.emma-press-cost h2 {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.28;
}

.emma-press-cost h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.35;
}

.emma-press-cost p {
  margin: 0 0 18px;
}

.epc-section {
  padding: 62px 28px;
}

.epc-container {
  max-width: 1080px;
  margin: 0 auto;
}

.epc-center {
  text-align: center;
}

.epc-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.epc-lead {
  max-width: 860px;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #56677b;
  font-size: 17px;
  line-height: 1.8;
}

/* HERO */
.epc-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 34px;
  border-radius: 25px;
  background:
    radial-gradient(circle at 92% 12%, rgba(58, 162, 218, .18), transparent 28%),
    linear-gradient(135deg, #f1f9ff 0%, #ffffff 52%, #eef8ff 100%);
  border: 1px solid #dcebf8;
}

.epc-hero-inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

.epc-hero-badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 15px;
  color: var(--blue);
  background: #e2f2ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

/*
  If your CMS already creates the article H1,
  keep this title as H2 to avoid a duplicate H1.
*/
.epc-hero-title {
  margin: 0 auto 20px;
  max-width: 900px;
  color: var(--dark);
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
}

.epc-hero-title span {
  color: var(--blue);
}

.epc-hero-desc {
  max-width: 830px;
  margin: 0 auto 26px !important;
  color: #53667a;
  font-size: 18px;
  line-height: 1.75;
}

.epc-update {
  color: var(--muted);
  font-size: 13px;
}

/* QUICK ANSWER */
.epc-answer {
  margin-top: 28px;
  padding: 32px;
  border-radius: 18px;
  background: var(--blue-dark);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.epc-answer strong {
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 20px;
}

.epc-answer p {
  margin: 0;
  color: #e5f3ff;
}

/* KEY TAKEAWAYS */
.epc-takeaways {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.epc-takeaway {
  padding: 24px 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 15px;
}

.epc-takeaway-number {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
}

.epc-takeaway-label {
  color: #627286;
  font-size: 14px;
  line-height: 1.5;
}

/* CONTENT BOX */
.epc-soft {
  background: var(--blue-soft);
  border-radius: 24px;
}

.epc-note {
  padding: 20px 22px;
  background: #f6fbff;
  border-left: 4px solid var(--cyan);
  border-radius: 7px;
  color: #536579;
  font-size: 14px;
}

/* TABLE */
.epc-table-wrap {
  overflow-x: auto;
  margin: 30px 0;
  border: 1px solid var(--border);
  border-radius: 16px;
}

.epc-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
}

.epc-table th,
.epc-table td {
  padding: 17px 18px;
  border-bottom: 1px solid #e7eef5;
  text-align: left;
  vertical-align: top;
}

.epc-table th {
  color: #24435f;
  background: #edf7ff;
  font-size: 14px;
}

.epc-table tr:last-child td {
  border-bottom: 0;
}

.epc-price {
  color: var(--blue-dark);
  font-weight: 800;
}

/* CARDS */
.epc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.epc-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.epc-card {
  padding: 27px 23px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 65, 105, .05);
}

.epc-card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  margin-bottom: 17px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 11px;
  font-size: 16px;
  font-weight: 800;
}

.epc-card p {
  margin-bottom: 0;
  font-size: 14px;
}

/* LIST */
.epc-check {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.epc-check li {
  position: relative;
  padding: 8px 0 8px 31px;
}

.epc-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background: var(--green);
  border-radius: 50%;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  font-weight: 800;
}

/* HIGHLIGHT */
.epc-highlight {
  margin: 30px 0;
  padding: 30px;
  background: linear-gradient(135deg, #edf8ff, #ffffff);
  border: 1px solid #cfe5f6;
  border-radius: 18px;
}

.epc-highlight h3 {
  color: var(--blue-dark);
}

/* PRICE FACTORS */
.epc-factor {
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--border);
}

.epc-factor:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.epc-factor-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--dark);
  font-size: 20px;
  font-weight: 800;
}

.epc-factor-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 9px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
}

/* PRODUCT CTA */
.epc-product {
  padding: 38px;
  margin: 30px 0;
  background:
    radial-gradient(circle at 90% 15%, rgba(83, 176, 237, .24), transparent 30%),
    linear-gradient(135deg, #073f76, #0b65ad);
  border-radius: 20px;
  color: #ffffff;
}

.epc-product-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 32px;
  align-items: center;
}

.epc-product h2,
.epc-product h3 {
  color: #ffffff;
}

.epc-product p {
  color: #dcefff;
}

.epc-product-price {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
}

.epc-product-label {
  display: block;
  color: #cce8fb;
  font-size: 13px;
}

.epc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  margin-top: 8px;
  color: var(--blue-dark) !important;
  background: #ffffff;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none !important;
}

.epc-btn:hover {
  background: #edf7ff;
}

/* ROI */
.epc-roi {
  padding: 34px;
  background: #ffffff;
  border: 2px solid #cae4f7;
  border-radius: 18px;
}

.epc-roi-equation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 26px 0;
}

.epc-roi-box {
  padding: 20px;
  text-align: center;
  background: #f4faff;
  border-radius: 13px;
}

.epc-roi-value {
  display: block;
  color: var(--blue);
  font-size: 27px;
  font-weight: 800;
}

.epc-roi-label {
  display: block;
  color: #66778a;
  font-size: 13px;
}

/* BUYER CHECKLIST */
.epc-buy-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 32px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.epc-buy-list li {
  position: relative;
  padding: 11px 0 11px 31px;
  border-bottom: 1px solid #e4edf5;
}

.epc-buy-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

/* FAQ */
.epc-faq {
  max-width: 900px;
  margin: 30px auto 0;
}

.epc-faq details {
  margin-bottom: 12px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.epc-faq summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  color: #273d53;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.epc-faq summary::-webkit-details-marker {
  display: none;
}

.epc-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 14px;
  color: var(--blue);
  font-size: 27px;
}

.epc-faq details[open] summary::after {
  content: "−";
}

.epc-faq-answer {
  padding: 0 20px 20px;
  color: #5d6e80;
  font-size: 14px;
}

/* AUTHOR */
.epc-author {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  margin-top: 35px;
  background: #f8fbfd;
  border: 1px solid var(--border);
  border-radius: 16px;
}

.epc-author-mark {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  font-weight: 800;
}

/* FINAL CTA */
.epc-final {
  padding: 52px 32px;
  border-radius: 22px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #073f76, #0c6eb9);
}

.epc-final h2 {
  color: #ffffff;
}

.epc-final p {
  max-width: 760px;
  margin: 0 auto 22px;
  color: #dcefff;
}

/* MOBILE */
@media (max-width: 900px) {
  .epc-takeaways,
  .epc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .epc-product-grid {
    grid-template-columns: 1fr;
  }

  .epc-hero-title {
    font-size: 38px;
  }
}

@media (max-width: 650px) {
  .epc-section {
    padding: 46px 16px;
  }

  .epc-hero {
    padding: 45px 18px;
    border-radius: 18px;
  }

  .epc-hero-title {
    font-size: 31px;
  }

  .emma-press-cost h2 {
    font-size: 27px;
  }

  .epc-takeaways,
  .epc-grid-3,
  .epc-grid-2,
  .epc-roi-equation,
  .epc-buy-list {
    grid-template-columns: 1fr;
  }

  .epc-answer,
  .epc-product,
  .epc-roi {
    padding: 25px 20px;
  }
}
