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

.dkt-page button:focus,
.dkt-page button:focus-visible,
.dkt-modal button:focus,
.dkt-modal button:focus-visible {
    outline: none;
    box-shadow: none;
}

body.single-bike .site-main,
body.single-bike .content-area,
body.single-bike article,
body.single-bike .entry-content,
body.single-bike .inside-article,
body.single-bike .inside-site-content,
body.single-bike #primary,
body.single-bike #content,
body.single-bike #main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}
body.single-bike #main > .container,
body.single-bike .site-content .container,
body.single-bike article .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.single-bike #secondary,
body.single-bike .widget-area { display: none !important; }

.dkt-page {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem 5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #373f50;
    -webkit-font-smoothing: antialiased;
}

.dkt-breadcrumb { padding: 1rem 0; }
.dkt-breadcrumb__back {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0f346b;
    text-decoration: none;
    transition: color 0.15s;
}
.dkt-breadcrumb__back:hover { color: #9aa0ad; }

.dkt-section-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #373f50;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;
}

.dkt-hero {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
    margin-bottom: 4rem;
    padding-top: 0.5rem;
}

.dkt-media-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    position: relative;
}

.dkt-carousel {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 4/3;
}

.dkt-carousel__track {
    display: flex;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.dkt-carousel__slide {
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.dkt-carousel__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2rem;
    display: block;
    transition: opacity 0.18s ease;
}
.dkt-carousel__img.is-loading { opacity: 0.2; }

.dkt-carousel__badges {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    z-index: 3;
    pointer-events: none;
}
.dkt-carousel__badge {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}
.dkt-carousel__badge--akce  { background: #e65100; }
.dkt-carousel__badge--sleva { background: #1565c0; }
.dkt-carousel__img--placeholder {
    background: #fff;
    object-fit: contain;
    padding: 3rem;
}

.dkt-carousel__btn {
    position: absolute;
    top: calc(50% - 2rem);
    transform: translateY(-50%);
    width: 46px; height: 46px;
    background: rgba(255,255,255,0.95);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, box-shadow 0.15s;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.dkt-carousel__btn:hover { background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,0.22); }
.dkt-carousel__btn--prev { left: 0.75rem; }
.dkt-carousel__btn--next { right: 0.75rem; }
.dkt-carousel__btn svg { width: 28px !important; height: 28px !important; color: #111; stroke: #111; }

.dkt-carousel__zoom-hint {
    position: absolute;
    bottom: 0.75rem; left: 0.75rem;
    width: 34px; height: 34px;
    background: rgba(255,255,255,0.85);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.15s;
    pointer-events: none;
}
.dkt-carousel:hover .dkt-carousel__zoom-hint { opacity: 1; }
.dkt-carousel__zoom-hint svg { width: 16px; height: 16px; color: #373f50; }

.dkt-no-image-notice {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    background: rgba(240,240,240,0.92);
    color: #555;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.3rem 0.65rem;
    border-radius: 4px;
    pointer-events: none;
    z-index: 3;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.dkt-thumbstrip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.dkt-thumb {
    width: 80px; height: 80px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f8fa;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    transition: border-color 0.15s, transform 0.15s;
}
.dkt-thumb:hover    { border-color: #9aa0ad; transform: translateY(-2px); }
.dkt-thumb.is-active { border-color: #0f346b; }
.dkt-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; display: block; }

.dkt-info {
    padding-top: 0.5rem;
}

.dkt-brand {
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #0f346b;
    margin: 0 0 0.4rem;
}

.dkt-title {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #373f50;
    margin: 0 0 0.6rem;
}

.dkt-color-label { font-size: 0.92rem; color: #6b7280; margin: 0 0 1.2rem; }

.dkt-size-section { margin-bottom: 1.4rem; }
.dkt-size-label {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9aa0ad;
    margin: 0 0 0.5rem;
}
.dkt-size-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.dkt-size-pill {
    min-width: 48px;
    padding: 0.45rem 0.9rem;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #6b7280;
    background: #fff;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
}
.dkt-size-pill:hover { border-color: #0f346b; color: #0f346b; }
.dkt-size-pill.is-selected { border-color: #0f346b; color: #0f346b; background: #eef1f6; }
.dkt-size-pill.is-unavailable { border-color: #ddd; color: #bbb; background: #f8f8f8; }

.dkt-color-pill {
    min-width: auto;
    max-width: 100%;
    white-space: normal;
    text-align: left;
    line-height: 1.3;
    padding: 0.4rem 0.8rem;
    font-size: 0.82rem;
}

.dkt-keyspecs {
    border: 1px solid #f0f2f5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.4rem;
}
.dkt-keyspec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #f0f2f5;
    font-size: 0.88rem;
}
.dkt-keyspec-row:last-child { border-bottom: none; }
.dkt-keyspec-row:nth-child(even) { background: #fafbfd; }
.dkt-keyspec-row__label {
    font-weight: 700;
    color: #9aa0ad;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    width: 38%;
}
.dkt-keyspec-row__value { color: #373f50; text-align: right; line-height: 1.3; }

.dkt-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f7f8fa;
    border-radius: 8px;
}
.dkt-meta-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.88rem; color: #6b7280; }
.dkt-meta-item svg { width: 16px; height: 16px; flex-shrink: 0; color: #9aa0ad; }
.dkt-meta-item strong { color: #373f50; font-weight: 600; }

.dkt-stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}
.dkt-stock-badge--in {
    background: #2e7d32;
    color: #fff;
}
.dkt-stock-badge--supplier {
    background: #e65100;
    color: #fff;
}
.dkt-stock-badge--order {
    background: #757575;
    color: #fff;
}
.dkt-stock-badge__icon-svg {
    width: 14px; height: 14px;
    flex-shrink: 0;
    stroke: #fff;
}
.dkt-stock-badge__qty { font-weight: 400; opacity: 0.9; }

.dkt-badges-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.dkt-badges-row .dkt-stock-badge {
    margin-bottom: 0;
}
.dkt-sale-badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    letter-spacing: 0.02em;
    background: #e65100;
    color: #fff;
}

.dkt-price {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 1.2rem;
}
.dkt-price__regular {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
}
.dkt-price__original {
    font-size: 1.1rem;
    font-weight: 400;
    color: #888;
    text-decoration: line-through;
}
.dkt-price__discount {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c62828;
}

.dkt-stock-table-wrap {
    margin-bottom: 1.2rem;
}
.dkt-stock-table-title {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9aa0ad;
    margin: 0 0 0.5rem;
}
.dkt-stock-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}
.dkt-stock-table thead tr { background: #0f346b; color: #fff; }
.dkt-stock-table thead th {
    padding: 0.4rem 0.6rem;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.dkt-stock-table thead th:first-child { text-align: left; }
.dkt-stock-table tbody tr { border-bottom: 1px solid #f0f2f5; }
.dkt-stock-table tbody tr:nth-child(even) { background: #fafbfd; }
.dkt-stock-table tbody td {
    padding: 0.35rem 0.6rem;
    text-align: center;
    font-size: 0.78rem;
    color: #9aa0ad;
}
.dkt-stock-table__color {
    text-align: left !important;
    color: #373f50 !important;
    font-weight: 500;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dkt-stock-table__in {
    color: #2e7d32 !important;
    font-weight: 600;
}
.dkt-stock-table__check { font-size: 0.75rem; }
.dkt-stock-table__out { color: #ccc !important; }

.dkt-back { display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.88rem; color: #9aa0ad; text-decoration: none; transition: color 0.15s; }
.dkt-back:hover { color: #0f346b; }

.dkt-features {
    padding: 3rem 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 3rem;
}
.dkt-features-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 0;
}
.dkt-feature {
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.15s;
}
.dkt-feature:hover { background: #fafbfd; }
.dkt-feature__icon {
    flex-shrink: 0;
    width: 56px; height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #eef1f6;
}
.dkt-feature__icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dkt-feature__text h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f346b;
    margin: 0 0 0.3rem;
}
.dkt-feature__text p { font-size: 0.88rem; color: #6b7280; margin: 0; line-height: 1.5; }

.dkt-specs { margin-bottom: 3rem; }
.dkt-specs-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 3rem;
}
.dkt-spec-group { margin-bottom: 2rem; }

.dkt-spec-table,
.dkt-geo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}
.dkt-spec-table thead tr,
.dkt-geo-table thead tr { background: #0f346b; color: #fff; }
.dkt-spec-table thead th,
.dkt-geo-table thead th {
    padding: 0.6rem 0.8rem;
    text-align: left;
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.dkt-spec-table tbody tr,
.dkt-geo-table tbody tr { border-bottom: 1px solid #f5f6f8; }
.dkt-spec-table tbody tr:last-child,
.dkt-geo-table tbody tr:last-child { border-bottom: none; }
.dkt-spec-table tbody tr:nth-child(even),
.dkt-geo-table tbody tr:nth-child(even) { background: #fafbfd; }

.dkt-spec-table tbody th {
    width: 35%;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #9aa0ad;
    padding: 0.45rem 0.8rem;
    vertical-align: top;
}
.dkt-spec-table tbody td,
.dkt-geo-table tbody td {
    padding: 0.45rem 0.8rem;
    color: #373f50;
    font-size: 0.88rem;
    vertical-align: top;
    line-height: 1.4;
}
.dkt-geo-letter { font-weight: 700; font-family: monospace; color: #0f346b; }
.dkt-geo-value  { font-weight: 600; text-align: right; }

.dkt-geo-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f2f5;
}
.dkt-frame-img { max-width: 100%; height: auto; border-radius: 8px; border: 1px solid #f0f2f5; display: block; }

#dkt-lb-backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.94);
    z-index: 9000;
    cursor: zoom-out;
}
#dkt-lb-backdrop[hidden] { display: none !important; }

.dkt-lightbox {
    position: fixed; inset: 0;
    z-index: 9001;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.dkt-lightbox[hidden]       { display: none !important; }
.dkt-lightbox:not([hidden]) { pointer-events: auto; }

.dkt-lb__stage {
    max-width: calc(100vw - 150px);
    max-height: calc(100vh - 80px);
    display: flex; align-items: center; justify-content: center;
}
.dkt-lb__img {
    max-width: 100%;
    max-height: calc(100vh - 80px);
    object-fit: contain;
    display: block;
    border-radius: 4px;
    transition: opacity 0.2s;
}
.dkt-lb__img.is-loading { opacity: 0.2; }

.dkt-lb__close, .dkt-lb__prev, .dkt-lb__next {
    position: fixed;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
    padding: 0;
}
.dkt-lb__close:hover, .dkt-lb__prev:hover, .dkt-lb__next:hover { background: rgba(255,255,255,0.25); }
.dkt-lb__close { top: 1.2rem; right: 1.2rem; width: 44px; height: 44px; }
.dkt-lb__close svg { width: 20px; height: 20px; }
.dkt-lb__prev  { left: 1rem;  top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.dkt-lb__next  { right: 1rem; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.dkt-lb__prev svg, .dkt-lb__next svg { width: 24px; height: 24px; }
.dkt-lb__counter {
    position: fixed; bottom: 1.2rem; left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,0.6); font-size: 0.88rem;
    background: rgba(0,0,0,0.45); padding: 0.25rem 0.8rem; border-radius: 20px;
}

@media (max-width: 1100px) {
    .dkt-hero       { grid-template-columns: 1fr 360px; gap: 2rem; }
    .dkt-specs-cols { grid-template-columns: 1fr; }
    .dkt-geo-section { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
    .dkt-hero  { grid-template-columns: 1fr; }
    .dkt-title { font-size: 1.6rem; }
}
@media (max-width: 600px) {
    .dkt-page  { padding: 0 0.85rem 3rem; }
    .dkt-title { font-size: 1.35rem; }
    .dkt-features-list { grid-template-columns: 1fr; }
    .dkt-lb__prev  { left: 0.3rem; }
    .dkt-lb__next  { right: 0.3rem; }
    .dkt-lb__stage { max-width: calc(100vw - 90px); }
}

.dkt-reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.95rem 1.5rem;
    background: #0f346b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
    margin-top: 1.2rem;
}
.dkt-reserve-btn:hover {
    background: #0a2550;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(37,56,99,0.3);
}

.dkt-modal { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.dkt-modal[hidden] { display: none !important; }

.dkt-modal__backdrop {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.55);
    cursor: pointer;
}

.dkt-modal__box {
    position: relative;
    background: #fff;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    z-index: 1;
}

.dkt-modal__close {
    position: absolute;
    top: 1rem; right: 1rem;
    width: 36px; height: 36px;
    background: #f5f6f8;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
}
.dkt-modal__close:hover { background: #e2e6ed; }
.dkt-modal__close svg { display: none !important; }
.dkt-modal__close::before,
.dkt-modal__close::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 2px;
    background: #111;
    border-radius: 2px;
}
.dkt-modal__close::before { transform: rotate(45deg); }
.dkt-modal__close::after  { transform: rotate(-45deg); }

.dkt-modal__title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: #0f346b;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}

.dkt-modal__product {
    background: #f7f8fa;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    margin-bottom: 1.4rem;
    border-left: 3px solid #0f346b;
}
.dkt-modal__product-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f346b;
    margin: 0 0 0.2rem;
}
.dkt-modal__product-meta {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0 0 0.2rem;
}
.dkt-modal__product-ean {
    font-size: 0.75rem;
    color: #9aa0ad;
    margin: 0;
}

.dkt-reserve-form { display: flex; flex-direction: column; gap: 0.9rem; }

.dkt-form-row { display: flex; flex-direction: column; gap: 0.3rem; }

.dkt-form-label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6b7280 !important;
}
.dkt-required { color: #e53e3e; }

.dkt-form-input {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9rem;
    color: #373f50;
    background: #fff;
    border: 1.5px solid #e2e6ed;
    border-radius: 6px;
    padding: 0.65rem 0.85rem;
    transition: border-color 0.15s, box-shadow 0.15s;
    width: 100%;
}
.dkt-form-input:focus {
    outline: none;
    border-color: #0f346b;
    box-shadow: 0 0 0 3px rgba(37,56,99,0.1);
}
.dkt-form-input.is-invalid { border-color: #e53e3e; }
.dkt-form-textarea { resize: vertical; min-height: 80px; }

.dkt-form-consent { margin-top: 0.2rem; }
.dkt-form-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.5;
    cursor: pointer;
}
.dkt-form-checkbox-label input { margin-top: 2px; flex-shrink: 0; accent-color: #0f346b; width: 16px; height: 16px; }

.dkt-form-error {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 6px;
    color: #c53030;
    font-size: 0.85rem;
    padding: 0.6rem 0.9rem;
}
.dkt-form-error[hidden] { display: none !important; }

.dkt-before-submit {
    background: #f0f4ff;
    border-left: 3px solid #253863;
    border-radius: 4px;
    padding: 0.65rem 0.9rem;
    font-size: 0.85rem;
    color: #000 !important;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}
.dkt-before-submit p,
.dkt-before-submit span,
.dkt-before-submit * { color: #000 !important; }

.dkt-form-submit {
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    background: #0f346b;
    border: none;
    border-radius: 8px;
    padding: 0.95rem;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.dkt-form-submit:hover:not(:disabled) { background: #0a2550; transform: translateY(-1px); }
.dkt-form-submit:disabled { opacity: 0.65; cursor: not-allowed; }

@keyframes dkt-spin { to { transform: rotate(360deg); } }
.dkt-spin { animation: dkt-spin 0.8s linear infinite; }

.dkt-modal__success {
    text-align: center;
    padding: 1rem 0;
}
.dkt-modal__success h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    color: #2e7d32;
    margin: 1rem 0 0.5rem;
    text-transform: uppercase;
}
.dkt-modal__success p { color: #6b7280; font-size: 0.9rem; }
