/* ===================================================================
   BUSINESS WALKINS — BRAND ENDORSEMENTS DEDICATED STYLESHEET
   Page: brand-endorsements.html
   Design System: Luxury Celebrity Brand Ambassadorship & TVC Agency
   Colors:
     - Main Background: #0B0B0B
     - Secondary Background: #10131A
     - Elevated Card Surface: #141824 / rgba(18, 22, 34, 0.98)
     - Antique Gold: #C9A227
     - Champagne Gold: #E5C76B
     - Ivory / Pure White: #F7F2E7 / #FFFFFF
   =================================================================== */

@import url('services.css');

/* ===================================================================
   1. SHARED LUXURY CARD ACCENTS & SECTION UTILITIES
   =================================================================== */
.endorsement-prestige-section,
.endorsement-benefits-section,
#offerings,
#why-us,
#process,
#showcase,
#faq {
  position: relative;
  overflow: hidden;
}

/* Subtle ambient gold radial glows for section depth */
.endorsement-prestige-section::before,
.endorsement-benefits-section::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.07) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.endorsement-benefits-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(229, 199, 107, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ===================================================================
   2. ABOUT BRAND ENDORSEMENTS SECTION (#about-service)
   =================================================================== */
.endorsement-prestige-section {
  background-color: #070912;
  padding: 7rem 0;
  border-top: 1px solid rgba(201, 162, 39, 0.15);
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
  position: relative;
}

.endorsement-prestige-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.8rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.endorsement-prestige-panel {
  display: flex;
  flex-direction: column;
}

.endorsement-prestige-panel .section-tag {
  margin-bottom: 1rem;
}

.endorsement-prestige-panel .section-heading {
  margin-bottom: 1.6rem;
  line-height: 1.22;
}

/* Luxury Editorial Quote Box */
.endorsement-editorial-box {
  border-left: 3px solid #E5C76B;
  background: linear-gradient(135deg, rgba(20, 26, 42, 0.85) 0%, rgba(12, 16, 26, 0.65) 100%);
  border-radius: 0 16px 16px 0;
  padding: 1.8rem 2.2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  margin-bottom: 2.2rem;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.endorsement-lead-p {
  font-size: 1.04rem;
  line-height: 1.78;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0.9rem;
  letter-spacing: 0.01em;
}

.endorsement-sub-p {
  font-size: 0.93rem;
  line-height: 1.72;
  color: #B0B0C4;
  margin: 0;
}

/* 6 Specification Cards Grid */
.endorsement-spec-list,
.trophy-spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3rem;
}

.endorsement-spec-item,
.trophy-spec-item {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.24);
  border-radius: 14px;
  padding: 1.4rem 1.3rem;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.endorsement-spec-item::before,
.trophy-spec-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.85), transparent);
}

.endorsement-spec-item:hover,
.trophy-spec-item:hover {
  border-color: rgba(229, 199, 107, 0.6);
  transform: translateY(-4px);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 162, 39, 0.18);
}

.spec-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.endorsement-spec-item:hover .spec-icon-box,
.trophy-spec-item:hover .spec-icon-box {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
  box-shadow: 0 0 14px rgba(201, 162, 39, 0.4);
}

.endorsement-spec-item h5,
.trophy-spec-item h5 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.35rem 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.endorsement-spec-item p,
.trophy-spec-item p {
  font-size: 0.83rem;
  color: #A0A0B8;
  line-height: 1.58;
  margin: 0;
}

/* Spotlight Visual Frame */
.endorsement-spotlight,
.award-trophy-spotlight {
  position: relative;
  display: flex;
  flex-direction: column;
}

.endorsement-spotlight-frame,
.trophy-spotlight-frame {
  position: relative;
  width: 100%;
  height: 580px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(201, 162, 39, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 35px rgba(201, 162, 39, 0.16);
  background: #0B0E17;
}

.endorsement-img,
.trophy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.endorsement-spotlight-frame:hover .endorsement-img,
.trophy-spotlight-frame:hover .trophy-img {
  transform: scale(1.04);
}

.about-visual-badge {
  margin-top: 1.4rem;
  background: rgba(18, 22, 34, 0.95);
  border: 1px solid rgba(201, 162, 39, 0.3);
  border-radius: 12px;
  padding: 1.2rem 1.6rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.about-visual-badge span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #E5C76B;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3rem;
}

.about-visual-badge strong {
  font-size: 0.88rem;
  color: #FFFFFF;
  letter-spacing: 0.02em;
}

/* ===================================================================
   3. WHAT WE OFFER (#offerings)
   =================================================================== */
#offerings {
  background-color: #04060B;
  padding: 6.5rem 0;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.5rem;
}

