/* =========================================================
   DockFlow managed site pages — v1.0.133
   Industries, Features and automatically managed legal/company pages.
   ========================================================= */

body.df-dockflow-managed-page #main-content {
    background: #f4f4ef;
}

/* Legal pages use a floating fixed header. Extend the legal paper surface to
   the WordPress/Divi root so the 14px header inset and the footer handoff never
   reveal the theme's default white canvas above or below the managed content. */
body.df-dockflow-page-privacy-policy,
body.df-dockflow-page-terms,
body.df-dockflow-page-cookie-policy,
body.df-dockflow-page-privacy-policy #page-container,
body.df-dockflow-page-terms #page-container,
body.df-dockflow-page-cookie-policy #page-container,
body.df-dockflow-page-privacy-policy #et-main-area,
body.df-dockflow-page-terms #et-main-area,
body.df-dockflow-page-cookie-policy #et-main-area,
body.df-dockflow-page-privacy-policy #main-content,
body.df-dockflow-page-terms #main-content,
body.df-dockflow-page-cookie-policy #main-content,
body.df-dockflow-page-privacy-policy article.page,
body.df-dockflow-page-terms article.page,
body.df-dockflow-page-cookie-policy article.page,
body.df-dockflow-page-privacy-policy .entry-content,
body.df-dockflow-page-terms .entry-content,
body.df-dockflow-page-cookie-policy .entry-content {
    background-color: #f4f4ef !important;
}

/* Company/Pricing surfaces are intentionally dark. Keep the WordPress/Divi
   root surface dark too so no light seam can appear above the global footer. */
body.df-dockflow-page-pricing #main-content,
body.df-dockflow-page-about #main-content,
body.df-dockflow-page-contact #main-content,
body.df-dockflow-page-pricing article.page,
body.df-dockflow-page-about article.page,
body.df-dockflow-page-contact article.page {
    background: #000000;
}

body.df-dockflow-managed-page #main-content > .container,
body.df-dockflow-managed-page #main-content .container {
    width: 100% !important;
    max-width: none !important;
    padding-top: 0 !important;
}

body.df-dockflow-managed-page #main-content .container::before,
body.df-dockflow-managed-page #sidebar,
body.df-dockflow-managed-page .et_post_meta_wrapper,
body.df-dockflow-managed-page .entry-title,
body.df-dockflow-managed-page .post-meta {
    display: none !important;
}

body.df-dockflow-managed-page #left-area,
body.df-dockflow-managed-page .entry-content,
body.df-dockflow-managed-page article.page {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.df-site-page,
.df-site-page *,
.df-cookie-page,
.df-cookie-page *,
.df-privacy-page,
.df-privacy-page *,
.df-terms-page,
.df-terms-page * {
    box-sizing: border-box;
}

.df-site-page,
.df-cookie-page,
.df-privacy-page,
.df-terms-page {
    --df-page-green: #2bb673;
    --df-page-ink: #111512;
    --df-page-muted: #697069;
    --df-page-line: rgba(17, 21, 18, .11);
    --df-page-paper: #f4f4ef;
    --df-page-card: #fbfbf7;
    width: 100%;
    color: var(--df-page-ink);
    background: var(--df-page-paper);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.df-site-page-shell,
.df-cookie-shell,
.df-privacy-wrap,
.df-terms-wrap {
    width: min(calc(100% - 56px), 1280px);
    margin: 0 auto;
}

.df-site-page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(160px, 15vw, 220px) 0 clamp(76px, 8vw, 118px);
    background:
        radial-gradient(circle at 78% 18%, rgba(43, 182, 115, .12), transparent 28%),
        linear-gradient(180deg, #f9faf6 0%, #f4f4ef 100%);
}

.df-site-page-hero::after {
    content: "";
    position: absolute;
    right: -14vw;
    bottom: -32vw;
    width: 58vw;
    height: 58vw;
    min-width: 620px;
    min-height: 620px;
    border: 1px solid rgba(17, 21, 18, .055);
    border-radius: 50%;
    pointer-events: none;
}

.df-site-page-back {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px;
    color: #525953;
    text-decoration: none;
    font-size: 13px;
    font-weight: 560;
}

.df-site-page-back svg,
.df-site-page-related-links svg,
.df-site-page-cta svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.df-site-page-eyebrow,
.df-site-page-section-label {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #556057;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .02em;
}

.df-site-page-eyebrow::before,
.df-site-page-section-label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: 0 9px 3px 0;
    border-radius: 99px;
    background: var(--df-page-green);
}

.df-site-page-hero h1,
.df-cookie-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0;
    color: var(--df-page-ink);
    font-size: clamp(48px, 6.2vw, 92px);
    font-weight: 610;
    letter-spacing: -.065em;
    line-height: .98;
}

.df-site-page-lede,
.df-cookie-hero > p {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 30px 0 0;
    color: #5d655f;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 390;
    letter-spacing: -.025em;
    line-height: 1.55;
}

.df-site-page-points {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.df-site-page-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 13px 0 10px;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: #485049;
    font-size: 12px;
    font-weight: 550;
}

.df-site-page-points svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--df-page-green);
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.df-site-page-body {
    padding: clamp(74px, 8vw, 116px) 0 clamp(90px, 9vw, 138px);
}

.df-site-page-statement {
    display: grid;
    grid-template-columns: minmax(210px, .52fr) minmax(0, 1.48fr);
    column-gap: clamp(42px, 8vw, 132px);
    align-items: start;
    padding-bottom: clamp(64px, 7vw, 96px);
    border-bottom: 1px solid var(--df-page-line);
}

.df-site-page-statement .df-site-page-section-label {
    grid-row: 1 / span 2;
}

.df-site-page-statement h2,
.df-site-page-related h2,
.df-site-page-cta h2,
.df-cookie-layout aside h2 {
    margin: 0;
    color: var(--df-page-ink);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 590;
    letter-spacing: -.055em;
    line-height: 1.04;
}

.df-site-page-statement > p:last-child {
    max-width: 730px;
    margin: 24px 0 0;
    color: var(--df-page-muted);
    font-size: 17px;
    line-height: 1.7;
}

.df-site-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: clamp(54px, 6vw, 84px) 0;
}

.df-site-page-grid--hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.df-site-page-card {
    position: relative;
    min-height: 280px;
    padding: 28px 28px 30px;
    overflow: hidden;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 22px;
    background: rgba(251, 251, 247, .78);
    color: inherit;
    text-decoration: none;
    transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.df-site-page-grid--hub .df-site-page-card {
    min-height: 300px;
}

.df-site-page-card-number {
    display: inline-flex;
    margin-bottom: 72px;
    color: #7c837d;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .08em;
}

.df-site-page-card h3 {
    max-width: 440px;
    margin: 0;
    color: var(--df-page-ink);
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 590;
    letter-spacing: -.04em;
    line-height: 1.05;
}

.df-site-page-card p {
    max-width: 470px;
    margin: 16px 0 0;
    color: #687069;
    font-size: 14px;
    line-height: 1.65;
}

.df-site-page-card-arrow {
    position: absolute;
    top: 24px;
    right: 25px;
    color: #59615b;
    font-size: 18px;
    transition: transform 220ms ease, color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
    .df-site-page-card--link:hover {
        transform: translateY(-3px);
        border-color: rgba(43, 182, 115, .28);
        background: #fff;
        box-shadow: 0 24px 60px rgba(28, 34, 30, .08);
    }

    .df-site-page-card--link:hover .df-site-page-card-arrow {
        transform: translate(2px, -2px);
        color: var(--df-page-green);
    }
}

.df-site-page-related {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(340px, 1.2fr);
    gap: clamp(38px, 7vw, 110px);
    align-items: start;
    padding: clamp(70px, 7vw, 104px) 0;
    border-top: 1px solid var(--df-page-line);
}

.df-site-page-related h2 {
    max-width: 500px;
    font-size: clamp(30px, 3.4vw, 48px);
}

.df-site-page-related-links {
    display: grid;
}

.df-site-page-related-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 74px;
    border-bottom: 1px solid var(--df-page-line);
    color: #262c28;
    text-decoration: none;
    font-size: 16px;
    font-weight: 550;
    transition: color 180ms ease, padding 180ms ease;
}

