/* =====================================================
   HAWTHORNE PUBLISHERS — services.css
   Page: Services (services.php)
===================================================== */

/* ── HERO: full-bleed bookshelf bg, centered content ── */
.svc-hero {
  background: url('../images/pkg-banner.png') center/cover no-repeat;
  padding: 8.5rem 0 3.5rem;
  text-align: center;
}

.svc-hero-badge {
  display: inline-block;
  border: 1px solid rgba(40, 167, 69, .45);
  background: rgba(40, 167, 69, .12);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: SF Pro Display;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: .28rem .9rem;
  margin-bottom: .9rem;
}

.svc-hero-h1 {
  font-family: "Alyamama", serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 56px;
  max-width: 760px;
  margin: 0 auto 1rem;
}

.svc-hero-sub {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  max-width: 760px;
  margin: 0 auto 2rem;
}

.svc-hero-btn-g {
  background: var(--c-green-btn);
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  border: none;
  border-radius: var(--r-sm);
  padding: .75rem 1.9rem;
  text-decoration: none;
  transition: var(--tr);
}

.svc-hero-btn-g:hover {
  background: var(--c-green-h);
  color: #fff;
}

.svc-hero-btn-o {
  background: transparent;
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  border: 1.5px solid rgba(255, 255, 255, .6);
  border-radius: var(--r-sm);
  padding: .72rem 1.7rem;
  text-decoration: none;
  transition: var(--tr);
}

.svc-hero-btn-o:hover {
  border-color: #fff;
  color: #fff;
}

.svc-hero-trust {
  font-size: .78rem;
  color: rgba(255, 255, 255, .65);
  margin-top: 1rem;
}

.svc-hero-trust-stars {
  color: #f59e0b;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   SECTION 1 — KDP Comparison
   ============================================================ */
.hp-s1 {
  background: #ffffff;
  padding: 60px 0;
}

.hp-s1__outer {
  margin: 0 auto;
  padding: 28px 30px 30px;
  background: #ffffff;
}

/* Header */
.hp-s1__header {
  text-align: center;
  margin-bottom: 24px;
}

.hp-s1__title {
  font-family: 'Alyamama';
  font-size: 48px;
  font-weight: 700;
  color: #263346;
  line-height: 56px;
  margin-bottom: 10px;
}

.hp-s1__subtitle {
  font-size: 17px;
  color: #263346;
  line-height: 32px;
  margin: 0 auto;
  font-weight: 600;
}

/* Two-column grid */
.hp-s1__cols {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  gap: 20px;
  /* border: 1.5px dashed #5a9fd4; */
  /* border-radius: 4px; */
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-s1__col {
  padding: 33px 41px 31px;
}

.hp-s1__col--left {
  border: 1px solid #9D0003;
  border-radius: 20px;
  border-top: 3px solid #9D0003;
  width: 100%;
}

.hp-s1__col.hp-s1__col--right {
  border: 1px solid #1A936F;
  border-radius: 20px;
  border-top: 3px solid #1A936F;
  width: 100%;
}

.hp-s1__col-title {
  font-size: 41px;
  font-weight: 700;
  color: #263346;
  margin-bottom: 25px;
  line-height: 42px;
  font-family: 'Alyamama';
}

/* List */
.hp-s1__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0px !important;
}

.hp-s1__item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 16px;
  color: #263346;
  line-height: 1.45;
  margin-bottom: 6px;
  font-family: 'Playfair Display';
}

.hp-s1__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.hp-s1__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Responsive */
@media (max-width: 640px) {
  .hp-s1__cols {
    flex-direction: column;
    align-items: stretch;
  }

  .hp-s1__col--left {
    border-right: none;
    border-bottom: 1.5px dashed #5a9fd4;
  }

  .hp-s1__title {
    font-size: 22px;
  }
}


/* ============================================================
   SECTION 2 — Stats Bar
   ============================================================ */
.hp-s2 {
  background: #22311D;
  padding: 55px 0px 35px;
}

.hp-s2__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.hp-s2__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 0 20px;
}

.hp-s2__number {
  font-family: 'Alyamama';
  font-size: 68px;
  font-weight: 700;
  color: #ffffff;
  line-height: 42px;
  /* letter-spacing: -1px; */
  margin-bottom: 8px;
}

.hp-s2__label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  font-family: 'Alyamama';
}

.hp-s2__divider {
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 640px) {
  .hp-s2__inner {
    flex-wrap: wrap;
    gap: 32px;
  }

  .hp-s2__divider {
    display: none;
  }

  .hp-s2__stat {
    flex: 0 0 45%;
  }

  .hp-s2__number {
    font-size: 40px;
  }
}


/* ============================================================
   SECTION 3 — Social Proof / Bestseller Proof
   ============================================================ */
.hp-s3 {
  /* background: #faf8ed; */
  padding: 64px 0px;

  .hp-s3__book-img {
    width: 100%;
  }
}

.hp-s3__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 56px;
}

/* Book covers collage */
.hp-s3__books {
  flex-shrink: 0;
  position: relative;
  width: 260px;
  height: 200px;
}

.hp-s3__book {
  position: absolute;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
  overflow: hidden;
}

.hp-s3__book-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Book positioning — fanned layout matching reference */
.hp-s3__book--1 {
  width: 85px;
  height: 128px;
  left: 0;
  top: 36px;
  transform: rotate(-8deg);
  z-index: 1;
}

.hp-s3__book--2 {
  width: 100px;
  height: 150px;
  left: 55px;
  top: 12px;
  transform: rotate(-3deg);
  z-index: 2;
}

.hp-s3__book--3 {
  width: 88px;
  height: 130px;
  left: 120px;
  top: 5px;
  transform: rotate(2deg);
  z-index: 3;
}

