/* ═══════════════════════════════════════════════════════════════
   CLEARLYSPACE HOMEPAGE v2
   Speed + transparency positioning. Founder story. No pressure tactics.
   ═══════════════════════════════════════════════════════════════ */

.cs-homepage {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #2C3E50;
  line-height: 1.6;
}

.cs-hp-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.cs-hp-container--narrow { max-width: 780px; }

/* ── Typography ── */
.cs-hp-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #4FC3C3;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cs-hp-label--light { color: rgba(255,255,255,0.65); }

.cs-hp-h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #2C3E50;
  margin: 0 0 18px;
  letter-spacing: -0.6px;
}

.cs-hp-h2--light { color: #fff; }

/* ── Top bar ── */
.cs-hp-topbar {
  background: #2C3E50;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
}

/* ═══ 1. HERO ═══ */
.cs-hp-hero {
  background: linear-gradient(180deg, #f5f9fb 0%, #ffffff 100%);
  padding: 56px 0 64px;
  text-align: center;
}

.cs-hp-hero__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #4FC3C3;
  background: rgba(79,195,195,0.12);
  padding: 7px 14px;
  border-radius: 100px;
  margin: 0 0 22px;
}

.cs-hp-hero__headline {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  color: #2C3E50;
  margin: 0 0 14px;
  letter-spacing: -1.2px;
}

.cs-hp-hero__sub {
  font-size: 21px;
  color: #2C3E50;
  font-weight: 600;
  margin: 0 0 18px;
  line-height: 1.35;
}

.cs-hp-hero__desc {
  font-size: 15px;
  color: #5a6a7a;
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.65;
}

.cs-hp-hero__ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 24px;
}

.cs-hp-hero__trust {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.cs-hp-hero__trust-item {
  font-size: 13px;
  color: #2C7A3E;
  font-weight: 600;
}

.cs-hp-hero__availability {
  font-size: 13px;
  color: #E8A33D;
  font-weight: 600;
}

/* ── Buttons ── */
.cs-hp-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.cs-hp-btn--primary {
  background: #2C5F3A;
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(44,95,58,0.25);
}

.cs-hp-btn--primary:hover {
  background: #234a2e;
  transform: translateY(-1px);
  color: #fff !important;
}

.cs-hp-btn--ghost {
  background: transparent;
  color: #2C3E50 !important;
  border: 1.5px solid #2C3E50;
}

.cs-hp-btn--ghost:hover {
  background: #2C3E50;
  color: #fff !important;
}

.cs-hp-btn--large {
  padding: 17px 36px;
  font-size: 16px;
}

/* ═══ 2. HOW IT WORKS ═══ */
.cs-hp-how {
  padding: 72px 0;
  background: #ffffff;
  text-align: center;
}

.cs-hp-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 42px;
}

.cs-hp-how__step { padding: 0 12px; }

.cs-hp-how__num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #4FC3C3;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 2px 8px rgba(79,195,195,0.25);
}

.cs-hp-how__title {
  font-size: 18px;
  font-weight: 700;
  color: #2C3E50;
  margin: 0 0 8px;
}

.cs-hp-how__desc {
  font-size: 14px;
  color: #5a6a7a;
  line-height: 1.6;
  margin: 0;
}

/* ═══ 3. WIDGET SECTION ═══ */
.cs-hp-widget-section {
  padding: 72px 0;
  background: linear-gradient(180deg, #edf5f8 0%, #ffffff 100%);
  text-align: center;
  scroll-margin-top: 16px;
}

.cs-hp-widget__sub {
  font-size: 15px;
  color: #5a6a7a;
  margin: 0 0 36px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cs-hp-widget__wrap {
  max-width: 580px;
  margin: 36px auto 0;
  text-align: left;
}

.cs-hp-widget__wrap .cs-widget {
  box-shadow: 0 8px 32px rgba(44,62,80,0.1);
  border-radius: 18px;
  overflow: hidden;
}

/* ═══ 4. WHY CHOOSE US ═══ */
.cs-hp-value {
  padding: 72px 0;
  background: #ffffff;
}

.cs-hp-value__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 42px;
}

.cs-hp-value__item {
  background: #f5f9fb;
  padding: 30px 26px;
  border-radius: 14px;
  border: 1px solid #e4edf1;
}

.cs-hp-value__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #4FC3C3;
  margin: 0 0 18px;
  position: relative;
}

.cs-hp-value__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.cs-hp-value__icon--clock::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E"); }
.cs-hp-value__icon--shield::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E"); }
.cs-hp-value__icon--check::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }

