/*
Theme Name: D&K Event More
Theme URI: https://dk-event-more.de/
Author: OpenAI Codex
Description: Eigenstaendiges WordPress-Theme fuer D&K Event & More mit bearbeitbarer Startseite, WooCommerce-Unterstuetzung und Eventfokus.
Version: 1.1.0
Text Domain: dk-event-more-standalone
*/

:root {
    --dk-bg: #0b1220;
    --dk-surface: #111a2b;
    --dk-surface-soft: #182338;
    --dk-card: rgba(17, 26, 43, 0.82);
    --dk-border: rgba(255, 255, 255, 0.1);
    --dk-text: #edf2f7;
    --dk-text-soft: #b8c2d1;
    --dk-primary: #f0b429;
    --dk-primary-strong: #d99100;
    --dk-accent: #ea580c;
    --dk-purple: #6d28d9;
    --dk-purple-soft: #8b5cf6;
    --dk-success: #22c55e;
    --dk-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --dk-radius-lg: 28px;
    --dk-radius-md: 18px;
    --dk-radius-sm: 12px;
    --dk-max: 1240px;
    --dk-body-font: "Source Sans Pro", "Segoe UI", sans-serif;
    --dk-heading-font: "Oswald", "Arial Narrow", sans-serif;
}

/* Emergency homepage layout fix */
.dk-home,
.dkp-home {
    width: 100%;
    overflow-x: clip;
}

.dk-home > section,
.dkp-home > section {
    width: 100%;
}

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

.dk-home .dk-section,
.dk-home .dkp-section,
.dk-home .dkp-usps,
.dkp-home .dk-section,
.dkp-home .dkp-section,
.dkp-home .dkp-usps {
    position: relative;
}

.dk-home .dkp-section-intro,
.dkp-home .dkp-section-intro {
    margin-left: 0;
    margin-right: auto;
}

.dk-home .dkp-usps-grid,
.dkp-home .dkp-usps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dk-home .dkp-card-grid-offers,
.dkp-home .dkp-card-grid-offers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.dk-home .dkp-event-grid,
.dkp-home .dkp-event-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dk-home .dkp-process-grid,
.dkp-home .dkp-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.dk-home .dkp-gallery-grid,
.dkp-home .dkp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dk-home .dkp-faq-list,
.dkp-home .dkp-faq-list {
    display: grid;
    gap: 16px;
}

.dk-home .dkp-story-grid,
.dkp-home .dkp-story-grid,
.dk-home .dkp-hero-grid,
.dkp-home .dkp-hero-grid,
.dk-home .dkp-final-cta-card,
.dkp-home .dkp-final-cta-card {
    display: grid;
}

.dk-home .dk-image-fallback,
.dkp-home .dk-image-fallback {
    min-height: 260px;
}

@media (max-width: 1024px) {
    .dk-home .dkp-card-grid-offers,
    .dkp-home .dkp-card-grid-offers,
    .dk-home .dkp-event-grid,
    .dkp-home .dkp-event-grid,
    .dk-home .dkp-gallery-grid,
    .dkp-home .dkp-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dk-home .dkp-process-grid,
    .dkp-home .dkp-process-grid,
    .dk-home .dkp-usps-grid,
    .dkp-home .dkp-usps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dk-home .dk-container,
    .dk-home .dk-shell,
    .dk-home .dkp-shell,
    .dkp-home .dk-container,
    .dkp-home .dk-shell,
    .dkp-home .dkp-shell {
        width: min(100% - 24px, 1180px);
    }

    .dk-home .dkp-card-grid-offers,
    .dkp-home .dkp-card-grid-offers,
    .dk-home .dkp-event-grid,
    .dkp-home .dkp-event-grid,
    .dk-home .dkp-process-grid,
    .dkp-home .dkp-process-grid,
    .dk-home .dkp-gallery-grid,
    .dkp-home .dkp-gallery-grid,
    .dk-home .dkp-usps-grid,
    .dkp-home .dkp-usps-grid {
        grid-template-columns: 1fr;
    }
}

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

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
}

body {
    background: var(--dk-cream-soft, #fffaf3);
    color: var(--dk-text, #161616);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.dk-section {
    padding: 96px 0;
}

/* Premium homepage rebuild */
:root {
    --color-dark: #070b14;
    --color-dark-soft: #0b1020;
    --color-gold: #ffb238;
    --color-gold-dark: #f59e0b;
    --color-cream: #fff6e7;
    --color-cream-soft: #fffaf3;
    --color-text: #161616;
    --color-muted: #6b7280;
    --radius-lg: 28px;
    --radius-md: 18px;
    --shadow-soft: 0 24px 80px rgba(7, 11, 20, 0.16);
}

.dkp-home {
    background: linear-gradient(180deg, #fffaf3 0%, #fffdf9 28%, #fff6e7 100%);
    color: var(--color-text);
}

.dkp-shell {
    width: min(100% - 32px, 1240px);
    margin: 0 auto;
}

.dkp-section {
    padding: 104px 0;
}

.dkp-section-white {
    background: #fffdf9;
}

.dkp-section-cream {
    background: var(--color-cream-soft);
}

.dkp-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #b7791f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dkp-section-intro {
    max-width: 760px;
    margin-bottom: 40px;
}

.dkp-section-intro h2,
.dkp-story-copy h2,
.dkp-final-cta-copy h2 {
    margin: 0 0 16px;
    color: var(--color-text);
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
    font-weight: 900;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dkp-section-intro p,
.dkp-story-copy p,
.dkp-final-cta-copy p,
.dkp-offer-body p,
.dkp-process-card p,
.dkp-faq-item p,
.dkp-usp-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.dkp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.dkp-button:hover,
.dkp-button:focus-visible {
    transform: translateY(-2px);
}

.dkp-button-primary {
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
    color: #1a1307;
    box-shadow: 0 18px 36px rgba(245, 162, 35, 0.26);
}

.dkp-button-secondary,
.dkp-button-tertiary {
    background: rgba(11, 16, 32, 0.04);
    border-color: rgba(11, 16, 32, 0.12);
    color: var(--color-text);
}

.dkp-button-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.24);
}

.dkp-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 280px;
    padding: 24px;
    border: 1px dashed rgba(11, 16, 32, 0.18);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 178, 56, 0.18), rgba(255, 246, 231, 0.9));
    color: #6b4b1d;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.dk-image-fallback {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 178, 56, 0.28), transparent 35%),
        linear-gradient(135deg, rgba(255, 248, 239, 0.98), rgba(255, 241, 214, 0.86));
    box-shadow: inset 0 0 0 1px rgba(11, 16, 32, 0.08);
}

.dk-image-fallback-dark {
    background:
        radial-gradient(circle at top right, rgba(255, 178, 56, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(16, 24, 44, 0.96), rgba(11, 16, 32, 0.88));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dk-image-fallback-hero {
    min-height: 340px;
}

.dkp-media-placeholder-dark {
    background: linear-gradient(135deg, rgba(255, 178, 56, 0.1), rgba(11, 16, 32, 0.8));
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff1d6;
}

.dkp-hero {
    padding: 44px 0 28px;
    background: linear-gradient(180deg, #0b1020 0%, #11182d 100%);
}

.dkp-hero-stage {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    border-radius: 32px;
    background-color: #141927;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-soft);
}

.dkp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 11, 20, 0.86) 0%, rgba(7, 11, 20, 0.78) 28%, rgba(7, 11, 20, 0.3) 62%, rgba(7, 11, 20, 0.12) 100%);
}

.dkp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    min-height: 720px;
    padding: 72px;
}

.dkp-hero-copy {
    max-width: 520px;
}

.dkp-hero h1 {
    margin: 0 0 18px;
    color: #fffdf7;
    font-size: clamp(3rem, 5.8vw, 5.4rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.dkp-hero-text {
    margin: 0 0 28px;
    color: rgba(255, 247, 235, 0.9);
    font-size: 1.08rem;
    line-height: 1.75;
}

.dkp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.dkp-hero-trust {
    color: rgba(255, 244, 229, 0.84);
    font-size: 0.98rem;
    font-weight: 600;
}

.dkp-hero-visual {
    min-height: 280px;
}

.dkp-usps {
    position: relative;
    z-index: 2;
    margin-top: -48px;
    padding-bottom: 20px;
}

.dkp-usps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dkp-usp-card,
.dkp-offer-card,
.dkp-process-card,
.dkp-gallery-card,
.dkp-faq-item {
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
}

.dkp-usp-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(11, 16, 32, 0.08);
}

.dkp-usp-icon,
.dkp-event-chip-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
    box-shadow: 0 0 0 8px rgba(255, 178, 56, 0.12);
}

.dkp-usp-card h3,
.dkp-offer-body h3,
.dkp-process-card h3 {
    margin: 0 0 10px;
    color: var(--color-text);
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 800;
}

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

.dkp-offer-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(11, 16, 32, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.dkp-offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 90px rgba(7, 11, 20, 0.14);
}

.dkp-offer-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.dkp-offer-media img,
.dkp-hero-visual img,
.dkp-story-media img,
.dkp-gallery-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dkp-hero-visual {
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(7, 11, 20, 0.26);
}