.df-site-page-related-links a:first-child {
    border-top: 1px solid var(--df-page-line);
}

.df-site-page-related-links a:hover {
    padding-left: 6px;
    color: var(--df-page-green);
}

.df-site-page-cta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-top: clamp(28px, 4vw, 58px);
    padding: clamp(34px, 4vw, 54px);
    border-radius: 28px;
    background: #101411;
    color: #fff;
}

.df-site-page-cta .df-site-page-section-label {
    color: rgba(255, 255, 255, .56);
}

.df-site-page-cta h2 {
    max-width: 690px;
    color: #fff;
    font-size: clamp(29px, 3.6vw, 50px);
}

.df-site-page-cta > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 19px;
    border-radius: 999px;
    background: #f6f7f3;
    color: #0d120f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
}

/* =========================================================
   DockFlow Legal Pages — v1.0.132
   Cookie Policy is the visual source of truth for all legal pages.
   Privacy, Terms and Cookie share one restrained editorial system.
   ========================================================= */
.df-cookie-page,
.df-privacy-page,
.df-terms-page {
    padding: clamp(160px, 15vw, 220px) 0 clamp(90px, 9vw, 138px);
    background:
        radial-gradient(circle at 80% 8%, rgba(43, 182, 115, .10), transparent 24%),
        #f4f4ef;
}

.df-cookie-hero,
.df-privacy-hero,
.df-terms-hero {
    padding-bottom: clamp(62px, 7vw, 96px);
    border-bottom: 1px solid var(--df-page-line);
}

.df-privacy-hero,
.df-terms-hero {
    background: transparent;
}

.df-cookie-hero .df-site-page-eyebrow,
.df-privacy-eyebrow,
.df-terms-eyebrow,
.df-privacy-summary-label,
.df-terms-summary-label {
    margin: 0 0 18px;
    color: #556057;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .02em;
    line-height: 1.35;
}

.df-privacy-eyebrow::before,
.df-terms-eyebrow::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: 0 9px 3px 0;
    border-radius: 99px;
    background: var(--df-page-green);
}

.df-cookie-hero h1,
.df-privacy-hero h1,
.df-terms-hero h1 {
    max-width: 920px;
    margin: 0;
    color: var(--df-page-ink);
    font-size: clamp(46px, 5.7vw, 82px);
    font-weight: 610;
    letter-spacing: -.065em;
    line-height: .98;
}

.df-cookie-hero > p,
.df-privacy-hero-copy,
.df-terms-hero-copy {
    max-width: 760px;
    margin: 30px 0 0;
    color: #5d655f;
    font-size: clamp(18px, 1.55vw, 23px);
    font-weight: 390;
    letter-spacing: -.025em;
    line-height: 1.55;
}

.df-cookie-hero > span,
.df-privacy-meta,
.df-terms-meta {
    margin-top: 28px;
    color: #747b75;
    font-size: 12px;
}

.df-cookie-hero > span {
    display: inline-flex;
}

.df-privacy-meta,
.df-terms-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 20px;
    align-items: center;
}

.df-privacy-meta span,
.df-privacy-meta a,
.df-terms-meta span,
.df-terms-meta a {
    color: #747b75;
    font: inherit;
    text-decoration: none;
}

.df-privacy-meta a,
.df-terms-meta a {
    color: #1c7750;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.df-cookie-layout,
.df-privacy-layout,
.df-terms-layout {
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
    gap: clamp(46px, 8vw, 132px);
    padding-top: clamp(62px, 7vw, 96px);
    align-items: start;
}

.df-privacy-body,
.df-terms-body {
    padding: 0;
    background: transparent;
}

.df-cookie-layout aside,
.df-privacy-summary,
.df-terms-summary {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.df-cookie-layout aside > p:first-child,
.df-privacy-summary-label,
.df-terms-summary-label {
    margin: 0 0 16px;
    color: #5c645e;
    font-size: 12px;
    font-weight: 650;
}

.df-cookie-layout aside h2,
.df-privacy-summary h2,
.df-terms-summary h2 {
    margin: 0;
    color: var(--df-page-ink);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 590;
    letter-spacing: -.055em;
    line-height: 1.04;
}

.df-cookie-layout aside > p:last-child,
.df-privacy-summary > p:not(.df-privacy-summary-label),
.df-terms-summary > p:not(.df-terms-summary-label) {
    margin: 24px 0 0;
    color: #687069;
    font-size: 15px;
    line-height: 1.7;
}

.df-privacy-pills,
.df-terms-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.df-privacy-pills span,
.df-terms-pills span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 999px;
    background: rgba(255,255,255,.4);
    color: #606860;
    font-size: 11px;
    font-weight: 560;
    line-height: 1.25;
}

.df-cookie-content,
.df-privacy-content,
.df-terms-content {
    display: grid;
    gap: 0;
}

.df-cookie-content article,
.df-privacy-content > article,
.df-terms-content > article {
    margin: 0;
    padding: 30px 0;
    border: 0;
    border-top: 1px solid var(--df-page-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
}

.df-cookie-content article:last-child,
.df-privacy-content > article:last-child,
.df-terms-content > article:last-child {
    border-bottom: 1px solid var(--df-page-line);
}

.df-privacy-content > article::before,
.df-terms-content > article::before {
    display: none;
}

.df-cookie-content h2,
.df-privacy-content > article > h2,
.df-terms-content > article > h2 {
    margin: 0;
    color: var(--df-page-ink);
    font-size: 21px;
    font-weight: 590;
    letter-spacing: -.03em;
    line-height: 1.25;
}

.df-cookie-content p,
.df-privacy-content > article > p,
.df-terms-content > article > p,
.df-privacy-list p {
    margin: 13px 0 0;
    color: #687069;
    font-size: 15px;
    line-height: 1.75;
}

.df-privacy-content > article > p + p,
.df-terms-content > article > p + p {
    margin-top: 13px;
}

.df-cookie-content a,
.df-privacy-content a,
.df-terms-content a {
    color: #1c7750;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.df-privacy-content ul,
.df-terms-content ul {
    margin: 16px 0 0;
    padding: 0;
    list-style: none !important;
    list-style-type: none !important;
}

/* Divi/theme list resets can re-enable native markers on legal pages.
   DockFlow owns the marker via li::before, so suppress the browser marker explicitly. */
.df-privacy-content li::marker,
.df-terms-content li::marker {
    content: "";
    font-size: 0;
}

.df-privacy-content li,
.df-terms-content li {
    position: relative;
    list-style: none !important;
    margin: 9px 0 0;
    padding-left: 18px;
    color: #687069;
    font-size: 15px;
    line-height: 1.7;
}

.df-privacy-content li::before,
.df-terms-content li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: .72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--df-page-green);
}

.df-privacy-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    margin-top: 16px;
}

.df-privacy-list > div {
    padding: 18px 0;
    border-top: 1px solid rgba(17, 21, 18, .08);
}

.df-privacy-list h3 {
    margin: 0;
    color: #303631;
    font-size: 15px;
    font-weight: 620;
    letter-spacing: -.02em;
    line-height: 1.35;
}

.df-privacy-list p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
}

.df-privacy-contact .df-privacy-summary-label,
.df-terms-contact .df-terms-summary-label {
    margin-bottom: 12px;
}

