/* ==========================================================================
   Sri Lanka Travel Tours — Why Sri Lanka With Us (mockup only)
   ========================================================================== */

/* ---- Hero banner — full-width, image left / flat-color content right ---- */
.wu-hero {
  display: grid;
  grid-template-columns: 2fr 1fr;
  min-height: 460px;
}

.wu-hero__media {
  background: linear-gradient(135deg, #0d3a8c, #3f5e85, #2c8a92);
}

.wu-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--slt-slate-600);
  padding: 56px 48px;
}

.wu-hero h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0 0 16px;
  max-width: 420px;
  color: #fff;
}

.wu-hero__lead {
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
  margin: 0;
}

/* ---- Experience — image left, content right ---- */
.wu-experience {
  padding-block: 64px;
  background-color: var(--slt-blue-500);
}

.wu-experience__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
}

.wu-experience__media {
  position: relative;
  height: 420px;
  border-radius: var(--slt-radius-sm);
  background: linear-gradient(135deg, #0d3a8c, #3f5e85, #2c8a92);
}

.wu-experience__media-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  background-color: var(--slt-surface);
  border-radius: var(--slt-radius-sm);
  padding: 14px 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.wu-experience__media-badge strong {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.wu-experience__media-badge span {
  font-size: 0.78rem;
  color: var(--slt-gray-600);
}

.wu-experience__kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--slt-white);
  margin-bottom: 10px;
}

.wu-experience__content h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: left;
  margin: 0 0 16px;
  color: var(--slt-white);
}

.wu-experience__content > p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
  max-width: 46ch;
}

.wu-experience__stats {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}

.wu-experience__stats div {
  display: flex;
  flex-direction: column;
}

.wu-experience__stats strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--slt-white);
}

.wu-experience__stats span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.wu-experience .wu-btn {
  display: inline-block;
}

/* ---- Generic section ---- */
.wu-section {
  padding-block: 48px;
}

.wu-section--alt {
  background-color: var(--slt-surface);
}

/* Break out of the .slt-container max-width so the section runs
   full viewport width instead of matching the page's content column. */
.wu-section--inclusive > .slt-container {
  max-width: none;
  padding-inline: 20px;
}

.wu-section h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 8px;
  text-align: center;
}

.wu-section-note {
  text-align: center;
  font-size: 0.92rem;
  color: var(--slt-gray-600);
  margin: 0 0 28px;
}

h1.wu-section-note {
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--slt-ink);
}

/* Standalone now that the h2 above it is gone — sized to match the
   homepage's .slt-inspo__title ("Destinations / Across the Island"),
   since this section mirrors that full-bleed card treatment. */
.wu-compare-note {
  font-family: "Krona One", var(--font-base);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--slt-ink);
  margin: 0 0 28px;
}

/* ---- Benefit cards ---- */
.wu-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.wu-benefit-card {
  border: 1px solid var(--slt-gray-200);
  border-radius: var(--slt-radius-sm);
  padding: 22px;
}

.wu-benefit-card svg {
  width: 26px;
  height: 26px;
  color: var(--slt-blue);
  margin-bottom: 12px;
}

.wu-benefit-card__media {
  width: calc(100% + 44px);
  aspect-ratio: 4 / 3;
  margin: -22px -22px 16px;
  border-radius: var(--slt-radius-sm);
}

.wu-benefit-card__media--a { background: url("../images/company/lgbtq-travelers.webp") center/cover no-repeat; }
.wu-benefit-card__media--b { background: url("../images/company/solo-women-travelers.webp") center/cover no-repeat; }
.wu-benefit-card__media--c { background: url("../images/company/families-of-every-kind.webp") center/cover no-repeat; }
.wu-benefit-card__media--d { background: url("../images/company/senior-travelers.webp") center/cover no-repeat; }
.wu-benefit-card__media--e { background: url("../images/company/travelers-with-disabilities.webp") center/cover no-repeat; }
.wu-benefit-card__media--f { background: url("../images/company/business-travelers.webp") center/cover no-repeat; }