.dkp-offer-body {
    padding: 28px;
}

.dkp-card-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #b7791f;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dkp-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 36px;
    align-items: center;
}

.dkp-story-grid-reverse {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.dkp-story-media {
    overflow: hidden;
    border-radius: 32px;
    min-height: 520px;
    background: #f4ede0;
    box-shadow: var(--shadow-soft);
}

.dkp-story-copy {
    padding: 18px 8px;
}

.dkp-story-note {
    margin-top: 18px;
    margin-bottom: 22px !important;
    color: #8b5e18 !important;
    font-weight: 700;
}

.dkp-story-dark {
    background: linear-gradient(180deg, #0b1020 0%, #11182d 100%);
}

.dkp-story-dark .dkp-story-copy h2,
.dkp-story-dark .dkp-story-copy p,
.dkp-story-dark .dkp-story-copy li,
.dkp-story-dark .dkp-eyebrow {
    color: #fff8ef;
}

.dkp-story-dark .dkp-story-copy p {
    color: rgba(255, 248, 239, 0.82);
}

.dkp-check-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.dkp-check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.65;
}

.dkp-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
}

.dkp-event-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.dkp-event-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    padding: 18px 20px;
    border: 1px solid rgba(11, 16, 32, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(7, 11, 20, 0.06);
    font-weight: 700;
    color: var(--color-text);
}

.dkp-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.dkp-process-card {
    padding: 28px 24px;
    border: 1px solid rgba(11, 16, 32, 0.08);
    background: #ffffff;
}

.dkp-process-step {
    display: inline-block;
    margin-bottom: 18px;
    color: #b7791f;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.dkp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.dkp-gallery-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(11, 16, 32, 0.08);
}

.dkp-gallery-media {
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.dkp-gallery-card img {
    transition: transform 0.35s ease;
}

.dkp-gallery-card:hover img {
    transform: scale(1.04);
}

.dkp-gallery-card figcaption {
    padding: 18px 20px;
    color: var(--color-text);
    font-weight: 700;
}

.dkp-faq-shell {
    display: grid;
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.dkp-faq-list {
    display: grid;
    gap: 14px;
}

.dkp-faq-item {
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid rgba(11, 16, 32, 0.08);
}

.dkp-faq-item summary {
    cursor: pointer;
    list-style: none;
    color: var(--color-text);
    font-size: 1.06rem;
    font-weight: 800;
}

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

.dkp-faq-item p {
    margin-top: 14px;
}

.dkp-final-cta {
    background: linear-gradient(180deg, #fff8ef 0%, #fff3df 100%);
}

.dkp-final-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    padding: 38px;
    border-radius: 32px;
    background: linear-gradient(135deg, #0b1020, #1a1432);
    box-shadow: var(--shadow-soft);
}

.dkp-final-cta-copy h2,
.dkp-final-cta-copy p,
.dkp-final-cta-copy .dkp-eyebrow {
    color: #fff8ef;
}

.dkp-final-cta-copy p {
    color: rgba(255, 248, 239, 0.84);
    margin-bottom: 24px;
}

.dkp-final-form {
    padding: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
}

.home .dk-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    background: rgba(7, 11, 20, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home .dk-nav-wrap {
    background: transparent;
}

.home .dk-brand-copy strong,
.home .dk-brand-copy small,
.home .dk-menu a,
.home .dk-mobile-menu a {
    color: #fff8ef;
}

.home .dk-header-cta {
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
    color: #1a1307;
}

.home .dk-site-footer {
    background: #070b14;
}

@media (max-width: 1100px) {
    .dkp-section {
        padding: 84px 0;
    }

    .dkp-hero-stage,
    .dkp-hero-grid {
        min-height: 640px;
    }

    .dkp-usps-grid,
    .dkp-event-grid,
    .dkp-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dkp-faq-shell,
    .dkp-final-cta-card,
    .dkp-story-grid,
    .dkp-story-grid-reverse {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 820px) {
    .dkp-hero-grid {
        grid-template-columns: 1fr;
        padding: 52px 28px;
        min-height: auto;
    }

    .dkp-hero-stage {
        min-height: 0;
    }

    .dkp-hero-copy {
        max-width: none;
        text-align: center;
    }

    .dkp-hero-actions {
        justify-content: center;
    }

    .dkp-hero-visual {
        min-height: 320px;
    }

    .dkp-card-grid-offers,
    .dkp-gallery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dk-container {
        width: min(100% - 24px, 1180px);
    }

    .dk-section {
        padding: 64px 0;
    }

    .dkp-shell {
        width: min(100% - 24px, 1240px);
    }

    .dkp-section {
        padding: 64px 0;
    }

    .dkp-hero {
        padding-top: 24px;
    }

    .dkp-hero-stage {
        border-radius: 26px;
    }

    .dkp-hero-grid {
        padding: 34px 20px 26px;
    }

    .dkp-hero h1 {
        font-size: clamp(2.25rem, 11vw, 2.8rem);
    }

    .dkp-hero-text,
    .dkp-hero-trust,
    .dkp-section-intro p,
    .dkp-offer-body p,
    .dkp-story-copy p,
    .dkp-process-card p,
    .dkp-faq-item p {
        font-size: 0.98rem;
    }

    .dkp-usps {
        margin-top: -24px;
    }

    .dkp-usps-grid,
    .dkp-event-grid,
    .dkp-process-grid {
        grid-template-columns: 1fr;
    }

    .dkp-final-cta-card,
    .dkp-final-form {
        padding: 22px;
    }
}

/* Homepage refresh */
.dk-homepage-light {
    background:
        radial-gradient(circle at top right, rgba(255, 182, 72, 0.10), transparent 28%),
        linear-gradient(180deg, #fffaf2 0%, #fff6ec 38%, #fffdf9 100%);
}

.dk-homepage-light .dk-section {
    padding: 88px 0;
}

.dk-homepage-light .dk-section-intro {
    max-width: 840px;
}

.dk-homepage-light .dk-section-intro h2,
.dk-homepage-light .dk-process-card h3,
.dk-homepage-light .dk-offer-card h3,
.dk-homepage-light .dk-pricing-card h2,
.dk-homepage-light .dk-faq-item summary,
.dk-homepage-light .dk-list-card h3 {
    color: #181513;
}

.dk-homepage-light .dk-section-intro p,
.dk-homepage-light .dk-process-card p,
.dk-homepage-light .dk-offer-card p,
.dk-homepage-light .dk-pricing-card p,
.dk-homepage-light .dk-faq-answer p,
.dk-homepage-light .dk-list-card {
    color: #5a4a3f;
}

.dk-homepage-light .dk-section-label {
    color: #b7791f;
}

.dk-homepage-light .dk-hero {
    padding-top: 42px;
}

.dk-homepage-light .dk-hero-stage {
    max-width: 1360px;
    min-height: 90vh;
    height: 90vh;
    border-radius: 0 0 32px 32px;
    box-shadow: none;
}

.dk-homepage-light .dk-hero-stage::before {
    background:
        linear-gradient(90deg, rgba(8, 7, 10, 0.84) 0%, rgba(8, 7, 10, 0.72) 24%, rgba(8, 7, 10, 0.36) 52%, rgba(8, 7, 10, 0.10) 100%),
        linear-gradient(180deg, rgba(10, 10, 14, 0.10) 0%, rgba(10, 10, 14, 0.42) 100%);
}

.dk-homepage-light .dk-hero-grid {
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    padding: 72px 80px 124px;
}

.dk-homepage-light .dk-hero-copy {
    max-width: 520px;
    padding: 0;
}

.dk-homepage-light .dk-hero-copy::before {
    inset: -26px -26px -30px -26px;
    background: linear-gradient(180deg, rgba(8, 8, 10, 0.52), rgba(8, 8, 10, 0.28));
    backdrop-filter: blur(1px);
    box-shadow: none;
}

.dk-homepage-light .dk-eyebrow {
    color: #f7e4b8;
    font-size: 0.82rem;
}

.dk-homepage-light .dk-hero h1 {
    margin: 18px 0 16px;
    max-width: 560px;
    font-size: clamp(3rem, 6vw, 5.4rem);
    line-height: 0.96;
    text-transform: none;
    color: #fff8ec;
}

.dk-homepage-light .dk-hero-subtitle {
    margin-bottom: 14px;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    line-height: 1.25;
    color: #ffd288;
    font-family: inherit;
    font-style: normal;
    font-weight: 800;
}

.dk-homepage-light .dk-hero-description {
    max-width: 500px;
    color: rgba(255, 247, 240, 0.92);
    font-size: 1.06rem;
    line-height: 1.7;
}

.dk-homepage-light .dk-hero-actions {
    gap: 16px;
}

.dk-homepage-light .dk-button-primary {
    background: linear-gradient(135deg, #ffbd4a, #f59e0b);
    color: #16120f;
    box-shadow: 0 18px 34px rgba(245, 158, 11, 0.24);
}

.dk-homepage-light .dk-button-secondary {
    background: rgba(255, 248, 239, 0.12);
    border-color: rgba(255, 237, 201, 0.34);
    color: #fffaf0;
}

.dk-homepage-light .dk-hero-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 560px;
}

.dk-homepage-light .dk-hero-feature {
    justify-items: start;
    text-align: left;
}

.dk-homepage-light .dk-hero-feature-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 200, 109, 0.12);
    color: #ffd28a;
}

.dk-homepage-light .dk-hero-bar {
    position: absolute !important;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 16px 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 198, 109, 0.22);
    background: rgba(11, 11, 14, 0.72);
    backdrop-filter: blur(10px);
}

.dk-homepage-light .dk-offer-grid,
.dk-homepage-light .dk-gallery-grid,
.dk-homepage-light .dk-process-grid {
    display: grid;
    gap: 24px;
}

.dk-homepage-light .dk-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dk-homepage-light .dk-offer-card,
.dk-homepage-light .dk-gallery-card,
.dk-homepage-light .dk-process-card,
.dk-homepage-light .dk-pricing-card,
.dk-homepage-light .dk-list-card,
.dk-homepage-light .dk-form-panel {
    background: #ffffff;
    border: 1px solid rgba(190, 144, 80, 0.14);
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(27, 19, 9, 0.08);
}

.dk-homepage-light .dk-offer-card {
    overflow: hidden;
}

.dk-homepage-light .dk-offer-card-media {
    aspect-ratio: 16 / 10;
}

.dk-homepage-light .dk-offer-card-media img,
.dk-homepage-light .dk-gallery-card img,
.dk-homepage-light .dk-benefits-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dk-homepage-light .dk-offer-card-copy {
    padding: 26px 26px 30px;
}

.dk-homepage-light .dk-benefits-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.dk-homepage-light .dk-benefits-copy {
    padding: 34px;
    background: linear-gradient(180deg, #fffdf8, #fff6eb);
    border: 1px solid rgba(201, 164, 92, 0.18);
    border-radius: 28px;
}

.dk-homepage-light .dk-benefits-media {
    min-height: 100%;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(27, 19, 9, 0.08);
}

.dk-homepage-light .dk-benefit-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.dk-homepage-light .dk-benefit-list li {
    position: relative;
    padding-left: 30px;
    color: #3e3129;
    font-weight: 600;
}

.dk-homepage-light .dk-benefit-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: -1px;
    color: #c98c2f;
    font-size: 1.3rem;
}

.dk-homepage-light .dk-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dk-homepage-light .dk-gallery-card {
    overflow: hidden;
}

.dk-homepage-light .dk-gallery-card img {
    aspect-ratio: 4 / 3;
}

.dk-homepage-light .dk-gallery-card figcaption {
    display: grid;
    gap: 8px;
    padding: 18px 20px 22px;
}

.dk-homepage-light .dk-gallery-card strong {
    color: #1f1915;
    font-size: 1.05rem;
}

.dk-homepage-light .dk-gallery-card span {
    color: #655243;
    line-height: 1.55;
}

.dk-homepage-light .dk-process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dk-homepage-light .dk-process-card {
    padding: 26px 22px;
}

.dk-homepage-light .dk-process-number {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd38f, #f3a53a);
    color: #17120f;
    font-weight: 900;
}

.dk-homepage-light .dk-list-card {
    padding: 26px 24px;
    text-align: center;
}

.dk-homepage-light .dk-pricing-card {
    padding: 40px;
    background: linear-gradient(135deg, #fff7e9, #fffdf8);
}

.dk-homepage-light .dk-faq-list {
    display: grid;
    gap: 14px;
}

.dk-homepage-light .dk-faq-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(190, 144, 80, 0.14);
    border-radius: 20px;
}

.dk-homepage-light .dk-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 22px 24px;
    font-size: 1.06rem;
    font-weight: 800;
}

.dk-homepage-light .dk-faq-item summary::-webkit-details-marker {
    display: none;
}

.dk-homepage-light .dk-faq-answer {
    padding: 0 24px 22px;
}

.dk-homepage-light .dk-home-form-section {
    padding-top: 32px;
}

.dk-homepage-light .dk-form-panel {
    padding: 34px;
}

.dk-homepage-light .dk-form-shell .dk-section-intro {
    margin-bottom: 28px;
}

.dk-homepage-light .dk-contact-form label {
    color: #1f1915;
    font-weight: 700;
}

.dk-homepage-light .dk-contact-form input,
.dk-homepage-light .dk-contact-form select,
.dk-homepage-light .dk-contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(139, 113, 89, 0.22);
    border-radius: 14px;
    background: #fffdf9;
    color: #1f1915;
}

.dk-homepage-light .dk-contact-form input:focus,
.dk-homepage-light .dk-contact-form select:focus,
.dk-homepage-light .dk-contact-form textarea:focus {
    outline: none;
    border-color: #d39134;
    box-shadow: 0 0 0 3px rgba(211, 145, 52, 0.14);
}

.dk-homepage-light .dk-form-feedback {
    margin-top: 10px;
    font-weight: 700;
}

.dk-homepage-light .dk-form-feedback.is-success {
    color: #2f7a41;
}

.dk-homepage-light .dk-form-feedback.is-error {
    color: #b54432;
}

.dk-homepage-light .dk-form-feedback.is-loading {
    color: #8c5e19;
}

@media (max-width: 1100px) {
    .dk-homepage-light .dk-offer-grid,
    .dk-homepage-light .dk-gallery-grid,
    .dk-homepage-light .dk-benefits-grid,
    .dk-homepage-light .dk-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dk-homepage-light .dk-hero-stage {
        min-height: 760px;
        height: auto;
    }

    .dk-homepage-light .dk-hero-grid {
        grid-template-columns: 1fr;
        padding: 60px 32px 130px;
    }
}

@media (max-width: 767px) {
    .dk-homepage-light .dk-section {
        padding: 64px 0;
    }

    .dk-homepage-light .dk-hero-stage {
        min-height: 720px;
        border-radius: 0 0 22px 22px;
    }

    .dk-homepage-light .dk-hero-grid {
        padding: 44px 20px 132px;
    }

    .dk-homepage-light .dk-hero-copy,
    .dk-homepage-light .dk-hero-feature {
        text-align: center;
        justify-items: center;
    }

    .dk-homepage-light .dk-hero-actions {
        justify-content: center;
    }

    .dk-homepage-light .dk-hero-features,
    .dk-homepage-light .dk-offer-grid,
    .dk-homepage-light .dk-gallery-grid,
    .dk-homepage-light .dk-benefits-grid,
    .dk-homepage-light .dk-process-grid {
        grid-template-columns: 1fr;
    }

    .dk-homepage-light .dk-hero-bar {
        left: 12px;
        right: 12px;
        bottom: 12px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dk-homepage-light .dk-pricing-card,
    .dk-homepage-light .dk-benefits-copy,
    .dk-homepage-light .dk-form-panel {
        padding: 28px 20px;
    }
}

/* Final homepage overrides */
#dk-homepage.dk-homepage-light .dk-hero {
    padding: 28px 0 42px;
}

#dk-homepage.dk-homepage-light .dk-hero .dk-shell {
    max-width: 1440px;
}

