:root{
  --brand:#59aeb0;
  --ink:#222;
  --muted:#6b7280;
  --bg:#FAF9F8;
  --border:#eee;
  --radius:16px;
  --shadow:0 12px 32px rgba(0,0,0,.08);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,system-ui,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* hero */
.hero{
    margin-top: 70px;
  position:relative;
  background:url("/images/cell-light-index.png") center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:80px 20px;
  text-align:center;
  color:#fff;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.hero-content{
  position:relative;
  z-index:1;
  max-width:700px;
}
.hero h1{
  font-size:2.2rem;
  font-weight:800;
  margin:0 0 10px;
  color:#fff;
}
.tagline{
  font-weight:600;
  color:#fff;
  margin:0 0 12px;
}
.intro{
  color:#e5e7eb;
  font-size:1rem;
  line-height:1.6;
  margin:0 0 24px;
}
.cta-primary{
  display:inline-block;
  background:var(--brand);
  color:#fff;
  padding:12px 20px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  transition:.25s;
}
.cta-primary:hover{
  filter:brightness(.95);
  box-shadow:0 10px 24px rgba(0,0,0,.4);
}

@media(max-width:768px){
  .hero{padding:60px 20px}
  .hero h1{font-size:1.9rem}
}

/* section headers */
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.7rem;
  font-weight:700;
  color:var(--brand);
  margin-bottom:8px;
}
.h2{
  margin:0 0 24px;
  font-size:1.8rem;
  font-weight:800;
  color:#222;
}

/* benefits */
.benefits{
  background:#f5f5f5;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:60px 20px;
  text-align:left;
}
.grid-2{
  display:grid;
  gap:20px;
}
@media(min-width:900px){
  .grid-2{
    grid-template-columns:1fr 1fr;
  }
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:24px;
}
.card h3{
  margin:0 0 8px;
  font-size:1.1rem;
  font-weight:700;
  color:#222;
}
.card p{
  margin:0;
  font-size:.95rem;
  color:var(--muted);
  line-height:1.5;
}
.note{
  color:#444;
  line-height:1.5;
  font-size:.95rem;
  max-width:800px;
  margin:24px auto 0;
  text-align:center;
}

/* avoid section */
.avoid{
  padding:60px 20px;
  background:#fafafa;
  border-bottom:1px solid var(--border);
}
.avoid .grid-2{
  align-items:flex-start;
}
.avoid-block{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:24px;
}
.avoid-block ul{
  margin:0;
  padding-left:20px;
  line-height:1.5;
  color:#444;
  font-size:.95rem;
}
.info-block{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:24px;
}
.soft{
  color:#555;
  line-height:1.5;
  font-size:.95rem;
  margin:0 0 16px;
}
.cta-secondary{
  display:inline-block;
  border:2px solid var(--brand);
  color:var(--brand);
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  font-size:.9rem;
}
.cta-secondary:hover{
  background:var(--brand);
  color:#fff;
}

/* aftercare */
.aftercare{
  background:#fff;
  padding:60px 20px 80px;
}
.care-grid{
  display:grid;
  gap:20px;
}
@media(min-width:900px){
  .care-grid{
    grid-template-columns:repeat(4,1fr);
  }
}
.care-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:20px;
}
.care-card h3{
  margin:0 0 10px;
  font-size:1rem;
  font-weight:700;
  color:#222;
}
.care-card ul{
  margin:0;
  padding-left:18px;
  color:#444;
  font-size:.9rem;
  line-height:1.5;
}
.care-card li{
  margin-bottom:6px;
}

