/* ==========================================================
   HOME PAGE (NO BODY BG)
   - Each section has its own full-width background
   - Grey gradient + white combo
   - NO borders, NO shadows (modern + clean)
   ========================================================== */

/* shared section spacing */
.home-sec{
  width: 100%;
  padding: 90px 0;
}

/* per-section color tokens */
.home-sec{
  --txt: #0b0d12;
  --muted: rgba(11,13,18,.70);
}
.home-muted{ color: var(--muted); }

/* --------------------------------
   HERO (dark grey gradient)
--------------------------------- */
.home-sec--hero{
  --txt: #f6f7fb;
  --muted: rgba(246,247,251,.72);
  color: var(--txt);
  padding-top: 140px;
  padding-bottom: 90px;
  background:
    radial-gradient(900px 520px at 15% 25%, rgba(255,255,255,.10), transparent 60%),
    radial-gradient(1100px 650px at 85% 75%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.85)),
    linear-gradient(135deg, #151a22, #07080c);
  overflow: hidden;
}

.home-kicker-line{
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: rgba(246,247,251,.40);
}

.home-title{
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.8px;
  margin: 0;
  color: var(--txt);
  font-weight: 800;
}

.home-title-italic{
  font-style: italic;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.home-title-italic::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width:100%;
  height:2px;
  background: rgba(246,247,251,.30);
}

.home-subtitle{
  color: rgba(246,247,251,.72);
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
}

.home-paragraph{
  color: rgba(246,247,251,.80);
  line-height: 1.75;
  font-size: 15px;
  max-width: 640px;
}

.home-hero-media{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .home-hero-media {
    justify-content: flex-start;   
  }
}

.home-hero-book{
  width: min(420px, 100%);
  border-radius: 16px;
}

/* --------------------------------
   QUOTE (light grey / white band)
--------------------------------- */
.home-sec--quote{
  color: var(--txt);

  background:
    radial-gradient(900px 520px at 20% 20%, rgba(0,0,0,.06), transparent 60%),
    radial-gradient(900px 520px at 85% 80%, rgba(0,0,0,.04), transparent 60%),
    linear-gradient(135deg, #f7f8fb, #e9edf5);
}

.home-stat{
  position: relative;
  overflow: hidden;
  text-align: center;
  width: min(270px, 100%);

  background: linear-gradient(135deg, #101319, #2b313c);
  color: #f6f7fb;
  padding: 26px 22px;
  border-radius: 20px;
}

/* watermark / bg icon (authorcarolecouture jaisa subtle feel) */
.home-stat::before{
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../images/home-stat-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130px auto;

  opacity: 0.14;
  pointer-events: none;
  transform: translateY(6px);
}

.home-stat-number,
.home-stat-text{
  position: relative;
  z-index: 1;
}

.home-stat-number{
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.home-stat-text{
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .85;
  line-height: 1.45;
}

.home-quote{
  margin: 0;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(11,13,18,.88);
  font-style: italic;
  max-width: 920px;
}

.home-mini-line{
  width: 44px;
  height: 2px;
  border-radius: 2px;
  background: rgba(11,13,18,.22);
}

@media (max-width: 991.98px){
  .home-stat{
    width: min(320px, 100%);
  }
  .home-stat::before{
    background-size: 110px auto;
  }
}

/* --------------------------------
   AUTHOR (white band)
--------------------------------- */
.home-sec--author{
  color: var(--txt);
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 80% 15%, rgba(0,0,0,.05), transparent 60%),
    linear-gradient(180deg, #ffffff, #f3f5f9);
}

.home-photo{
  border-radius: 22px;
  overflow: hidden;
}

.home-photo img{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.home-pill{
  background: rgba(11,13,18,.06);
  color: rgba(11,13,18,.70);
}

.home-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11,13,18,.45);
  display: inline-block;
}

.home-h2{
  font-size: clamp(26px, 2.6vw, 42px);
  letter-spacing: -0.6px;
  font-weight: 800;
  margin: 0;
  color: rgba(11,13,18,.96);
}

.home-sec--author .home-paragraph{
  color: rgba(11,13,18,.80);
}
.home-sec--author .home-muted{
  color: rgba(11,13,18,.70);
}

/* --------------------------------
   RESPONSIVE
--------------------------------- */
@media (max-width: 991.98px){
  .home-sec{
    padding: 65px 0;
  }

  .home-sec--hero{
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .home-quote{
    font-size: 16px;
  }

  .home-photo img{
    height: 280px;
  }

  .home-stat{
    padding: 22px 18px;
  }

  .home-stat-number{
    font-size: 44px;
  }
}













/* AUTHOR image paper frame / polaroid stack */
.home-photo{
  position: relative;
  max-width: 560px;
  margin-inline: auto;
  padding: 22px;              /* frame thickness */
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .home-photo{
    margin-inline: 0;
    margin-bottom: 30px;
  }
}


/* back paper layer */
.home-photo::before{
  content: "";
  position: absolute;
  inset: -14px;               /* frame outer size */
  border-radius: 26px;
  transform: rotate(-2deg);
  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.55), rgba(255,255,255,0) 40%),
    radial-gradient(circle at 80% 70%, rgba(0,0,0,.06), rgba(0,0,0,0) 45%),
    #f3eee3;
  box-shadow: 0 22px 55px rgba(0,0,0,.14);
  z-index: 0;
}

/* front paper layer */
.home-photo::after{
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 26px;
  transform: rotate(1.6deg);
  background:
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0)),
    #efe8dc;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  z-index: 0;
}