#dk-homepage.dk-homepage-light .dk-hero-stage {
    position: relative;
    width: 100%;
    max-width: 1360px;
    min-height: 760px;
    height: 760px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 32px;
    background-color: #10192a;
    box-shadow: 0 26px 70px rgba(15, 10, 3, 0.22);
}

#dk-homepage.dk-homepage-light .dk-hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 7, 6, 0.84) 0%, rgba(10, 7, 6, 0.74) 24%, rgba(10, 7, 6, 0.34) 56%, rgba(10, 7, 6, 0.10) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.36) 100%);
    z-index: 1;
}

#dk-homepage.dk-homepage-light .dk-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
    align-items: center;
    min-height: 100%;
    padding: 84px 76px 136px;
    gap: 24px;
}

#dk-homepage.dk-homepage-light .dk-hero-copy {
    max-width: 520px;
    text-align: left;
}

#dk-homepage.dk-homepage-light .dk-hero-title {
    margin: 18px 0 18px;
    font-size: clamp(3.2rem, 6vw, 5.3rem);
    line-height: 0.94;
    color: #fff9f0;
    text-transform: none;
}

#dk-homepage.dk-homepage-light .dk-hero-subtitle {
    margin: 0 0 14px;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.25;
    color: #ffd38d;
    font-weight: 800;
}

#dk-homepage.dk-homepage-light .dk-hero-description {
    margin: 0 0 26px;
    font-size: 1.04rem;
    line-height: 1.75;
    color: rgba(255, 248, 240, 0.92);
}

#dk-homepage.dk-homepage-light .dk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

#dk-homepage.dk-homepage-light .dk-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

#dk-homepage.dk-homepage-light .dk-hero-feature {
    display: grid;
    gap: 10px;
    justify-items: start;
    text-align: left;
}

#dk-homepage.dk-homepage-light .dk-hero-bar {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(14, 11, 10, 0.72);
    border: 1px solid rgba(255, 209, 137, 0.24);
    backdrop-filter: blur(10px);
}

#dk-homepage.dk-homepage-light .dk-hero-bar-item {
    justify-content: center;
    text-align: center;
    color: #fff1d5;
    font-weight: 700;
}