.aftercare .note{
  max-width:800px;
  margin:30px auto 24px;
  text-align:center;
  font-size:.9rem;
  color:#555;
  line-height:1.5;
}
.cta-center{
  text-align:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

/* CELL LIGHT PRICING */
.cl-pricing {
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:60px 20px;
  text-align:center;
}

.cl-pricing .pricing-head {
  max-width:700px;
  margin:0 auto 24px;
}

.pricing-badge {
  display:inline-block;
  font-size:1.25rem;
  font-weight:800;
  color:#fff;
  background:linear-gradient(90deg,#284a9f 0%, #b56bd9 100%);
  padding:12px 20px;
  border-radius:10px;
  line-height:1.2;
  box-shadow:0 12px 28px rgba(0,0,0,.15);
}

.pricing-note {
  margin:16px auto 0;
  max-width:480px;
  color:#555;
  font-size:.95rem;
  line-height:1.5;
}

/* Table wrapper (scroll for smaller screens) */
.price-table-wrap {
  overflow-x:auto;
  background:#fafafa;
  border:1px solid var(--border);
  border-radius:16px;
  box-shadow:var(--shadow);
  margin:28px auto 24px;
  max-width:800px;
}

/* Actual table */
.price-table {
  border-collapse:collapse;
  width:100%;
  min-width:480px;
  background:#fff;
  border-radius:16px;
  overflow:hidden;
}

.price-table th {
  background:#6b6b6b;
  background:linear-gradient(90deg,#284a9f 0%, #b56bd9 100%);
  color:#fff;
  text-align:center;
  font-size:1rem;
  font-weight:700;
  padding:16px 12px;
  white-space:nowrap;
}

.price-table td {
  text-align:center;
  padding:16px 12px;
  font-size:1rem;
  color:#222;
  font-weight:500;
  border-top:1px solid #dcdcdc;
  border-left:1px solid #dcdcdc;
}

.price-table td:first-child {
  text-align:left;
  font-weight:600;
  color:#111;
  border-left:none;
}

.price-table tr:first-of-type td {
  border-top:1px solid #dcdcdc; /* keep consistent */
}

/* CTA row under table */
.pricing-cta {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:10px;
}

.cta-primary,
.cta-secondary {
  display:inline-block;
  padding:12px 20px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  font-size:.95rem;
}

.cta-primary {
  background:var(--brand);
  color:#fff;
}
.cta-primary:hover {
  filter:brightness(.95);
  box-shadow:0 10px 24px rgba(0,0,0,.15);
}

.cta-secondary {
  border:2px solid var(--brand);
  color:var(--brand);
  background:#fff;
}
.cta-secondary:hover {
  background:var(--brand);
  color:#fff;
}

.disclaimer {
  margin-top:16px;
  font-size:.8rem;
  color:#777;
  line-height:1.4;
}

/* -------- MOBILE TABLE BEHAVIOR --------
   On very small screens we'll stack each row as cards. */
@media(max-width:560px){
  .price-table {
    min-width:0;
  }
  .price-table thead {
    display:none;
  }
  .price-table tbody tr {
    display:grid;
    grid-template-columns:1fr 1fr;
    background:#fff;
    border-top:1px solid #dcdcdc;
  }
  .price-table tbody tr:first-child {
    border-top:none;
  }

  .price-table td {
    border-left:none;
    border-top:1px solid #eee;
    text-align:left;
    padding:12px 16px;
    font-size:.95rem;
  }

  .price-table td:first-child {
    grid-column:1 / -1;
    border-top:none;
    padding-top:16px;
    font-weight:700;
    font-size:1rem;
    color:#111;
  }

  /* add labels for the numeric columns */
  .price-table td:not(:first-child)::before {
    content: attr(data-label);
    display:block;
    font-size:.75rem;
    line-height:1.2;
    color:#6b7280;
    font-weight:600;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:.05em;
  }
}

.benefits .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.card {
  position: relative;
  color: #fff;
  border-radius: 16px;
  padding: 40px 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

/* dark overlay for readability */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 16px;
  z-index: 0;
}

.card h3,
.card p {
  position: relative;
  z-index: 1;
}

.card h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #fff;
}

.card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #f1f1f1;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Background images for each type */
.card.acne {
  background-image: url("/images/acne.jpg");
}

.card.redness {
  background-image: url("/images/Redness.jpg");
}

.card.pigmentation {
  background-image: url("/images/Pigmentation.jpg");
}

.card.aging {
  background-image: url("/images/Photorejuvenation.jpg");
}

/* Note section */
.note {
  margin-top: 50px;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .card {
    text-align: center;
  }
}