/* the actual image */
.home-photo img{
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0,0,0,.18);
}

/* mobile little smaller frame */
@media (max-width: 575.98px){
  .home-photo{ padding: 16px; }
  .home-photo::before{ inset: -10px; }
  .home-photo::after{ inset: -6px; }
}




















/* BOOK TRAILER */
.home-sec--trailer{
  background: #e9e6d6;
  padding: 70px 0;
}

.home-trailer-title{
  text-align: center;
  margin: 0 0 22px 0;
  font-weight: 800;
  line-height: 1.2;
}

.home-trailer-title em{
  font-style: italic;
  font-weight: 700;
}

/* layout spacing only (no bootstrap utilities used) */
.home-sec--trailer .row{
  row-gap: 22px;
  align-items: center;
}

/* Media / Thumbnail */
.home-trailer-media{
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 22px 55px rgba(0,0,0,.12);

  /* responsive ratio */
  aspect-ratio: 16 / 9;
}

.home-trailer-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .92;
  transform: scale(1.02);
}

.home-trailer-media:hover img{
  opacity: 1;
}

/* Play Button */
.home-trailer-play{
  position: absolute;
  inset: 0;
  margin: auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(0,0,0,.65);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.home-trailer-play::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.home-trailer-media:hover .home-trailer-play{
  background: rgba(0,0,0,.75);
}

/* Right Side List */
.home-trailer-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.home-trailer-list li{
  position: relative;
  padding-left: 44px;
}

.home-trailer-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(0,0,0,.08);
  color: #111;
}

.home-trailer-list h3{
  margin: 0 0 6px 0;
  font-size: 22px;
  font-weight: 800;
}

.home-trailer-list p{
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(0,0,0,.62);
}

/* Responsive */
@media (max-width: 991.98px){
  .home-sec--trailer{ padding: 55px 0; }
  .home-trailer-title{ font-size: 28px; }
  .home-trailer-play{ width: 78px; height: 78px; }
  .home-trailer-play::before{
    border-left-width: 22px;
    border-top-width: 14px;
    border-bottom-width: 14px;
  }
  .home-trailer-list h3{ font-size: 20px; }
}

@media (max-width: 575.98px){
  .home-trailer-title{ font-size: 24px; }
  .home-trailer-list li{ padding-left: 40px; }
}

/* VIDEO POPUP (dialog modal) */
.home-video-modal{
  border: 0;
  padding: 0;
  background: transparent;
  max-width: none;
}

.home-video-modal::backdrop{
  background: rgba(0,0,0,.70);
}

.home-video-frame{
  width: min(92vw, 980px);
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  border: 0;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}

