﻿.kd-hero-shell { padding-bottom: 80px; }
.kd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,250,240,0.45);
    margin-bottom: 20px;
}
.kd-breadcrumb a { color: rgba(255,250,240,0.45); text-decoration: none; transition: color 0.2s; }
.kd-breadcrumb a:hover { color: #fffaf0; }
.kd-breadcrumb span { color: rgba(255,250,240,0.22); }
.kd-hero-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.kd-hero-left { flex: 1; }
.kd-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(214,177,106,0.18);
    border: 1px solid rgba(214,177,106,0.3);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d6b16a;
    margin-bottom: 14px;
}
.kd-hero-left h1 {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 900;
    color: #fffaf0;
    line-height: 1.1;
    margin-bottom: 14px;
}
.kd-hero-left p {
    font-size: 15px;
    color: rgba(255,250,240,0.62);
    line-height: 1.65;
    max-width: 560px;
    margin-bottom: 28px;
}
.kd-meta-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.kd-meta-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: rgba(255,250,240,0.6);
    font-weight: 600;
}
.kd-meta-item strong { color: #fffaf0; }
.kd-hero-badge {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, #d6b16a, #7a612f);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 24px 56px rgba(135,107,53,0.35);
    position: relative;
    overflow: hidden;
}
.kd-hero-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255,250,240,0.15), transparent 60%);
}
.kd-hero-badge-pct {
    font-size: 52px;
    font-weight: 950;
    color: #15171a;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.kd-hero-badge-lbl {
    font-size: 14px;
    font-weight: 800;
    color: rgba(21,23,26,0.7);
    position: relative;
    z-index: 1;
}
.kd-countdown-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(255,250,240,0.05);
    border: 1px solid rgba(255,250,240,0.1);
    border-radius: 10px;
    margin-top: 24px;
    max-width: 480px;
}
.kd-cd-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,250,240,0.5);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    white-space: nowrap;
}
.kd-cd-units {
    display: flex;
    gap: 8px;
    margin-left: auto;
}
.kd-cd-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.kd-cd-num {
    font-size: 22px;
    font-weight: 900;
    color: #ffe2a3;
    font-family: 'Courier New', monospace;
    min-width: 40px;
    text-align: center;
    line-height: 1;
}
.kd-cd-sub {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255,250,240,0.35);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.kd-cd-sep {
    font-size: 20px;
    font-weight: 900;
    color: rgba(255,250,240,0.3);
    line-height: 1.2;
    padding-top: 2px;
}
.kd-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 28px;
    align-items: start;
}
.kd-layout > * { min-width: 0; }
.kd-content-card {
    background: #fffaf0;
    border-radius: 14px;
    border: 1px solid rgba(21,23,26,0.08);
    box-shadow: 0 16px 48px rgba(21,23,26,0.07);
    overflow: hidden;
    margin-bottom: 20px;
}
.kd-sec {
    padding: 28px 32px;
    border-bottom: 1px solid rgba(21,23,26,0.07);
}
.kd-sec:last-child { border-bottom: none; }
.kd-sec-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
.kd-sec-icon {
    width: 32px;
    height: 32px;
    background: rgba(214,177,106,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}
.kd-sec-title h2 {
    font-size: 16px;
    font-weight: 850;
    color: #15171a;
    margin: 0;
}
.kd-text {
    font-size: 14px;
    color: #6f736f;
    line-height: 1.7;
    margin-bottom: 16px;
}
.kd-text:last-child { margin-bottom: 0; }
.kd-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.kd-scope-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: #f4f1eb;
    border-radius: 10px;
}
.kd-scope-item-icon {
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 1px;
}
.kd-scope-item strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #15171a;
    margin-bottom: 3px;
}
.kd-scope-item span {
    font-size: 12px;
    color: #6f736f;
    line-height: 1.5;
}
.kd-steps {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.kd-step-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.kd-step-num {
    width: 32px;
    height: 32px;
    background: #15171a;
    color: #d6b16a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    flex-shrink: 0;
}
.kd-step-item strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #15171a;
    margin-bottom: 3px;
}
.kd-step-item p {
    font-size: 13px;
    color: #6f736f;
    line-height: 1.55;
    margin: 0;
}
.kd-terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.kd-terms-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #6f736f;
    line-height: 1.55;
}
.kd-terms-list li::before {
    content: '•';
    color: #7a612f;
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}
.kd-faq { display: flex; flex-direction: column; gap: 10px; }
.kd-faq-item {
    border: 1px solid rgba(21,23,26,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.kd-faq-q {
    width: 100%;
    padding: 14px 18px;
    background: #f4f1eb;
    border: none;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    color: #15171a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    transition: background 0.2s;
}
.kd-faq-q:hover { background: #ece8e0; }
.kd-faq-arrow {
    font-size: 12px;
    color: #7a612f;
    transition: transform 0.25s;
    flex-shrink: 0;
}
.kd-faq-item.open .kd-faq-arrow { transform: rotate(180deg); }
.kd-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.kd-faq-item.open .kd-faq-a { max-height: 200px; }
.kd-faq-a-inner {
    padding: 14px 18px;
    font-size: 13px;
    color: #6f736f;
    line-height: 1.65;
    background: #fffaf0;
}
.kd-sidebar {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.kd-sb-card {
    background: #fffaf0;
    border-radius: 14px;
    border: 1px solid rgba(21,23,26,0.08);
    box-shadow: 0 16px 48px rgba(21,23,26,0.07);
    overflow: hidden;
}
.kd-discount-top {
    background: #15171a;
    padding: 24px 22px;
    position: relative;
    overflow: hidden;
}
.kd-discount-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,250,240,0.05) 1px, transparent 0);
    background-size: 22px 22px;
}
.kd-discount-top::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #d6b16a, #7a612f);
}
.kd-discount-pct {
    font-size: 56px;
    font-weight: 950;
    color: #d6b16a;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.kd-discount-sub {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,250,240,0.65);
    position: relative;
    z-index: 1;
    margin-top: 4px;
}
.kd-sb-body { padding: 20px 22px; }
.kd-sb-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(21,23,26,0.06);
}
.kd-sb-row:last-of-type { border-bottom: none; margin-bottom: 16px; }
.kd-sb-row span:first-child { color: #6f736f; }
.kd-sb-row span:last-child  { font-weight: 700; color: #15171a; }
.kd-auto-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(118,156,145,0.1);
    border: 1px solid rgba(118,156,145,0.22);
    border-radius: 8px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    color: #435d56;
}
.kd-sb-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background: #15171a;
    color: #fffaf0;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}
.kd-sb-btn:hover {
    background: #7a612f;
    box-shadow: 0 8px 24px rgba(135,107,53,0.28);
    transform: translateY(-1px);
}
.kd-other-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 20px;
}
.kd-other-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #73695a;
    margin-bottom: 4px;
}
.kd-other-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    background: #f4f1eb;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
}
.kd-other-item:hover { background: #ece8e0; }
.kd-other-item-left strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #15171a;
    margin-bottom: 2px;
}
.kd-other-item-left span {
    font-size: 11px;
    color: #6f736f;
}
.kd-other-badge {
    padding: 4px 10px;
    background: #15171a;
    color: #d6b16a;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}
.kd-bc-active    { color:rgba(255,250,240,0.7); }
.kd-auto-val     { color:#769c91; font-weight:800; }
.kd-sb-support   { padding:18px 20px; }
.kd-support-desc { font-size:12px; color:#6f736f; margin:0 0 12px; line-height:1.55; }
.kd-support-link {
    display:flex; align-items:center; gap:8px;
    padding:10px 14px; background:#f4f1eb; border-radius:8px;
    text-decoration:none; font-size:13px; font-weight:700; color:#15171a;
    margin-bottom:8px; transition:background 0.2s;
}
.kd-support-link:last-child { margin-bottom:0; }
.kd-support-link:hover { background:#e8e4dc; }
@media (max-width: 960px) {
    .kd-layout { grid-template-columns: 1fr; }
    .kd-sidebar { position: static; }
    .kd-hero-inner { flex-direction: column; }
    .kd-hero-badge { width: 120px; height: 120px; }
    .kd-hero-badge-pct { font-size: 40px; }
}
@media (max-width: 600px) {
    .kd-sec { padding: 22px 18px; }
    .kd-scope-grid { grid-template-columns: 1fr; }
    .kd-cd-num { font-size: 18px; }
}
