:root {
    --hdt-ink: #111827;
    --hdt-muted: #5b6472;
    --hdt-line: #dce2ea;
    --hdt-surface: #ffffff;
    --hdt-soft: #f4f7fa;
    --hdt-dark: #07111f;
    --hdt-dark-2: #12233a;
    --hdt-accent: #f4b400;
    --hdt-accent-dark: #d99c00;
    --hdt-success: #0f766e;
    --hdt-radius: 22px;
    --hdt-shadow: 0 22px 55px rgba(15, 23, 42, .12);
}

.hdt-denver-generated-page .entry-title,
.hdt-denver-generated-page .page-title {
    display: none !important;
}

.hdt-page,
.hdt-page *,
.hdt-fixed-bar,
.hdt-fixed-bar *,
.hdt-fixed-spacer {
    box-sizing: border-box;
}

body.hdt-denver-generated-page {
    overflow-x: clip;
}

/* Keep generated pages out of narrow theme columns and legacy sidebars. */
body.hdt-denver-generated-page .content-area,
body.hdt-denver-generated-page .site-main,
body.hdt-denver-generated-page main,
body.hdt-denver-generated-page .entry-content,
body.hdt-denver-generated-page .wp-block-post-content,
body.hdt-denver-generated-page article.page {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
}

body.hdt-denver-generated-page .site-content {
    grid-template-columns: minmax(0, 1fr) !important;
}

body.hdt-denver-generated-page #secondary,
body.hdt-denver-generated-page .widget-area,
body.hdt-denver-generated-page aside.sidebar {
    display: none !important;
}

.hdt-page {
    width: calc(100% - 28px);
    max-width: 1180px !important;
    margin: 24px auto 70px !important;
    padding: 0;
    transform: none !important;
    color: var(--hdt-ink);
    font-family: inherit;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

.hdt-page img,
.hdt-page svg,
.hdt-page video,
.hdt-page iframe {
    display: block;
    max-width: 100%;
    height: auto;
}

.hdt-page > *,
.hdt-page section > *,
.hdt-page [class*="grid"] > *,
.hdt-page [class*="split"] > * {
    min-width: 0;
}

.hdt-page h1,
.hdt-page h2,
.hdt-page h3 {
    color: var(--hdt-ink);
    line-height: 1.13;
    letter-spacing: -.025em;
    margin-top: 0;
}

.hdt-page h2 {
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    margin-bottom: 22px;
}

.hdt-page h3 {
    font-size: 1.2rem;
}

.hdt-page p {
    font-size: 1.03rem;
    margin: 0 0 18px;
}

.hdt-page a {
    text-underline-offset: 3px;
}

.hdt-fixed-bar {
    position: fixed;
    z-index: 999999;
    top: var(--wp-admin--admin-bar--height, 0px);
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    min-height: 72px;
    overflow-x: clip;
    color: #fff;
    background: rgba(7, 17, 31, .97);
    border-bottom: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 12px 36px rgba(0,0,0,.22);
    backdrop-filter: blur(14px);
}

.admin-bar .hdt-fixed-bar {
    top: 32px;
}

.hdt-fixed-spacer {
    height: 72px;
}

.hdt-fixed-inner {
    width: calc(100% - 28px);
    max-width: min(1180px, 100%);
    min-height: 72px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px) auto;
    align-items: center;
    gap: 24px;
}

.hdt-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    text-decoration: none !important;
    min-width: 0;
}

.hdt-brand img,
.hdt-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: contain;
    flex: 0 0 42px;
}

.hdt-brand-mark {
    display: grid;
    place-items: center;
    background: var(--hdt-accent);
    color: var(--hdt-dark);
    font-weight: 900;
    letter-spacing: -.04em;
}

.hdt-brand-copy {
    display: grid;
    min-width: 0;
    line-height: 1.12;
}