.offering-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 16px;
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.offering-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.75), transparent);
}

.offering-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 199, 107, 0.65);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65), 0 0 25px rgba(201, 162, 39, 0.18);
}

.offering-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.offering-card:hover .offering-icon-wrap {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.1) rotate(4deg);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.45);
}

.offering-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}

.offering-card p {
  font-size: 0.88rem;
  color: #A0A0B8;
  line-height: 1.65;
  margin-bottom: 1.4rem;
  flex-grow: 1;
}

.offering-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.2rem;
}

.offering-card ul li {
  font-size: 0.82rem;
  color: #D6D6E2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.offering-card ul li::before {
  content: '✓';
  color: #E5C76B;
  font-weight: 800;
  font-size: 0.85rem;
}

/* ===================================================================
   4. STRATEGIC BENEFITS (#benefits)
   =================================================================== */
.endorsement-benefits-section {
  background-color: #070912;
  padding: 6.5rem 0;
}

.endorsement-benefits-grid,
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.5rem;
}

.endorsement-benefit-card,
.benefit-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.24);
  border-radius: 18px;
  padding: 2.6rem 2.2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
}

.benefit-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #E5C76B;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.32);
  padding: 0.35rem 0.85rem;
  border-radius: 6px;
  margin-bottom: 1.4rem;
  width: fit-content;
}

.benefit-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.endorsement-benefit-card:hover .benefit-icon-wrapper,
.benefit-card:hover .benefit-icon-wrapper {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.1) rotate(4deg);
  box-shadow: 0 0 16px rgba(201, 162, 39, 0.45);
}

.endorsement-benefit-card:hover,
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 199, 107, 0.65);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65), 0 0 25px rgba(201, 162, 39, 0.18);
}

.endorsement-benefit-card h3,
.benefit-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.9rem;
  line-height: 1.3;
}

.endorsement-benefit-card p,
.benefit-card p {
  font-size: 0.9rem;
  color: #A0A0B8;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  flex-grow: 1;
}

.benefit-points-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.2rem;
  margin-top: auto;
}

.benefit-point-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  color: #E2E2EC;
}

.benefit-point-item svg {
  color: #E5C76B;
  flex-shrink: 0;
}

/* ===================================================================
   5. WHY CHOOSE BUSINESS WALKINS (#why-us)
   =================================================================== */
#why-us {
  background-color: #04060B;
  padding: 6.5rem 0;
}

.why-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}

.why-feature-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 16px;
  padding: 2.2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.why-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.75), transparent);
}

.why-feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 199, 107, 0.65);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 162, 39, 0.15);
}

.why-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
}

.why-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.32);
  color: #E5C76B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.why-feature-card:hover .why-icon-box {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.08);
}

.counter-value {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #E5C76B;
  line-height: 1;
  text-shadow: 0 0 15px rgba(229, 199, 107, 0.3);
}

.why-feature-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.65rem;
  line-height: 1.3;
}

.why-feature-card p {
  font-size: 0.86rem;
  color: #A0A0B8;
  line-height: 1.62;
  margin: 0;
}

/* ===================================================================
   6. PROCESS TIMELINE (#process)
   =================================================================== */
#process {
  background-color: #070912;
  padding: 6.5rem 0;
}

.process-timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  margin-top: 3.5rem;
}

.process-step-card {
  background: rgba(18, 22, 34, 0.96);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 16px;
  padding: 2.4rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.process-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 107, 0.75), transparent);
}

.process-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 199, 107, 0.65);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(201, 162, 39, 0.15);
}

.step-num-badge {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #E5C76B;
  background: rgba(201, 162, 39, 0.12);
  border: 1px solid rgba(201, 162, 39, 0.35);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  transition: all 0.3s ease;
}

.process-step-card:hover .step-num-badge {
  background: #C9A227;
  color: #080A10;
  transform: scale(1.1);
}

.process-step-card h3 {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.7rem;
  line-height: 1.3;
}

.process-step-card p {
  font-size: 0.86rem;
  color: #A0A0B8;
  line-height: 1.65;
  margin: 0;
}

/* ===================================================================
   7. PROJECT SHOWCASE (#showcase)
   =================================================================== */
