/* Responsive service advertisements. */
.service-promos { padding-top: 52px; }
.promo-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; margin-bottom: 16px; }
.promo-label { color: var(--green); font-size: 17px; font-weight: 500; }
.promo-controls { display: flex; align-items: center; gap: 8px; }
.promo-toggle, .promo-arrow { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--line); background: #fff; color: var(--green); border-radius: 10px; cursor: pointer; }
.promo-toggle { gap: 9px; padding: 8px 13px; font: inherit; font-size: 14px; }
.promo-toggle .icon { width: 18px; height: 18px; }
.promo-arrow { width: 44px; flex: none; }
.promo-previous .icon { transform: rotate(180deg); }
.promo-toggle:hover, .promo-arrow:hover { background: #edf6ef; border-color: var(--green); }
.promo-count { min-width: 48px; text-align: center; font-size: 14px; color: var(--muted); font-variant-numeric: tabular-nums; }
.promo-stage { overflow: hidden; border-radius: 21px; touch-action: pan-y pinch-zoom; outline-offset: 5px; }
.promo-slide {
  --promo-bg: #004e35;
  --promo-fg: #fff;
  --promo-muted: #e3f5e9;
  --promo-accent: #e7f7d8;
  --promo-button: #fff;
  --promo-button-text: #004e35;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .9fr);
  min-height: 350px;
  background: var(--promo-bg);
  color: var(--promo-fg);
}
.promo-copy { min-width: 0; padding: 36px 40px; align-self: center; }
.promo-category { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--promo-accent); font-size: 14px; line-height: 1.8; }
.promo-category .icon { width: 20px; height: 20px; flex: none; }
.promo-copy h2 { font-size: clamp(28px, 3.1vw, 40px); font-weight: 500; line-height: 1.45; margin-block: 14px 12px; }
.promo-copy > p { max-width: 450px; color: var(--promo-muted); font-size: 16px; line-height: 1.85; margin-bottom: 22px; }
.promo-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; }
.promo-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 48px; max-width: 100%; padding: 11px 18px; border-radius: 10px; background: var(--promo-button); color: var(--promo-button-text); font-size: 16px; font-weight: 500; line-height: 1.7; }
.promo-action .icon { width: 19px; height: 19px; flex: none; transition: transform .2s; }
.promo-action:hover .icon { transform: translate(-2px,-2px); }
.promo-secondary { display: inline-flex; align-items: center; min-height: 44px; color: var(--promo-fg); font-size: 15px; text-decoration: underline; text-underline-offset: 5px; }
.promo-media { min-width: 0; position: relative; isolation: isolate; min-height: 350px; overflow: hidden; background: #003c2c; }
.promo-media > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.promo-image-label { position: absolute; inset: auto 0 0; padding: 40px 23px 22px; background: linear-gradient(transparent, #001a12df); color: #fff; font-size: 16px; font-weight: 500; line-height: 1.8; }
.promo-qr { --promo-bg: #4b236c; --promo-muted: #f0e7fa; --promo-accent: #eddbff; --promo-button-text: #4b236c; }
.promo-type { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 25px; background: #ead5ff; color: #4b236c; text-align: center; }
.promo-type strong { font: 500 clamp(80px, 10vw, 142px)/1 Arial, sans-serif; letter-spacing: -.06em; }
.promo-type > span { font-size: 18px; line-height: 1.7; }
.promo-calendar { --promo-bg: #eaf4ed; --promo-fg: #123d2a; --promo-muted: #395a47; --promo-accent: #006536; --promo-button: #006536; --promo-button-text: #fff; }
.promo-calendar-type { background: #cde7d6; color: #005c31; gap: 18px; }
.promo-calendar-type > .icon { width: 68px; height: 68px; stroke-width: 1.3; }
.promo-calendar-type strong { font: 500 clamp(30px, 4vw, 48px)/1.5 var(--font); letter-spacing: 0; }
.promo-calendar-type > span { font-size: 16px; }
.promo-diwan { --promo-bg: #302345; --promo-muted: #ece5f6; --promo-accent: #e9cdff; --promo-button-text: #302345; }
.promo-thamudic { --promo-bg: #294b36; --promo-muted: #e9f2eb; --promo-accent: #d8edda; --promo-button-text: #294b36; }
.promo-outdoors { --promo-bg: #003f40; --promo-muted: #dff3ed; --promo-accent: #c4efda; --promo-button-text: #003f40; }
.promo-selectors { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.promo-selectors button { min-width: 0; min-height: 46px; padding: 10px 6px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--muted); font: inherit; font-size: 14px; line-height: 1.7; cursor: pointer; }
.promo-selectors button[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }
.promo-selectors button:hover:not([aria-pressed="true"]) { background: #edf6ef; color: var(--green); }
.promo-slide :focus-visible { outline: 3px solid var(--promo-accent); outline-offset: 4px; }
.promo-slide.promo-enter { animation: promo-enter .35s ease-out; }
@keyframes promo-enter { from { opacity: .6; } to { opacity: 1; } }
@media(max-width:950px) {
  .promo-copy { padding: 30px; }
  .promo-slide { grid-template-columns: minmax(0,1.3fr) minmax(0,.85fr); }
  .promo-selectors { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media(max-width:680px) {
  .service-promos { padding-top: 32px; }
  .promo-toolbar { gap: 8px 12px; margin-bottom: 12px; }
  .promo-controls { gap: 5px; }
  .promo-toggle { padding-inline: 9px; }
  .promo-count { min-width: 42px; }
  .promo-stage { border-radius: 16px; }
  .promo-slide { grid-template-columns: minmax(0,1fr); grid-template-rows: minmax(285px,auto) 145px; min-height: 430px; }
  .promo-copy { padding: 25px 24px; align-self: center; }
  .promo-copy h2 { font-size: clamp(27px,6.8vw,34px); margin-block: 12px 10px; }
  .promo-copy > p { margin-bottom: 18px; }
  .promo-action { min-height: 48px; font-size: 15px; }
  .promo-actions { gap: 8px 16px; }
  .promo-media { height: 145px; min-height: 0; }
  .promo-media > img { object-position: center 55%; }
  .promo-image-label { padding: 35px 20px 15px; font-size: 14px; }
  .promo-type { flex-direction: row; flex-wrap: wrap; gap: 12px 24px; padding: 18px; }
  .promo-type strong { font-size: 76px; }
  .promo-type > span { font-size: 16px; }
  .promo-calendar-type { gap: 8px 14px; }
  .promo-calendar-type > .icon { width: 44px; height: 44px; }
  .promo-calendar-type strong { font-size: 30px; }
  .promo-calendar-type > span { width: 100%; font-size: 15px; }
  .promo-selectors { gap: 6px; }
}
@media(max-width:390px) {
  .promo-toolbar { align-items: flex-start; }
  .promo-controls { justify-content: space-between; width: 100%; }
  .promo-copy { padding-inline: 20px; }
  .promo-selectors button { font-size: 13px; }
}
@media(prefers-reduced-motion:reduce) {
  .promo-slide.promo-enter { animation: none; }
  .promo-action .icon { transition: none; }
}