.hdt-brand-copy strong {
    font-size: .98rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hdt-brand-copy small {
    margin-top: 4px;
    color: #b8c5d5;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .66rem;
}

.hdt-header-address {
    margin-left: auto;
    color: #d7e0ea;
    font-size: .85rem;
    text-align: right;
    max-width: 300px;
}

.hdt-header-call {
    margin-left: auto;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
    padding: 10px 15px;
    border: 0 !important;
    border-radius: 14px;
    color: var(--hdt-dark) !important;
    background: var(--hdt-accent);
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(244, 180, 0, .22);
}

.hdt-header-address + .hdt-header-call {
    margin-left: 0;
}

.hdt-header-call span {
    text-transform: uppercase;
    font-size: .67rem;
    letter-spacing: .11em;
    font-weight: 800;
}

.hdt-header-call strong {
    white-space: nowrap;
    font-size: .95rem;
}

/* Prevent active themes from adding arrows, bars, or oversized pseudo-elements to the CTA. */
.hdt-header-call::after {
    content: none !important;
    display: none !important;
}

.hdt-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(500px, 48vw, 565px);
    display: flex;
    align-items: end;
    padding: clamp(28px, 6vw, 72px);
    border-radius: 30px;
    background:
        radial-gradient(circle at 78% 24%, rgba(244,180,0,.24), transparent 28%),
        linear-gradient(125deg, rgba(7,17,31,.97), rgba(18,35,58,.90)),
        var(--hdt-hero-image, none) center / cover no-repeat;
    box-shadow: var(--hdt-shadow);
    isolation: isolate;
}

.hdt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}

.hdt-hero::after {
    content: "18";
    position: absolute;
    right: -20px;
    top: -65px;
    z-index: -1;
    font: 900 clamp(14rem, 33vw, 26rem)/1 sans-serif;
    color: rgba(255,255,255,.035);
    letter-spacing: -.12em;
}

.hdt-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -3;
    background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.35));
}

.hdt-hero-content {
    max-width: 870px;
    color: #fff;
}

.hdt-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.hdt-hero-badges span,
.hdt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 850;
    font-size: .68rem;
}

.hdt-hero-badges span {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #e7edf4;
}

.hdt-eyebrow {
    margin-bottom: 14px;
    color: var(--hdt-success);
}

.hdt-eyebrow::before {
    content: "";
    width: 26px;
    height: 3px;
    border-radius: 99px;
    background: var(--hdt-accent);
}

.hdt-hero h1 {
    max-width: 900px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(2.55rem, 6.1vw, 5.4rem);
    line-height: .98;
    letter-spacing: -.055em;
}

.hdt-hero > .hdt-hero-content > p {
    max-width: 790px;
    color: #d6e0eb;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hdt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hdt-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hdt-btn:hover {
    transform: translateY(-2px);
}

.hdt-btn-primary {
    color: var(--hdt-dark) !important;
    background: var(--hdt-accent);
    box-shadow: 0 14px 30px rgba(244,180,0,.2);
}

.hdt-btn-primary:hover {
    background: #ffc62b;
}

.hdt-btn-secondary {
    color: inherit !important;
    background: transparent;
    border-color: currentColor;
}

.hdt-hero .hdt-btn-secondary {
    color: #fff !important;
    border-color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.05);
}

.hdt-disclaimer {
    margin-top: 18px !important;
    color: #aebdcd !important;
    font-size: .82rem !important;
}

.hdt-section {
    margin-top: 34px;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid var(--hdt-line);
    border-radius: var(--hdt-radius);
    background: var(--hdt-surface);
    box-shadow: 0 12px 38px rgba(15,23,42,.055);
}

