.don-wdc-promo,
.don-wdc-service,
.don-wdc-legal {
  --don-wdc-ink: #0b2f27;
  --don-wdc-deep: #06251f;
  --don-wdc-forest: #144b3b;
  --don-wdc-leaf: #b7df78;
  --don-wdc-coral: #ef5d4e;
  --don-wdc-cream: #f4f0e6;
  --don-wdc-paper: #fffdf8;
  --don-wdc-text: #52645e;
  --don-wdc-line: rgba(11, 47, 39, .14);
  box-sizing: border-box;
  color: var(--don-wdc-ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.don-wdc-promo *,
.don-wdc-service *,
.don-wdc-legal * {
  box-sizing: border-box;
}

body.don-wdc-generated-page .wp-block-post-title,
body.don-wdc-generated-page .entry-title,
body.don-wdc-generated-page .page-title,
body:has(.don-wdc-service) .wp-block-post-title,
body:has(.don-wdc-legal) .wp-block-post-title {
  display: none !important;
}

body.don-wdc-generated-page .wp-block-post-content,
body.don-wdc-generated-page .entry-content,
body.don-wdc-generated-page main:has(.don-wdc-service),
body.don-wdc-generated-page main:has(.don-wdc-legal) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Generated service pages must escape theme content columns and sidebar grids. */
body.don-wdc-generated-page {
  overflow-x: clip;
}

body.don-wdc-generated-page #primary,
body.don-wdc-generated-page .content-area,
body.don-wdc-generated-page .site-main,
body.don-wdc-generated-page article,
body.don-wdc-generated-page .wp-block-post-content,
body.don-wdc-generated-page .entry-content {
  grid-column: 1 / -1 !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.don-wdc-kicker {
  margin: 0 0 15px;
  color: var(--don-wdc-leaf);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.don-wdc-promo {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  width: 100% !important;
  max-width: 1440px !important;
  min-height: 500px;
  margin: 72px auto !important;
  overflow: hidden;
  color: #fff;
  background: var(--don-wdc-deep);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(6, 37, 31, .18);
}

.don-wdc-promo--relocated {
  width: min(1440px, calc(100vw - 48px)) !important;
}

.don-wdc-promo__image,
.don-wdc-promo__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.don-wdc-promo__image {
  background-image: url("https://daysoutnow.co.uk/wp-content/uploads/2026/06/Spain-Hero-IMage-1024x551.webp");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.don-wdc-promo__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 28, 23, .98) 0%, rgba(3, 28, 23, .91) 48%, rgba(3, 28, 23, .48) 100%);
}

.don-wdc-promo__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .35fr);
  gap: 70px;
  align-items: end;
  width: min(1260px, calc(100% - 80px));
  min-height: 500px;
  margin: 0 auto;
  padding: 78px 0;
}

.don-wdc-promo__copy {
  min-width: 0;
  max-width: 850px;
}

.don-wdc-promo h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 82px);
  letter-spacing: -.058em;
  line-height: .94;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.don-wdc-promo__copy > p:last-child {
  max-width: 720px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  line-height: 1.7;
}

.don-wdc-promo__offer {
  min-width: 0;
  padding: 29px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 23px;
  backdrop-filter: blur(9px);
}

.don-wdc-promo__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.don-wdc-promo--travel-club .don-wdc-promo__inner {
  grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr);
  gap: 55px;
  align-items: center;
}

.don-wdc-promo--travel-club h2 {
  font-size: clamp(42px, 4.5vw, 68px);
}

.don-wdc-promo__choice-label {
  margin-bottom: 18px;
  color: var(--don-wdc-leaf) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.don-wdc-promo__offer p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.65;
}

.don-wdc-promo__offer--free {
  background: rgba(255, 255, 255, .14);
}

.don-wdc-promo__offer a.don-wdc-promo__secondary {
  color: var(--don-wdc-ink) !important;
  background: var(--don-wdc-leaf);
  box-shadow: 0 14px 34px rgba(183, 223, 120, .18);
}

.don-wdc-promo__offer a.don-wdc-promo__secondary:hover {
  color: var(--don-wdc-ink) !important;
  background: #c8eb91;
}