#showcase {
  background-color: #04060B;
  padding: 6.5rem 0;
}

.gallery-masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3.5rem;
}

.gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 320px;
  border: 1px solid rgba(201, 162, 39, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-overlay,
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 10, 16, 0.95) 0%, rgba(8, 10, 16, 0.4) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  transition: all 0.35s ease;
}

.gallery-cat-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #E5C76B;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.gallery-overlay h4,
.gallery-title {
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 0.3rem 0;
  line-height: 1.3;
}

.gallery-overlay p {
  font-size: 0.84rem;
  color: #B0B0C4;
  margin: 0;
}

/* ===================================================================
   8. FAQ ACCORDION (#faq)
   =================================================================== */
#faq {
  background-color: #070912;
  padding: 6.5rem 0;
}

.faq-accordion {
  max-width: 880px;
  margin: 3.5rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.faq-item {
  background: rgba(18, 22, 35, 0.95);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: rgba(229, 199, 107, 0.65);
  background: rgba(24, 30, 48, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 20px rgba(201, 162, 39, 0.12);
}

.faq-question {
  width: 100%;
  padding: 1.4rem 1.8rem;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  text-align: left;
  font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #FFFFFF;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #E5C76B;
}

.faq-icon {
  font-size: 1.4rem;
  color: #E5C76B;
  font-weight: 400;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.8rem;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 400px;
  padding: 0 1.8rem 1.6rem 1.8rem;
}

.faq-answer p {
  font-size: 0.92rem;
  color: #A8A8C0;
  line-height: 1.72;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

/* ===================================================================
   9. RESPONSIVE DESIGN BREAKPOINTS (MOBILE & TABLET PERFECTION)
   =================================================================== */

/* Tablet & Medium Screens (768px – 1199px) */
@media (max-width: 1199px) {
  .endorsement-prestige-section,
  .endorsement-benefits-section,
  #offerings,
  #why-us,
  #process,
  #showcase,
  #faq {
    padding: 5.5rem 0;
  }

  .endorsement-prestige-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.8rem;
  }

  .endorsement-spotlight-frame,
  .trophy-spotlight-frame {
    height: 480px;
  }

  .endorsement-benefits-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .endorsement-benefit-card:last-child,
  .benefit-card:last-child {
    grid-column: span 2;
  }

  .offerings-grid,
  .why-cards-grid,
  .process-timeline-grid,
  .gallery-masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* Mobile Devices (<768px) */
@media (max-width: 767px) {
  .endorsement-prestige-section,
  .endorsement-benefits-section,
  #offerings,
  #why-us,
  #process,
  #showcase,
  #faq {
    padding: 4.2rem 0;
  }

  .endorsement-prestige-grid,
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .endorsement-editorial-box {
    padding: 1.6rem 1.4rem;
    border-radius: 0 12px 12px 0;
  }

  .endorsement-lead-p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .endorsement-spec-list,
  .trophy-spec-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .endorsement-spec-item,
  .trophy-spec-item {
    padding: 1.3rem 1.2rem;
  }

  .endorsement-spotlight-frame,
  .trophy-spotlight-frame {
    height: 400px;
  }

  .about-visual-badge {
    padding: 1rem 1.2rem;
  }

  .about-visual-badge strong {
    font-size: 0.78rem;
  }

  .endorsement-benefits-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .endorsement-benefit-card:last-child,
  .benefit-card:last-child {
    grid-column: auto;
  }

  .endorsement-benefit-card,
  .benefit-card {
    padding: 2.2rem 1.6rem;
    border-radius: 16px;
  }

  .endorsement-benefit-card h3,
  .benefit-card h3 {
    font-size: 1.24rem;
  }

  .offerings-grid,
  .why-cards-grid,
  .process-timeline-grid,
  .gallery-masonry-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .offering-card,
  .why-feature-card,
  .process-step-card {
    padding: 2rem 1.6rem;
  }

  .gallery-item {
    height: 290px;
  }

  .faq-question {
    padding: 1.2rem 1.4rem;
    font-size: 0.96rem;
  }

  .faq-answer {
    padding: 0 1.4rem 1.4rem 1.4rem;
    font-size: 0.88rem;
  }
}

/* Small Smartphone Devices (<480px) */
@media (max-width: 480px) {
  .endorsement-spotlight-frame,
  .trophy-spotlight-frame {
    height: 320px;
  }

  .counter-value {
    font-size: 2.1rem;
  }
}