.cs-hp-value__title {
  font-size: 18px;
  font-weight: 700;
  color: #2C3E50;
  margin: 0 0 10px;
}

.cs-hp-value__desc {
  font-size: 14px;
  color: #5a6a7a;
  line-height: 1.65;
  margin: 0;
}

/* ═══ 5. SERVICES ═══ */
.cs-hp-services {
  padding: 72px 0;
  background: #f5f9fb;
}

.cs-hp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.cs-hp-service-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e4edf1;
  transition: all 0.2s;
  display: block;
}

.cs-hp-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44,62,80,0.08);
  border-color: #4FC3C3;
}

.cs-hp-service-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2C7A3E;
  background: rgba(44,122,62,0.1);
  padding: 4px 10px;
  border-radius: 6px;
  margin: 0 0 14px;
}

.cs-hp-service-card__title {
  font-size: 19px;
  font-weight: 700;
  color: #2C3E50;
  margin: 0 0 8px;
}

.cs-hp-service-card__desc {
  font-size: 14px;
  color: #5a6a7a;
  line-height: 1.6;
  margin: 0 0 16px;
}

.cs-hp-service-card__cta {
  font-size: 13px;
  font-weight: 600;
  color: #4FC3C3;
}

/* ═══ 6. PROOF STACK ═══ */
.cs-hp-proof {
  padding: 72px 0;
  background: #ffffff;
}

.cs-hp-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 42px 0 48px;
  text-align: center;
}

.cs-hp-proof__num {
  font-size: 48px;
  font-weight: 800;
  color: #4FC3C3;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -1.5px;
}

.cs-hp-proof__label {
  font-size: 13px;
  color: #5a6a7a;
  font-weight: 500;
}

.cs-hp-proof__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cs-hp-proof__review {
  background: #f5f9fb;
  padding: 24px 22px;
  border-radius: 12px;
  border: 1px solid #e4edf1;
}

.cs-hp-proof__stars {
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 10px;
}

.cs-hp-proof__quote {
  font-size: 14px;
  color: #2C3E50;
  line-height: 1.6;
  margin: 0 0 12px;
  font-style: italic;
  border: none;
  padding: 0;
}

.cs-hp-proof__author {
  font-size: 12px;
  color: #5a6a7a;
  font-weight: 500;
}

/* ═══ 7. BEFORE/AFTER ═══ */
.cs-hp-beforeafter {
  padding: 72px 0;
  background: #f5f9fb;
  text-align: center;
}

.cs-hp-beforeafter__sub {
  font-size: 15px;
  color: #5a6a7a;
  margin: 0 auto 40px;
  max-width: 600px;
}

.cs-hp-beforeafter__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cs-hp-ba-pair { text-align: center; }

.cs-hp-ba-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  border-radius: 12px;
  overflow: hidden;
  background: #e4edf1;
}

.cs-hp-ba-images img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.cs-hp-ba-caption {
  font-size: 13px;
  color: #5a6a7a;
  margin: 12px 0 0;
  font-weight: 500;
}

/* ═══ 8. FOUNDER ═══ */
.cs-hp-founder {
  padding: 72px 0;
  background: #ffffff;
  text-align: center;
}

.cs-hp-founder__heading {
  font-size: 30px;
  font-weight: 700;
  color: #2C3E50;
  margin: 0 0 24px;
  letter-spacing: -0.6px;
}

.cs-hp-founder__para {
  font-size: 16px;
  color: #5a6a7a;
  line-height: 1.75;
  margin: 0 0 18px;
}

.cs-hp-founder__sig {
  font-size: 14px;
  color: #4FC3C3;
  font-weight: 600;
  font-style: italic;
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 1px solid #e4edf1;
}

/* ═══ 9. COVERAGE ═══ */
.cs-hp-coverage {
  padding: 72px 0;
  background: #f5f9fb;
  text-align: center;
}

.cs-hp-coverage__sub {
  font-size: 15px;
  color: #5a6a7a;
  max-width: 640px;
  margin: 0 auto 42px;
  line-height: 1.65;
}

.cs-hp-coverage__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cs-hp-coverage__card {
  background: #fff;
  padding: 26px 22px;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e4edf1;
  transition: all 0.2s;
}

.cs-hp-coverage__card:hover {
  border-color: #4FC3C3;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44,62,80,0.06);
}

.cs-hp-coverage__name {
  font-size: 19px;
  font-weight: 700;
  color: #2C3E50;
  margin: 0 0 6px;
}