@media (max-width: 900px) {
    .df-site-page-shell,
    .df-cookie-shell,
    .df-privacy-wrap,
    .df-terms-wrap {
        width: min(calc(100% - 38px), 1280px);
    }

    .df-site-page-statement,
    .df-site-page-related,
    .df-cookie-layout,
    .df-privacy-layout,
    .df-terms-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .df-site-page-statement .df-site-page-section-label {
        grid-row: auto;
    }

    .df-site-page-grid,
    .df-site-page-grid--hub {
        grid-template-columns: 1fr;
    }

    .df-site-page-card,
    .df-site-page-grid--hub .df-site-page-card {
        min-height: 240px;
    }

    .df-site-page-card-number {
        margin-bottom: 52px;
    }

    .df-site-page-cta {
        align-items: start;
        flex-direction: column;
    }

    .df-privacy-list {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 600px) {
    .df-site-page-shell,
    .df-cookie-shell,
    .df-privacy-wrap,
    .df-terms-wrap {
        width: calc(100% - 30px);
    }

    .df-site-page-hero,
    .df-cookie-page,
    .df-privacy-page,
    .df-terms-page {
        padding-top: 128px;
    }

    .df-site-page-hero h1,
    .df-cookie-hero h1,
    .df-privacy-hero h1,
    .df-terms-hero h1 {
        font-size: clamp(42px, 12vw, 58px);
    }

    .df-site-page-card {
        padding: 24px;
        border-radius: 18px;
    }

    .df-site-page-cta {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .df-privacy-meta,
    .df-terms-meta {
        gap: 7px 14px;
    }

    .df-cookie-content article,
    .df-privacy-content > article,
    .df-terms-content > article {
        padding: 26px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .df-site-page *,
    .df-cookie-page *,
    .df-privacy-page *,
    .df-terms-page * {
        transition: none !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================================
   Tours & Excursions authority page — v1.0.119
   Deeper organic-search landing page built on the managed-page system.
   ========================================================= */
.df-tour-page {
    --df-tour-deep: #0b110d;
    --df-tour-green: #22c875;
    --df-tour-soft-green: rgba(34, 200, 117, .12);
    --df-tour-line: rgba(17, 21, 18, .11);
}

.df-tour-page a:focus-visible {
    outline: 3px solid rgba(34, 200, 117, .46);
    outline-offset: 4px;
}

.df-tour-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(146px, 13vw, 202px) 0 clamp(76px, 7vw, 108px);
    background:
        radial-gradient(circle at 14% 26%, rgba(34, 200, 117, .11), transparent 28%),
        linear-gradient(180deg, #fafbf7 0%, #f3f4ef 100%);
}

.df-tour-hero::before {
    content: "";
    position: absolute;
    inset: auto -18vw -48vw auto;
    width: 72vw;
    height: 72vw;
    min-width: 720px;
    min-height: 720px;
    border: 1px solid rgba(17, 21, 18, .05);
    border-radius: 50%;
    pointer-events: none;
}

.df-tour-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: clamp(52px, 6vw, 92px);
    align-items: center;
}

.df-tour-hero__copy {
    min-width: 0;
}

.df-tour-hero .df-site-page-back {
    margin-bottom: 30px;
}

.df-tour-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #101512;
    font-size: clamp(54px, 5.4vw, 82px);
    font-weight: 640;
    letter-spacing: -.064em;
    line-height: .98;
}

.df-tour-hero__lede {
    max-width: 720px;
    margin: 28px 0 0;
    color: #5b645e;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 405;
    letter-spacing: -.022em;
    line-height: 1.62;
}

.df-tour-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 34px;
}

.df-tour-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.df-tour-button svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.df-tour-button--primary {
    background: #101512;
    color: #fff;
}

.df-tour-button--secondary {
    border-color: rgba(17, 21, 18, .14);
    background: rgba(255, 255, 255, .58);
    color: #252c27;
}

@media (hover: hover) and (pointer: fine) {
    .df-tour-button:hover {
        transform: translateY(-2px);
    }

    .df-tour-button--primary:hover {
        background: #18201a;
    }

    .df-tour-button--secondary:hover {
        border-color: rgba(34, 200, 117, .35);
        background: #fff;
    }
}

.df-tour-hero__capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.df-tour-hero__capabilities span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 999px;
    background: rgba(255, 255, 255, .52);
    color: #5d655f;
    font-size: 11px;
    font-weight: 590;
}

.df-tour-hero__visual {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 21, 18, .09);
    border-radius: 28px;
    background: #171c18;
    box-shadow: 0 38px 92px rgba(19, 28, 22, .14);
}

.df-tour-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 46%, rgba(5, 10, 7, .76) 100%);
    pointer-events: none;
}

.df-tour-hero__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.df-tour-hero__visual figcaption {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 25px;
    left: 26px;
    color: #fff;
}

.df-tour-hero__visual figcaption span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.df-tour-hero__visual figcaption strong {
    display: block;
    max-width: 480px;
    font-size: clamp(17px, 1.45vw, 21px);
    font-weight: 570;
    letter-spacing: -.025em;
    line-height: 1.35;
}

.df-tour-body {
    padding: clamp(76px, 7vw, 112px) 0 clamp(94px, 9vw, 138px);
    background: #f4f4ef;
}

.df-tour-intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: clamp(54px, 8vw, 126px);
    padding-bottom: clamp(72px, 7vw, 102px);
    border-bottom: 1px solid var(--df-tour-line);
}

.df-tour-intro h2,
.df-tour-section-head h2,
.df-tour-ops h2,
.df-tour-wordpress h2,
.df-tour-related h2 {
    max-width: 760px;
    margin: 0;
    color: #111512;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 610;
    letter-spacing: -.055em;
    line-height: 1.03;
}

.df-tour-intro__copy p {
    margin: 0;
    color: #636c65;
    font-size: 17px;
    line-height: 1.75;
}

.df-tour-intro__copy p + p {
    margin-top: 24px;
}

.df-tour-flow,
.df-tour-feature-links,
.df-tour-pressure,
.df-tour-evaluation,
.df-tour-related {
    padding: clamp(72px, 7vw, 104px) 0;
    border-bottom: 1px solid var(--df-tour-line);
}

.df-tour-section-head {
    max-width: 860px;
}

.df-tour-section-head > p:last-child,
.df-tour-section-head--split > p {
    max-width: 720px;
    margin: 22px 0 0;
    color: #687069;
    font-size: 16px;
    line-height: 1.72;
}

.df-tour-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
    gap: clamp(44px, 7vw, 108px);
    max-width: none;
    align-items: end;
}

.df-tour-section-head--split > p {
    margin: 0 0 4px;
}

.df-tour-flow__steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin: clamp(46px, 5vw, 72px) 0 0;
    padding: 1px;
    overflow: hidden;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 24px;
    background: rgba(17, 21, 18, .08);
    list-style: none;
}

.df-tour-flow__steps li {
    min-height: 238px;
    padding: 24px;
    background: rgba(251, 251, 247, .96);
}

.df-tour-flow__steps li > span {
    display: block;
    margin-bottom: 58px;
    color: #808781;
    font-size: 10px;
    font-weight: 680;
    letter-spacing: .08em;
}

.df-tour-flow__steps strong {
    display: block;
    color: #161b17;
    font-size: 20px;
    font-weight: 620;
    letter-spacing: -.03em;
}

.df-tour-flow__steps p {
    margin: 13px 0 0;
    color: #697169;
    font-size: 13px;
    line-height: 1.62;
}

.df-tour-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(46px, 5vw, 70px);
}

.df-tour-feature-grid > a {
    position: relative;
    min-height: 270px;
    padding: 26px;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 22px;
    background: rgba(251, 251, 247, .82);
    color: inherit;
    text-decoration: none;
    transition: transform 210ms ease, border-color 210ms ease, background 210ms ease, box-shadow 210ms ease;
}

.df-tour-feature-grid > a > span {
    display: block;
    margin-bottom: 56px;
    color: #818882;
    font-size: 10px;
    font-weight: 680;
    letter-spacing: .08em;
}

