/* =========================================================
   Things to Do in Abu Dhabi
   UI source: supplied desktop + Android Compact designs
   Typography: Arabiers Website Typography Standard
   Note: the standard 70ch text-width rule is intentionally NOT used.
   ========================================================= */

.tdad-page {
    --tdad-font: 'Manrope', Arial, sans-serif;
    --tdad-text: #000000;
    --tdad-teal: #0c726f;
    --tdad-teal-dark: #0f6663;
    --tdad-teal-bright: #20b6b2;
    --tdad-yellow: #d8d126;
    --tdad-card: #f4f4f4;
    --tdad-card-2: #efefef;
    --tdad-line: #d1d1d1;
    --tdad-radius: 12px;
    --tdad-h1: 48px;
    --tdad-h2: 36px;
    --tdad-h3: 28px;
    --tdad-h4: 22px;
    --tdad-h5: 18px;
    --tdad-body-lg: 18px;
    --tdad-body: 16px;
    --tdad-small: 14px;
    --tdad-caption: 13px;
    --tdad-button: 15px;
    font-family: var(--tdad-font);
    font-size: var(--tdad-body);
    font-weight: 400;
    line-height: 1.6;
    color: var(--tdad-text);
    background: #fff;
    overflow: hidden;
}

.tdad-page,
.tdad-page * { box-sizing: border-box; }
.tdad-page img { display: block; max-width: 100%; }
.tdad-page a { color: inherit; }
.tdad-page p { margin: 0; font-size: 16px; line-height: 1.6; color: #000; }
.tdad-page h1,
.tdad-page h2,
.tdad-page h3,
.tdad-page h4,
.tdad-page h5,
.tdad-page h6 { margin: 0; font-family: var(--tdad-font); color: #000; }
.tdad-page h2 { font-size: var(--tdad-h2); line-height: 1.2; font-weight: 700; margin-bottom: 20px; }

.tdad-shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }
.tdad-breadcrumb { display: flex; align-items: center; gap: 7px; padding-top: 22px; font-size: 13px; line-height: 1.4; font-weight: 500; }
.tdad-breadcrumb a { text-decoration: none; }
.tdad-breadcrumb a:first-child { font-weight: 700; }

/* Hero */
.tdad-hero { display: grid; grid-template-columns: minmax(0, 540px) 490px; gap: 50px; min-height: 500px; padding: 68px 0 54px; align-items: start; justify-content: space-between; }
.tdad-hero-title { font-size: 48px; line-height: 1.15; font-weight: 800; margin: 0 0 12px; letter-spacing: -1.1px; }
.tdad-hero-title > span { display: block; }
.tdad-hero-title .tdad-hero-kicker { font-size: 26px; line-height: 1.2; font-weight: 700; letter-spacing: -.3px; margin-bottom: 4px; }
.tdad-hero-subtitle { font-size: 24px !important; line-height: 1.28 !important; font-weight: 700 !important; margin-bottom: 18px !important; }
.tdad-hero-intro { font-size: 16px; line-height: 1.55 !important; }
.tdad-author-row { display: flex; align-items: center; gap: 28px; margin-top: 28px; }
.tdad-author { display: flex; align-items: center; gap: 12px; min-width: 270px; }
.tdad-author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.tdad-author strong,
.tdad-updated strong { display: block; font-size: 13px; line-height: 1.4; font-weight: 700; }
.tdad-author strong a { color: var(--tdad-teal-dark); text-decoration: underline; }
.tdad-author span,
.tdad-updated span { display: block; font-size: 13px; line-height: 1.4; }
.tdad-author-separator { height: 47px; width: 1px; background: #202020; }
.tdad-updated { display: grid; gap: 4px; }
.tdad-updated span { display: flex; gap: 6px; align-items: center; }
.tdad-verified-icon { width: 16px; height: 15px; object-fit: contain; flex: 0 0 auto; }

.tdad-hero-collage { width: 490px; max-width: 100%; min-height: 523px; position: relative; justify-self: end; }
.tdad-hero-img { position: absolute; display: block; object-fit: cover; border-radius: 12px; background: #dedede; box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.tdad-hero-img-a { width: 260px; height: 330px; left: 0; top: 0; z-index: 1; }
.tdad-hero-img-b { width: 200px; height: 220px; right: 0; top: 70px; z-index: 2; }
.tdad-hero-img-c { width: 275px; height: 273px; left: 105px; top: 250px; z-index: 3; }

/* Situation */
.tdad-situation { padding: 20px 0 68px; }
.tdad-situation-title { text-align: left; margin-left: 86px !important; font-size: 28px !important; line-height: 1.25 !important; }
.tdad-situation-tabs { display: grid; grid-template-columns: repeat(6, 1fr); margin: 20px 64px 0; border-bottom: 0; }
.tdad-situation-tab { appearance: none; background: none; border: 0; border-right: 1px solid #ddd; min-width: 0; padding: 2px 16px 13px; font: 700 15px/1.2 var(--tdad-font); display: flex; gap: 11px; align-items: center; justify-content: center; cursor: pointer; position: relative; color: #000; }
.tdad-situation-tab:last-child { border-right: 0; }
.tdad-situation-tab::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 0; height: 3px; background: transparent; }
.tdad-situation-tab.is-active::after { background: var(--tdad-yellow); }
.tdad-situation-icon { width: 32px; height: 31px; flex: 0 0 32px; object-fit: contain; }
.tdad-situation-tab:first-child .tdad-situation-icon { width: 45px; flex-basis: 45px; }
.tdad-situation-tab:nth-child(3) .tdad-situation-icon { width: 32px; }
.tdad-situation-tab:nth-child(4) .tdad-situation-icon { width: 30px; }
.tdad-situation-tab:nth-child(5) .tdad-situation-icon { width: 20px; flex-basis: 20px; }
.tdad-situation-tab:nth-child(6) .tdad-situation-icon { width: 28px; flex-basis: 28px; }

/* Generic sections */
.tdad-section { padding: 42px 0; }
.tdad-section > p { margin-bottom: 26px; }
.tdad-swipe-hint { display: none; }

/* Top ten */
.tdad-top-section { padding-top: 8px; }

/* The supplied Top 10 artwork already contains the dark green fade.
   Keep the card at the artwork's native 262 × 410 proportion. */
.tdad-top-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 10px;
    width: 100%;
    max-width: 1010px;
}

.tdad-top-card {
    position: relative;
    width: 100%;
    aspect-ratio: 262 / 410;
    height: auto;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}

.tdad-top-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* No CSS gradient here: it is already built into the supplied image. */
.tdad-top-card::after {
    display: none;
    content: none;
}

.tdad-number-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: rgba(255,255,255,.96);
    display: grid;
    place-items: center;
    color: var(--tdad-teal-dark);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.tdad-top-overlay {
    position: absolute;
    z-index: 2;
    left: 16px;
    right: 16px;
    bottom: 18px;
    text-align: center;
}

.tdad-top-overlay h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 10px;
}

.tdad-top-rule {
    display: block;
    height: 1px;
    background: rgba(255,255,255,.72);
    margin-bottom: 9px;
}

.tdad-top-overlay p {
    color: var(--tdad-yellow);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

/* Detail cards: "The icons: what to see first in Abu Dhabi" */
.tdad-detail-grid,
.tdad-simple-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 18px;
}

.tdad-detail-grid {
    align-items: stretch;
}

.tdad-detail-card,
.tdad-simple-card {
    background: var(--tdad-card);
    min-width: 0;
}

.tdad-detail-card {
    display: flex;
    flex-direction: column;
    min-height: 690px;
    border-radius: 6px;
    overflow: hidden;
}

.tdad-card-image-wrap {
    position: relative;
    height: 170px;
    overflow: hidden;
    background: #d3d3d3;
}

.tdad-detail-card .tdad-card-image-wrap {
    width: 100%;
    aspect-ratio: 2.08 / 1;
    height: auto;
    flex: 0 0 auto;
}

.tdad-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tdad-card-index {
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 38px;
    height: 38px;
    padding: 0 7px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.92);
    border-radius: 4px;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #707070;
}