.wu-benefit-card h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.wu-benefit-card p {
  font-size: 1rem;
  color: var(--slt-gray-600);
  line-height: 1.55;
  margin: 0;
}

/* ---- Feature grid (alternative to the plain benefit-card grid, used so
   "Why travelers book with us" doesn't repeat the same template as the
   inclusive-travel section below it) — flat cards, no dividers/gradients ---- */
.wu-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.wu-feature-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 24px;
  border-radius: 16px;
  background-color: var(--slt-surface-subtle);
  transition: background-color 0.2s ease;
}

.wu-feature-item:hover {
  background-color: var(--slt-blue-100);
}

:root[data-theme="dark"] .wu-feature-item:hover {
  background-color: rgba(139, 180, 255, 0.12);
}

.wu-feature-item__badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: var(--slt-blue-100);
  color: var(--slt-blue-600);
}

:root[data-theme="dark"] .wu-feature-item__badge {
  background-color: rgba(139, 180, 255, 0.12);
  color: var(--slt-blue-300);
}

.wu-feature-item:hover .wu-feature-item__badge {
  background-color: var(--slt-surface);
}

.wu-feature-item__badge svg {
  width: 22px;
  height: 22px;
}

.wu-feature-item h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0;
}

.wu-feature-item p {
  font-size: 0.9rem;
  color: var(--slt-gray-600);
  line-height: 1.55;
  margin: 0;
}

/* ---- Comparison title bar — same "Lonely Planet Best in Travel" banner
   used on destinations/ (things-to-do.css's .tours-titlebar--ttd family),
   copied in here since this page doesn't load things-to-do.css. Kept
   identical so it reads as the same component sitewide. */
.ttd-titlebar-clip {
  position: relative;
}

.tours-titlebar--ttd {
  position: relative;
  background-color: #5d96ff;
  text-align: center;
  clip-path: inset(0 0 2px 0);
  transform: rotate(-1deg);
}

.tours-titlebar--ttd::before,
.tours-titlebar--ttd::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #5d96ff;
}

.tours-titlebar--ttd::before {
  left: 0;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.tours-titlebar--ttd::after {
  right: 0;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.tours-titlebar--ttd h1.tours-titlebar__caps {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-family: "Krona One", var(--font-base);
  font-size: 7.11vw;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.tours-titlebar__year {
  position: absolute;
  bottom: 0px;
  right: 24px;
  display: inline-block;
  white-space: nowrap;
  background-color: #FFBF00;
  color: #14171a;
  font-family: "Krona One", var(--font-base);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 4px 0px;
}

/* ---- Comparison cards ----
   Full-bleed, 3 columns (edge to edge like the homepage's .slt-inspo
   grid). Each column keeps an image-left/text-right split internally,
   with the image shrunk down (minmax(0, ...)) to leave room for the
   6-line list next to it. */
.wu-compare-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-top: 32px;
}

.wu-compare-card {
  display: grid;
  grid-template-columns: minmax(0, 160px) 1fr;
  align-items: stretch;
  border: 1px solid var(--slt-gray-200);
  background-color: var(--slt-surface);
  overflow: hidden;
}

.wu-compare-card__media {
  min-height: 100%;
}

.wu-compare-card__media--us { background: url("../images/company/travel-coordinator-sri-lanka-travel-tours.webp") center/cover no-repeat; }
.wu-compare-card__media--agency { background: url("../images/company/typical-travel-agency.webp") center/cover no-repeat; }
.wu-compare-card__media--diy { background: url("../images/company/planning-it-yourself.webp") center/cover no-repeat; }

.wu-compare-card__body {
  padding: 32px;
}

.wu-compare-card h3 {
  margin: 0 0 16px;
  font-family: "Krona One", var(--font-base);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--slt-ink);
  height:60px;
}

.wu-compare-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wu-compare-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--slt-ink);
  height:50px;
}

/* Each point pairs its text with a large check/cross on the right,
   no circle chip behind it. */
.wu-ic {
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1;
}

.wu-ic--yes {
  color: #4ade80;
}

.wu-ic--yes::before {
  content: "\2713";
}