.don-wdc-scroll-anchor {
  display: block;
  position: relative;
  top: -80px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.don-wdc-promo__offer strong,
.don-wdc-promo__offer span,
.don-wdc-promo__offer small {
  display: block;
}

.don-wdc-promo__offer strong {
  color: #fff;
  font-size: 53px;
  letter-spacing: -.06em;
  line-height: 1;
}

.don-wdc-promo__offer > span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
}

.don-wdc-promo__offer a,
.don-wdc-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 23px;
  color: #fff !important;
  background: var(--don-wdc-coral);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(239, 93, 78, .25);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 180ms ease, background-color 180ms ease;
}

.don-wdc-promo__offer a:hover,
.don-wdc-button:hover {
  color: #fff !important;
  background: #d94d40;
  transform: translateY(-2px);
}

.don-wdc-promo__offer a span {
  display: inline;
  margin-left: 8px;
}

.don-wdc-promo__offer small {
  margin-top: 14px;
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  line-height: 1.5;
}

.don-wdc-promo a:focus-visible,
.don-wdc-service a:focus-visible,
.don-wdc-legal a:focus-visible {
  outline: 3px solid var(--don-wdc-leaf);
  outline-offset: 4px;
}

.don-wdc-service {
  position: relative;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 75vh;
  margin: 0 !important;
  padding: 115px 0;
  background: var(--don-wdc-paper);
}

.don-wdc-service--welcome {
  color: #fff;
  background: linear-gradient(135deg, var(--don-wdc-forest), var(--don-wdc-deep));
}

.don-wdc-service__shell,
.don-wdc-legal__shell {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.don-wdc-service h1,
.don-wdc-legal h1 {
  margin: 0;
  color: inherit;
  font-size: clamp(50px, 7.4vw, 92px);
  letter-spacing: -.065em;
  line-height: .92;
  text-wrap: balance;
}

.don-wdc-service__lead {
  max-width: 760px;
  margin: 25px 0 0;
  color: var(--don-wdc-text);
  font-size: 18px;
  line-height: 1.72;
}

.don-wdc-service--welcome .don-wdc-service__lead {
  color: rgba(255, 255, 255, .78);
}

.don-wdc-service__card {
  margin-top: 48px;
  padding: 38px;
  color: var(--don-wdc-ink);
  background: #fff;
  border: 1px solid var(--don-wdc-line);
  border-radius: 26px;
  box-shadow: 0 28px 74px rgba(7, 37, 30, .13);
}

.don-wdc-service__card h2 {
  margin: 0;
  color: var(--don-wdc-ink);
  font-size: 31px;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.don-wdc-service__card p,
.don-wdc-service__card li {
  color: var(--don-wdc-text);
  font-size: 15px;
  line-height: 1.7;
}

.don-wdc-service__card ol {
  margin: 22px 0 0;
  padding-left: 22px;
}

.don-wdc-discover {
  margin-top: 90px;
}

.don-wdc-discover__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .52fr);
  gap: 55px;
  align-items: end;
}

.don-wdc-discover__head h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 70px);
  letter-spacing: -.057em;
  line-height: .94;
  text-wrap: balance;
}

.don-wdc-discover__head > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.7;
}

.don-wdc-discover__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.don-wdc-discover__card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 26px;
  color: var(--don-wdc-ink) !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 23px;
  box-shadow: 0 22px 58px rgba(3, 24, 20, .25);
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.don-wdc-discover__card:hover {
  color: var(--don-wdc-ink) !important;
  transform: translateY(-5px);
  box-shadow: 0 28px 68px rgba(3, 24, 20, .35);
}

.don-wdc-discover__card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.don-wdc-discover__card span,
.don-wdc-discover__card h3,
.don-wdc-discover__card strong {
  display: block;
  margin-right: 24px;
  margin-left: 24px;
}

.don-wdc-discover__card span {
  margin-top: 24px;
  color: #648f42;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.don-wdc-discover__card h3 {
  margin-top: 9px;
  margin-bottom: 0;
  color: var(--don-wdc-ink);
  font-size: 29px;
  letter-spacing: -.045em;
  line-height: 1;
}