.cs-hp-coverage__postcodes {
  font-size: 13px;
  color: #5a6a7a;
  margin: 0 0 14px;
}

.cs-hp-coverage__link {
  font-size: 13px;
  font-weight: 600;
  color: #4FC3C3;
}

/* ═══ 10. GUARANTEE (risk reversal) ═══ */
.cs-hp-guarantee {
  padding: 72px 0;
  background: linear-gradient(135deg, #2C3E50 0%, #1f2d3a 100%);
  color: #fff;
  text-align: center;
}

.cs-hp-guarantee__inner { position: relative; }

.cs-hp-guarantee__badge {
  display: inline-block;
  background: #4FC3C3;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 18px;
  border-radius: 100px;
  margin: 0 0 22px;
  box-shadow: 0 4px 16px rgba(79,195,195,0.3);
}

.cs-hp-guarantee__body {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 18px 0 0;
}

/* ═══ 11. FAQ ═══ */
.cs-hp-faq {
  padding: 72px 0;
  background: #ffffff;
}

.cs-hp-faq__list {
  margin-top: 32px;
  border-top: 1px solid #e4edf1;
}

.cs-hp-faq__item {
  border-bottom: 1px solid #e4edf1;
  padding: 20px 0;
}

.cs-hp-faq__q {
  font-size: 16px;
  font-weight: 600;
  color: #2C3E50;
  cursor: pointer;
  padding-right: 32px;
  position: relative;
  list-style: none;
}

.cs-hp-faq__q::-webkit-details-marker { display: none; }

.cs-hp-faq__q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 24px;
  font-weight: 400;
  color: #4FC3C3;
  transition: transform 0.2s;
}

.cs-hp-faq__item[open] .cs-hp-faq__q::after { content: "−"; }

.cs-hp-faq__a {
  font-size: 14px;
  color: #5a6a7a;
  line-height: 1.7;
  margin-top: 14px;
}

/* ═══ 12. FINAL CTA ═══ */
.cs-hp-final {
  padding: 80px 0;
  background: linear-gradient(135deg, #4FC3C3 0%, #3ba5a5 100%);
  color: #fff;
  text-align: center;
}

.cs-hp-final__heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}

.cs-hp-final__sub {
  font-size: 16px;
  color: rgba(255,255,255,0.88);
  margin: 0 0 30px;
}

.cs-hp-final__ctas { margin-bottom: 22px; }

.cs-hp-final .cs-hp-btn--primary {
  background: #fff;
  color: #2C3E50 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.cs-hp-final .cs-hp-btn--primary:hover {
  background: #f5f9fb;
  color: #2C3E50 !important;
}

.cs-hp-final__secondary {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE (under 768px)
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .cs-hp-hero { padding: 36px 0 44px; }
  .cs-hp-hero__headline { font-size: 32px; letter-spacing: -0.8px; }
  .cs-hp-hero__sub { font-size: 17px; }
  .cs-hp-hero__desc { font-size: 14px; }
  .cs-hp-hero__ctas .cs-hp-btn { width: 100%; }

  .cs-hp-h2 { font-size: 24px; }

  .cs-hp-how,
  .cs-hp-widget-section,
  .cs-hp-value,
  .cs-hp-services,
  .cs-hp-proof,
  .cs-hp-beforeafter,
  .cs-hp-founder,
  .cs-hp-coverage,
  .cs-hp-guarantee,
  .cs-hp-faq,
  .cs-hp-final { padding: 52px 0; }

  .cs-hp-how__grid,
  .cs-hp-value__grid,
  .cs-hp-services__grid,
  .cs-hp-proof__reviews,
  .cs-hp-beforeafter__grid,
  .cs-hp-coverage__grid { grid-template-columns: 1fr; gap: 16px; }

  .cs-hp-proof__stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .cs-hp-proof__num { font-size: 34px; }
  .cs-hp-proof__label { font-size: 11px; }

  .cs-hp-founder__heading { font-size: 24px; }
  .cs-hp-founder__para { font-size: 15px; }

  .cs-hp-final__heading { font-size: 26px; }

  .cs-hp-ba-images img { height: 160px; }
}

/* WhatsApp button */
.cs-hp-btn--whatsapp {
  background: #25D366;
  color: #fff !important;
}
.cs-hp-btn--whatsapp:hover {
  background: #1da851;
  color: #fff !important;
}

/* Remove Astra top padding */
.cs-homepage { margin-top: -20px; }
.cs-hp-hero { padding-top: 32px !important; }
