:root {
  --ink: #1b2a41;
  --ink-muted: #5b6472;
  --brand: #1b2a41;
  --brand-2: #c48b2c;
  --brand-soft: #f5ede3;
  --paper: #ffffff;
  --canvas: #fbf7f2;
  --line: #e8dfd6;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}

.thankyou-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.thankyou-page main {
  flex: 1;
}


h1, h2, h3, h4, h5 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.2px;
}

a {
  color: inherit;
}

.navbar .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.navbar .brand-text .small {
  font-size: 0.785em;
}

@media (max-width: 576px) {
  .navbar .navbar-brand {
    max-width: 250px;
    gap: 0.4rem;
  }

  .navbar .navbar-brand img {
    height: 32px;
  }

  .navbar .brand-text .fw-bold {
    font-size: 0.95rem;
  }

  .navbar .brand-text .small {
    font-size: 0.7em;
    line-height: 1.2;
  }

  .order-form {
    position: relative;
    z-index: 1;
  }

  .order-form .btn {
    position: relative;
    z-index: 2;
  }
}

.btn-brand {
  background: var(--brand-2);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}

.btn-brand:hover {
  background: #b17922;
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid var(--brand-2);
  color: var(--brand-2);
}

.btn-outline-brand:hover {
  background: var(--brand-2);
  color: #fff;
}

.hero {
  background: radial-gradient(1200px 500px at 10% 0%, #f0e6d8 0%, #fbf7f2 60%);
  padding: 2.5rem 0 3.5rem;
}

.hero h1 {
  font-size: 2.5rem;
}

.hero .hero-card .d-flex.align-items-center.justify-content-between.mb-3 .fw-semibold {
  font-size: 1.5rem;
}

.hero .hero-card .d-flex.align-items-center.justify-content-between.mb-3 .text-secondary.small {
  font-size: 0.975em;
}

.hero .hero-card .badge.text-bg-light {
  font-size: 0.85rem;
}

.hero .hero-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(27, 42, 65, 0.12);
  padding: 2rem;
}

.section-pad {
  padding: 4rem 0;
}

.section-title {
  margin-bottom: 0.75rem;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  color: var(--ink-muted);
  font-weight: bold;
}

.text-secondary.small {
  font-size: 0.975em;
}

.thirdheading {
  font-size: 1.15rem !important;
  font-weight: bold !important;
}

.stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 600;
}

.soft-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(27, 42, 65, 0.08);
}

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--brand-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 1.3rem;
}

.list-check {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-check li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--ink-muted);
}

.hero .list-check li {
  margin-bottom: 0.5rem;
  line-height: 1.35;
}

.list-check i {
  color: var(--brand-2);
  margin-top: 0.2rem;
}

.pricing-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 16px 36px rgba(27, 42, 65, 0.08);
}

.pricing-card.featured {
  border: 2px solid var(--brand-2);
  box-shadow: 0 22px 48px rgba(27, 42, 65, 0.14);
  transform: translateY(-8px);
}

.pricing-badge {
  background: var(--brand-2);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

.slider-carousel .carousel-inner,
.slider-carousel .carousel-item {
  max-height: var(--slider-max-height, 600px);
  background: var(--paper);
}

.slider-carousel .slider-image {
  width: 100%;
  height: auto;
  max-height: var(--slider-max-height, 600px);
  object-fit: contain;
}

.slider-caption {
  background: #f5ede3;
  color: var(--ink);
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.slider-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.slider-thumb {
  border: 1px solid var(--line);
  background: #fff;
  padding: 0;
  width: 56px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}

.slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-thumb.is-active {
  border-color: var(--brand-2);
  box-shadow: 0 10px 22px rgba(27, 42, 65, 0.18);
  outline: 2px solid rgba(196, 139, 44, 0.35);
  outline-offset: 2px;
}


.faq .accordion-button {
  font-weight: 600;
}

.trust-panel {
  background: var(--paper);
  border: 1px dashed var(--line);
  border-radius: 18px;
  padding: 2rem;
}

.highlight-box {
  background: #fff6ea;
  border: 1px solid #efd8b6;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  display: none;
}

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  background-color: rgb(242, 231, 231);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.honeypot-field {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}

small.text-muted {
  color: var(--ink-muted) !important;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 3.5rem;
  }
  .pricing-card.featured {
    transform: none;
  }
}
