.intent-page {
    --intent-ink: #10262d;
    --intent-muted: #607178;
    --intent-line: rgba(16, 38, 45, .13);
    --intent-paper: #fbfaf7;
    --intent-deep: #0a443e;
    --intent-accent: #d58460;
    --intent-accent-soft: #f4dfd3;
    min-height: 70vh;
    overflow: hidden;
    color: var(--intent-ink);
    background: var(--intent-paper);
    font-family: Inter, system-ui, sans-serif;
}

.intent-page *,
.intent-page *::before,
.intent-page *::after {
    box-sizing: border-box;
}

.intent-accent-green { --intent-accent: #3f8064; --intent-accent-soft: #dceadf; }
.intent-accent-plum { --intent-accent: #7a5679; --intent-accent-soft: #eaddea; }
.intent-accent-blue { --intent-accent: #4d7292; --intent-accent-soft: #dce8f0; }
.intent-accent-amber { --intent-accent: #b98235; --intent-accent-soft: #f2e4c9; }
.intent-accent-teal { --intent-accent: #277d79; --intent-accent-soft: #d6ebe9; }
.intent-accent-coral { --intent-accent: #d16f51; --intent-accent-soft: #f4ddd3; }

.intent-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.intent-eyebrow {
    margin: 0 0 13px;
    color: var(--intent-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.intent-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(50px, 8vw, 90px);
    color: rgba(255, 255, 255, .68);
    font-size: .8rem;
}

.intent-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.intent-breadcrumb a:hover {
    color: #fff;
}

.intent-index-hero,
.intent-detail-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 clamp(80px, 11vw, 130px);
    color: #fff;
    background:
        radial-gradient(circle at 76% 24%, rgba(225, 178, 103, .2), transparent 29%),
        linear-gradient(135deg, #092f32 0%, #0a554a 56%, #17313d 100%);
}

.intent-index-hero::after,
.intent-detail-hero::after {
    position: absolute;
    right: -180px;
    bottom: -340px;
    width: 680px;
    aspect-ratio: 1;
    content: "";
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(255, 255, 255, .028),
        0 0 0 180px rgba(255, 255, 255, .02);
}

.intent-index-hero .intent-shell,
.intent-detail-hero .intent-shell {
    position: relative;
    z-index: 1;
}

.intent-index-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .55fr);
    gap: clamp(50px, 9vw, 120px);
    align-items: end;
}

.intent-index-hero h1,
.intent-detail-hero h1,
.intent-missing h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3.15rem, 7.2vw, 6.6rem);
    font-weight: 500;
    letter-spacing: -.065em;
    line-height: .94;
}

.intent-index-hero-grid > div > p:last-child {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.02rem, 1.8vw, 1.22rem);
    line-height: 1.75;
}

.intent-index-hero-grid aside {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 26px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(16px);
}

.intent-index-hero-grid aside span {
    display: block;
    color: #f3ca86;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 4.2rem;
    line-height: .9;
}

.intent-index-hero-grid aside strong {
    display: block;
    margin-top: 9px;
    color: #fff;
    font-size: .95rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.intent-index-hero-grid aside p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .67);
    font-size: .88rem;
    line-height: 1.65;
}

.intent-index-main,
.intent-detail-main {
    padding-block: clamp(72px, 10vw, 118px);
}

.intent-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 38px;
}

.intent-section-heading h2,
.intent-editorial h2,
.intent-method h2,
.intent-faq h2,
.intent-tools h2,
.intent-cta h2 {
    margin: 0;
    color: var(--intent-ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.15rem, 4.4vw, 4.1rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1;
}

.intent-section-heading > p {
    max-width: 520px;
    margin: 0;
    color: var(--intent-muted);
    line-height: 1.75;
}

.intent-hub-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.intent-hub-card {
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    grid-column: span 4;
    padding: 28px;
    overflow: hidden;
    color: var(--intent-ink);
    border: 1px solid var(--intent-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(25, 52, 58, .07);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.intent-hub-card:nth-child(1),
.intent-hub-card:nth-child(6) {
    grid-column: span 7;
}

.intent-hub-card:nth-child(2),
.intent-hub-card:nth-child(5) {
    grid-column: span 5;
}

.intent-hub-card::after {
    position: absolute;
    right: -65px;
    bottom: -90px;
    width: 230px;
    aspect-ratio: 1;
    content: "";
    border-radius: 50%;
    background: var(--intent-accent-soft);
    opacity: .65;
    transition: transform .3s ease;
}

.intent-hub-card:hover {
    z-index: 1;
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--intent-accent) 45%, transparent);
    box-shadow: 0 28px 70px rgba(25, 52, 58, .14);
}

.intent-hub-card:hover::after {
    transform: scale(1.08);
}

.intent-card-number {
    color: var(--intent-muted);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .12em;
}

.intent-card-icon {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--intent-accent);
    border-radius: 16px;
    background: var(--intent-accent-soft);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
}

