
/* =========================================================
   EMMALASER PROFESSIONAL PRESSOTHERAPY PRODUCT PAGE
   SEO MAIN KEYWORD: professional pressotherapy machine
   ========================================================= */

.el-pressotherapy {
  --el-blue: #0b4f93;
  --el-blue-2: #1674c7;
  --el-light-blue: #eef7ff;
  --el-pale-blue: #f7fbff;
  --el-dark: #172334;
  --el-text: #445267;
  --el-muted: #718096;
  --el-border: #dce8f4;
  --el-white: #ffffff;
  --el-green: #1c8b67;
  --el-shadow: 0 14px 36px rgba(17, 62, 107, 0.09);

  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: var(--el-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  box-sizing: border-box;
}

.el-pressotherapy *,
.el-pressotherapy *::before,
.el-pressotherapy *::after {
  box-sizing: border-box;
}

.el-pressotherapy img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.el-pressotherapy a {
  text-decoration: none;
}

.el-pressotherapy h2,
.el-pressotherapy h3 {
  color: var(--el-dark);
  margin-top: 0;
}

.el-pressotherapy h2 {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.el-pressotherapy h3 {
  font-size: 21px;
  line-height: 1.35;
}

.el-pressotherapy p {
  margin: 0 0 16px;
}

.el-section {
  padding: 66px 28px;
}

.el-section-soft {
  background: var(--el-pale-blue);
  border-radius: 26px;
}

.el-container {
  max-width: 1120px;
  margin: 0 auto;
}

.el-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--el-blue-2);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.el-lead {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #53657b;
  font-size: 17px;
  line-height: 1.78;
}

.el-center {
  text-align: center;
}

/* HERO */
.el-hero {
  overflow: hidden;
  position: relative;
  padding: 58px 32px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 15%, rgba(69,160,235,.16), transparent 28%),
    linear-gradient(135deg, #f4faff 0%, #ffffff 55%, #eef7ff 100%);
  border: 1px solid #dfeefa;
}

.el-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 38px;
  align-items: center;
}

.el-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #e5f3ff;
  color: var(--el-blue);
  font-size: 13px;
  font-weight: 700;
}

.el-hero-title {
  margin: 0 0 18px;
  color: var(--el-dark);
  font-size: 43px;
  line-height: 1.14;
  font-weight: 750;
}

.el-hero-title span {
  color: var(--el-blue);
}

.el-hero-text {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: 17px;
}

.el-price-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 24px 0;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(22,83,135,.07);
}

.el-price-label {
  display: block;
  color: var(--el-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.el-price {
  color: var(--el-blue);
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.el-price-note {
  color: #65768a;
  font-size: 13px;
}

.el-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.el-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  transition: .2s ease;
}

.el-btn-primary {
  color: #fff !important;
  background: var(--el-blue);
}

.el-btn-primary:hover {
  background: #083e75;
  transform: translateY(-1px);
}

.el-btn-outline {
  color: var(--el-blue) !important;
  background: #fff;
  border: 1px solid #a9c9e7;
}

.el-hero-image img {
  border-radius: 18px;
  box-shadow: var(--el-shadow);
}

/* QUICK SPECS */
.el-quick-specs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 24px;
  border: 1px solid var(--el-border);
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
}

.el-quick-item {
  min-height: 105px;
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid var(--el-border);
}

.el-quick-item:last-child {
  border-right: 0;
}

.el-quick-number {
  display: block;
  margin-bottom: 4px;
  color: var(--el-blue);
  font-size: 22px;
  font-weight: 800;
}

.el-quick-label {
  display: block;
  color: #637287;
  font-size: 13px;
  line-height: 1.45;
}

/* BENEFITS */
.el-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.el-card {
  padding: 27px 22px;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(17, 62, 107, 0.05);
}

.el-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #eaf5ff;
  color: var(--el-blue);
  font-size: 22px;
  font-weight: 800;
}

.el-card h3 {
  margin-bottom: 9px;
}

.el-card p {
  margin-bottom: 0;
  font-size: 14px;
}

/* IMAGE BLOCK */
.el-image-card {
  overflow: hidden;
  margin-top: 34px;
  border-radius: 20px;
  box-shadow: var(--el-shadow);
}

/* SPLIT */
.el-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.el-check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.el-check-list li {
  position: relative;
  padding: 8px 0 8px 30px;
}

.el-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  width: 21px;
  height: 21px;
  color: #fff;
  background: var(--el-blue);
  border-radius: 50%;
  font-size: 12px;
  line-height: 21px;
  font-weight: 800;
  text-align: center;
}

/* STEPS */
.el-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.el-step {
  position: relative;
  padding: 28px 22px;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 16px;
}