.tdad-card-new {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--tdad-yellow);
    color: var(--tdad-teal-dark);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.tdad-card-body {
    padding: 14px 14px 13px;
}

.tdad-detail-card .tdad-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tdad-card-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    padding-bottom: 10px;
    margin-bottom: 11px !important;
    border-bottom: 1px solid var(--tdad-line);
}

.tdad-card-content {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 12px !important;
}

.tdad-detail-card .tdad-card-content {
    min-height: 116px;
}

.tdad-card-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 10px;
    padding: 12px 10px;
    background: var(--tdad-card-2);
    border-radius: 12px;
    margin-bottom: 10px;
}

.tdad-card-meta-grid > div {
    min-width: 0;
}

.tdad-meta-label {
    color: var(--tdad-teal-dark);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 4px;
}

.tdad-meta-icon,
.tdad-source-icon,
.tdad-offer-icon,
.tdad-button-icon {
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.tdad-meta-icon {
    width: 14px;
    height: 14px;
}

.tdad-meta-value {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.tdad-card-source {
    margin-top: auto;
    min-height: 43px;
    padding: 10px 0;
    border-bottom: 1px solid var(--tdad-line);
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    line-height: 1.4;
}

.tdad-card-source a {
    text-decoration: underline;
}

.tdad-source-icon {
    width: 16px;
    height: 16px;
}

.tdad-card-offer {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid var(--tdad-line);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.tdad-card-offer span {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.tdad-offer-icon {
    width: 15px;
    height: 15px;
}

.tdad-card-offer strong {
    font-size: 18px;
    white-space: nowrap;
}

.tdad-card-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
}

.tdad-outline-btn {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 8px 6px 11px;
    border: 1.5px solid var(--tdad-yellow);
    border-radius: 6px;
    text-decoration: none;
    background: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.tdad-button-icon {
    width: 18px;
    height: 18px;
}

/* Desert */
.tdad-desert-section { padding-top: 58px; }
.tdad-host-card {
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    padding: 22px 26px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin: 0 0 24px;
    background: #fff;
}

.tdad-host-card img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    object-fit: contain;
}

.tdad-host-card > div {
    min-width: 0;
}

.tdad-host-card strong {
    display: block;
    color: var(--tdad-teal-dark);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.tdad-host-card span {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.tdad-host-card p {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.45;
}
.tdad-simple-card .tdad-card-image-wrap { height: 165px; }
.tdad-row-meta { border-top: 1px solid var(--tdad-line); }
.tdad-row-meta > div { min-height: 44px; display: flex; justify-content: space-between; align-items: center; gap: 8px; border-bottom: 1px solid var(--tdad-line); font-size: 12px; line-height: 1.35; }
.tdad-row-meta span { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--tdad-teal-dark); }
.tdad-row-meta strong { font-size: 16px; line-height: 1.2; text-align: right; }

.tdad-compare-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 1080 / 294;
    height: auto;
    margin-top: 42px;
    border-radius: 10px;
    overflow: hidden;
    background: #bd945c;
    isolation: isolate;
}

.tdad-compare-picture {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 0;
}

.tdad-compare-picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.tdad-compare-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(30, 22, 17, .90) 0%,
            rgba(30, 22, 17, .76) 28%,
            rgba(30, 22, 17, .42) 48%,
            rgba(30, 22, 17, .10) 66%,
            rgba(30, 22, 17, 0) 78%
        );
}

.tdad-compare-overlay {
    position: absolute;
    z-index: 2;
    left: 42px;
    top: 106px;
    width: 440px;
}

.tdad-compare-overlay h3 {
    color: var(--tdad-yellow);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 4px;
}

.tdad-compare-overlay p {
    color: var(--tdad-yellow);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0 0 20px;
}

.tdad-compare-tabs {
    position: relative;
    width: 432px;
    min-height: 56px;
    display: grid;
    grid-template-columns: 1.16fr 1fr;
    border-radius: 5px;
    overflow: visible;
}

.tdad-compare-tabs a {
    min-width: 0;
    min-height: 56px;
    display: grid;
    place-items: center;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.tdad-compare-tabs a:first-child {
    background: var(--tdad-yellow);
    color: #000;
    border-radius: 5px 0 0 5px;
}

.tdad-compare-tabs a:last-child {
    background: var(--tdad-teal-dark);
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.tdad-compare-switch {
    position: absolute;
    z-index: 3;
    left: 53.7%;
    top: 50%;
    width: 49px;
    height: 34px;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
}

.tdad-mobile-break {
    display: none;
}


/* Exact supplied assets for desert safari cards */
.tdad-desert-section .tdad-simple-card .tdad-card-image-wrap {
    height: 165px;
}

.tdad-desert-section .tdad-simple-card .tdad-card-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tdad-desert-meta-icon {
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.tdad-desert-arrow {
    width: 14px;
    height: 15px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

/* Guide callouts */
.tdad-guide-section { padding-top: 56px; }
.tdad-guide-cta { margin-top: 20px; display: flex; align-items: end; gap: 16px; }
.tdad-guide-cta > div { flex: 1; min-width: 0; }
.tdad-guide-cta > div > a { display: block; color: var(--tdad-teal-dark); font-size: 16px; line-height: 1.4; font-weight: 700; text-decoration: none; padding-bottom: 8px; border-bottom: 2px solid var(--tdad-teal-dark); }
.tdad-guide-cta > div > p { font-size: 14px; line-height: 1.5; padding-top: 8px; }
.tdad-pill-btn {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 8px 14px 8px 20px;
    border: 2px solid #000;
    border-radius: 999px;
    background: var(--tdad-yellow);
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.tdad-pill-btn > span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tdad-guide-arrow,
.tdad-ui-btn-arrow,
.tdad-team-arrow {
    display: block;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    object-fit: contain;
}
/* =========================================================
   EMIRATI CULTURE CARDS
   ========================================================= */

.tdad-culture-grid {
    gap: 18px;
    align-items: stretch;
}

.tdad-culture-card {
    display: flex;
    flex-direction: column;
    min-height: 432px;
    border-radius: 5px;
    overflow: hidden;
}

.tdad-culture-grid .tdad-card-image-wrap {
    width: 100%;
    aspect-ratio: 346 / 166;
    height: auto;
    flex: 0 0 auto;
}

.tdad-culture-grid .tdad-card-image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tdad-culture-card .tdad-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 14px 12px;
}

.tdad-culture-card .tdad-card-title {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.tdad-culture-card .tdad-card-content {
    min-height: 62px;
    margin-bottom: 12px !important;
}

.tdad-culture-meta {
    margin-top: auto;
}

.tdad-culture-meta > div {
    min-height: 43px;
}

.tdad-culture-meta span:first-child {
    gap: 6px;
}

.tdad-culture-meta-icon {
    width: 15px;
    height: 15px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.tdad-culture-meta-value {
    display: inline-flex !important;
    align-items: baseline !important;
    justify-content: flex-end;
    gap: 6px !important;
    color: #000 !important;
    text-align: right;
}

.tdad-culture-meta-value strong {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.tdad-culture-meta-value small {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.tdad-culture-card .tdad-card-actions {
    padding-top: 12px;
}

.tdad-culture-arrow {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}


/* =========================================================
   HOW MUCH TIME DO YOU HAVE
   ========================================================= */

.tdad-time-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tdad-time-card {
    display: grid;
    grid-template-columns: 185px minmax(0, 1fr);
    min-height: 230px;
    overflow: hidden;
    background: var(--tdad-card);
}

.tdad-time-card img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
    background: #d4d4d4;
}

.tdad-time-card > div {
    min-width: 0;
    padding: 16px 18px;
}

.tdad-time-card h3 {
    color: var(--tdad-teal-dark);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--tdad-line);
}

.tdad-time-card p {
    font-size: 14px;
    line-height: 1.55;
}

/* Night */
.tdad-night-section { padding-top: 58px; }
.tdad-night-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    margin-top: 24px;
}

.tdad-night-grid article {
    min-width: 0;
}

.tdad-night-grid h3 {
    min-height: 58px;
    color: var(--tdad-teal-dark);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    padding: 0 0 12px;
    margin: 0;
    border-bottom: 1px solid var(--tdad-line);
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.tdad-night-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
    object-fit: contain;
    margin-top: 2px;
}

.tdad-night-grid h3 span {
    min-width: 0;
}

.tdad-night-grid h3 small {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.tdad-night-grid p {
    padding-top: 14px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.tdad-night-grid a {
    text-decoration: underline;
}

/* Rules */
.tdad-rules-section { padding-top: 64px; }
.tdad-rules-title-mobile { display: none; }
.tdad-rules-list {
    display: grid;
    gap: 0;
}

.tdad-rules-list article {
    display: grid;
    grid-template-columns: 40% 60%;
    min-height: 116px;
}

.tdad-rules-list h3 {
    color: var(--tdad-teal-dark);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    padding: 16px 20px 16px 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.tdad-rules-arrow {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
    object-fit: contain;
    margin-top: 1px;
}

.tdad-rules-list h3 > span {
    min-width: 0;
}

.tdad-rules-list article > div {
    padding: 14px 0 12px;
    border-bottom: 1px solid var(--tdad-line);
}

.tdad-rules-list article > div > p:first-child {
    font-size: 14px;
    line-height: 1.55;
}

.tdad-rules-section .tdad-source {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid var(--tdad-line);
    font-size: 12px;
    line-height: 1.4;
}

.tdad-rules-source-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: block;
    object-fit: contain;
}

.tdad-rules-section .tdad-source span {
    min-width: 0;
}

.tdad-rules-section .tdad-source a {
    text-decoration: underline;
}
.tdad-source { margin-top: 14px !important; padding-top: 10px; border-top: 1px solid var(--tdad-line); font-size: 12px !important; line-height: 1.4 !important; }
.tdad-source a { font-weight: 700; }

/* FAQ */
.tdad-faq-section { padding-top: 70px; padding-bottom: 82px; }
.tdad-faq-section > h2 { color: var(--tdad-teal-dark); text-align: center; }
.tdad-faq { width: min(790px, 100%); margin: 34px auto 0; display: grid; gap: 14px; }
.tdad-faq-item { border: 1px solid #cfcfcf; border-radius: 8px; background: #fff; overflow: hidden; }
.tdad-faq-item.is-open { background: #f3f3f3; }
.tdad-faq-item button { width: 100%; min-height: 62px; border: 0; background: transparent; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #000; font: 700 15px/1.35 var(--tdad-font); text-align: left; cursor: pointer; }
.tdad-faq-item button b { font-size: 27px; line-height: 1; font-weight: 500; }
.tdad-faq-answer { display: none; padding: 0 18px 18px; }
.tdad-faq-item.is-open .tdad-faq-answer { display: block; }
.tdad-faq-answer p { font-size: 14px; line-height: 1.55; }

/* =========================================================
   Visit or call our team
   Exact desktop/mobile artwork supplied with the UI.
   ========================================================= */

.tdad-team-banner {
    position: relative;
    width: 100%;
    aspect-ratio: 1620 / 606;
    min-height: 0;
    margin: 0 0 84px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--tdad-teal-dark);
    isolation: isolate;
}

.tdad-team-picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
}

.tdad-team-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tdad-team-copy {
    position: absolute;
    z-index: 1;
    top: 48px;
    right: 42px;
    width: 305px;
    padding: 0;
    color: #fff;
}

.tdad-team-copy h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 700;
}

.tdad-team-copy h3 {
    margin: 0 0 3px;
    color: var(--tdad-yellow);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
}

.tdad-team-copy > p {
    margin: 0;
    color: var(--tdad-yellow);
    font-size: 13px;
    line-height: 1.5;
}

.tdad-team-copy dl {
    margin: 18px 0 20px;
    color: var(--tdad-yellow);
    font-size: 13px;
    line-height: 1.55;
}

.tdad-team-copy dl div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 7px;
}

.tdad-team-copy dt,
.tdad-team-copy dd {
    margin: 0;
}

.tdad-team-btn {
    width: 240px;
    min-height: 57px;
    padding: 9px 14px 9px 16px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    background: var(--tdad-yellow);
    color: #000 !important;
    text-decoration: none;

    border-radius: 5px;

    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.tdad-team-btn > span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tdad-team-arrow {
    display: block;
    width: 28px;
    height: 30px;
    flex: 0 0 28px;
    object-fit: contain;
    transform: none !important;
}

@media (max-width: 991px) {
    .tdad-page { --tdad-h1: 40px; --tdad-h2: 32px; --tdad-h3: 26px; --tdad-h4: 21px; }
    .tdad-shell { width: min(100% - 40px, 920px); }
    .tdad-hero { grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr); gap: 36px; }
    .tdad-hero-title { font-size: 40px; }
    .tdad-hero-collage { width: 430px; min-height: 460px; }
    .tdad-hero-img-a { width: 228px; height: 289px; }
    .tdad-hero-img-b { width: 176px; height: 194px; top: 61px; }
    .tdad-hero-img-c { width: 241px; height: 239px; left: 92px; top: 219px; }
    .tdad-situation-tabs { margin-left: 0; margin-right: 0; }
    .tdad-top-grid { grid-template-columns: repeat(3, 1fr); }
    .tdad-detail-grid,
    .tdad-simple-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tdad-night-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .tdad-page {
        --tdad-h1: 32px;
        --tdad-h2: 28px;
        --tdad-h3: 24px;
        --tdad-h4: 20px;
        --tdad-h5: 18px;
        font-size: 16px;
    }
    .tdad-shell { width: calc(100% - 36px); }
    .tdad-breadcrumb { display: none; }
    .tdad-page h2 { font-size: 28px; line-height: 1.2; margin-bottom: 15px; }
    .tdad-section { padding: 36px 0; }
    .tdad-section > p { margin-bottom: 20px; }

    .tdad-hero { display: flex; flex-direction: column; gap: 28px; min-height: 0; padding: 28px 0 38px; }
    .tdad-hero-copy { order: 1; }
    .tdad-hero-collage { order: 2; width: 100%; min-height: 365px; justify-self: stretch; }
    .tdad-hero-title { font-size: 32px; line-height: 1.18; letter-spacing: -.5px; margin-bottom: 8px; }
    .tdad-hero-title .tdad-hero-kicker { font-size: 18px; line-height: 1.3; margin-bottom: 2px; }
    .tdad-hero-subtitle { font-size: 20px !important; line-height: 1.3 !important; margin-bottom: 15px !important; }
    .tdad-hero-intro { font-size: 16px; line-height: 1.6 !important; }
    .tdad-author-row { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 22px; }
    .tdad-author { min-width: 0; }
    .tdad-author img { width: 40px; height: 40px; }
    .tdad-author strong,
    .tdad-updated strong,
    .tdad-author span,
    .tdad-updated span { font-size: 12px; }
    .tdad-author-separator { width: 100%; height: 1px; background: #1c1c1c; }
    .tdad-hero-img-a { width: 53%; height: auto; left: 0; top: 0; }
    .tdad-hero-img-b { width: 41%; height: auto; right: 0; top: 48px; }
    .tdad-hero-img-c { width: 56%; height: auto; left: 21.5%; right: auto; top: 171px; }

    .tdad-situation { padding: 0 0 54px; }
    .tdad-situation-title { margin: 0 0 18px !important; text-align: center; font-size: 20px !important; line-height: 1.3 !important; }
    .tdad-situation-tabs { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; margin: 0 -18px; padding: 0 18px; }
    .tdad-situation-tabs::-webkit-scrollbar { display: none; }
    .tdad-situation-tab { flex: 0 0 auto; min-width: 112px; padding: 4px 13px 12px; justify-content: flex-start; font-size: 14px; }
    .tdad-situation-icon { height: 31px; object-fit: contain; }
    .tdad-situation-tab:first-child .tdad-situation-icon { width: 40px; flex-basis: 40px; }

    .tdad-top-section { padding-top: 10px; }
    .tdad-top-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
        max-width: none;
    }
    .tdad-top-card {
        aspect-ratio: 262 / 410;
        height: auto;
        border-radius: 12px;
    }
    .tdad-number-badge {
        top: 10px;
        left: 10px;
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .tdad-top-overlay {
        left: 10px;
        right: 10px;
        bottom: 13px;
    }
    .tdad-top-overlay h3 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .tdad-top-rule {
        margin-bottom: 7px;
    }
    .tdad-top-overlay p {
        font-size: 12px;
        line-height: 1.28;
    }

    .tdad-swipe-hint { display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--tdad-teal-bright); font-size: 13px; line-height: 1; letter-spacing: .12em; font-weight: 700; margin: 12px 0 8px; }
    .tdad-swipe-hint span { height: 2px; background: var(--tdad-teal-bright); flex: 1; }
    .tdad-mobile-track { display: grid; grid-auto-flow: column; grid-auto-columns: 84%; grid-template-columns: none; gap: 14px; overflow-x: auto; margin: 0 -18px; padding: 0 18px 8px; scroll-snap-type: x proximity; overscroll-behavior-inline: contain; scrollbar-width: none; }
    .tdad-mobile-track::-webkit-scrollbar { display: none; }
    .tdad-mobile-track > * { scroll-snap-align: start; }

    .tdad-card-image-wrap { height: 145px; }
    .tdad-detail-card {
        min-height: 0;
        height: auto;
        border-radius: 4px;
    }
    .tdad-detail-card .tdad-card-image-wrap {
        aspect-ratio: 2.08 / 1;
        height: auto;
    }
    .tdad-card-index { min-width: 34px; height: 34px; font-size: 17px; }
    .tdad-card-new { top: 9px; right: 9px; font-size: 11px; padding: 5px 8px; }
    .tdad-card-body { padding: 12px 12px 11px; }
    .tdad-card-title { font-size: 20px !important; line-height: 1.25 !important; }
    .tdad-card-content { font-size: 14px !important; line-height: 1.55 !important; }
    .tdad-detail-card .tdad-card-content { min-height: 0; }
    .tdad-card-meta-grid { gap: 10px 8px; padding: 10px 8px; }
    .tdad-meta-label { font-size: 12px; }
    .tdad-meta-value { font-size: 12px; }
    .tdad-card-source { margin-top: 0; font-size: 12px; }
    .tdad-outline-btn { font-size: 12px; }

    .tdad-desert-section { padding-top: 42px; }
    .tdad-host-card { padding: 14px 14px; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
    .tdad-host-card img { width: 48px; height: 48px; }
    .tdad-host-card strong { font-size: 12px; }
    .tdad-host-card span,
    .tdad-host-card p { font-size: 11px; }
    .tdad-simple-card .tdad-card-image-wrap { height: 145px; }
    .tdad-row-meta strong { font-size: 16px; }

    .tdad-compare-banner {
        width: 100%;
        aspect-ratio: 374 / 549;
        height: auto;
        margin-top: 26px;
        border-radius: 9px;
    }

    .tdad-compare-picture img {
        object-position: center;
    }

    .tdad-compare-banner::after {
        background:
            linear-gradient(
                to bottom,
                rgba(31, 24, 18, 0) 0%,
                rgba(31, 24, 18, .04) 41%,
                rgba(31, 24, 18, .32) 57%,
                rgba(31, 24, 18, .76) 76%,
                rgba(31, 24, 18, .94) 100%
            );
    }

    .tdad-compare-overlay {
        left: 28px;
        right: 28px;
        top: auto;
        bottom: 40px;
        width: auto;
    }

    .tdad-compare-overlay h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 4px;
    }

    .tdad-compare-overlay p {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .tdad-compare-tabs {
        width: 100%;
        min-height: 57px;
        grid-template-columns: 1fr 1fr;
        border-radius: 5px;
    }

    .tdad-compare-tabs a {
        min-height: 57px;
        padding: 7px 8px;
        font-size: 12px;
        line-height: 1.25;
    }

    .tdad-compare-switch {
        left: 50%;
        width: 49px;
        height: 34px;
    }

    .tdad-mobile-break {
        display: inline;
    }

    .tdad-guide-section { padding-top: 46px; }
    .tdad-guide-cta { display: block; margin-top: 14px; }
    .tdad-guide-cta > div > a { font-size: 14px; padding-bottom: 6px; }
    .tdad-guide-cta > div > p { font-size: 14px; padding-top: 6px; }
    .tdad-pill-btn { margin-top: 14px; min-height: 46px; padding: 8px 15px; font-size: 15px; }
    .tdad-culture-grid .tdad-card-image-wrap {
        aspect-ratio: 346 / 166;
        height: auto;
    }

    .tdad-culture-card {
        min-height: 0;
        height: auto;
    }

    .tdad-culture-card .tdad-card-content {
        min-height: 0;
    }

    .tdad-culture-card .tdad-card-body {
        padding: 12px;
    }

    .tdad-culture-meta > div {
        min-height: 42px;
    }

    .tdad-culture-meta-value strong {
        font-size: 15px;
    }

    .tdad-time-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tdad-time-card {
        grid-template-columns: 36% minmax(0, 64%);
        min-height: 0;
        align-items: stretch;
    }

    .tdad-time-card img {
        height: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    .tdad-time-card > div {
        padding: 11px 10px;
    }

    .tdad-time-card h3 {
        font-size: 16px;
        line-height: 1.35;
        padding-bottom: 9px;
        margin-bottom: 9px;
    }

    .tdad-time-card p {
        font-size: 14px;
        line-height: 1.5;
    }

    .tdad-night-section { padding-top: 46px; }
    .tdad-night-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 18px;
        margin-top: 20px;
    }

    .tdad-night-grid h3 {
        min-height: 62px;
        font-size: 16px;
        line-height: 1.25;
        gap: 8px;
    }

    .tdad-night-icon {
        width: 19px;
        height: 19px;
        flex-basis: 19px;
    }

    .tdad-night-grid p {
        font-size: 14px;
        line-height: 1.55;
    }

    .tdad-rules-section { padding-top: 44px; }
    .tdad-rules-title-desktop { display: none; }
    .tdad-rules-title-mobile { display: inline; }
    .tdad-rules-list article {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .tdad-rules-list h3 {
        font-size: 14px;
        line-height: 1.5;
        padding: 12px 0 6px;
        gap: 8px;
    }

    .tdad-rules-arrow {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .tdad-rules-list article > div {
        padding: 2px 0 16px;
    }

    .tdad-rules-list article > div > p:first-child {
        font-size: 16px;
        line-height: 1.6;
    }
    .tdad-source { font-size: 12px !important; }

    .tdad-faq-section { padding-top: 70px; padding-bottom: 54px; }
    .tdad-faq-section > h2 { font-size: 28px; line-height: 1.2; }
    .tdad-faq { margin-top: 20px; gap: 12px; }
    .tdad-faq-item button { min-height: 58px; padding: 12px 14px; font-size: 14px; line-height: 1.4; }
    .tdad-faq-answer { padding: 0 14px 15px; }
    .tdad-faq-answer p { font-size: 14px; line-height: 1.55; }

    .tdad-team-banner {
        width: 100%;
        aspect-ratio: 374 / 685;
        min-height: 0;
        margin-bottom: 44px;
        border-radius: 9px;
    }

    .tdad-team-picture img {
        object-fit: cover;
        object-position: center;
    }

    .tdad-team-copy {
        top: 53.5%;
        right: 24px;
        left: 24px;
        width: auto;
        padding: 0;
    }

    .tdad-team-copy h2 {
        margin-bottom: 9px;
        font-size: 27px;
        line-height: 1.18;
    }

    .tdad-team-copy h3 {
        margin-bottom: 3px;
        font-size: 19px;
        line-height: 1.3;
    }

    .tdad-team-copy > p {
        font-size: 13px;
        line-height: 1.45;
    }

    .tdad-team-copy dl {
        margin: 17px 0 18px;
        font-size: 13px;
        line-height: 1.55;
    }

    .tdad-team-copy dl div {
        grid-template-columns: 82px 1fr;
        gap: 5px;
    }

    .tdad-team-btn {
        width: 240px;
        max-width: 100%;
        min-height: 57px;
        padding: 9px 13px 9px 15px;
        font-size: 14px;
    }

    .tdad-team-arrow {
        width: 28px;
        height: 30px;
        flex-basis: 28px;
    }
}

@media (max-width: 420px) {
    .tdad-shell { width: calc(100% - 36px); }
    .tdad-mobile-track { grid-auto-columns: 76%; }
    .tdad-top-card { height: 258px; }
    .tdad-top-overlay h3 { font-size: 18px; }
    .tdad-time-card { min-height: 164px; }
}


/* =========================================================
   ICONS SECTION — assets from supplied UI ZIP only
   ========================================================= */
.tdad-detail-card .tdad-card-image-wrap {
    aspect-ratio: 346 / 166;
    height: auto;
}

.tdad-detail-card .tdad-card-image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tdad-meta-icon,
.tdad-source-icon,
.tdad-offer-icon,
.tdad-button-icon {
    object-fit: contain;
}

/* login.png from the supplied ZIP is reused for the CTA arrow */
.tdad-button-icon {
    transform: rotate(-45deg);
    transform-origin: center;
}


/* Final CTA arrow corrections */
.tdad-ui-btn-arrow,
.tdad-guide-arrow,
.tdad-team-arrow {
    transform: none !important;
}

.tdad-outline-btn .tdad-ui-btn-arrow {
    width: 14px;
    height: 15px;
}

.tdad-pill-btn .tdad-guide-arrow {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
}

@media (max-width: 767px) {
    .tdad-pill-btn .tdad-guide-arrow {
        width: 23px;
        height: 23px;
        flex-basis: 23px;
    }
}


/* Exact supplied white guide CTA arrow */
.tdad-pill-btn .tdad-guide-arrow {
    width: 21px !important;
    height: 22px !important;
    flex: 0 0 21px !important;
    object-fit: contain;
    transform: none !important;
}

@media (max-width: 767px) {
    .tdad-pill-btn .tdad-guide-arrow {
        width: 21px !important;
        height: 22px !important;
        flex-basis: 21px !important;
    }
}