.intent-hub-card h2 {
    max-width: 430px;
    margin: auto 0 15px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
}

.intent-hub-card p {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin: 0;
    color: var(--intent-muted);
    font-size: .91rem;
    line-height: 1.65;
}

.intent-hub-card strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 22px;
    color: var(--intent-accent);
    font-size: .85rem;
}

.intent-how {
    margin-top: clamp(90px, 12vw, 150px);
}

.intent-how ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 0;
    margin: 0;
    border-top: 1px solid var(--intent-line);
    border-bottom: 1px solid var(--intent-line);
    list-style: none;
}

.intent-how li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 30px;
    border-right: 1px solid var(--intent-line);
}

.intent-how li:first-child {
    padding-left: 0;
}

.intent-how li:last-child {
    padding-right: 0;
    border-right: 0;
}

.intent-how li > span,
.intent-method li > span {
    color: var(--intent-accent);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.55rem;
}

.intent-how h3 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.intent-how p {
    margin: 0;
    color: var(--intent-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.intent-tools {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(370px, .95fr);
    gap: clamp(45px, 8vw, 100px);
    align-items: center;
    margin-top: clamp(90px, 12vw, 150px);
    padding: clamp(34px, 6vw, 68px);
    color: #fff;
    border-radius: 34px;
    background:
        radial-gradient(circle at 90% 10%, rgba(237, 193, 118, .19), transparent 30%),
        #0d3e3b;
}

.intent-tools h2 {
    color: #fff;
}

.intent-tools p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .7);
    line-height: 1.7;
}

.intent-tools > div:last-child {
    display: grid;
    gap: 10px;
}

.intent-tools a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .06);
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.intent-tools a:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, .11);
}

.intent-tools a span {
    color: #e9c989;
    font-size: .83rem;
}

.intent-detail-hero {
    padding-bottom: clamp(72px, 10vw, 112px);
}

.intent-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(290px, .55fr);
    gap: clamp(50px, 8vw, 110px);
    align-items: end;
}

.intent-detail-hero h1 {
    max-width: 850px;
    font-size: clamp(3rem, 6.4vw, 5.9rem);
}

.intent-detail-hero-grid > div > p:not(.intent-eyebrow) {
    max-width: 780px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    line-height: 1.75;
}

.intent-detail-hero-grid aside {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 26px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(16px);
}

.intent-detail-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin: -48px 0 19px auto;
    color: var(--intent-deep);
    border: 4px solid rgba(255, 255, 255, .7);
    border-radius: 19px;
    background: var(--intent-accent-soft);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.8rem;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

.intent-detail-hero dl {
    margin: 0;
}

.intent-detail-hero dl div {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.intent-detail-hero dl div:last-child {
    border-bottom: 0;
}

.intent-detail-hero dt {
    color: rgba(255, 255, 255, .58);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.intent-detail-hero dd {
    margin: 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    text-align: right;
}

.intent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.intent-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 20px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.intent-button:hover {
    transform: translateY(-2px);
}

.intent-button-primary {
    color: #17322f;
    background: #f1ca87;
}

.intent-button-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .07);
}

.intent-switcher {
    position: relative;
    z-index: 4;
    margin-top: -24px;
}

