.service-page{
  padding:30px 0 52px;
}

.service-shell{
  max-width:1180px;
  margin:0 auto;
}

.service-title{
  position:relative;
  z-index:1;
  margin:16px 0 0;
  text-align:center;
  font-size:clamp(34px,4vw,48px);
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.02em;
  color:#0f172a;
}

.service-title-line{
  position:relative;
  z-index:1;
  display:block;
  width:260px;
  max-width:72%;
  height:4px;
  margin:16px auto 0;
  border-radius:999px;
  background:linear-gradient(
    90deg,
    rgba(13,110,253,.95) 0%,
    rgba(99,102,241,.82) 34%,
    rgba(168,85,247,.72) 68%,
    rgba(220,53,69,.92) 100%
  );
  box-shadow:0 6px 18px rgba(88,101,242,.14);
}

.service-subtitle{
  position:relative;
  z-index:1;
  max-width:820px;
  margin:18px auto 0;
  text-align:center;
  color:#64748b;
  font-size:15px;
  line-height:1.8;
  font-weight:500;
}

.service-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  gap:18px;
  margin-top:30px;
}

.service-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  gap:18px;
  margin-top:30px;
}

.service-hero-grid--single{
  grid-template-columns:1fr;
}

.service-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  padding:28px 24px;
  background:
    radial-gradient(circle at top left, rgba(13,110,253,.06), transparent 34%),
    radial-gradient(circle at top right, rgba(220,53,69,.05), transparent 28%),
    linear-gradient(180deg, #fcfdff 0%, #f7f9fc 100%);
  border:1px solid rgba(15,23,42,.06);
  box-shadow:0 14px 36px rgba(15,23,42,.05);
}

.service-card--wide{
  margin-top:20px;
}

.service-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.service-card-head h2{
  margin:0;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  color:#0f172a;
}

.service-card-head span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:#eef4ff;
  color:#1d4ed8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.service-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(15,23,42,.06);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#14213d;
}

.service-summary-main{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:22px;
}

.service-summary-main--prayer{
  min-height:120px;
}

.service-summary-icon{
  width:72px;
  height:72px;
  object-fit:contain;
}

.service-summary-temp{
  font-size:clamp(44px,5vw,62px);
  line-height:1;
  font-weight:900;
  color:#0f172a;
}

.service-summary-temp--prayer{
  font-size:clamp(28px,3vw,40px);
}

.service-summary-text{
  margin-top:8px;
  font-size:18px;
  line-height:1.5;
  color:#475569;
  font-weight:700;
}

.service-summary-text--prayer{
  font-size:32px;
  color:#0d6efd;
  font-weight:900;
}

.service-summary-content{
  display:flex;
  flex-direction:column;
}

.service-summary-countdown{
  margin-top:10px;
  font-size:18px;
  line-height:1.5;
  font-weight:800;
  color:#475569;
}

.service-summary-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.service-summary-meta__item{
  min-width:180px;
  padding:14px 16px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
}

.service-summary-meta__item span{
  display:block;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#64748b;
}

.service-summary-meta__item strong{
  display:block;
  margin-top:8px;
  font-size:16px;
  line-height:1.45;
  color:#0f172a;
}

.service-hero-grid--single .service-card--summary{
  text-align:center;
}

.service-hero-grid--single .service-card--summary .service-kicker{
  margin-left:auto;
  margin-right:auto;
}

.service-hero-grid--single .service-card--summary .service-summary-main{
  justify-content:center;
}

.service-hero-grid--single .service-card--summary .service-summary-content{
  align-items:center;
}

.service-hero-grid--single .service-card--summary .service-summary-meta{
  justify-content:center;
}

.service-hero-grid--single .service-card--summary .service-summary-meta__item{
  text-align:center;
}

.service-stat-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:24px;
}

.service-stat-box{
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  padding:14px 16px;
}

.service-stat-box span{
  display:block;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#64748b;
}

.service-stat-box strong{
  display:block;
  margin-top:8px;
  font-size:18px;
  line-height:1.45;
  color:#0f172a;
}

.service-info-list{
  display:grid;
  gap:12px;
}

.service-info-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
}

.service-info-row span{
  font-size:14px;
  font-weight:700;
  color:#64748b;
}

.service-info-row strong{
  font-size:15px;
  color:#0f172a;
  text-align:right;
}

.weather-hourly-wrap{
  overflow-x:auto;
  padding-bottom:8px;
}

.weather-hourly-chart{
  display:flex;
  align-items:flex-end;
  gap:14px;
  min-width:1120px;
  padding:10px 2px 4px;
}

.weather-hourly-col{
  width:44px;
  flex:0 0 44px;
  text-align:center;
}

.weather-hourly-time{
  font-size:12px;
  font-weight:800;
  color:#64748b;
}

.weather-hourly-bar-area{
  height:160px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  margin-top:10px;
}