.hdt-intro-grid,
.hdt-split,
.hdt-business-section {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.hdt-info-card,
.hdt-callout,
.hdt-trust-card {
    padding: 26px;
    border-radius: 18px;
    background: var(--hdt-soft);
    border: 1px solid var(--hdt-line);
}

.hdt-info-card h3,
.hdt-callout h3,
.hdt-trust-card h3 {
    margin-bottom: 16px;
}

.hdt-info-card dl,
.hdt-info-card dl div {
    margin: 0;
}

.hdt-info-card dl div {
    padding: 13px 0;
    border-top: 1px solid var(--hdt-line);
}

.hdt-info-card dt {
    color: var(--hdt-muted);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.hdt-info-card dd {
    margin: 4px 0 0;
    font-weight: 720;
}

.hdt-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hdt-service-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border: 1px solid var(--hdt-line);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.hdt-service-card:hover {
    transform: translateY(-4px);
    border-color: #bbc7d5;
    box-shadow: 0 16px 35px rgba(15,23,42,.09);
}

.hdt-service-card h3 {
    margin: 12px 0 10px;
}

.hdt-service-card p {
    flex: 1;
    color: var(--hdt-muted);
    font-size: .93rem;
}

.hdt-service-card a {
    font-weight: 800;
    color: #0b5f89;
}

.hdt-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: var(--hdt-dark);
    background: var(--hdt-accent);
    font-weight: 900;
}

.hdt-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hdt-steps li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid var(--hdt-line);
}

.hdt-steps li > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--hdt-dark);
    background: var(--hdt-accent);
    font-weight: 900;
}

.hdt-steps h3 {
    margin: 0 0 6px;
}

.hdt-steps p {
    margin: 0;
    color: var(--hdt-muted);
    font-size: .94rem;
}

.hdt-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hdt-checklist li {
    position: relative;
    padding: 10px 0 10px 28px;
    border-top: 1px solid var(--hdt-line);
}

.hdt-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--hdt-success);
    font-weight: 900;
}

.hdt-local-history {
    position: relative;
    overflow: hidden;
    color: #dce7f3;
    background: linear-gradient(145deg, var(--hdt-dark), var(--hdt-dark-2));
    border-color: rgba(255,255,255,.08);
}

.hdt-local-history::after {
    content: "MILE HIGH";
    position: absolute;
    right: -22px;
    bottom: -18px;
    color: rgba(255,255,255,.04);
    font-weight: 900;
    font-size: clamp(4rem, 12vw, 10rem);
    line-height: .8;
    letter-spacing: -.08em;
}

.hdt-local-history h2,
.hdt-local-history .hdt-eyebrow {
    color: #fff;
}

.hdt-local-history p {
    position: relative;
    z-index: 1;
    max-width: 920px;
    color: #c5d2e0;
}

.hdt-trust-card {
    color: #dce7f3;
    background: var(--hdt-dark);
    border-color: var(--hdt-dark);
}

.hdt-trust-card h3 {
    color: #fff;
}

.hdt-trust-card .hdt-btn {
    width: 100%;
    color: #fff !important;
}

.hdt-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hdt-review-card {
    margin: 0;
    padding: 24px;
    border: 1px solid var(--hdt-line);
    border-radius: 18px;
    background: var(--hdt-soft);
}

.hdt-stars {
    color: #bd8100;
    letter-spacing: .08em;
}

.hdt-review-card blockquote {
    margin: 15px 0;
    font-size: 1rem;
}

.hdt-review-card figcaption {
    color: var(--hdt-muted);
    font-weight: 800;
}

.hdt-review-note {
    margin-top: 18px !important;
    color: var(--hdt-muted);
    font-size: .82rem !important;
}

.hdt-review-empty {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 26px;
    border-radius: 18px;
    border: 1px dashed #aab7c6;
    background: var(--hdt-soft);
}

.hdt-review-empty p {
    margin-bottom: 0;
    color: var(--hdt-muted);
}

.hdt-link-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hdt-link-columns > div {
    padding: 22px;
    border-radius: 17px;
    background: var(--hdt-soft);
}

.hdt-link-columns ul {
    margin: 0;
    padding-left: 20px;
}

.hdt-link-columns li {
    padding: 6px 0;
}