#dk-homepage.dk-homepage-light .dk-offer-card-copy,
#dk-homepage.dk-homepage-light .dk-process-card,
#dk-homepage.dk-homepage-light .dk-pricing-card,
#dk-homepage.dk-homepage-light .dk-list-card,
#dk-homepage.dk-homepage-light .dk-form-panel {
    background: #fffdfa;
}

#dk-homepage.dk-homepage-light .dk-form-panel .dk-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

#dk-homepage.dk-homepage-light .dk-form-panel .dk-form-grid p {
    margin: 0;
}

#dk-homepage.dk-homepage-light .dk-form-panel > form > p,
#dk-homepage.dk-homepage-light .dk-form-panel > form > div {
    margin-bottom: 18px;
}

@media (max-width: 1100px) {
    #dk-homepage.dk-homepage-light .dk-hero-stage {
        min-height: 700px;
        height: 700px;
        border-radius: 28px;
    }

    #dk-homepage.dk-homepage-light .dk-hero-grid {
        grid-template-columns: 1fr;
        padding: 62px 36px 148px;
    }

    #dk-homepage.dk-homepage-light .dk-hero-copy {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    #dk-homepage.dk-homepage-light .dk-hero-stage {
        min-height: 760px;
        height: auto;
        border-radius: 22px;
    }

    #dk-homepage.dk-homepage-light .dk-hero-grid {
        padding: 52px 22px 170px;
    }

    #dk-homepage.dk-homepage-light .dk-hero-copy,
    #dk-homepage.dk-homepage-light .dk-hero-feature {
        text-align: center;
        justify-items: center;
    }

    #dk-homepage.dk-homepage-light .dk-hero-actions {
        justify-content: center;
    }

    #dk-homepage.dk-homepage-light .dk-hero-features,
    #dk-homepage.dk-homepage-light .dk-hero-bar,
    #dk-homepage.dk-homepage-light .dk-form-panel .dk-form-grid {
        grid-template-columns: 1fr;
    }

    #dk-homepage.dk-homepage-light .dk-hero-bar-item {
        justify-content: flex-start;
        text-align: left;
    }
}

body.quickify-theme,
body {
    background:
        radial-gradient(circle at top right, rgba(109, 40, 217, 0.2), transparent 26%),
        radial-gradient(circle at left top, rgba(240, 180, 41, 0.14), transparent 24%),
        linear-gradient(180deg, #0a101c 0%, #10192b 100%);
    color: var(--dk-text);
    font-family: var(--dk-body-font);
}

body.custom-background {
    background-image: none !important;
}

body.page:not(.home),
body.page-template-default,
body.page-template-page-templates-landing-page,
body.page-template-page-templates-legal-page,
body.page-template-page-templates-contact-page,
body.single-post,
body.single-product,
body.post-type-archive-product {
    background: #162133;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.main-slider h1,
.breadcrumb-heading h1 {
    font-family: var(--dk-heading-font);
    letter-spacing: 0.02em;
}

p,
li,
span,
a,
input,
textarea,
select,
button {
    font-family: var(--dk-body-font);
}

a {
    color: var(--dk-primary);
}

a:hover,
a:focus {
    color: #ffd166;
}

.dk-site-header {
    position: sticky;
    top: 0;
    z-index: 999;
}

.dk-topbar {
    background: rgba(5, 9, 18, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dk-topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.dk-topbar-copy,
.dk-topbar-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dk-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.dk-nav-inner.dk-layout-left .dk-main-nav {
    justify-content: flex-start;
}

.dk-nav-inner.dk-layout-center .dk-main-nav {
    justify-content: center;
}

.dk-nav-inner.dk-layout-right .dk-main-nav {
    justify-content: flex-end;
}

.dk-nav-wrap {
    background:
        linear-gradient(180deg, rgba(10, 15, 28, 0.96), rgba(10, 15, 28, 0.9)),
        linear-gradient(90deg, rgba(240, 180, 41, 0.06), rgba(109, 40, 217, 0.1));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-nav-inner {
    min-height: 84px;
}

.dk-brand {
    flex: 0 0 auto;
}

.dk-brand-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.dk-brand-logo img,
.dk-brand-logo .custom-logo {
    width: 62px;
    height: 62px;
    max-width: 62px;
    object-fit: contain;
    border-radius: 18px;
}

.dk-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.dk-brand-copy strong {
    color: #fff;
    font-family: var(--dk-heading-font);
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.dk-brand-copy small {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dk-main-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.dk-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dk-menu li {
    margin: 0;
    list-style: none;
}

.dk-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.84rem;
}

.dk-menu a:hover,
.dk-menu .current-menu-item > a,
.dk-menu .current_page_item > a,
.dk-menu .current-menu-ancestor > a {
    color: #fff;
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.2), rgba(240, 180, 41, 0.18));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dk-nav-actions {
    flex: 0 0 auto;
}

.dk-mobile-nav-toggle,
.dk-mobile-nav-overlay,
.dk-mobile-nav-panel {
    display: none;
}

.dk-mobile-nav-toggle {
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    cursor: pointer;
}

.dk-mobile-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: currentColor;
}

.dk-mobile-nav-toggle em {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.dk-mobile-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(6, 10, 18, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.dk-mobile-nav-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: min(92vw, 380px);
    flex-direction: column;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(10, 15, 28, 0.98), rgba(10, 15, 28, 0.94)),
        radial-gradient(circle at top right, rgba(109, 40, 217, 0.16), transparent 28%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -24px 0 48px rgba(0, 0, 0, 0.34);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
}

.dk-mobile-nav-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.dk-mobile-brand {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dk-mobile-brand strong {
    color: #fff;
    font-family: var(--dk-heading-font);
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dk-mobile-brand small {
    color: rgba(255, 255, 255, 0.62);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.dk-mobile-nav-close {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.dk-mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dk-mobile-menu li + li {
    margin-top: 8px;
}

.dk-mobile-menu a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dk-mobile-menu .current-menu-item > a,
.dk-mobile-menu .current_page_item > a,
.dk-mobile-menu .current-menu-ancestor > a,
.dk-mobile-menu a:hover {
    background: linear-gradient(135deg, rgba(109, 40, 217, 0.22), rgba(240, 180, 41, 0.18));
    color: #fff;
}

.dk-mobile-nav-meta {
    display: grid;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-mobile-nav-meta a:not(.dk-header-cta) {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

body.dk-menu-open {
    overflow: hidden;
}

body.dk-menu-open .dk-mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}

body.dk-menu-open .dk-mobile-nav-panel {
    transform: translateX(0);
}

.dk-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--dk-primary), var(--dk-accent));
    color: #111;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(234, 88, 12, 0.22);
}

.dk-header-cta:hover {
    color: #111;
    transform: translateY(-1px);
}

.btn,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 999px;
}

.btn.btn-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: linear-gradient(135deg, var(--dk-primary) 0%, var(--dk-accent) 100%);
    border: 0;
    color: #101010;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(234, 88, 12, 0.28);
}

.btn.btn-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: linear-gradient(135deg, #ffd166 0%, #f97316 100%);
    color: #101010;
}

.breadcrumb-area {
    min-height: 320px;
    display: flex;
    align-items: end;
    background-position: center;
    background-size: cover;
}

.breadcrumb-area:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 22, 0.22), rgba(8, 12, 22, 0.75));
    pointer-events: none;
}

.breadcrumb-content {
    position: relative;
    z-index: 1;
}

.breadcrumb-heading h1 {
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 0.95;
}

#dk-homepage {
    position: relative;
    overflow: hidden;
}

.dk-shell {
    width: min(calc(100% - 32px), var(--dk-max));
    margin: 0 auto;
}

.dk-hero {
    padding: 36px 0 0;
    position: relative;
    z-index: 0;
}

.dk-hero-stage {
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 720px;
    margin: 0 auto;
    border-radius: 28px;
    background-color: var(--dk-hero-bg, var(--dk-bg));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.dk-hero-stage:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 8, 14, 0.94) 0%, rgba(11, 10, 16, 0.82) 27%, rgba(10, 10, 14, 0.48) 52%, rgba(8, 10, 16, 0.26) 100%),
        linear-gradient(180deg, rgba(8, 10, 16, 0.22) 0%, rgba(8, 10, 16, 0.52) 100%),
        radial-gradient(circle at 78% 72%, rgba(255, 181, 71, 0.18), transparent 26%);
    z-index: 0;
}

.dk-hero-grid {
    min-height: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 2;
    padding: 24px 56px 126px;
}

.dk-hero-copy {
    padding: 54px 0 34px;
    position: relative;
    max-width: 540px;
    z-index: 2;
}

.dk-hero-copy:before {
    content: "";
    position: absolute;
    inset: -36px -34px -38px -42px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(7, 9, 15, 0.88), rgba(7, 9, 15, 0.58));
    backdrop-filter: blur(3px);
    z-index: -1;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.dk-hero-subtitle {
    max-width: 420px;
    margin: 2px 0 18px;
    color: #fff0c9;
    font-size: clamp(1.35rem, 2.4vw, 2.1rem);
    line-height: 1.05;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
}