.don-wdc-discover__card strong {
  margin-top: 25px;
  color: var(--don-wdc-forest);
  font-size: 12px;
}

.don-wdc-discover__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 35px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.don-wdc-discover__footer p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
}

.don-wdc-discover__footer .don-wdc-button {
  margin-top: 0;
}

.don-wdc-legal {
  position: relative;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 110px 0;
  background: var(--don-wdc-paper);
}

.don-wdc-legal .don-wdc-kicker {
  color: #648f42;
}

.don-wdc-legal__updated {
  margin: 21px 0 55px;
  color: var(--don-wdc-text);
  font-size: 13px;
}

.don-wdc-legal h2 {
  margin: 42px 0 11px;
  color: var(--don-wdc-ink);
  font-size: 27px;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.don-wdc-legal p {
  margin: 0 0 17px;
  color: var(--don-wdc-text);
  font-size: 16px;
  line-height: 1.78;
}

.don-wdc-legal a {
  color: #356b4d;
  font-weight: 750;
}

@media (max-width: 900px) {
  .don-wdc-promo__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
  }

  .don-wdc-promo__offer {
    max-width: 420px;
  }

  .don-wdc-promo--travel-club .don-wdc-promo__inner {
    grid-template-columns: 1fr;
  }

  .don-wdc-promo--travel-club .don-wdc-promo__choices {
    width: 100%;
  }

  .don-wdc-promo--travel-club .don-wdc-promo__offer {
    max-width: none;
  }

  .don-wdc-discover__head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .don-wdc-discover__grid {
    grid-template-columns: 1fr;
  }

  .don-wdc-discover__card {
    display: grid;
    grid-template-columns: minmax(190px, .7fr) minmax(0, 1fr);
    padding-bottom: 0;
  }

  .don-wdc-discover__card img {
    grid-row: 1 / 4;
    height: 100%;
    aspect-ratio: auto;
  }
}

@container (max-width: 900px) {
  .don-wdc-promo__inner,
  .don-wdc-promo--travel-club .don-wdc-promo__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    align-items: start;
    width: calc(100% - 64px);
    padding: 58px 0;
  }

  .don-wdc-promo h2,
  .don-wdc-promo--travel-club h2 {
    font-size: clamp(38px, 9cqi, 56px);
  }

  .don-wdc-promo__offer {
    width: 100%;
    max-width: 460px;
  }

  .don-wdc-promo--travel-club .don-wdc-promo__offer {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .don-wdc-promo {
    width: 100% !important;
    margin: 45px auto !important;
    border-radius: 22px;
  }

  .don-wdc-promo--relocated {
    width: calc(100vw - 24px) !important;
  }

  .don-wdc-promo__shade {
    background: linear-gradient(180deg, rgba(3, 28, 23, .58), rgba(3, 28, 23, .98) 50%);
  }

  .don-wdc-promo__inner {
    width: calc(100% - 40px);
    min-height: 600px;
    padding: 160px 0 42px;
  }

  .don-wdc-promo h2 {
    font-size: clamp(40px, 13vw, 59px);
  }

  .don-wdc-promo__offer {
    padding: 24px;
  }

  .don-wdc-promo__choices {
    grid-template-columns: 1fr;
  }

  .don-wdc-promo__offer a {
    width: 100%;
  }

  .don-wdc-service,
  .don-wdc-legal {
    padding: 80px 0;
  }

  .don-wdc-service__shell,
  .don-wdc-legal__shell {
    width: calc(100% - 36px);
  }

  .don-wdc-service__card {
    padding: 26px;
  }

  .don-wdc-discover {
    margin-top: 70px;
  }

  .don-wdc-discover__card {
    display: block;
    padding-bottom: 26px;
  }

  .don-wdc-discover__card img {
    height: auto;
    aspect-ratio: 1.45;
  }

  .don-wdc-discover__footer {
    display: block;
  }

  .don-wdc-discover__footer .don-wdc-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .don-wdc-promo *,
  .don-wdc-service *,
  .don-wdc-legal * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