.df-tour-feature-grid h3 {
    max-width: 310px;
    margin: 0;
    color: #151a16;
    font-size: 24px;
    font-weight: 610;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.df-tour-feature-grid p {
    max-width: 360px;
    margin: 15px 0 0;
    color: #6b726c;
    font-size: 14px;
    line-height: 1.65;
}

.df-tour-feature-grid b {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
    color: #424a44;
    font-size: 11px;
    font-weight: 650;
}

.df-tour-feature-grid i {
    float: right;
    color: #89908a;
    font-style: normal;
}

@media (hover: hover) and (pointer: fine) {
    .df-tour-feature-grid > a:hover {
        transform: translateY(-3px);
        border-color: rgba(34, 200, 117, .29);
        background: #fff;
        box-shadow: 0 24px 56px rgba(25, 34, 28, .07);
    }

    .df-tour-feature-grid > a:hover b,
    .df-tour-feature-grid > a:hover i {
        color: #17794d;
    }
}

.df-tour-ops,
.df-tour-wordpress {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    gap: clamp(50px, 7vw, 104px);
    align-items: center;
    padding: clamp(82px, 8vw, 118px) 0;
    border-bottom: 1px solid var(--df-tour-line);
}

.df-tour-ops__visual,
.df-tour-wordpress__media {
    overflow: hidden;
    border: 1px solid rgba(17, 21, 18, .09);
    border-radius: 25px;
    background: #101512;
    box-shadow: 0 32px 74px rgba(19, 28, 22, .10);
}

.df-tour-ops__visual img,
.df-tour-wordpress__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.df-tour-ops__copy > p:not(.df-site-page-section-label),
.df-tour-wordpress__copy > p:not(.df-site-page-section-label) {
    margin: 22px 0 0;
    color: #667068;
    font-size: 16px;
    line-height: 1.72;
}

.df-tour-ops__copy ul {
    display: grid;
    gap: 11px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.df-tour-ops__copy li {
    position: relative;
    padding-left: 22px;
    color: #4f5851;
    font-size: 14px;
    line-height: 1.55;
}

.df-tour-ops__copy li::before {
    content: "";
    position: absolute;
    top: .58em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--df-tour-green);
}

.df-tour-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 28px;
    color: #1b6e49;
    text-decoration: none;
    font-size: 13px;
    font-weight: 650;
}

.df-tour-text-link span {
    transition: transform 180ms ease;
}

.df-tour-text-link:hover span {
    transform: translateX(3px);
}

.df-tour-pressure__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: clamp(46px, 5vw, 70px);
}

.df-tour-pressure__grid article {
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(17, 21, 18, .10);
    border-radius: 22px;
    background: rgba(251, 251, 247, .78);
}

.df-tour-pressure__grid article > span {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--df-tour-soft-green);
    color: #1c7950;
    font-size: 10px;
    font-weight: 680;
}

.df-tour-pressure__grid h3 {
    max-width: 480px;
    margin: 50px 0 0;
    color: #141a16;
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 610;
    letter-spacing: -.04em;
    line-height: 1.07;
}

.df-tour-pressure__grid p {
    max-width: 540px;
    margin: 15px 0 0;
    color: #6b736c;
    font-size: 14px;
    line-height: 1.66;
}

.df-tour-wordpress {
    grid-template-columns: minmax(350px, .92fr) minmax(0, 1.08fr);
}

.df-tour-wordpress__media {
    order: 1;
}

.df-tour-wordpress__copy {
    order: 2;
}

.df-tour-wordpress__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.df-tour-evaluation__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 48px;
    margin-top: clamp(46px, 5vw, 68px);
    border-top: 1px solid var(--df-tour-line);
}

.df-tour-evaluation__list article {
    padding: 28px 0 30px;
    border-bottom: 1px solid var(--df-tour-line);
}

.df-tour-evaluation__list h3 {
    margin: 0;
    color: #161b17;
    font-size: 19px;
    font-weight: 610;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.df-tour-evaluation__list p {
    margin: 12px 0 0;
    color: #6a726b;
    font-size: 14px;
    line-height: 1.7;
}

.df-tour-related {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    gap: clamp(48px, 8vw, 118px);
    align-items: start;
}

.df-tour-related h2 {
    max-width: 560px;
    font-size: clamp(32px, 3.4vw, 48px);
}

.df-tour-related__links {
    display: grid;
}

.df-tour-related__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 70px;
    border-bottom: 1px solid var(--df-tour-line);
    color: #29302b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 560;
    transition: color 180ms ease, padding 180ms ease;
}

.df-tour-related__links a:first-child {
    border-top: 1px solid var(--df-tour-line);
}

.df-tour-related__links b {
    color: #868d87;
    font-weight: 500;
}

.df-tour-related__links a:hover {
    padding-left: 5px;
    color: #17794d;
}

.df-tour-final-cta {
    margin-top: clamp(66px, 7vw, 102px);
}

@media (max-width: 1080px) {
    .df-tour-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
        gap: 42px;
    }

    .df-tour-hero h1 {
        font-size: clamp(50px, 6.6vw, 70px);
    }

    .df-tour-flow__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .df-tour-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .df-tour-hero {
        padding-top: 136px;
    }

    .df-tour-hero__grid,
    .df-tour-intro,
    .df-tour-section-head--split,
    .df-tour-ops,
    .df-tour-wordpress,
    .df-tour-related {
        grid-template-columns: 1fr;
    }

    .df-tour-hero__copy {
        max-width: 760px;
    }

    .df-tour-hero__visual {
        max-width: 720px;
    }

    .df-tour-section-head--split > p {
        max-width: 720px;
    }

    .df-tour-ops__visual,
    .df-tour-wordpress__media {
        max-width: 760px;
    }

    .df-tour-wordpress__media,
    .df-tour-wordpress__copy {
        order: initial;
    }
}

@media (max-width: 700px) {
    .df-tour-hero {
        padding-top: 122px;
    }

    .df-tour-hero h1 {
        font-size: clamp(45px, 12vw, 60px);
    }

    .df-tour-hero__visual {
        border-radius: 22px;
    }

    .df-tour-flow__steps,
    .df-tour-feature-grid,
    .df-tour-pressure__grid,
    .df-tour-evaluation__list {
        grid-template-columns: 1fr;
    }

    .df-tour-flow__steps li {
        min-height: 200px;
    }

    .df-tour-flow__steps li > span,
    .df-tour-feature-grid > a > span {
        margin-bottom: 42px;
    }

    .df-tour-feature-grid > a {
        min-height: 250px;
    }

    .df-tour-pressure__grid article {
        min-height: 235px;
    }

    .df-tour-evaluation__list {
        gap: 0;
    }
}

@media (max-width: 430px) {
    .df-tour-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .df-tour-button {
        width: 100%;
    }

    .df-tour-hero__visual figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .df-tour-pressure__grid article,
    .df-tour-feature-grid > a {
        padding: 23px;
        border-radius: 19px;
    }
}

/* =========================================================
   Premium authority design system — v1.0.128
   First visual pass for Industries, Features, and Tours authority pages.
   SEO/content structure remains unchanged; this layer only elevates
   presentation and aligns the managed pages with the cinematic homepage.
   ========================================================= */
.df-authority-premium {
    --df-premium-ink: #0d120f;
    --df-premium-night: #070b08;
    --df-premium-night-2: #0b110d;
    --df-premium-paper: #f5f5ef;
    --df-premium-card: #fbfcf8;
    --df-premium-green: #2bdd7f;
    --df-premium-green-deep: #16945a;
    --df-premium-line: rgba(15, 22, 17, .105);
    background: var(--df-premium-paper);
}

.df-authority-premium .df-site-page-shell {
    width: min(calc(100% - 64px), 1400px);
}

.df-authority-premium .df-tour-hero {
    min-height: min(860px, 92vh);
    padding: clamp(164px, 13vw, 206px) 0 clamp(92px, 8vw, 128px);
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 20%, rgba(43, 221, 127, .16), transparent 30%),
        radial-gradient(circle at 18% 88%, rgba(43, 221, 127, .055), transparent 27%),
        linear-gradient(135deg, #060906 0%, #0a0f0b 54%, #0b120d 100%);
}