.weather-hourly-bar{
  display:block;
  width:100%;
  border-radius:16px 16px 8px 8px;
  background:linear-gradient(180deg, #22c1f1 0%, #2563eb 100%);
  box-shadow:0 10px 18px rgba(37,99,235,.18);
}

.weather-hourly-temp{
  margin-top:10px;
  font-size:13px;
  font-weight:900;
  color:#0f172a;
}

.weather-days-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.service-mini-card{
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  padding:18px;
  box-shadow:0 12px 24px rgba(15,23,42,.04);
}

.service-mini-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}

.service-mini-day{
  font-size:20px;
  font-weight:900;
  line-height:1.3;
  color:#0f172a;
}

.service-mini-text{
  margin-top:6px;
  color:#64748b;
  font-size:14px;
  line-height:1.6;
  font-weight:600;
}

.service-mini-icon{
  width:52px;
  height:52px;
  object-fit:contain;
}

.service-mini-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.service-mini-stats div{
  border-radius:16px;
  background:#f8fafc;
  padding:12px;
}

.service-mini-stats span{
  display:block;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#64748b;
}

.service-mini-stats strong{
  display:block;
  margin-top:6px;
  font-size:16px;
  color:#0f172a;
}

.prayer-timeline-wrap{
  overflow-x:auto;
  padding-bottom:8px;
}

.prayer-timeline{
  position:relative;
  min-width:840px;
  height:180px;
  margin-top:8px;
}

.prayer-timeline__line{
  position:absolute;
  left:22px;
  right:22px;
  top:86px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(37,99,235,.18), rgba(220,53,69,.22));
}

.prayer-timeline__marker{
  position:absolute;
  top:24px;
  transform:translateX(-50%);
  width:110px;
  text-align:center;
}

.prayer-timeline__dot{
  display:block;
  width:14px;
  height:14px;
  margin:48px auto 10px;
  border-radius:999px;
  background:#2563eb;
  box-shadow:0 0 0 8px rgba(37,99,235,.12);
}

.prayer-timeline__label{
  display:block;
  font-size:13px;
  font-weight:900;
  color:#0f172a;
}

.prayer-timeline__time{
  display:block;
  margin-top:6px;
  font-size:14px;
  font-weight:800;
  color:#64748b;
}

.prayer-timeline__marker.is-next .prayer-timeline__dot{
  background:#dc3545;
  box-shadow:0 0 0 10px rgba(220,53,69,.14);
}

.prayer-timeline__marker.is-next .prayer-timeline__label,
.prayer-timeline__marker.is-next .prayer-timeline__time{
  color:#dc3545;
}

.prayer-days-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.prayer-day-card{
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,23,42,.06);
  padding:18px;
  box-shadow:0 12px 24px rgba(15,23,42,.04);
}

.prayer-day-card__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:14px;
  margin-bottom:14px;
  border-bottom:1px solid rgba(148,163,184,.25);
}

.prayer-day-card__head strong{
  font-size:18px;
  color:#0f172a;
}

.prayer-day-card__head span{
  font-size:12px;
  font-weight:800;
  color:#64748b;
}

.prayer-day-card__rows{
  display:grid;
  gap:10px;
}

.prayer-day-card__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-radius:14px;
  background:#f8fafc;
  padding:10px 12px;
}

.prayer-day-card__row span{
  font-size:13px;
  font-weight:700;
  color:#64748b;
}

.prayer-day-card__row strong{
  font-size:14px;
  color:#0f172a;
  font-weight:900;
}

.service-empty{
  border-radius:28px;
  padding:24px 22px;
  background:#fff7ed;
  border:1px solid rgba(234,88,12,.16);
  color:#9a3412;
  font-size:15px;
  line-height:1.8;
  font-weight:600;
}

.service-empty--inside{
  margin-top:12px;
}

.service-note{
  margin:18px 0 0;
  color:#64748b;
  font-size:14px;
  line-height:1.75;
}

@media (max-width: 991.98px){
  .service-page{
    padding-top:24px;
  }

  .service-title-line{
    width:180px;
    margin-top:14px;
  }

  .service-hero-grid,
  .weather-days-grid,
  .prayer-days-grid{
    grid-template-columns:1fr;
  }

  .service-card{
    border-radius:24px;
    padding:24px 18px;
  }

  .service-summary-temp{
    font-size:38px;
  }

  .service-summary-text--prayer{
    font-size:24px;
  }
}

@media (max-width: 575.98px){
  .service-title{
    font-size:30px;
  }

  .service-title-line{
    width:150px;
    height:3px;
    margin-top:12px;
  }

  .service-subtitle{
    font-size:14px;
    line-height:1.68;
    margin-top:16px;
    padding:0 14px;
  }

  .service-summary-main{
    gap:12px;
  }

  .service-summary-icon{
    width:56px;
    height:56px;
  }

  .service-stat-grid,
  .service-mini-stats{
    grid-template-columns:1fr;
  }

  .service-card-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .service-summary-countdown{
    font-size:16px;
  }

  .service-summary-meta{
    flex-direction:column;
  }

  .service-summary-meta__item{
    width:100%;
    min-width:0;
  }
}

.service-hero-grid--single .service-card--summary .service-summary-main{
  flex-direction:column;
}