.dk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 247, 224, 0.92);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.dk-hero h1 {
    margin: 22px 0 10px;
    max-width: 520px;
    font-size: clamp(4.4rem, 7vw, 7.4rem);
    line-height: 0.88;
    text-transform: uppercase;
    color: #f6d4a0;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
}

.dk-hero p {
    max-width: 500px;
    font-size: clamp(1rem, 1.55vw, 1.18rem);
    color: rgba(255, 255, 255, 0.86);
}

.dk-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.dk-hero-description {
    margin-top: 8px;
    max-width: 470px;
}

.dk-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
    max-width: 560px;
}

.dk-hero-feature {
    display: grid;
    justify-items: start;
    gap: 10px;
    text-align: center;
}

.dk-hero-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(240, 180, 41, 0.32);
    background: rgba(9, 12, 18, 0.42);
    color: #f6d295;
    font-size: 1.2rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.dk-hero-feature-icon i {
    font-size: 1.15rem;
}

.dk-hero-feature-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.93rem;
    font-weight: 700;
    line-height: 1.35;
    max-width: 140px;
}

.dk-hero-visual {
    min-height: 100%;
}

.dk-hero-visual-glow {
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.dk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.dk-button-primary {
    background: linear-gradient(135deg, var(--dk-primary), var(--dk-accent));
    color: #0b1220;
    box-shadow: 0 18px 34px rgba(217, 145, 0, 0.28);
}

.dk-button-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.dk-button-secondary:hover {
    border-color: rgba(240, 180, 41, 0.4);
    color: #fff;
}

.dk-hero-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 20px 26px;
    border-top: 1px solid rgba(240, 180, 41, 0.38);
    background: rgba(7, 9, 14, 0.9);
    box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.24);
    position: relative;
    z-index: 2;
}

.dk-hero-bar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255, 247, 224, 0.88);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}

.dk-hero-bar-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0b429, #ffb347);
    box-shadow: 0 0 0 5px rgba(240, 180, 41, 0.1);
}

.dk-section {
    padding: 84px 0;
}

.dk-section-intro {
    max-width: 760px;
    margin-bottom: 32px;
}

.dk-section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #ffe4a8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.88rem;
}

.dk-section h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin-bottom: 16px;
}

.dk-section p {
    color: var(--dk-text-soft);
    font-size: 1.08rem;
}

.dk-grid {
    display: grid;
    gap: 22px;
}

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

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

.dk-card {
    position: relative;
    padding: 28px;
    border-radius: var(--dk-radius-md);
    background: linear-gradient(180deg, rgba(18, 26, 43, 0.92), rgba(10, 15, 28, 0.86));
    border: 1px solid var(--dk-border);
    box-shadow: var(--dk-shadow);
    overflow: hidden;
}

.dk-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--dk-primary), var(--dk-purple-soft));
}

.dk-card h3 {
    margin-bottom: 12px;
    font-size: 1.7rem;
}

.dk-card-media {
    margin-bottom: 18px;
}

.dk-card-media img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.dk-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--dk-primary);
    font-size: 1.4rem;
}

.dk-card p,
.dk-card li {
    color: var(--dk-text-soft);
}

.dk-card ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.dk-offer-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.dk-card-actions {
    margin-top: 18px;
}

.dk-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
}

.dk-story {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: stretch;
}

.dk-story-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.dk-media-card {
    min-height: 420px;
    border-radius: var(--dk-radius-lg);
    background:
        linear-gradient(180deg, rgba(10, 15, 28, 0.18), rgba(25, 12, 48, 0.82)),
        var(--dk-story-image) center/cover no-repeat;
    box-shadow: var(--dk-shadow);
}

.dk-process-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.dk-process-number {
    flex: 0 0 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(240, 180, 41, 0.2), rgba(234, 88, 12, 0.18));
    color: #fff;
    font-family: var(--dk-heading-font);
    font-size: 1.4rem;
}

.dk-process-copy h3 {
    margin-bottom: 8px;
    font-size: 1.45rem;
}

.dk-home-shop .products {
    margin-top: 26px;
}

.dk-home-shop ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 18px;
    border-radius: 20px;
    background: var(--dk-card);
    border: 1px solid var(--dk-border);
    box-shadow: var(--dk-shadow);
}

.dk-list-card {
    min-height: auto;
    padding: 22px;
}

.dk-list-card h3 {
    margin: 0;
    font-size: 1.25rem;
}

.dk-specialty-list {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.dk-specialty-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: var(--dk-text-soft);
}

.dk-specialty-list li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dk-primary), var(--dk-purple-soft));
}

.dk-partner-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.03)),
        linear-gradient(90deg, rgba(240, 180, 41, 0.08), rgba(109, 40, 217, 0.08));
}

.dk-partner-grid {
    margin-top: 22px;
}

.dk-partner-item {
    display: flex;
    align-items: center;
    min-height: 92px;
}

.dk-partner-item strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.35;
}

.dk-partner-trust,
.dk-partner-note {
    max-width: 860px;
}

.dk-partner-trust {
    margin-top: 22px;
    color: var(--dk-text);
}

.dk-partner-note {
    margin-bottom: 0;
    color: var(--dk-text-soft);
}

.dk-final-cta {
    text-align: left;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    border-radius: 18px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #ffe4a8;
    font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .star-rating,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ffe4a8;
}

.woocommerce div.product,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .woocommerce {
    background: transparent;
}

.woocommerce div.product .product_title {
    font-size: 2.8rem;
}

.woocommerce div.product form.cart,
.woocommerce-cart table.cart,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce {
    padding: 28px;
    border-radius: 20px;
    background: var(--dk-card);
    border: 1px solid var(--dk-border);
}

.dk-cta {
    padding: 36px;
    border-radius: 28px;
    background:
        linear-gradient(120deg, rgba(240, 180, 41, 0.12), rgba(109, 40, 217, 0.14)),
        rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(240, 180, 41, 0.18);
    box-shadow: var(--dk-shadow);
}

.dk-cta h2 {
    margin-bottom: 12px;
}

.dk-cta p {
    margin-bottom: 0;
}

.dk-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.dk-contact-box {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-contact-box strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.05rem;
}

.dk-contact-box span {
    display: block;
    color: var(--dk-text-soft);
}

.dk-page-wrap,
.dk-woo-wrap {
    padding: 64px 0 88px;
}

.dk-page-builder-wrap {
    padding: 0;
}

.dk-page-panel,
.dk-woo-panel {
    width: min(calc(100% - 32px), 1100px);
    margin: 0 auto;
    padding: 34px;
    border-radius: 28px;
    background: rgba(10, 15, 28, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--dk-shadow);
}

body.page:not(.home) .breadcrumb-area:before,
body.single-post .breadcrumb-area:before,
body.single-product .breadcrumb-area:before,
body.post-type-archive-product .breadcrumb-area:before {
    background: linear-gradient(180deg, rgba(22, 33, 51, 0.14), rgba(22, 33, 51, 0.22));
}

body.page:not(.home) .breadcrumb-area,
body.single-post .breadcrumb-area,
body.single-product .breadcrumb-area,
body.post-type-archive-product .breadcrumb-area {
    background-color: #162133;
}

body.page:not(.home) .dk-page-panel,
body.page:not(.home) .dk-woo-panel,
body.single-post .dk-page-panel,
body.single-post .dk-woo-panel,
body.single-product .dk-page-panel,
body.single-product .dk-woo-panel,
body.post-type-archive-product .dk-page-panel,
body.post-type-archive-product .dk-woo-panel {
    background: rgba(20, 30, 47, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
}

body.page:not(.home) .dk-related-panel,
body.page:not(.home) .dk-footer-card,
body.page:not(.home) .dk-contact-box,
body.page:not(.home) .dk-sidebar-widget,
body.single-post .dk-related-panel,
body.single-post .dk-footer-card,
body.single-product .dk-related-panel,
body.single-product .dk-footer-card {
    background: rgba(255, 255, 255, 0.06);
}

body.page:not(.home) .entry-content,
body.page:not(.home) .entry-content p,
body.page:not(.home) .entry-content li,
body.single-post .entry-content,
body.single-post .entry-content p,
body.single-post .entry-content li,
body.single-product .entry-content,
body.single-product .entry-content p,
body.single-product .entry-content li {
    color: rgba(245, 247, 251, 0.92);
}

.dk-page-panel .entry-content > *:first-child {
    margin-top: 0;
}

.dk-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
}

.dk-page-layout.dk-page-layout-left {
    grid-template-columns: 320px minmax(0, 1fr);
}

.dk-page-layout.dk-page-layout-none {
    grid-template-columns: 1fr;
}

.dk-main-content {
    min-width: 0;
}

.dk-sidebar {
    min-width: 0;
}

.dk-sidebar-widget {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-sidebar-widget + .dk-sidebar-widget {
    margin-top: 18px;
}

.dk-sidebar-title {
    margin-bottom: 14px;
    font-size: 1.3rem;
}

.dk-footer-widget + .dk-footer-widget {
    margin-top: 16px;
}

.dk-contact-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 24px;
    margin-bottom: 24px;
}