.home-video-close{
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.home-video-close:hover{
  background: rgba(0,0,0,.7);
}


















/* ===== Reviews (Theme-matched) ===== */

/* custom container (because you said bootstrap sirf row/col) */
.home-container{
  width: min(1140px, calc(100% - 32px));
  margin-inline: auto;
}

.home-sec--reviews{
  background: #eef2f6;          /* same family as your light sections */
  padding: 80px 0;
}

/* top small title */
.home-rev-kicker{
  margin: 0 0 10px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(16,19,25,.55);
}

/* main heading */
.home-rev-title{
  margin: 0 0 34px 0;
  text-align: center;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.12;
  color: #101319;              /* your theme’s dark text */
}

.home-rev-title em{
  font-style: italic;
  font-weight: 500;
  color: rgba(16,19,25,.62);
}

/* spacing between columns (no bootstrap utilities) */
.home-rev-row{
  row-gap: 18px;
}

/* card */
.home-rev-card{
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(16,19,25,.08);
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 45px rgba(16,19,25,.08);
}

/* head layout */
.home-rev-head{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

/* quote icon (theme dark pill/circle) */
.home-rev-quote{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: 900;
    background: linear-gradient(135deg, #101319, #2b313c);
    color: #fff;
    flex: 0 0 auto;
    line-height: 53px;
}

/* name + role */
.home-rev-meta{
  margin: 0;
  line-height: 1.15;
}

.home-rev-meta strong{
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #101319;
}

.home-rev-meta span{
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-style: italic;
  color: rgba(16,19,25,.55);
}

/* review text */
.home-rev-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(16,19,25,.72);
}

/* CTA button - matches your pill buttons */
.home-rev-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-top: 28px;
  padding: 12px 26px;
  border-radius: 999px;

  background: #101319;
  color: #fff;
  text-decoration: none;
  font-weight: 800;

  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.home-rev-cta:hover{
  background: #2b313c;
}

/* responsive */
@media (max-width: 991.98px){
  .home-sec--reviews{ padding: 65px 0; }
  .home-rev-title{ font-size: 34px; margin-bottom: 26px; }
}

@media (max-width: 575.98px){
  .home-container{ width: calc(100% - 22px); }
  .home-rev-title{ font-size: 28px; }
  .home-rev-card{ padding: 18px 18px 16px; border-radius: 18px; }
}














/* ===== Newsletter (Theme-matched) ===== */
.home-sec--newsletter{
  padding: 70px 0;
  background: #ffffff;
}

.home-news-row{
  /* card look */
  background: linear-gradient(135deg, #0f1218, #2b313c);
  border-radius: 26px;
  padding: 34px;
  box-shadow: 0 26px 70px rgba(16,19,25,.14);
  row-gap: 22px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* subtle watermark / glow */
.home-news-row::before{
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 25% 35%, rgba(255,255,255,.10), transparent 45%),
    radial-gradient(circle at 75% 70%, rgba(255,255,255,.08), transparent 50%);
  pointer-events: none;
}

.home-news-row > *{
  position: relative;
  z-index: 1;
}

.home-news-kicker{
  margin: 0 0 10px 0;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.60);
}

.home-news-title{
  margin: 0 0 12px 0;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
}

.home-news-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,.72);
}

.home-news-form{
  margin: 0;
}

.home-news-label{
  display: block;
  margin: 0 0 8px 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.65);
}

.home-news-field{
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.home-news-input{
  flex: 1 1 auto;
  border: 0;
  outline: none;
  background: transparent;
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
}

.home-news-input::placeholder{
  color: rgba(255,255,255,.55);
}

.home-news-btn{
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  background: #ffffff;
  color: #101319;
  white-space: nowrap;
}

.home-news-btn:hover{
  background: rgba(255,255,255,.88);
}

.home-news-note{
  margin: 10px 0 0 0;
  font-size: 12px;
  color: rgba(255,255,255,.55);
}

.home-news-toptext{
  margin: 0 0 12px 0;
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255,255,255,.72);
}

/* Responsive */
@media (max-width: 991.98px){
  .home-sec--newsletter{ padding: 55px 0; }
  .home-news-row{ padding: 26px; }
}

@media (max-width: 575.98px){
  .home-news-row{ padding: 20px; border-radius: 22px; }
  .home-news-field{
    flex-direction: column;
    border-radius: 18px;
    padding: 12px;
  }
  .home-news-btn{
    width: 100%;
    padding: 12px 16px;
  }
}