.wu-ic--no {
  color: rgb(255 93 93);
}

.wu-ic--no::before {
  content: "\2715";
}

/* ---- Testimonials ---- */
.wu-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.wu-testimonial {
  background-color: var(--slt-surface);
  border: 1px solid var(--slt-gray-200);
  border-radius: var(--slt-radius-sm);
  padding: 20px;
}

.wu-testimonial__rating {
  color: #d99a1f;
  display: block;
  margin-bottom: 10px;
}

.wu-testimonial p {
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0 0 12px;
}

.wu-testimonial__by {
  font-size: 0.8rem;
  color: var(--slt-gray-600);
}

/* ---- FAQ ---- */
.wu-faq__item {
  border-top: 1px solid var(--slt-gray-200);
  max-width: 720px;
  margin-inline: auto;
}

.wu-faq__item:first-of-type {
  border-top: none;
  margin-top: 28px;
}

.wu-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 16px;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
}

.wu-faq__item summary::-webkit-details-marker {
  display: none;
}

.wu-faq__item svg {
  width: 18px;
  height: 18px;
  color: var(--slt-gray-600);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.wu-faq__item[open] svg {
  transform: rotate(180deg);
}

.wu-faq__item p {
  margin: 0 0 16px;
  font-size: 0.92rem;
  color: var(--slt-gray-600);
  line-height: 1.6;
}

/* ---- Final CTA ---- */
.wu-cta {
  background-color: var(--slt-slate-600);
  padding-block: 40px;
}

.wu-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wu-cta h2 {
  color: var(--slt-white);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 6px;
  text-align: left;
}

.wu-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin: 0;
}

.wu-cta__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.wu-btn {
  font-size: 0.9rem;
  font-weight: 700;
  padding: 12px 22px;
  border-radius: var(--slt-radius-sm);
  white-space: nowrap;
}

.wu-btn--primary {
  background-color: var(--slt-slate-900);
  color: var(--slt-white);
}

.wu-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--slt-white);
}

/* ==========================================================================
   Breakpoints
   ========================================================================== */

@media (max-width: 991.98px) {
  .wu-benefit-grid,
  .wu-testimonial-grid,
  .wu-feature-grid,
  .wu-compare-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .wu-compare-card {
    grid-template-columns: minmax(0, 140px) 1fr;
  }

  .wu-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .wu-experience__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .wu-experience__media {
    height: 320px;
  }

  .wu-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .wu-hero__media {
    height: 280px;
  }

  .wu-hero__content {
    padding: 40px;
  }

  .wu-hero h1,
  .wu-hero__lead {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .wu-benefit-grid,
  .wu-testimonial-grid,
  .wu-feature-grid,
  .wu-compare-cards {
    grid-template-columns: 1fr;
  }

  .wu-compare-card {
    grid-template-columns: 1fr;
  }

  .tours-titlebar__year {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 3px 0;
  }

  .wu-compare-card__media {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .wu-hero__content {
    padding: 32px 24px;
  }

  .wu-hero h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -0.5px;
  }

  .wu-section h2,
  .wu-cta h2 {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }

  /* h1.wu-section-note (higher specificity than .wu-section-note above,
     see base rule) has no mobile override and sits at a 40px desktop
     size — clearly oversized on a phone, so it gets its own floor here. */
  h1.wu-section-note {
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: -0.5px;
  }

  /* .wu-benefit-card h3 has no mobile override anywhere and sits below
     the 20px heading floor at its base 1.02rem. */
  .wu-benefit-card h3 {
    font-size: 1.25rem;
  }

  /* .wu-compare-card li carries real comparison text (see
     why-choose-us/index.php) and has no mobile override — its base
     0.95rem sits below the 16px body-text floor. */
  .wu-compare-card li {
    font-size: 1rem;
  }

  .wu-experience {
    padding-block: 40px;
  }

  .wu-experience__content h2 {
    font-size: 1.6rem;
    letter-spacing: -0.5px;
  }

  .wu-experience__stats {
    gap: 20px;
    flex-wrap: wrap;
  }
}