.dk-contact-page-panel .dk-contact-form-card {
    margin-top: 10px;
}

.dk-event-form p {
    margin-bottom: 18px;
}

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

.dk-event-form input[type="text"],
.dk-event-form input[type="email"],
.dk-event-form input[type="date"],
.dk-event-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.dk-form-services {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-bottom: 18px;
}

.dk-form-services strong {
    flex: 0 0 100%;
    margin-bottom: 4px;
}

.dk-form-privacy {
    color: var(--dk-text-soft);
    font-size: 0.95rem;
}

.dk-form-message {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 14px;
}

.dk-form-message-success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.25);
    color: #d7ffe5;
}

.dk-form-message-error {
    background: rgba(234, 88, 12, 0.12);
    border: 1px solid rgba(234, 88, 12, 0.25);
    color: #ffe2d1;
}

.dk-rental-product-box {
    margin: 24px 0 0;
    padding: 24px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        linear-gradient(90deg, rgba(240, 180, 41, 0.12), rgba(109, 40, 217, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--dk-shadow);
}

.dk-rental-box-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.dk-rental-box-head h3 {
    margin: 10px 0 0;
}

.dk-rental-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.dk-rental-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.dk-rental-meta {
    list-style: none;
    padding: 0;
    margin: 16px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.dk-rental-meta li {
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.dk-rental-meta strong {
    color: #fff;
}

.dk-rental-note {
    margin-bottom: 0;
    color: var(--dk-text-soft);
}

.dk-rental-service-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 24px 0 0;
}

.dk-rental-service-card,
.dk-rental-support-box {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-rental-service-card h4,
.dk-rental-support-box h4 {
    margin-bottom: 12px;
}

.dk-rental-service-card ul {
    margin: 0;
    padding-left: 18px;
    color: var(--dk-text-soft);
}

.dk-rental-service-card li + li {
    margin-top: 10px;
}

.dk-rental-support-box {
    margin-top: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at right top, rgba(240, 180, 41, 0.12), transparent 28%);
}

.dk-rental-support-box p {
    color: var(--dk-text-soft);
}

.dk-rental-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.dk-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.04);
}

.single-product .product {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 32px;
    align-items: start;
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
    width: 100% !important;
    float: none !important;
}

.single-product div.product .summary {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--dk-shadow);
}