.el-step-num {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--el-blue-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.el-step h3 {
  margin-bottom: 8px;
}

.el-step p {
  margin: 0;
  font-size: 14px;
}

/* TREATMENT AREAS */
.el-area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 30px;
}

.el-area {
  padding: 18px 15px;
  color: #31445a;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
}

/* BEFORE AFTER */
.el-disclaimer {
  margin-top: 22px;
  padding: 17px 20px;
  color: #5e6d7e;
  background: #f8fbfe;
  border-left: 4px solid #7baeda;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.65;
}

/* TABLE */
.el-table-wrap {
  overflow-x: auto;
  margin-top: 30px;
  border: 1px solid var(--el-border);
  border-radius: 16px;
}

.el-spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.el-spec-table th,
.el-spec-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #e7eef6;
  text-align: left;
  vertical-align: top;
}

.el-spec-table th {
  width: 30%;
  color: #24415d;
  background: #f4f9fd;
  font-weight: 700;
}

.el-spec-table tr:last-child th,
.el-spec-table tr:last-child td {
  border-bottom: 0;
}

/* PROFESSIONAL VS HOME */
.el-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 32px;
}

.el-compare-box {
  padding: 30px;
  border-radius: 17px;
  border: 1px solid var(--el-border);
  background: #fff;
}

.el-compare-box.featured {
  border: 2px solid #acd2f2;
  background: #f6fbff;
}

.el-compare-title {
  margin-bottom: 18px;
  color: var(--el-blue);
  font-size: 21px;
  font-weight: 800;
}

/* SAFETY */
.el-safety {
  padding: 34px;
  border: 1px solid #d9e5ef;
  border-radius: 18px;
  background: #f9fbfd;
}

.el-safety-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 30px;
  margin: 20px 0;
  padding-left: 22px;
}

/* SUPPORT */
.el-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.el-support-card {
  padding: 25px 19px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 15px;
}

.el-support-value {
  display: block;
  margin-bottom: 8px;
  color: var(--el-blue);
  font-size: 21px;
  font-weight: 800;
}

/* INTERNAL LINKS */
.el-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 30px;
}

.el-resource {
  display: block;
  height: 100%;
  padding: 25px;
  color: inherit !important;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 15px;
  transition: .2s ease;
}

.el-resource:hover {
  border-color: #9bc7ec;
  box-shadow: 0 10px 28px rgba(25, 78, 126, .08);
  transform: translateY(-2px);
}

.el-resource strong {
  display: block;
  margin-bottom: 9px;
  color: var(--el-blue);
  font-size: 17px;
}

.el-resource span {
  color: #5f7083;
  font-size: 14px;
}

/* FAQ */
.el-faq {
  max-width: 900px;
  margin: 30px auto 0;
}

.el-faq details {
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--el-border);
  border-radius: 12px;
}

.el-faq summary {
  position: relative;
  padding: 19px 52px 19px 20px;
  color: #273d54;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.el-faq summary::-webkit-details-marker {
  display: none;
}

.el-faq summary::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--el-blue);
  font-size: 25px;
}

.el-faq details[open] summary::after {
  content: "−";
}

.el-faq-answer {
  padding: 0 20px 19px;
  color: #5d6e81;
  font-size: 14px;
}

/* CTA */
.el-final-cta {
  padding: 52px 32px;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 85% 10%, rgba(87,180,255,.32), transparent 35%),
    linear-gradient(135deg, #083e75, #0b65ae);
}

.el-final-cta h2 {
  margin-bottom: 14px;
  color: #fff;
}

.el-final-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: #e5f3ff;
}

.el-final-cta .el-btn-primary {
  color: var(--el-blue) !important;
  background: #fff;
}

/* MOBILE */
@media (max-width: 900px) {
  .el-hero-grid,
  .el-split {
    grid-template-columns: 1fr;
  }

  .el-benefit-grid,
  .el-steps,
  .el-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-quick-specs {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-quick-item {
    border-bottom: 1px solid var(--el-border);
  }

  .el-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .el-resource-grid {
    grid-template-columns: 1fr;
  }

  .el-hero-title {
    font-size: 36px;
  }
}

@media (max-width: 620px) {
  .el-section {
    padding: 48px 16px;
  }

  .el-hero {
    padding: 38px 18px;
    border-radius: 18px;
  }

  .el-hero-title {
    font-size: 30px;
  }

  .el-pressotherapy h2 {
    font-size: 27px;
  }

  .el-benefit-grid,
  .el-steps,
  .el-support-grid,
  .el-compare,
  .el-safety-list {
    grid-template-columns: 1fr;
  }

  .el-quick-specs {
    grid-template-columns: 1fr 1fr;
  }

  .el-quick-item:nth-child(even) {
    border-right: 0;
  }

  .el-spec-table th,
  .el-spec-table td {
    padding: 13px 12px;
  }
}