.df-authority-premium .df-tour-hero::before {
    inset: -38% auto auto 51%;
    width: min(68vw, 1020px);
    height: min(68vw, 1020px);
    min-width: 0;
    min-height: 0;
    border-color: rgba(255, 255, 255, .055);
    box-shadow:
        0 0 0 90px rgba(255, 255, 255, .012),
        0 0 0 180px rgba(255, 255, 255, .008);
}

.df-authority-premium .df-tour-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px);
    background-size: 78px 78px;
    opacity: .16;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 50%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 50%, #000 100%);
}

.df-authority-premium .df-tour-hero__grid {
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
    gap: clamp(64px, 7vw, 118px);
}

.df-authority-premium .df-site-page-eyebrow {
    color: rgba(255, 255, 255, .61);
}

.df-authority-premium .df-site-page-eyebrow::before {
    background: var(--df-premium-green);
    box-shadow: 0 0 18px rgba(43, 221, 127, .32);
}

.df-authority-premium .df-tour-hero h1 {
    max-width: 790px;
    color: #fff;
    font-size: clamp(58px, 5.55vw, 86px);
    font-weight: 650;
    letter-spacing: -.068em;
    line-height: .965;
    text-wrap: balance;
}

.df-authority-premium .df-tour-hero__lede {
    max-width: 690px;
    color: rgba(233, 240, 235, .68);
    font-size: clamp(17px, 1.32vw, 21px);
    line-height: 1.66;
}

.df-authority-premium .df-tour-button--primary {
    background: #f5f7f3;
    color: #0b100d;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .16);
}

.df-authority-premium .df-tour-button--secondary {
    border-color: rgba(255, 255, 255, .17);
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .82);
    backdrop-filter: blur(12px);
}

@media (hover: hover) and (pointer: fine) {
    .df-authority-premium .df-tour-button--primary:hover {
        background: #fff;
        box-shadow: 0 12px 34px rgba(0, 0, 0, .21);
    }

    .df-authority-premium .df-tour-button--secondary:hover {
        border-color: rgba(43, 221, 127, .38);
        background: rgba(255, 255, 255, .09);
        color: #fff;
    }
}

.df-authority-premium .df-tour-hero__capabilities {
    gap: 7px;
    margin-top: 32px;
}

.df-authority-premium .df-tour-hero__capabilities span {
    min-height: 32px;
    border-color: rgba(255, 255, 255, .105);
    background: rgba(255, 255, 255, .045);
    color: rgba(240, 245, 241, .58);
    backdrop-filter: blur(9px);
}

.df-authority-premium .df-tour-hero__visual {
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 32px;
    background: #111713;
    box-shadow:
        0 54px 110px rgba(0, 0, 0, .34),
        0 0 0 1px rgba(255, 255, 255, .02) inset;
}

.df-authority-premium .df-tour-hero__visual::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.035);
    pointer-events: none;
}

.df-authority-premium .df-tour-hero__visual::after {
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(4, 8, 5, .01) 36%, rgba(4, 9, 6, .84) 100%),
        linear-gradient(90deg, rgba(6, 10, 7, .14), transparent 44%);
}

.df-authority-premium .df-tour-hero__visual img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(.2,.72,.2,1);
}

.df-authority-premium.df-features-authority .df-tour-hero__visual img {
    object-position: 43% top;
}

@media (hover: hover) and (pointer: fine) {
    .df-authority-premium .df-tour-hero__visual:hover img {
        transform: scale(1.012);
    }
}

.df-authority-premium .df-tour-hero__visual figcaption {
    right: 30px;
    bottom: 28px;
    left: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.df-authority-premium .df-tour-hero__visual figcaption span {
    color: rgba(255, 255, 255, .52);
}

.df-authority-premium .df-tour-hero__visual figcaption strong {
    max-width: 560px;
    color: rgba(255,255,255,.93);
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 570;
}

.df-authority-premium .df-tour-body {
    padding: clamp(92px, 8vw, 132px) 0 clamp(110px, 9vw, 150px);
    background:
        radial-gradient(circle at 6% 8%, rgba(43, 221, 127, .045), transparent 22%),
        var(--df-premium-paper);
}

.df-authority-premium .df-tour-intro {
    grid-template-columns: minmax(0, .82fr) minmax(380px, 1.18fr);
    gap: clamp(72px, 9vw, 148px);
    padding-bottom: clamp(92px, 8vw, 128px);
    border-bottom: 0;
}

.df-authority-premium .df-tour-intro h2,
.df-authority-premium .df-tour-section-head h2,
.df-authority-premium .df-tour-ops h2,
.df-authority-premium .df-tour-wordpress h2,
.df-authority-premium .df-tour-related h2 {
    color: var(--df-premium-ink);
    font-size: clamp(39px, 4.15vw, 62px);
    font-weight: 625;
    letter-spacing: -.058em;
    line-height: 1.01;
    text-wrap: balance;
}

.df-authority-premium .df-site-page-section-label {
    color: #657069;
    font-weight: 660;
}

.df-authority-premium .df-site-page-section-label::before {
    background: #26c977;
}

.df-authority-premium .df-tour-intro__copy {
    padding-top: 7px;
}

.df-authority-premium .df-tour-intro__copy p {
    color: #606963;
    font-size: clamp(17px, 1.3vw, 19px);
    line-height: 1.78;
}

.df-authority-premium .df-tour-flow,
.df-authority-premium .df-tour-feature-links,
.df-authority-premium .df-tour-pressure,
.df-authority-premium .df-tour-evaluation,
.df-authority-premium .df-tour-related {
    padding: clamp(88px, 8vw, 126px) 0;
    border-bottom-color: var(--df-premium-line);
}

.df-authority-premium .df-tour-section-head {
    max-width: 930px;
}

.df-authority-premium .df-tour-section-head > p:last-child,
.df-authority-premium .df-tour-section-head--split > p {
    color: #69716c;
    font-size: 16px;
    line-height: 1.78;
}

.df-authority-premium .df-tour-flow__steps {
    position: relative;
    gap: 0;
    margin-top: clamp(52px, 5vw, 76px);
    padding: 0;
    overflow: hidden;
    border-color: rgba(12, 18, 14, .10);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(22, 31, 25, .065);
}

.df-authority-premium .df-tour-flow__steps::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 34px;
    left: 34px;
    height: 1px;
    background: linear-gradient(90deg, rgba(43,221,127,.55), rgba(43,221,127,.08));
    pointer-events: none;
}

.df-authority-premium .df-tour-flow__steps li {
    position: relative;
    min-height: 254px;
    padding: 30px 28px 28px;
    border-right: 1px solid rgba(15, 22, 17, .08);
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,250,246,.98));
}

.df-authority-premium .df-tour-flow__steps li:last-child {
    border-right: 0;
}

.df-authority-premium .df-tour-flow__steps li > span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 62px;
    border: 1px solid rgba(43, 221, 127, .24);
    border-radius: 50%;
    background: #f8fbf7;
    color: #168d56;
    font-size: 10px;
    box-shadow: 0 0 0 7px #fff;
}

.df-authority-premium .df-tour-flow__steps strong {
    font-size: 21px;
    font-weight: 640;
}

.df-authority-premium .df-tour-feature-grid {
    gap: 14px;
    margin-top: clamp(52px, 5vw, 78px);
}

.df-authority-premium .df-tour-feature-grid > a {
    isolation: isolate;
    min-height: 306px;
    padding: 31px 31px 32px;
    overflow: hidden;
    border-color: rgba(15, 22, 17, .095);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,249,245,.96));
    box-shadow: 0 12px 36px rgba(22, 31, 25, .035);
}

.df-authority-premium .df-tour-feature-grid > a::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -86px;
    bottom: -108px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 221, 127, .13), transparent 68%);
    transition: transform 280ms ease, opacity 280ms ease;
}

