/* =========================================
   WHY TRUST US PAGE STYLES
   ========================================= */

/* --- Resets and Variables --- */
:root {
  --bg-pink-stripe: #fff0f0;
  --bg-white-stripe: #ffffff;
  --text-dark: #1a1a1a;
  --text-orange: #d97736;
  --card-bg: #ffece0;
  --card-border: #e8a87c;
}

/* --- HERO SECTION --- */
.hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, rgba(233, 163, 25, 0.16), #fff 20%);
  padding: 0px 20px 120px; /* Extra bottom padding for decorative overlap */
  gap: 30px;
}

/* Gradient Overlay */
.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(233, 163, 25, 0.16) 0%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

.content-wrapper {
  z-index: 10;
  max-width: 700px;
  text-align: center;

  /* Flex layout for internals */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.main-title {
  margin: 0;
  color: #000;
}

.sub-title {
  margin: 0;
  color: #000;
}

.description {
   /* main.css Desktop P */
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}

/* Feature Cards Grid */
.wtu-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 40px;
  width: 100%;
}

.wtu-feature-card {
  background-color: #fff0e0;
  border: 1px solid #cd6c0b;
  padding: 15px;
  border-radius: 4px;
  
  width: 100%;
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  justify-self: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s;
  cursor: default;
}

.wtu-feature-card:hover {
  transform: translateY(-5px); /* Lifts up */
  box-shadow: 0 10px 20px rgba(205, 108, 11, 0.15); /* Orange-tinted shadow */
}

.deco-left img {
  position: absolute;
  left: 0;
  top: 5%;
  max-width: 235px;
  pointer-events: none;
}

.deco-right img {
  position: absolute;
  bottom: 30%;
  right: 3%;
  max-width: 230px;
  pointer-events: none;
}

.breadcrumb {
  bottom: -20px;
}

/* --- RITUAL SECTION --- */
.ritual-section {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ritual-container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ritual-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}

.ritual-header h2 {
  margin: 0;
}

.ritual-header p {
  
  line-height: 1.6;
  max-width: 820px;
  margin: 0;
}

/* 3-Column Layout */
.features-layout {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 0; /* Merged design */
}

.feature-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding: 40px;
  gap: 40px;
}

.left-col {
  background: linear-gradient(to left, #faefce, #ffffff);
  align-items: flex-end;
  border-radius: 10px 0 0 10px;
}

.right-col {
  background: linear-gradient(to right, #faefce, #ffffff);
  align-items: flex-start;
  border-radius: 0 10px 10px 0;
}

.center-col {
  display: flex;
  justify-content: center;
  z-index: 2;
  padding: 0;
}

.image-wrapper {
  width: 100%;
  max-width: 510px;
  height: 100%;
  overflow: hidden;
  display: flex;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.icon-circle {
  width: 84px;
  height: 84px;
  background-color: #ba5c00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-circle img {
  width: 40px;
  aspect-ratio: 1/1;
}

.feature-item p {
  
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.testimonial-section {
  background: linear-gradient(to top, rgba(255, 229, 179, 0.8853), #fff 50%);
  margin: 0 auto;
  padding: 10px 20px 100px 20px;
}

.testimonials-container {
  margin: 60px auto 0;
}

/* --- PROMISE SECTION --- */
.promise-section {
  width: 100%;
  padding: 70px 0px;
  max-width: 1440px;
  margin: auto;

  display: flex;
  flex-direction: column;
  gap: 45px;
}

.promise-section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

.floral-container img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.promise-section-header .title {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.promise-grid {
  max-width: 1190px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0px 20px;
}

.promise-card {
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 5px 22.6px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
}

.card-top {
  background-color: #ffd6ac;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 115px;
}

.promise-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.card-top img {
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
}

.promise-card:hover .card-top img {
  transform: scale(1.03);
}

.card-body {
  padding: 25px 25px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.card-body h3 {
  margin: 0;
}

.card-body p {
  
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1300px) {
  .deco-left img {
    position: absolute;
    left: -5%;
    top: -5%;
    max-width: 200px;
    pointer-events: none;
  }

  .deco-right img {
    max-width: 170px;
    bottom: 20px;
  }
}

/* ================= MEDIA QUERY: TABLET (max-width: 1024px) ================= */
@media (max-width: 1024px) {
  /* Hero */
  .hero-section {
    padding: 0px 20px 120px;
    gap: 20px;
  }

  .description {
    padding: 0;
  }

  .deco-left img {
    max-width: 135px;
    top: -10%;
    left: -35px;
  }
  .deco-right img {
    max-width: 98px;
    bottom: 20px;
  }

  .content-wrapper {
    gap: 19px;
  }

  .wtu-features-grid {
    gap: 20px;
  }

  /* Ritual */
  .ritual-section {
    padding: 50px 0px;
  }

  .ritual-container {
    gap: 40px;
  }


  .features-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-col {
    padding: 20px;
    gap: 6px;
  }

  .feature-item {
    gap: 5px;
  }

  .icon-circle {
    width: 54px;
    height: 54px;
  }

  .icon-circle img {
    width: 24px;
  }

  .center-col {
    padding: 0;
  }

  .image-wrapper img {
    object-fit: cover;
  }

  .testimonial-section {
    padding: 10px 20px 70px 20px;
  }

  .testimonials-container {
    margin-top: 50px;
  }

  /* Promise */
  .promise-section {
    padding: 50px 0px;
  }

  .promise-section-header {
    gap: 20px;
  }
  .promise-section-header .title {
    font-size: 32px;
  }

  .promise-grid {
    grid-template-columns: 1fr 1fr; /* 2x2 Grid */
    padding: 0px 35px;
    gap: 32px 20px;
  }

  .card-body {
    padding: 25px 45px 50px 45px;
  }

}

/* ================= MEDIA QUERY: MOBILE (max-width: 767px) ================= */
@media (max-width: 767px) {

  /* Hero */
  .hero-section {
    background: linear-gradient(to top, rgba(233, 163, 25, 0.16), #fff 10%);
    padding: 30px 20px 50px;
    min-height: auto;
    gap: 30px;
  }


  .deco-left img {
    max-width: 110px;
    top: -5%;
    left: -32px;
  }

  .deco-right img {
    max-width: 120px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .content-wrapper {
    gap: 8px;
  }
  .wtu-features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .features-layout {
    display: flex;
    flex-direction: column;
  }

  .feature-col {
    width: 100%;
    gap: 30px;
    align-items: center;
  }

  .left-col {
    background: linear-gradient(to top, #faefce, #ffffff);
    max-width: 327px;
    height: auto;
    border-radius: 0;
  }

  .right-col {
    background: linear-gradient(to bottom, #faefce, #ffffff);
    max-width: 327px;
    height: auto;
    border-radius: 0;
  }

  /* Ritual */
  .ritual-section {
    padding: 50px 20px;
  }


  .image-wrapper {
    max-width: 327px;
  }

  .icon-circle {
    width: 84px;
    height: 84px;
  }

  .icon-circle img {
    width: 40px;
    height: 40px;
  }

  .feature-item {
    gap: 10px;
  }

  .testimonials-container {
    margin-top: 30px;
  }

  /* Promise */
  .promise-section {
    padding: 40px 0px;
    gap: 20px;
  }

  .promise-section-header {
    flex-direction: column;
    gap: 0px;
  }

  .promise-section-header .title {
    font-size: 30px;
    white-space: normal;
  }

  .promise-grid {
    grid-template-columns: 1fr; /* Stack 1 column */
    gap: 24px;
    max-width: 450px;
  }

  .card-body {
    padding: 25px 40px;
    gap: 24px;
  }
}