.intent-switcher .intent-shell {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 8px;
    border: 1px solid var(--intent-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 48px rgba(16, 45, 50, .11);
    scrollbar-width: none;
}

.intent-switcher .intent-shell::-webkit-scrollbar {
    display: none;
}

.intent-switcher a {
    flex: 1 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 13px;
    color: var(--intent-muted);
    border-radius: 12px;
    font-size: .79rem;
    font-weight: 700;
    text-decoration: none;
}

.intent-switcher a:hover,
.intent-switcher a.is-active {
    color: var(--intent-ink);
    background: var(--intent-accent-soft);
}

.intent-editorial {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: clamp(45px, 8vw, 105px);
    align-items: start;
    padding-bottom: clamp(70px, 9vw, 110px);
    border-bottom: 1px solid var(--intent-line);
}

.intent-editorial > div:last-child {
    color: var(--intent-muted);
    font-size: 1.03rem;
    line-height: 1.8;
}

.intent-editorial > div:last-child p {
    margin: 0 0 18px;
}

.intent-editorial > div:last-child p:last-child {
    margin-bottom: 0;
    padding: 18px 20px;
    color: var(--intent-ink);
    border-left: 3px solid var(--intent-accent);
    background: var(--intent-accent-soft);
    font-size: .9rem;
}

.intent-results {
    padding-top: clamp(70px, 9vw, 110px);
}

.intent-results-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.intent-destination-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--intent-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(20, 48, 53, .065);
    transition: transform .22s ease, box-shadow .22s ease;
}

.intent-destination-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 62px rgba(20, 48, 53, .12);
}

.intent-destination-meta {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--intent-muted);
    font-size: .73rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.intent-destination-meta img {
    width: 42px;
    height: 28px;
    object-fit: cover;
    border: 1px solid var(--intent-line);
    border-radius: 6px;
}

.intent-destination-card h3 {
    margin: 22px 0 13px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: -.035em;
}

.intent-destination-card h3 a {
    color: var(--intent-ink);
    text-decoration: none;
}

.intent-destination-card > p {
    margin: 0;
    color: var(--intent-muted);
    font-size: .86rem;
    line-height: 1.67;
}

.intent-destination-card dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 22px 0 0;
    padding: 15px 0;
    border-top: 1px solid var(--intent-line);
    border-bottom: 1px solid var(--intent-line);
}

.intent-destination-card dl div {
    min-width: 0;
    padding: 0 9px;
    border-right: 1px solid var(--intent-line);
}

.intent-destination-card dl div:first-child {
    padding-left: 0;
}

.intent-destination-card dl div:last-child {
    padding-right: 0;
    border-right: 0;
}

.intent-destination-card dt {
    color: var(--intent-muted);
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.intent-destination-card dd {
    overflow: hidden;
    margin: 5px 0 0;
    color: var(--intent-ink);
    font-size: .75rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intent-destination-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 17px;
}

.intent-destination-tags span {
    padding: 6px 9px;
    color: var(--intent-muted);
    border-radius: 999px;
    background: #f1f3ef;
    font-size: .67rem;
    font-weight: 650;
}

.intent-destination-link {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 20px;
    color: var(--intent-accent);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.intent-method {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(45px, 8vw, 100px);
    margin-top: clamp(90px, 12vw, 145px);
    padding: clamp(34px, 6vw, 70px);
    border-radius: 32px;
    background: #f0ede5;
}

.intent-method ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.intent-method li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid var(--intent-line);
}

.intent-method li:first-child {
    padding-top: 0;
}

.intent-method li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.intent-method li p {
    margin: 0;
    color: var(--intent-muted);
    line-height: 1.7;
}

.intent-tips {
    margin-top: clamp(90px, 12vw, 145px);
}

.intent-tips > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.intent-tips article {
    min-height: 190px;
    padding: 26px;
    border-top: 3px solid var(--intent-accent);
    background: #fff;
    box-shadow: 0 16px 44px rgba(20, 48, 53, .07);
}

.intent-tips h3 {
    margin: 0 0 14px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.intent-tips p {
    margin: 0;
    color: var(--intent-muted);
    font-size: .88rem;
    line-height: 1.7;
}

.intent-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) auto;
    gap: 40px;
    align-items: end;
    margin-top: clamp(90px, 12vw, 145px);
    padding: clamp(36px, 6vw, 70px);
    color: #fff;
    border-radius: 34px;
    background:
        radial-gradient(circle at 88% 8%, rgba(255, 255, 255, .09), transparent 27%),
        var(--intent-deep);
}

.intent-cta h2 {
    max-width: 700px;
    color: #fff;
}

.intent-cta p:not(.intent-eyebrow) {
    max-width: 700px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .68);
    line-height: 1.7;
}

.intent-cta .intent-actions {
    justify-content: flex-end;
}

.intent-faq {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: clamp(45px, 8vw, 100px);
    margin-top: clamp(90px, 12vw, 145px);
}

.intent-faq details {
    border-bottom: 1px solid var(--intent-line);
}