.hdt-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hdt-resource-grid a {
    display: grid;
    gap: 7px;
    padding: 24px;
    border-radius: 18px;
    color: var(--hdt-ink) !important;
    text-decoration: none !important;
    background: var(--hdt-soft);
    border: 1px solid var(--hdt-line);
}

.hdt-resource-grid span {
    color: var(--hdt-muted);
}

.hdt-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 26px;
}

.hdt-detail-card {
    padding: 21px;
    border: 1px solid var(--hdt-line);
    border-radius: 17px;
    background: var(--hdt-soft);
}

.hdt-detail-card span {
    display: block;
    color: var(--hdt-success);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.hdt-detail-card p {
    margin: 8px 0 0;
    font-weight: 740;
    font-size: .94rem;
}

.hdt-mini-call {
    display: block;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    text-align: center;
    color: var(--hdt-dark) !important;
    background: var(--hdt-accent);
    text-decoration: none !important;
    font-weight: 900;
}

.hdt-faq-list {
    display: grid;
    gap: 10px;
}

.hdt-faq-list details {
    border: 1px solid var(--hdt-line);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.hdt-faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 54px 18px 20px;
    position: relative;
    font-weight: 820;
}

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

.hdt-faq-list summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--hdt-soft);
}

.hdt-faq-list details[open] summary::after {
    content: "−";
}

.hdt-faq-list details > div {
    padding: 0 20px 18px;
    color: var(--hdt-muted);
}

.hdt-faq-list details p {
    margin: 0;
    font-size: .95rem;
}