.df-authority-premium .df-tour-feature-grid > a > span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 66px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(31, 174, 103, .08);
    color: #247951;
    letter-spacing: .05em;
}

.df-authority-premium .df-tour-feature-grid h3 {
    max-width: 340px;
    font-size: clamp(25px, 2vw, 30px);
    font-weight: 630;
}

.df-authority-premium .df-tour-feature-grid p {
    max-width: 390px;
    color: #67706a;
    font-size: 14px;
    line-height: 1.72;
}

.df-authority-premium .df-tour-feature-grid b {
    right: 31px;
    bottom: 28px;
    left: 31px;
    color: #39423c;
}

@media (hover: hover) and (pointer: fine) {
    .df-authority-premium .df-tour-feature-grid > a:hover {
        transform: translateY(-5px);
        border-color: rgba(43, 221, 127, .25);
        background: #fff;
        box-shadow: 0 28px 72px rgba(22, 31, 25, .085);
    }

    .df-authority-premium .df-tour-feature-grid > a:hover::after {
        transform: scale(1.16);
    }
}

.df-authority-premium .df-tour-ops {
    position: relative;
    grid-template-columns: minmax(0, 1.12fr) minmax(370px, .88fr);
    gap: clamp(64px, 8vw, 124px);
    margin: 0;
    padding: clamp(108px, 9vw, 144px) 0;
    border-bottom: 0;
    color: #fff;
    background: var(--df-premium-night-2);
    box-shadow: 0 0 0 100vmax var(--df-premium-night-2);
    clip-path: inset(0 -100vmax);
}

.df-authority-premium .df-tour-ops::after {
    content: "";
    position: absolute;
    top: 12%;
    right: -10%;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,221,127,.10), transparent 68%);
    pointer-events: none;
}

.df-authority-premium .df-tour-ops__visual {
    position: relative;
    z-index: 1;
    border-color: rgba(255, 255, 255, .11);
    border-radius: 30px;
    background: #111713;
    box-shadow: 0 42px 90px rgba(0,0,0,.32);
}

.df-authority-premium .df-tour-ops__visual img {
    aspect-ratio: 16 / 9;
}

.df-authority-premium .df-tour-ops__copy {
    position: relative;
    z-index: 1;
}

.df-authority-premium .df-tour-ops .df-site-page-section-label {
    color: rgba(255,255,255,.55);
}

.df-authority-premium .df-tour-ops h2 {
    color: #fff;
}

.df-authority-premium .df-tour-ops__copy > p:not(.df-site-page-section-label) {
    color: rgba(225, 234, 228, .67);
    font-size: 16px;
    line-height: 1.76;
}

.df-authority-premium .df-tour-ops__copy li {
    color: rgba(235, 242, 237, .78);
}

.df-authority-premium .df-tour-ops__copy li::before {
    background: var(--df-premium-green);
    box-shadow: 0 0 12px rgba(43,221,127,.28);
}

.df-authority-premium .df-tour-ops .df-tour-text-link {
    color: #72e8a8;
}

.df-authority-premium .df-tour-pressure__grid {
    gap: 14px;
    margin-top: clamp(52px, 5vw, 78px);
}

.df-authority-premium .df-tour-pressure__grid article {
    position: relative;
    min-height: 286px;
    padding: 34px;
    overflow: hidden;
    border-color: rgba(15, 22, 17, .09);
    border-radius: 27px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 36px rgba(22, 31, 25, .025);
}

.df-authority-premium .df-tour-pressure__grid article::after {
    content: "";
    position: absolute;
    right: -52px;
    top: -52px;
    width: 132px;
    height: 132px;
    border: 1px solid rgba(38, 201, 119, .13);
    border-radius: 50%;
}

.df-authority-premium .df-tour-pressure__grid h3 {
    margin-top: 58px;
    font-size: clamp(26px, 2.25vw, 34px);
    font-weight: 625;
}

.df-authority-premium .df-tour-wordpress {
    gap: clamp(64px, 8vw, 124px);
    padding: clamp(104px, 9vw, 142px) 0;
}

.df-authority-premium .df-tour-wordpress__media {
    border-radius: 30px;
    box-shadow: 0 34px 78px rgba(22, 31, 25, .12);
}

.df-authority-premium .df-tour-wordpress__copy > p:not(.df-site-page-section-label) {
    color: #626c65;
    line-height: 1.78;
}

.df-authority-premium .df-tour-evaluation__list {
    counter-reset: df-premium-eval;
    gap: 0 62px;
    margin-top: clamp(54px, 5vw, 78px);
}

.df-authority-premium .df-tour-evaluation__list article {
    counter-increment: df-premium-eval;
    position: relative;
    padding: 34px 0 36px 50px;
}