.single-product div.product .woocommerce-product-gallery {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.single-product .product_meta,
.single-product .woocommerce-tabs,
.single-product .related.products {
    margin-top: 28px;
}

.dkersm-booking-form {
    margin-top: 24px;
    padding: 24px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
        linear-gradient(90deg, rgba(240, 180, 41, 0.08), rgba(109, 40, 217, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.dkersm-booking-form h3 {
    margin-top: 0;
    margin-bottom: 18px;
}

.dkersm-booking-form .form-row,
.dkersm-contact-grid p,
.dkersm-address-fields p {
    margin-bottom: 14px;
}

.dkersm-booking-form label {
    display: block;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.dkersm-booking-form input,
.dkersm-booking-form select,
.dkersm-booking-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(11, 18, 32, 0.72);
    color: #fff;
}

.dkersm-booking-form textarea {
    min-height: 110px;
}

.dkersm-service-options,
.dkersm-contact-grid,
.dkersm-address-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.dkersm-service-options {
    margin-bottom: 18px;
}

.dkersm-service-options label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    margin: 0;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-weight: 600;
    color: var(--dk-text);
}

.dkersm-service-options input[type="checkbox"] {
    width: 18px;
    min-height: 18px;
    padding: 0;
}

.dkersm-live-box {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.12);
}

.dkersm-availability-message,
.dkersm-price-preview {
    color: var(--dk-text-soft);
}

.dkersm-availability-message:empty,
.dkersm-price-preview:empty {
    display: none;
}

.dk-contact-details li {
    color: var(--dk-text-soft);
}

.dk-legal-page-panel {
    width: min(calc(100% - 32px), 900px);
}

.dk-legal-copy h2 {
    margin-top: 32px;
    font-size: clamp(1.4rem, 2vw, 2rem);
}

.dk-legal-copy ul {
    padding-left: 20px;
}

.dk-site-footer {
    padding: 54px 0 26px;
    background:
        linear-gradient(180deg, rgba(8, 12, 22, 0.9), rgba(8, 12, 22, 1)),
        radial-gradient(circle at right top, rgba(109, 40, 217, 0.18), transparent 26%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.page:not(.home) .dk-site-footer,
body.single-post .dk-site-footer,
body.single-product .dk-site-footer,
body.post-type-archive-product .dk-site-footer {
    background:
        linear-gradient(180deg, rgba(8, 12, 22, 0.9), rgba(8, 12, 22, 1)),
        radial-gradient(circle at right top, rgba(109, 40, 217, 0.18), transparent 26%);
    border-top-color: rgba(255, 255, 255, 0.04);
}

.dk-cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1200;
}

.dk-cookie-banner [hidden] {
    display: none !important;
}

.dk-cookie-banner__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(9, 14, 24, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
}

.dk-cookie-banner__copy strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 1.05rem;
}

.dk-cookie-banner__copy p {
    margin: 0;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
}

.dk-cookie-banner__settings {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

.dk-cookie-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-cookie-option__text strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}

.dk-cookie-option__text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.dk-cookie-option__fixed {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.dk-cookie-switch {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.dk-cookie-switch input {
    accent-color: #f0b429;
}

.dk-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

body.dk-cookie-banner-visible {
    padding-bottom: 120px;
}

.dk-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 18px;
}

.dk-footer-card {
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.dk-footer-card h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
}

.dk-footer-card p,
.dk-footer-links a {
    color: rgba(255, 255, 255, 0.76);
}

.dk-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dk-footer-links li + li {
    margin-top: 10px;
}

.dk-footer-bottom {
    padding-top: 18px;
    text-align: center;
}

.dk-footer-bottom p {
    color: rgba(255, 255, 255, 0.58);
    margin: 0;
}

.dk-footer-meta-links {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.dk-footer-meta-links a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.dk-footer-meta-links a:hover,
.dk-footer-meta-links a:focus-visible {
    color: #fff;
}

.dk-footer-cities,
.dk-services-regions,
.dk-related-panel {
    margin-top: 24px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.dk-footer-cities h3,
.dk-services-regions h3,
.dk-related-panel h2 {
    margin: 0 0 12px;
}

.dk-footer-cities p,
.dk-services-regions p,
.dk-related-panel p {
    color: rgba(255, 255, 255, 0.76);
}

.dk-city-links {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dk-city-links li {
    margin: 0;
}

.dk-city-links a {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.dk-city-links a:hover,
.dk-city-links a:focus-visible {
    color: #fff;
    border-color: rgba(255, 184, 0, 0.65);
    background: rgba(255, 184, 0, 0.08);
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .dk-region-grid {
        grid-template-columns: 1fr;
    }
}

.dk-related-cta {
    margin-top: 18px;
}

.dk-knowledge-panel {
    background: rgba(255, 184, 0, 0.05);
    border-color: rgba(255, 184, 0, 0.18);
}

.dk-region-overview {
    background:
        radial-gradient(circle at top right, rgba(255, 184, 0, 0.09), transparent 36%),
        rgba(255, 255, 255, 0.04);
}

.dk-region-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.dk-region-card {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(8, 15, 28, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.dk-region-card strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-size: 1.05rem;
}

.dk-region-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.dk-region-links li {
    margin: 0;
}

.dk-region-links a {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-weight: 600;
    transition: color .2s ease, transform .2s ease;
}

.dk-region-links a::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0b429, #ff8c42);
    box-shadow: 0 0 0 4px rgba(240, 180, 41, 0.12);
}

.dk-region-links a:hover,
.dk-region-links a:focus-visible {
    color: #fff;
    transform: translateX(2px);
}

.dk-legal-links {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.dk-legal-links a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    text-decoration: none;
}

.dk-legal-links a:hover {
    color: #fff;
}

.dk-mobile-sticky-cta {
    display: none;
}

.dk-form-shell,
.dk-booking-form-wrap {
    padding: 28px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(18, 27, 49, 0.96), rgba(11, 18, 35, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 48px rgba(4, 8, 18, 0.35);
}

.dk-contact-form,
.dk-booking-form {
    display: grid;
    gap: 18px;
}

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

.dk-contact-form p,
.dk-booking-form p {
    margin: 0;
}

.dk-contact-form label,
.dk-booking-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--dk-text);
    font-weight: 700;
}

.dk-contact-form input,
.dk-contact-form textarea,
.dk-contact-form select,
.dk-booking-form input,
.dk-booking-form textarea,
.dk-booking-form select {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: var(--dk-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dk-contact-form textarea,
.dk-booking-form textarea {
    min-height: 150px;
    resize: vertical;
}

.dk-contact-form input:focus,
.dk-contact-form textarea:focus,
.dk-contact-form select:focus,
.dk-booking-form input:focus,
.dk-booking-form textarea:focus,
.dk-booking-form select:focus {
    outline: none;
    border-color: rgba(255, 183, 43, 0.85);
    box-shadow: 0 0 0 4px rgba(255, 183, 43, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

.dk-form-privacy label,
.dk-check-option {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 600;
    color: var(--dk-text-soft);
}

.dk-form-privacy input,
.dk-check-option input {
    width: 18px;
    min-height: 18px;
    margin-top: 2px;
    padding: 0;
}

.dk-form-feedback {
    min-height: 24px;
    padding: 0 2px;
    color: var(--dk-text-soft);
    font-weight: 700;
}

.dk-form-feedback.is-success {
    color: #7ef0a8;
}

.dk-form-feedback.is-error {
    color: #ff8d8d;
}

.dk-form-feedback.is-loading {
    color: #ffda7a;
}

.dk-form-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.dk-booking-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.dk-booking-progress span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--dk-text-soft);
    font-weight: 800;
}

.dk-booking-progress span.is-active {
    color: #111;
    background: linear-gradient(135deg, var(--dk-primary), var(--dk-accent));
    border-color: transparent;
}

.dk-booking-step {
    display: none;
    gap: 18px;
}

.dk-booking-step.is-active {
    display: grid;
}

.dk-booking-step h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.dk-service-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dk-service-choice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 78px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--dk-text);
    text-align: left;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.dk-service-choice:hover,
.dk-service-choice.is-active {
    transform: translateY(-2px);
    border-color: rgba(255, 183, 43, 0.6);
    background: linear-gradient(180deg, rgba(255, 183, 43, 0.12), rgba(255, 255, 255, 0.04));
}

.dk-booking-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
}

.dk-booking-product-info,
.dk-booking-live-box,
.dk-booking-options-card,
.dk-summary-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-booking-calendar-panel {
    display: grid;
    gap: 12px;
}

.dk-field-help {
    margin-top: 8px;
    color: var(--dk-text-soft);
    font-size: 0.92rem;
}

.dk-selected-product-card {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
    align-items: start;
}

.dk-selected-product-card img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 16px;
}

.dk-selected-product-card h4,
.dk-summary-card strong {
    margin: 0 0 8px;
}

.dk-selected-product-card p,
.dk-booking-product-info p,
.dk-booking-live-box,
.dk-summary-card dd {
    color: var(--dk-text-soft);
}

.dk-option-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.dk-option-pill {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--dk-text);
    font-size: 0.88rem;
    font-weight: 700;
}

.dk-booking-checklist {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.dk-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.dk-calendar-nav {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: var(--dk-text);
}

.dk-booking-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.dk-booking-weekday {
    text-align: center;
    color: var(--dk-text-soft);
    font-size: 0.82rem;
    font-weight: 700;
}

.dk-booking-day {
    min-height: 72px;
    padding: 10px 6px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--dk-text);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.dk-booking-day small {
    font-size: 0.72rem;
    color: var(--dk-text-soft);
}

.dk-booking-day.is-free {
    border-color: rgba(126, 240, 168, 0.35);
}

.dk-booking-day.is-limited {
    border-color: rgba(255, 183, 43, 0.42);
}

.dk-booking-day.is-busy,
.dk-booking-day:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.dk-booking-day.is-selected {
    background: linear-gradient(135deg, rgba(255, 183, 43, 0.18), rgba(144, 87, 255, 0.18));
    border-color: rgba(255, 183, 43, 0.75);
}

.dk-booking-day.is-empty {
    visibility: hidden;
}

.dk-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    color: var(--dk-text-soft);
    font-size: 0.9rem;
}

.dk-calendar-legend i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-radius: 999px;
}

.dk-calendar-legend .is-free {
    background: #7ef0a8;
}

.dk-calendar-legend .is-limited {
    background: #ffda7a;
}

.dk-calendar-legend .is-busy {
    background: #ff8d8d;
}

.dk-quote-card,
.dk-summary-card dl {
    display: grid;
    gap: 10px;
}

.dk-quote-card div,
.dk-summary-card dl div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.dk-quote-card .is-total,
.dk-summary-card dl div:last-child {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dk-step-actions,
.dk-form-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.scrollingUp.scrolling-btn {
    background: linear-gradient(135deg, var(--dk-primary), var(--dk-accent));
}

@media (max-width: 991px) {
    .dk-cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .dk-cookie-banner__inner {
        align-items: stretch;
        flex-direction: column;
        padding: 18px;
        border-radius: 18px;
    }

    .dk-cookie-banner__actions {
        justify-content: stretch;
    }

    .dk-cookie-banner__actions .dk-button {
        width: 100%;
        justify-content: center;
    }

    .dk-cookie-option {
        align-items: stretch;
        flex-direction: column;
    }

    body.dk-cookie-banner-visible {
        padding-bottom: 190px;
    }

    .dk-nav-inner {
        min-height: 78px;
        padding: 16px 0;
        flex-wrap: nowrap;
    }

    .dk-main-nav,
    .dk-nav-actions {
        display: none;
    }

    .dk-mobile-nav-toggle,
    .dk-mobile-nav-overlay,
    .dk-mobile-nav-panel {
        display: flex;
    }

    .dk-mobile-nav-overlay {
        display: block;
    }

    .dk-brand-link {
        justify-content: flex-start;
    }

    .dk-hero {
        padding: 24px 0 0;
    }

    .dk-hero-stage {
        height: 640px;
        border-radius: 22px;
    }

    .dk-hero-grid,
    .dk-grid-3,
    .dk-grid-2,
    .dk-story,
    .single-product .product,
    .dk-rental-service-panel,
    .dk-contact-layout,
    .dk-page-layout,
    .dk-form-grid,
    .dkersm-service-options,
    .dkersm-contact-grid,
    .dkersm-address-fields,
    .dk-contact-grid,
    .dk-footer-grid {
        grid-template-columns: 1fr;
    }

    .dk-hero-grid {
        min-height: auto;
        gap: 18px;
        padding: 28px 24px 150px;
    }

    .dk-hero-copy {
        max-width: 100%;
        padding: 24px 0 18px;
    }

    .dk-hero-copy:before {
        inset: -18px -16px -18px -16px;
    }

    .dk-hero-features,
    .dk-hero-bar {
        grid-template-columns: 1fr;
    }

    .dk-hero-bar {
        gap: 12px;
        padding: 16px 18px;
    }

    .dk-hero-bar-item {
        justify-content: flex-start;
        text-align: left;
        font-size: 0.88rem;
    }

    .dk-booking-grid,
    .dk-service-choice-grid {
        grid-template-columns: 1fr;
    }

    .dk-booking-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dk-highlight-card,
    .dk-card,
    .dk-page-panel,
    .dk-woo-panel,
    .dk-cta {
        padding: 24px;
    }

    .dk-media-card {
        min-height: 320px;
    }

    .breadcrumb-area {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .dk-hero-stage {
        height: 560px;
        border-radius: 18px;
    }

    .dk-brand-copy strong {
        font-size: 1.2rem;
    }

    .dk-topbar-inner,
    .dk-topbar-copy,
    .dk-topbar-social,
    .dk-rental-box-head,
    .dk-rental-support-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .dk-rental-chips {
        justify-content: flex-start;
    }

    .dk-form-shell,
    .dk-booking-form-wrap {
        padding: 20px;
        border-radius: 22px;
    }

    .dk-rental-meta {
        grid-template-columns: 1fr;
    }

    .dk-hero h1 {
        font-size: 2.8rem;
    }

    .dk-section {
        padding: 64px 0;
    }

    .dk-section h2 {
        font-size: 2.2rem;
    }

    .dk-button {
        width: 100%;
    }

    .dk-step-actions,
    .dk-form-actions {
        flex-direction: column;
    }

    .dk-selected-product-card {
        grid-template-columns: 1fr;
    }

    .dk-selected-product-card img {
        width: 100%;
        height: 180px;
    }

    .dk-booking-calendar-grid {
        gap: 6px;
    }

    .dk-booking-day {
        min-height: 62px;
        border-radius: 14px;
    }

    .dk-page-panel,
    .dk-woo-panel {
        padding: 20px;
    }

    .dk-mobile-sticky-cta {
        display: block;
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: 12px;
        z-index: 1000;
    }

.dk-mobile-sticky-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 800;
        color: #111;
        background: linear-gradient(135deg, var(--dk-primary), var(--dk-accent));
        box-shadow: 0 18px 34px rgba(217, 145, 0, 0.28);
    }
}

/* Hero reference override */
.dkp-hero-reference {
    padding: 0 0 28px;
    background: linear-gradient(180deg, #090909 0%, #0b1020 100%);
}

.dkp-hero-reference-stage {
    position: relative;
    width: 100%;
    min-height: 820px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.dkp-hero-reference-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.56) 0%, rgba(5, 5, 5, 0.22) 34%, rgba(5, 5, 5, 0.08) 62%, rgba(5, 5, 5, 0.02) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0) 30%, rgba(5, 5, 5, 0.22) 78%, rgba(5, 5, 5, 0.5) 100%);
}

.dkp-hero-reference-shell {
    position: relative;
    z-index: 2;
    min-height: 820px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 72px;
    padding-bottom: 112px;
}

.dkp-hero-reference-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 430px;
}

.dkp-hero-reference-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(240, 200, 120, 0.35);
    background: rgba(9, 9, 9, 0.56);
    color: #fff6e7;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.dkp-hero-reference-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dkp-hero-reference-actions .dkp-button-primary {
    min-height: 56px;
    padding: 0 28px;
    background: linear-gradient(135deg, #f0c878, #d9b46a);
    color: #1a1207;
    box-shadow: 0 22px 44px rgba(217, 180, 106, 0.28);
}

.dkp-hero-reference-actions .dkp-button-primary::after {
    content: "›";
    display: inline-block;
    margin-left: 10px;
    font-size: 1.35rem;
    line-height: 1;
}

.dkp-hero-reference-trust {
    margin: 0;
    color: rgba(255, 246, 231, 0.92);
    font-size: 0.98rem;
    line-height: 1.65;
    font-weight: 600;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1024px) {
    .dkp-hero-reference-stage,
    .dkp-hero-reference-shell {
        min-height: 760px;
    }

    .dkp-hero-reference-shell {
        padding-bottom: 96px;
    }
}

@media (max-width: 768px) {
    .dkp-hero-reference-stage,
    .dkp-hero-reference-shell {
        min-height: 620px;
    }

    .dkp-hero-reference-shell {
        align-items: flex-end;
        padding-top: 40px;
        padding-bottom: 84px;
    }

    .dkp-hero-reference-cta {
        max-width: 100%;
        gap: 14px;
    }

    .dkp-hero-reference-badge {
        font-size: 0.75rem;
        line-height: 1.35;
    }

    .dkp-hero-reference-actions {
        width: 100%;
    }

    .dkp-hero-reference-actions .dkp-button-primary {
        width: 100%;
    }

    .dkp-hero-reference-trust {
        font-size: 0.92rem;
    }
}

/* Hero banner correction */
.dkp-hero-reference {
    background: #070b14;
    padding: 32px 24px 0;
    overflow: hidden;
}

.dk-hero-banner {
    position: relative;
    width: min(1360px, calc(100% - 48px));
    margin: 0;
    margin-inline: auto;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.dk-hero-banner-link {
    display: block;
    text-decoration: none;
}

.dk-hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

.dk-hero-mobile-cta {
    display: none;
}

.dkp-usps {
    margin-top: 24px;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .dkp-hero-reference {
        padding: 24px 12px 0;
    }

    .dk-hero-banner {
        width: min(100%, calc(100% - 24px));
        border-radius: 18px;
    }

    .dk-hero-mobile-cta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 28px 0 8px;
    }

    .dk-hero-mobile-cta h1 {
        margin: 0;
        color: #fff6e7;
        font-size: clamp(2rem, 9vw, 2.75rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        font-weight: 900;
    }

.dk-hero-mobile-cta p {
        margin: 0;
        color: rgba(255, 246, 231, 0.86);
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .dkp-usps {
        margin-top: 16px;
    }
}

/* Final hero header */
.dk-hero-final {
    background: #070b14;
    padding: 28px 24px 44px;
}

.dk-hero-frame {
    width: min(1536px, calc(100% - 32px));
    margin: 0 auto;
    overflow: hidden;
    background: #050505;
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
}

.dk-hero-visual {
    position: relative;
    min-height: 760px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dk-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 34%, rgba(0, 0, 0, 0.22) 68%, rgba(0, 0, 0, 0.05) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 40%);
    pointer-events: none;
}

.dk-hero-copy {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    padding: 86px 0 72px 64px;
    color: #fff6e7;
}

.dk-hero-eyebrow {
    margin: 0 0 36px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff6e7;
}

.dk-hero-title {
    margin: 0;
    line-height: 0.9;
    color: #d9b46a;
}

.dk-hero-title-main {
    display: block;
    font-size: clamp(64px, 6vw, 104px);
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.dk-hero-title-script {
    display: block;
    margin-top: 6px;
    font-size: clamp(48px, 5vw, 88px);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-weight: 400;
    line-height: 0.9;
    color: #e5c17a;
}

.dk-hero-subtitle {
    margin: 34px 0 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.35;
    text-transform: uppercase;
    color: #fff6e7;
}

.dk-hero-subtitle span {
    display: block;
}

.dk-hero-divider {
    width: 380px;
    max-width: 100%;
    height: 2px;
    margin: 28px 0;
    background: rgba(217, 180, 106, 0.75);
}

.dk-hero-events {
    margin: 0 0 34px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff6e7;
}

.dk-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 60px;
    padding: 0 18px 0 32px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5dca0, #c79642);
    color: #111;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.dk-hero-button-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.68);
    font-size: 30px;
    line-height: 1;
}

.dk-hero-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-top: 48px;
    max-width: 520px;
}

.dk-hero-benefit {
    text-align: center;
    color: #fff6e7;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dk-hero-benefit-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(217, 180, 106, 0.72);
    border-radius: 50%;
    color: #d9b46a;
    font-size: 26px;
}

.dk-hero-bottom-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 82px;
    background: rgba(5, 5, 5, 0.96);
    border-top: 1px solid rgba(217, 180, 106, 0.55);
    border-bottom: 1px solid rgba(217, 180, 106, 0.55);
}