.hp-s3__book--4 {
  width: 108px;
  height: 160px;
  left: 148px;
  top: 20px;
  transform: rotate(5deg);
  z-index: 4;
}

.hp-s3__book--5 {
  width: 78px;
  height: 118px;
  left: 210px;
  top: 48px;
  transform: rotate(10deg);
  z-index: 3;
}

/* Right content */
.hp-s3__content {
  flex: 1;
}

.hp-s3__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0.01em;
}

.hp-s3__badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16a34a;
  flex-shrink: 0;
}

.hp-s3__title {
  font-family: 'Alyamama';
  font-size: 41px;
  font-weight: 700;
  color: #263346;
  line-height: 42px;
  margin-bottom: 14px;
}

.hp-s3__desc {
  font-size: 16px;
  color: #263346;
  line-height: 28px;
  /* margin-bottom: 20px; */
}

.hp-s3__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 26px;
  padding-left: 0px !important;
}

.hp-s3__item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  color: #263346;
  /* line-height: 40px; */
  margin-bottom: 7px;
}

.hp-s3__check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.hp-s3__check svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hp-s3__cta {
  display: inline-block;
  background: #069E2D;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 40px;
  /* border-radius: 5px; */
  text-decoration: none;
  transition: background 0.18s ease;
  letter-spacing: 0.01em;
}

.hp-s3__cta:hover {
  background: #15803d;
}

/* Responsive */
@media (max-width: 720px) {
  .hp-s3__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .hp-s3__books {
    width: 220px;
    height: 170px;
  }

  .hp-s3__title {
    font-size: 24px;
  }
}


/* ============================================================
   SECTION 4 — Pricing (Three Tiers)
   ============================================================ */
.hp-s4 {
  background: #FDFBD4;
  padding: 64px 24px 72px;
}

.hp-s4__inner {
  max-width: 960px;
  margin: 0 auto;
}

.hp-s4__header {
  text-align: center;
  margin-bottom: 40px;
}

.hp-s4__title {
  font-family: 'Lora', Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hp-s4__subtitle {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}

/* Cards grid */
.hp-s4__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

/* Base card */
.hp-s4__card {
  background: #ffffff;
  border: 1.5px solid #e0ddd0;
  border-radius: 10px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

/* Featured card */
.hp-s4__card--featured {
  border-color: #d4c98a;
  background: #fffcf0;
  padding-top: 44px;
}

/* Most popular badge */
.hp-s4__badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #16a34a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 0 0 6px 6px;
  white-space: nowrap;
  text-transform: uppercase;
}

.hp-s4__card-top {
  margin-bottom: 20px;
}

.hp-s4__tier {
  font-family: 'Lora', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 6px;
}

.hp-s4__tier-desc {
  font-size: 13px;
  color: #777777;
  line-height: 1.5;
  margin-bottom: 16px;
}

.hp-s4__price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hp-s4__price-amount {
  font-family: 'Lora', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  line-height: 1;
}

.hp-s4__price-amount--lg {
  font-size: 36px;
}

.hp-s4__price-note {
  font-size: 12px;
  color: #888888;
  margin-top: 3px;
}

/* Features list */
.hp-s4__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px;
  flex: 1;
}

.hp-s4__feat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #333333;
  line-height: 1.45;
}

.hp-s4__feat-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
}

.hp-s4__feat-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Buttons */
.hp-s4__btn {
  display: block;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  cursor: pointer;
  margin-top: auto;
}

.hp-s4__btn--outline {
  border: 1.5px solid #cccccc;
  color: #222222;
  background: transparent;
}

.hp-s4__btn--outline:hover {
  border-color: #aaaaaa;
  background: #f4f4f4;
}

.hp-s4__btn--primary {
  background: #16a34a;
  color: #ffffff;
  border: 1.5px solid #16a34a;
}

.hp-s4__btn--primary:hover {
  background: #15803d;
  border-color: #15803d;
}

/* Responsive */
@media (max-width: 780px) {
  .hp-s4__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .hp-s4__title {
    font-size: 26px;
  }
}


/* ============================================================
   SECTION 5 — Guarantees
   ============================================================ */
.hp-s5 {
  background: #FDFBD4;
  padding: 16px 24px 72px;
}

.hp-s5__inner {
  max-width: 960px;
  margin: 0 auto;
}

.hp-s5__header {
  text-align: center;
  margin-bottom: 36px;
}

.hp-s5__title {
  font-family: 'Alyamama';
  font-size: 48px;
  font-weight: 700;
  color: #263346;
  line-height: 1.28;
  margin-bottom: 10px;
}

.hp-s5__subtitle {
  font-size: 20px;
  color: #263346;
  line-height: 32px;
  margin: 0 auto;
}

/* Grid of guarantee cards */
.hp-s5__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hp-s5__card {
  background: #ffffff;
  border: 1px solid #069E2D;
  border-radius: 20px;
  padding: 22px 20px;
}

.hp-s5__card-flex {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hp-s5__card-icon {
  width: 20px;
  height: 20px;
  /* margin-bottom: 12px; */
  flex-shrink: 0;
}

.hp-s5__card-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hp-s5__card-title {
  font-size: 22px;
  font-family: 'Alyamama';
  font-weight: 700;
  color: #263346;
  margin-bottom: 8px;
  line-height: 30px;
}

.hp-s5__card-desc {
  font-size: 16px;
  color: #263346;
  line-height: 28px;
}

/* Responsive */
@media (max-width: 720px) {
  .hp-s5__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-s5__title {
    font-size: 24px;
  }
}

@media (max-width: 460px) {
  .hp-s5__grid {
    grid-template-columns: 1fr;
  }
}