.df-authority-premium .df-tour-evaluation__list article::before {
    content: counter(df-premium-eval, decimal-leading-zero);
    position: absolute;
    top: 36px;
    left: 0;
    color: #25945b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

.df-authority-premium .df-tour-evaluation__list h3 {
    font-size: 20px;
    font-weight: 625;
}

.df-authority-premium .df-tour-related {
    gap: clamp(64px, 8vw, 130px);
}

.df-authority-premium .df-tour-related__links a {
    min-height: 78px;
    color: #252d28;
    font-size: 15px;
}

.df-authority-premium .df-tour-related__links b {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(15,22,17,.10);
    border-radius: 50%;
    color: #5f6a63;
    transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.df-authority-premium .df-tour-related__links a:hover b {
    transform: translateX(3px);
    border-color: rgba(43,221,127,.34);
    color: #168d56;
}

.df-authority-premium .df-tour-final-cta {
    position: relative;
    overflow: hidden;
    margin-top: clamp(78px, 8vw, 118px);
    padding: clamp(42px, 5vw, 68px);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 34px;
    background:
        radial-gradient(circle at 82% 30%, rgba(43,221,127,.16), transparent 28%),
        linear-gradient(135deg, #090d0a 0%, #101711 100%);
    box-shadow: 0 28px 76px rgba(21, 29, 24, .13);
}

.df-authority-premium .df-tour-final-cta::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -170px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 50%;
    pointer-events: none;
}

.df-authority-premium .df-tour-final-cta > * {
    position: relative;
    z-index: 1;
}

.df-authority-premium .df-tour-final-cta > a {
    min-height: 52px;
    padding: 0 22px;
    background: #f7f8f4;
}

@media (max-width: 1180px) {
    .df-authority-premium .df-site-page-shell {
        width: min(calc(100% - 48px), 1400px);
    }

    .df-authority-premium .df-tour-hero__grid {
        grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
        gap: 54px;
    }

    .df-authority-premium .df-tour-hero h1 {
        font-size: clamp(54px, 6vw, 76px);
    }
}

@media (max-width: 900px) {
    .df-authority-premium .df-tour-hero {
        min-height: 0;
        padding: 144px 0 82px;
    }

    .df-authority-premium .df-tour-hero__grid {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    .df-authority-premium .df-tour-hero__copy {
        max-width: 790px;
    }

    .df-authority-premium .df-tour-hero__visual {
        max-width: none;
    }

    .df-authority-premium .df-tour-hero__visual img {
        aspect-ratio: 16 / 9;
    }

    .df-authority-premium .df-tour-intro,
    .df-authority-premium .df-tour-ops,
    .df-authority-premium .df-tour-wordpress,
    .df-authority-premium .df-tour-related {
        gap: 48px;
    }

    .df-authority-premium .df-tour-ops {
        grid-template-columns: 1fr;
    }

    .df-authority-premium .df-tour-flow__steps::before {
        display: none;
    }

    .df-authority-premium .df-tour-flow__steps li {
        border-right: 0;
        border-bottom: 1px solid rgba(15,22,17,.08);
    }

    .df-authority-premium .df-tour-flow__steps li:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .df-authority-premium .df-site-page-shell {
        width: min(calc(100% - 32px), 1400px);
    }

    .df-authority-premium .df-tour-hero {
        padding: 128px 0 64px;
    }

    .df-authority-premium .df-tour-hero h1 {
        font-size: clamp(46px, 12.5vw, 62px);
        line-height: .98;
    }

    .df-authority-premium .df-tour-hero__lede {
        margin-top: 22px;
        font-size: 17px;
    }

    .df-authority-premium .df-tour-hero__visual {
        border-radius: 24px;
    }

    .df-authority-premium .df-tour-hero__visual figcaption {
        right: 20px;
        bottom: 19px;
        left: 20px;
    }

    .df-authority-premium .df-tour-body {
        padding-top: 74px;
    }

    .df-authority-premium .df-tour-intro,
    .df-authority-premium .df-tour-flow,
    .df-authority-premium .df-tour-feature-links,
    .df-authority-premium .df-tour-pressure,
    .df-authority-premium .df-tour-evaluation,
    .df-authority-premium .df-tour-related {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .df-authority-premium .df-tour-intro {
        padding-top: 0;
    }

    .df-authority-premium .df-tour-flow__steps,
    .df-authority-premium .df-tour-feature-grid,
    .df-authority-premium .df-tour-pressure__grid,
    .df-authority-premium .df-tour-evaluation__list {
        grid-template-columns: 1fr;
    }

    .df-authority-premium .df-tour-flow__steps li {
        min-height: 220px;
    }

    .df-authority-premium .df-tour-feature-grid > a {
        min-height: 276px;
        padding: 27px;
        border-radius: 24px;
    }

    .df-authority-premium .df-tour-feature-grid b {
        right: 27px;
        left: 27px;
    }

    .df-authority-premium .df-tour-ops,
    .df-authority-premium .df-tour-wordpress {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .df-authority-premium .df-tour-ops__visual,
    .df-authority-premium .df-tour-wordpress__media {
        border-radius: 24px;
    }

    .df-authority-premium .df-tour-pressure__grid article {
        min-height: 250px;
        padding: 28px;
        border-radius: 24px;
    }

    .df-authority-premium .df-tour-evaluation__list {
        gap: 0;
    }

    .df-authority-premium .df-tour-final-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 34px 28px;
        border-radius: 26px;
    }
}

@media (max-width: 430px) {
    .df-authority-premium .df-site-page-shell {
        width: min(calc(100% - 28px), 1400px);
    }

    .df-authority-premium .df-tour-hero h1 {
        font-size: clamp(43px, 12.3vw, 54px);
    }

    .df-authority-premium .df-tour-hero__capabilities {
        gap: 6px;
    }

    .df-authority-premium .df-tour-hero__capabilities span {
        min-height: 30px;
        padding: 0 10px;
        font-size: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .df-authority-premium .df-tour-hero__visual img,
    .df-authority-premium .df-tour-feature-grid > a::after {
        transition: none !important;
    }
}

/* ========================================================================== 
   Premium authority propagation — v1.0.129
   Charters, Calendar, Online Booking, Guest Check-In, Fleet & Assets.
   Keeps the v1.0.128 authority system as the visual source of truth while
   giving product-specific media the framing each page actually needs.
   ========================================================================== */

/* Marine imagery benefits from a slightly wider focal crop. */
.df-authority-premium.df-charter-authority .df-tour-hero__visual img {
    object-position: 50% 48%;
}

/* Calendar UI should read as product first, not as a generic photo crop. */
.df-authority-premium.df-calendar-premium .df-tour-hero__visual {
    background:
        radial-gradient(circle at 72% 28%, rgba(43, 221, 127, .09), transparent 34%),
        #0d130f;
}

.df-authority-premium.df-calendar-premium .df-tour-hero__visual img {
    object-position: 50% 50%;
}

/* Booking uses a portrait guest surface. Give it a deliberate product stage
   rather than cropping the phone UI into a landscape photograph ratio. */
.df-authority-premium.df-booking-premium .df-tour-hero__visual,
.df-authority-premium.df-booking-premium .df-tour-ops__visual {
    background:
        radial-gradient(circle at 50% 34%, rgba(43, 221, 127, .12), transparent 36%),
        linear-gradient(155deg, #111914, #090e0b);
}

.df-authority-premium.df-booking-premium .df-tour-hero__visual img {
    object-fit: contain;
    object-position: 50% 18%;
    padding: 24px 19% 0;
}

.df-authority-premium.df-booking-premium .df-tour-ops__visual img {
    object-fit: contain;
    object-position: 50% 18%;
    padding: 30px 22%;
}

/* Guest passes are vertical by nature. Preserve the complete mobile product
   UI in the two supporting chapters instead of cutting it into a 16:9 crop. */
.df-authority-premium.df-checkin-premium .df-tour-ops__visual,
.df-authority-premium.df-checkin-premium .df-tour-wordpress__media {
    background:
        radial-gradient(circle at 50% 32%, rgba(43, 221, 127, .10), transparent 34%),
        linear-gradient(155deg, #101713, #080d0a);
}

.df-authority-premium.df-checkin-premium .df-tour-ops__visual img,
.df-authority-premium.df-checkin-premium .df-tour-wordpress__media img {
    object-fit: contain;
    object-position: center top;
    padding: 30px 24%;
}

/* The second check-in chapter lives on a light section; keep the phone itself
   crisp while preserving the premium dark device stage. */
.df-authority-premium.df-checkin-premium .df-tour-wordpress__media {
    box-shadow: 0 34px 78px rgba(22, 31, 25, .14);
}

/* Fleet product UI is wide and benefits from a slightly higher focal point. */
.df-authority-premium.df-fleet-premium .df-tour-hero__visual img {
    object-position: 50% 42%;
}

@media (max-width: 900px) {
    .df-authority-premium.df-booking-premium .df-tour-hero__visual img {
        object-fit: contain;
        padding: 24px 24% 0;
    }

    .df-authority-premium.df-booking-premium .df-tour-ops__visual img,
    .df-authority-premium.df-checkin-premium .df-tour-ops__visual img,
    .df-authority-premium.df-checkin-premium .df-tour-wordpress__media img {
        padding-right: 28%;
        padding-left: 28%;
    }
}

@media (max-width: 767px) {
    .df-authority-premium.df-booking-premium .df-tour-hero__visual img {
        aspect-ratio: 4 / 3;
        padding: 18px 22% 0;
    }

    .df-authority-premium.df-booking-premium .df-tour-ops__visual img,
    .df-authority-premium.df-checkin-premium .df-tour-ops__visual img,
    .df-authority-premium.df-checkin-premium .df-tour-wordpress__media img {
        aspect-ratio: 4 / 3;
        padding: 22px 25%;
    }
}

@media (max-width: 430px) {
    .df-authority-premium.df-booking-premium .df-tour-hero__visual img {
        padding-right: 18%;
        padding-left: 18%;
    }

    .df-authority-premium.df-booking-premium .df-tour-ops__visual img,
    .df-authority-premium.df-checkin-premium .df-tour-ops__visual img,
    .df-authority-premium.df-checkin-premium .df-tour-wordpress__media img {
        padding-right: 21%;
        padding-left: 21%;
    }
}


/* ========================================================================== 
   Premium authority propagation — v1.0.130
   Rentals, Attractions, Activities & Events, Team Operations, POS & Payments,
   and Reporting & Insights. Completes the sitewide authority-page visual
   system while preserving media that needs product-specific framing.
   ========================================================================== */

/* Rental imagery should keep the physical asset prominent in the cinematic
   hero without drifting toward an overly tight lifestyle crop. */
.df-authority-premium.df-rentals-premium .df-tour-hero__visual img {
    object-position: 50% 48%;
}

/* Attraction arrivals read best with the entrance/guest context preserved. */
.df-authority-premium.df-attractions-premium .df-tour-hero__visual img {
    object-position: 50% 46%;
}

/* Activity photography benefits from a centered action crop while the wide
   calendar chapter remains product-led. */
.df-authority-premium.df-activities-premium .df-tour-hero__visual img {
    object-position: 50% 48%;
}

.df-authority-premium.df-activities-premium .df-tour-ops__visual img {
    object-position: 50% 50%;
}

/* Preserve the people-first composition on the Team page. */
.df-authority-premium.df-team-premium .df-tour-hero__visual img {
    object-position: 50% 48%;
}

/* POS starts with cinematic lifestyle media, but its supporting Booking image
   is a portrait product surface. Stage the full UI instead of cropping it. */
.df-authority-premium.df-pos-premium .df-tour-wordpress__media {
    background:
        radial-gradient(circle at 50% 32%, rgba(43, 221, 127, .10), transparent 34%),
        linear-gradient(155deg, #101713, #080d0a);
    box-shadow: 0 34px 78px rgba(22, 31, 25, .14);
}

.df-authority-premium.df-pos-premium .df-tour-wordpress__media img {
    object-fit: contain;
    object-position: center top;
    padding: 30px 24%;
}

/* Reporting hero media is product UI. Keep the full dashboard legible inside
   the cinematic hero frame instead of turning it into a decorative crop. */
.df-authority-premium.df-reporting-premium .df-tour-hero__visual {
    background:
        radial-gradient(circle at 68% 28%, rgba(43, 221, 127, .09), transparent 34%),
        linear-gradient(155deg, #111914, #090e0b);
}

.df-authority-premium.df-reporting-premium .df-tour-hero__visual img {
    object-fit: contain;
    object-position: 50% 18%;
    padding: 18px 16px 72px;
}

@media (max-width: 900px) {
    .df-authority-premium.df-pos-premium .df-tour-wordpress__media img {
        padding-right: 28%;
        padding-left: 28%;
    }

    .df-authority-premium.df-reporting-premium .df-tour-hero__visual img {
        padding: 18px 16px 78px;
    }
}

@media (max-width: 767px) {
    .df-authority-premium.df-pos-premium .df-tour-wordpress__media img {
        aspect-ratio: 4 / 3;
        padding: 22px 25%;
    }

    .df-authority-premium.df-reporting-premium .df-tour-hero__visual img {
        aspect-ratio: 16 / 10;
        padding: 14px 12px 72px;
    }
}

@media (max-width: 430px) {
    .df-authority-premium.df-pos-premium .df-tour-wordpress__media img {
        padding-right: 21%;
        padding-left: 21%;
    }

    .df-authority-premium.df-reporting-premium .df-tour-hero__visual img {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* ========================================================================== 
   Authority-page visual QA & refinement — v1.0.131
   Sitewide polish after the premium propagation pass. This layer fixes
   responsive composition and pacing without changing SEO/content structure.
   ========================================================================== */

/* The Features hub has seven modules. Give Reporting a deliberate full-width
   closing position instead of leaving a single orphan card on row three. */
@media (min-width: 1081px) {
    .df-authority-premium.df-features-authority .df-tour-feature-grid > a:last-child {
        grid-column: 1 / -1;
        min-height: 244px;
        background:
            radial-gradient(circle at 88% 28%, rgba(43, 221, 127, .11), transparent 22%),
            linear-gradient(145deg, #fff, #f7faf6);
    }

    .df-authority-premium.df-features-authority .df-tour-feature-grid > a:last-child h3 {
        max-width: 680px;
    }

    .df-authority-premium.df-features-authority .df-tour-feature-grid > a:last-child p {
        max-width: 760px;
    }
}

@media (min-width: 701px) and (max-width: 1080px) {
    .df-authority-premium.df-features-authority .df-tour-feature-grid > a:last-child {
        grid-column: 1 / -1;
    }
}

/* Four-module chapters read more intentionally as a 2 × 2 composition than
   as three cards plus one orphan. */
@media (min-width: 701px) {
    .df-authority-premium.df-team-premium .df-tour-feature-grid,
    .df-authority-premium.df-pos-premium .df-tour-feature-grid,
    .df-authority-premium.df-reporting-premium .df-tour-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .df-authority-premium.df-team-premium .df-tour-feature-grid > a,
    .df-authority-premium.df-pos-premium .df-tour-feature-grid > a,
    .df-authority-premium.df-reporting-premium .df-tour-feature-grid > a {
        min-height: 286px;
    }
}

/* The desktop five-step rail should not collapse into an accidental 3 + 2
   layout on tablets. At intermediate widths it becomes a deliberate card
   sequence with the final step closing the row. */
@media (min-width: 768px) and (max-width: 1100px) {
    .df-authority-premium .df-tour-flow__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .df-authority-premium .df-tour-flow__steps::before {
        display: none;
    }

    .df-authority-premium .df-tour-flow__steps li,
    .df-authority-premium .df-tour-flow__steps li:last-child {
        min-height: 216px;
        padding: 27px 26px 28px;
        border: 1px solid rgba(15, 22, 17, .09);
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,250,246,.98));
        box-shadow: 0 12px 34px rgba(22, 31, 25, .035);
    }

    .df-authority-premium .df-tour-flow__steps li:last-child {
        grid-column: 1 / -1;
        min-height: 190px;
    }

    .df-authority-premium .df-tour-flow__steps li > span {
        margin-bottom: 38px;
        box-shadow: none;
    }
}

/* Mobile authority pages should feel editorial, not like a desktop card
   system stacked vertically. Reduce empty card height and vary the rhythm. */
@media (max-width: 767px) {
    .df-authority-premium .df-tour-hero__grid {
        gap: 40px;
    }

    .df-authority-premium .df-tour-hero h1 {
        font-size: clamp(42px, 11.2vw, 58px);
        line-height: .99;
        letter-spacing: -.06em;
    }

    .df-authority-premium .df-tour-hero__actions {
        margin-top: 28px;
    }

    .df-authority-premium .df-tour-hero__capabilities {
        margin-top: 24px;
    }

    .df-authority-premium .df-tour-hero__visual figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
        padding-top: 14px;
    }

    .df-authority-premium .df-tour-hero__visual figcaption strong {
        font-size: 16px;
        line-height: 1.34;
    }

    .df-authority-premium .df-tour-flow,
    .df-authority-premium .df-tour-feature-links,
    .df-authority-premium .df-tour-pressure,
    .df-authority-premium .df-tour-evaluation,
    .df-authority-premium .df-tour-related {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .df-authority-premium .df-tour-flow__steps {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .df-authority-premium .df-tour-flow__steps::before {
        display: none;
    }

    .df-authority-premium .df-tour-flow__steps li,
    .df-authority-premium .df-tour-flow__steps li:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 24px 22px 26px;
        border: 1px solid rgba(15, 22, 17, .09);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 10px 26px rgba(22, 31, 25, .025);
    }

    .df-authority-premium .df-tour-flow__steps li > span {
        width: 34px;
        height: 34px;
        margin-bottom: 28px;
        box-shadow: none;
    }

    .df-authority-premium .df-tour-feature-grid > a {
        min-height: 252px;
        padding: 25px 24px 27px;
    }

    .df-authority-premium .df-tour-feature-grid > a > span {
        margin-bottom: 48px;
    }

    .df-authority-premium .df-tour-feature-grid b {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .df-authority-premium .df-tour-pressure__grid article {
        min-height: 224px;
        padding: 26px 24px;
    }

    .df-authority-premium .df-tour-pressure__grid h3 {
        margin-top: 42px;
    }

    .df-authority-premium .df-tour-ops,
    .df-authority-premium .df-tour-wordpress {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .df-authority-premium .df-tour-final-cta {
        margin-top: 66px;
    }
}

@media (max-width: 430px) {
    .df-authority-premium .df-tour-hero h1 {
        font-size: clamp(41px, 11vw, 49px);
    }

    .df-authority-premium .df-tour-hero__lede {
        font-size: 16px;
        line-height: 1.62;
    }

    .df-authority-premium .df-tour-feature-grid > a,
    .df-authority-premium .df-tour-pressure__grid article {
        border-radius: 21px;
    }
}