.dk-hero-bottom-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 28px;
    color: #fff6e7;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-right: 1px solid rgba(217, 180, 106, 0.22);
}

.dk-hero-bottom-item:last-child {
    border-right: 0;
}

.dk-hero-bottom-icon {
    color: #d9b46a;
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 768px) {
    .dk-hero-final {
        padding: 14px 12px 28px;
    }

    .dk-hero-frame {
        width: 100%;
    }

    .dk-hero-visual {
        min-height: 680px;
        background-position: center center;
    }

    .dk-hero-visual::before {
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.60) 58%, rgba(0, 0, 0, 0.24) 100%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 45%);
    }

    .dk-hero-copy {
        padding: 44px 24px 58px;
        width: 100%;
    }

    .dk-hero-title-main {
        font-size: clamp(48px, 15vw, 70px);
    }

    .dk-hero-title-script {
        font-size: clamp(42px, 13vw, 62px);
    }

    .dk-hero-subtitle {
        font-size: 16px;
        letter-spacing: 0.12em;
    }

    .dk-hero-events {
        font-size: 12px;
        letter-spacing: 0.10em;
    }

    .dk-hero-benefits {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 32px;
    }

    .dk-hero-benefit {
        display: flex;
        align-items: center;
        gap: 14px;
        text-align: left;
    }

    .dk-hero-benefit-icon {
        width: 44px;
        height: 44px;
        margin: 0;
        font-size: 18px;
        flex: 0 0 auto;
    }

    .dk-hero-bottom-bar {
        grid-template-columns: 1fr;
    }

    .dk-hero-bottom-item {
        min-height: 54px;
        border-right: 0;
        border-bottom: 1px solid rgba(217, 180, 106, 0.22);
        font-size: 12px;
        justify-content: flex-start;
    }

    .dk-hero-bottom-item:last-child {
        border-bottom: 0;
    }
}

/* Mobile stability fixes: keep desktop hero unchanged */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.dk-site,
.dk-home,
.dk-hero-final,
.dk-hero-frame,
.dk-site-header,
.dk-site-footer {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .dk-mobile-nav-overlay {
        position: fixed;
        inset: 0;
        z-index: 1190;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: block;
    }

    .dk-mobile-nav-panel {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100dvh;
        max-width: 100%;
        z-index: 1200;
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        display: flex;
        overflow-x: hidden;
    }

    body.dk-menu-open .dk-mobile-nav-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    body.dk-menu-open .dk-mobile-nav-panel {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .dk-hero-final,
    .dkp-hero-reference {
        padding-left: 12px;
        padding-right: 12px;
    }

    .dk-hero-frame {
        width: 100%;
        max-width: 100%;
    }

    .dk-hero-visual {
        min-height: 640px;
    }

    .dk-hero-copy {
        width: 100%;
        max-width: 100%;
        padding: 40px 22px 54px;
    }

    .dk-hero-button {
        max-width: 100%;
    }

    .dk-hero-bottom-bar {
        margin-top: 0;
    }

    .dkp-usps {
        margin-top: 16px;
        padding-top: 0;
    }

    .dkp-usps .dk-container,
    .dkp-usps .dk-shell {
        width: min(100%, calc(100% - 24px));
        margin-inline: auto;
    }

    .dk-mobile-sticky-cta {
        display: none !important;
    }

    .dk-nav-inner,
    .dk-header-grid,
    .dk-header-actions,
    .dk-site-header .dk-container {
        max-width: 100%;
    }
}

.dkp-final-form label,
.dkp-final-form .dk-form-privacy label,
.dkp-final-form .dk-check-option,
.dk-form-shell label,
.dk-form-shell .dk-form-privacy label,
.dk-form-shell .dk-check-option {
    color: #111;
}

.dkp-final-form input,
.dkp-final-form select,
.dkp-final-form textarea,
.dk-form-shell input,
.dk-form-shell select,
.dk-form-shell textarea {
    color: #111;
    background: #fff;
}

.dkp-final-form input::placeholder,
.dkp-final-form textarea::placeholder,
.dk-form-shell input::placeholder,
.dk-form-shell textarea::placeholder {
    color: #777;
}
