.kd-services-hub {
  color: #2b2b2b;
  line-height: 1.6;
  font-size: 16px;
}
.kd-services-hub * { box-sizing: border-box; }
.kd-container { max-width: 1200px; margin: 0 auto; }
.kd-eyebrow { color: #8a6a4a; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 8px; }
.kd-hero-title { line-height: 1.1; font-weight: 700; margin: 0 0 16px; }
.kd-hero-subtitle { max-width: 760px; font-size: 18px; color: #555; margin: 0 0 28px; }
.kd-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.kd-nav-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid #d9d1c7; border-radius: 10px; background: #fff; color: #2b2b2b; text-decoration: none; font-weight: 600; transition: .2s ease; }
.kd-nav-btn:hover { background: #f5f1eb; text-decoration: none; }
.kd-section { padding: 56px 0; }
.kd-section-alt { background: #f7f8f7; }
.kd-grid { display: grid; gap: 28px; }
.kd-grid-2 { grid-template-columns: 1.1fr .9fr; }
.kd-section h2 { margin: 0 0 12px; font-size: 32px; line-height: 1.2; }
.kd-lead { margin: 0 0 24px; color: #555; font-size: 17px; }
.kd-image-placeholder { margin-bottom: 24px; border-radius: 18px; overflow: hidden; }
.kd-image-placeholder img { display: block; width: 100%; height: auto; }
.kd-card { background: #fff; border: 1px solid #ece7df; border-radius: 18px; padding: 24px; }
.kd-card h3 { margin-top: 0; }
.kd-price-list, .kd-simple-list { list-style: none; padding: 0; margin: 0; }
.kd-price-list li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px dashed #ddd; }
.kd-simple-list li { padding: 8px 0; border-bottom: 1px dashed #ddd; }
.kd-note { margin: 16px 0 0; font-size: 14px; color: #666; }
.kd-form { background: #fff; border: 1px solid #ece7df; border-radius: 18px; padding: 24px; box-shadow: 0 8px 30px rgba(0,0,0,.04); }
.kd-form h3, .kd-form h4 { margin-top: 0; }
.kd-form label { display: block; margin-bottom: 16px; }
.kd-form label > span { display: block; margin-bottom: 8px; font-weight: 600; }
.kd-form input, .kd-form select, .kd-form textarea { width: 100%; min-height: 46px; padding: 12px 14px; border: 1px solid #d8d8d8; border-radius: 10px; background: #fff; font: inherit; }
.kd-form textarea { min-height: 120px; resize: vertical; }
.kd-options { margin: 20px 0; padding: 18px; background: #f8f8f8; border-radius: 14px; }
.kd-check { display: flex !important; align-items: center; gap: 10px; margin-bottom: 12px; }
.kd-check input { width: 18px; height: 18px; min-height: 18px; padding: 0; }
.kd-result { margin: 20px 0; padding: 18px; border-radius: 14px; background: #eef7ee; border: 1px solid #cfe5cf; color: #245c24; font-weight: 600; }
.kd-result-static { background: #f4f4f4; border-color: #e1e1e1; color: #555; }
.kd-divider { height: 1px; background: #eee; margin: 24px 0; }
.kd-submit { display: inline-flex; justify-content: center; align-items: center; width: 100%; min-height: 50px; border: 0; border-radius: 12px; background: #8a6a4a; color: #fff; font-weight: 700; font-size: 16px; cursor: pointer; transition: .2s ease; }
.kd-submit:hover { opacity: .95; }
.kd-submit:disabled { opacity: .6; cursor: not-allowed; }
.kd-policy { margin: 12px 0 0; font-size: 13px; color: #777; }
.kd-success { background: #eef7ee; border: 1px solid #cfe5cf; color: #245c24; padding: 18px; border-radius: 14px; }
.kd-error { background: #fff3f3; border: 1px solid #f2c7c7; color: #8d2a2a; padding: 18px; border-radius: 14px; }
html { scroll-behavior: smooth; }
@media (max-width: 900px) { .kd-grid-2 { grid-template-columns: 1fr; } .kd-hero-title { font-size: 32px; } }
@media (max-width: 600px) { .kd-hero { padding-top: 32px; } .kd-hero-title { font-size: 28px; } .kd-section { padding: 40px 0; } .kd-card, .kd-form { padding: 18px; } .kd-nav { flex-direction: column; } .kd-nav-btn { width: 100%; } }