.hdt-final-cta {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    padding: clamp(30px, 5vw, 58px);
    border-radius: var(--hdt-radius);
    color: #fff;
    background: linear-gradient(135deg, var(--hdt-dark), #183557);
    box-shadow: var(--hdt-shadow);
}

.hdt-final-cta h2,
.hdt-final-cta .hdt-eyebrow {
    color: #fff;
}

.hdt-final-cta h2 {
    margin-bottom: 10px;
}

.hdt-final-cta p {
    margin: 0;
    color: #c7d5e4;
}

.hdt-final-cta .hdt-btn {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    .hdt-intro-grid,
    .hdt-split,
    .hdt-business-section {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdt-card-grid,
    .hdt-review-grid,
    .hdt-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hdt-header-address {
        display: none;
    }

    .hdt-fixed-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
    }
}

@media (max-width: 782px) {
    .admin-bar .hdt-fixed-bar {
        top: 46px;
    }
}

@media (max-width: 640px) {
    .hdt-page {
        width: calc(100% - 16px);
        margin-top: 8px !important;
        margin-bottom: 42px !important;
        line-height: 1.64;
    }

    .hdt-page h2 {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
        margin-bottom: 16px;
    }

    .hdt-page h3 {
        font-size: 1.08rem;
    }

    .hdt-page p {
        font-size: 1rem;
    }

    .hdt-fixed-bar,
    .hdt-fixed-inner {
        min-height: 64px;
    }

    .hdt-fixed-spacer {
        height: 64px;
    }

    .hdt-fixed-inner {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        padding-left: max(10px, env(safe-area-inset-left));
        padding-right: max(10px, env(safe-area-inset-right));
        gap: 10px;
    }

    .hdt-brand {
        gap: 8px;
    }

    .hdt-brand-mark,
    .hdt-brand img {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 10px;
    }

    .hdt-brand-copy strong {
        max-width: none;
        font-size: .82rem;
        line-height: 1.12;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hdt-brand-copy small {
        font-size: .56rem;
    }

    .hdt-header-call {
        margin-left: 0;
        min-width: 44px;
        min-height: 44px;
        max-width: 120px;
        padding: 8px 11px;
        border-radius: 12px;
        white-space: nowrap;
        overflow: hidden;
    }

    .hdt-header-call span {
        display: none;
    }

    .hdt-header-call strong {
        font-size: .76rem;
    }

    .hdt-hero {
        min-height: 0;
        align-items: flex-start;
        padding: clamp(28px, 9vw, 38px) 20px;
        border-radius: 20px;
    }

    .hdt-hero::after {
        right: -12px;
        top: -28px;
        font-size: clamp(9rem, 45vw, 15rem);
    }

    .hdt-hero h1 {
        font-size: clamp(2rem, 10.5vw, 3rem);
        line-height: 1.03;
        letter-spacing: -.04em;
        text-wrap: balance;
    }

    .hdt-hero > .hdt-hero-content > p {
        font-size: 1.02rem;
    }

    .hdt-hero-badges span:nth-child(n+3) {
        display: none;
    }

    .hdt-section {
        margin-top: 18px;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .hdt-info-card,
    .hdt-callout,
    .hdt-trust-card,
    .hdt-service-card,
    .hdt-review-card,
    .hdt-resource-grid a,
    .hdt-detail-card {
        padding: 20px;
    }

    .hdt-card-grid,
    .hdt-review-grid,
    .hdt-link-columns,
    .hdt-resource-grid,
    .hdt-detail-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .hdt-link-columns {
        gap: 14px;
    }

    .hdt-link-columns > div {
        padding: 18px;
    }

    .hdt-review-empty,
    .hdt-final-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .hdt-final-cta {
        margin-top: 18px;
        padding: 28px 20px;
        border-radius: 18px;
    }

    .hdt-final-cta .hdt-btn {
        width: 100%;
    }

    .hdt-faq-list summary {
        padding: 16px 48px 16px 16px;
    }

    .hdt-faq-list details > div {
        padding: 0 16px 16px;
    }
}

@media (max-width: 480px) {
    .hdt-brand-copy small {
        display: none;
    }

    .hdt-header-call strong {
        display: none;
    }

    .hdt-header-call span {
        display: inline;
        font-size: .67rem;
        letter-spacing: .08em;
    }

    .hdt-header-call::before {
        content: "\260E\FE0E";
        flex: 0 0 auto;
        font-family: Arial, sans-serif;
        font-size: 1rem;
        line-height: 1;
    }

    .hdt-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .hdt-btn {
        width: 100%;
        min-height: 48px;
        padding-inline: 14px;
        text-align: center;
    }

    .hdt-steps li {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 10px;
    }

    .hdt-steps li > span {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 360px) {
    .hdt-fixed-inner {
        padding-inline: 8px;
        gap: 7px;
    }

    .hdt-brand-mark,
    .hdt-brand img {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .hdt-brand-copy strong {
        font-size: .75rem;
    }

    .hdt-header-call {
        padding: 7px 9px;
    }

    .hdt-section {
        padding-inline: 15px;
    }

    .hdt-hero {
        padding-inline: 16px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .hdt-hero {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hdt-page *,
    .hdt-page *::before,
    .hdt-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .hdt-fixed-bar,
    .hdt-fixed-spacer,
    .hdt-hero-actions,
    .hdt-final-cta {
        display: none !important;
    }
    .hdt-page {
        width: 100%;
        max-width: none !important;
        margin: 0 !important;
        transform: none !important;
    }
    .hdt-section,
    .hdt-hero {
        box-shadow: none;
        break-inside: avoid;
    }
}

/* Branded generated-page footer added in 1.0.2. */
.hdt-plugin-footer,
.hdt-plugin-footer * {
    box-sizing: border-box;
}

.hdt-plugin-footer {
    width: calc(100% - 28px);
    max-width: 1180px;
    margin: -34px auto 46px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 24px;
    color: #dce6f1;
    background:
        radial-gradient(circle at 86% 10%, rgba(244,180,0,.18), transparent 30%),
        linear-gradient(140deg, var(--hdt-dark), var(--hdt-dark-2));
    box-shadow: var(--hdt-shadow);
    font-family: inherit;
    overflow-wrap: anywhere;
}

.hdt-footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .9fr);
    gap: clamp(30px, 6vw, 72px);
    padding: clamp(30px, 5vw, 56px);
}

.hdt-footer-brand,
.hdt-footer-nav-wrap,
.hdt-footer-nav {
    min-width: 0;
}

.hdt-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    max-width: 100%;
    color: #fff !important;
    text-decoration: none !important;
}

.hdt-footer-logo img,
.hdt-footer-mark {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 13px;
    object-fit: contain;
}

.hdt-footer-mark {
    display: grid;
    place-items: center;
    color: var(--hdt-dark);
    background: var(--hdt-accent);
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -.05em;
}

.hdt-footer-logo > span:last-child {
    display: grid;
    min-width: 0;
    line-height: 1.13;
}

.hdt-footer-logo strong {
    color: #fff;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hdt-footer-logo small {
    margin-top: 5px;
    color: #aebdcd;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hdt-footer-brand > p {
    max-width: 640px;
    margin: 20px 0 0;
    color: #bdcad8;
    font-size: .98rem;
    line-height: 1.7;
}

.hdt-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hdt-footer-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 820;
    line-height: 1.2;
}

.hdt-footer-actions .hdt-footer-call {
    border-color: var(--hdt-accent);
    color: var(--hdt-dark) !important;
    background: var(--hdt-accent);
}

.hdt-footer-actions a:hover,
.hdt-footer-nav a:hover,
.hdt-footer-bottom a:hover {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.hdt-footer-nav-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.hdt-footer-nav h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: .82rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hdt-footer-nav ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hdt-footer-nav li {
    margin: 0;
    padding: 0;
}

.hdt-footer-nav a {
    color: #c8d5e3 !important;
    text-decoration: none !important;
    font-size: .94rem;
    line-height: 1.4;
}

.hdt-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px clamp(30px, 5vw, 56px);
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.14);
}

.hdt-footer-bottom p {
    margin: 0;
    color: #9fb0c2;
    font-size: .82rem;
    line-height: 1.5;
}

.hdt-footer-bottom a {
    flex: 0 0 auto;
    color: #f3c64e !important;
    text-decoration: none !important;
    font-size: .83rem;
    font-weight: 800;
}

@media (max-width: 780px) {
    .hdt-plugin-footer {
        margin-top: -18px;
    }

    .hdt-footer-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }

    .hdt-footer-nav-wrap {
        max-width: 540px;
    }
}

@media (max-width: 640px) {
    .hdt-plugin-footer {
        width: calc(100% - 16px);
        margin: -20px auto 30px;
        border-radius: 18px;
    }

    .hdt-footer-inner {
        padding: 28px 20px;
    }

    .hdt-footer-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .hdt-footer-actions a {
        width: 100%;
        text-align: center;
    }

    .hdt-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding: 17px 20px;
    }
}

@media (max-width: 420px) {
    .hdt-footer-nav-wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .hdt-footer-logo img,
    .hdt-footer-mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
}


/* Version 1.0.4: keep the fixed mobile CTA inside the viewport, including iPhone safe areas. */
/* Version 1.0.3: replace the theme footer only on generated pages. */
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer #colophon:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer #main-footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer #footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer #footer-bottom:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .site-footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .site-footer-wrap:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .site-info:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .footer-widgets:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .footer-widget-area:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .footer-bottom:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .elementor-location-footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer [data-elementor-type="footer"]:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer footer.wp-block-template-part:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .wp-site-blocks > footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .kadence-footer-wrap:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .nv-footer-content:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer footer[role="contentinfo"]:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer > footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer #page > footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer #page-container > footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .site > footer:not(.hdt-plugin-footer),
body.hdt-denver-generated-page.hdt-denver-replace-theme-footer [data-hdt-theme-footer-hidden="1"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

body.hdt-denver-generated-page.hdt-denver-replace-theme-footer .hdt-plugin-footer {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
}