.intent-faq summary {
    position: relative;
    padding: 22px 42px 22px 0;
    font-weight: 750;
    list-style: none;
    cursor: pointer;
}

.intent-faq summary::-webkit-details-marker {
    display: none;
}

.intent-faq summary::after {
    position: absolute;
    top: 19px;
    right: 0;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    content: "+";
    color: var(--intent-accent);
    border-radius: 50%;
    background: var(--intent-accent-soft);
}

.intent-faq details[open] summary::after {
    content: "–";
}

.intent-faq details p {
    max-width: 720px;
    margin: -3px 0 23px;
    color: var(--intent-muted);
    line-height: 1.75;
}

.intent-empty {
    padding: 50px;
    text-align: center;
    border: 1px dashed var(--intent-line);
    border-radius: 24px;
    background: #fff;
}

.intent-empty h3 {
    margin: 0 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.8rem;
    font-weight: 500;
}

.intent-empty p {
    margin: 0 auto 20px;
    color: var(--intent-muted);
}

.intent-empty a {
    color: var(--intent-accent);
    font-weight: 750;
}

.intent-missing {
    display: grid;
    min-height: 68vh;
    place-items: center;
    padding: 80px 0;
    color: #fff;
    background: linear-gradient(135deg, #0a3436, #0d5c51);
}

.intent-missing .intent-shell {
    max-width: 780px;
}

.intent-missing h1 {
    font-size: clamp(3rem, 7vw, 5.8rem);
}

.intent-missing p:not(.intent-eyebrow) {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 1.05rem;
    line-height: 1.75;
}

@media (max-width: 980px) {
    .intent-index-hero-grid,
    .intent-detail-hero-grid,
    .intent-section-heading,
    .intent-editorial,
    .intent-tools,
    .intent-method,
    .intent-faq,
    .intent-cta {
        grid-template-columns: 1fr;
    }

    .intent-index-hero-grid aside,
    .intent-detail-hero-grid aside {
        max-width: 480px;
    }

    .intent-hub-card,
    .intent-hub-card:nth-child(n) {
        grid-column: span 6;
    }

    .intent-results-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .intent-how ol,
    .intent-tips > div:last-child {
        grid-template-columns: 1fr;
    }

    .intent-how li,
    .intent-how li:first-child,
    .intent-how li:last-child {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid var(--intent-line);
    }

    .intent-how li:last-child {
        border-bottom: 0;
    }

    .intent-cta .intent-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    .intent-shell {
        width: min(100% - 24px, 1180px);
    }

    .intent-index-hero,
    .intent-detail-hero {
        padding-top: 25px;
        padding-bottom: 76px;
    }

    .intent-breadcrumb {
        margin-bottom: 48px;
    }

    .intent-index-hero h1,
    .intent-detail-hero h1,
    .intent-missing h1 {
        font-size: clamp(2.7rem, 14vw, 4.35rem);
    }

    .intent-index-main,
    .intent-detail-main {
        padding-block: 65px;
    }

    .intent-hub-grid,
    .intent-results-grid {
        grid-template-columns: 1fr;
    }

    .intent-hub-card,
    .intent-hub-card:nth-child(n) {
        min-height: 330px;
        grid-column: auto;
    }

    .intent-section-heading {
        gap: 19px;
    }

    .intent-section-heading h2,
    .intent-editorial h2,
    .intent-method h2,
    .intent-faq h2,
    .intent-tools h2,
    .intent-cta h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .intent-tools,
    .intent-method,
    .intent-cta {
        padding: 30px 22px;
        border-radius: 25px;
    }

    .intent-switcher {
        margin-top: -18px;
    }

    .intent-switcher .intent-shell {
        width: calc(100% - 12px);
    }

    .intent-detail-icon {
        margin-top: -43px;
    }

    .intent-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .intent-button {
        width: 100%;
    }

    .intent-destination-card dl {
        grid-template-columns: 1fr;
    }

    .intent-destination-card dl div,
    .intent-destination-card dl div:first-child,
    .intent-destination-card dl div:last-child {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-right: 0;
        border-bottom: 1px solid var(--intent-line);
    }

    .intent-destination-card dl div:last-child {
        border-bottom: 0;
    }

    .intent-destination-card dd {
        margin: 0;
    }

    .intent-faq {
        gap: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .intent-page *,
    .intent-page *::before,
    .intent-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
