:root{
  --yh-gold:#f2c52c;
  --yh-gold-2:#f8dc74;
  --yh-gold-dark:#b78d05;
  --yh-ink:#121314;
  --yh-muted:#69707a;
  --yh-paper:#ffffff;
  --yh-soft:#fbf8ef;
  --yh-line:#e8e2d4;
  --yh-dark:#414142;
  --yh-shadow:0 18px 50px rgba(25,25,25,.08);
}
.yh-eavukat-root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--yh-ink);background:linear-gradient(180deg,#fff,#faf8f1);line-height:1.55;margin:0 auto;max-width:100%;}
.yh-eavukat-root *{box-sizing:border-box;}
.yh-eavukat-root button,.yh-eavukat-root input,.yh-eavukat-root select,.yh-eavukat-root textarea{font:inherit;}
.yh-module-header{background:var(--yh-dark);color:#fff;padding:18px 28px;border-bottom:4px solid rgba(242,197,44,.25);display:flex;align-items:center;justify-content:space-between;gap:18px;}
.yh-module-brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff;}
.yh-module-brand img{width:74px;height:74px;object-fit:contain;border-radius:18px;background:#fff;padding:4px;}
.yh-module-brand small{display:block;color:var(--yh-gold);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px;margin-bottom:2px;}
.yh-module-brand strong{display:block;font-weight:900;font-size:20px;line-height:1.05;color:#fff;}
.yh-home-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff!important;border-radius:999px;padding:11px 18px;font-weight:900;white-space:nowrap;text-decoration:none!important;}
.yh-home-link:hover{background:rgba(242,197,44,.18);border-color:rgba(242,197,44,.7);}
.yh-stage{width:min(1180px,calc(100% - 34px));margin:0 auto;display:grid;grid-template-columns:184px 1fr;gap:22px;padding:28px 0 42px;align-items:start;}
.yh-steps{position:sticky;top:18px;display:grid;gap:10px;background:#fff;border:1px solid var(--yh-line);border-radius:24px;padding:12px;box-shadow:var(--yh-shadow);}
.yh-step-pill{display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:center;border:0;border-radius:15px;background:#f4f3f0;color:#555;padding:10px;text-align:left;width:100%;}
.yh-step-pill b{display:grid;place-items:center;background:#2f3031;color:#fff;width:28px;height:28px;border-radius:50%;font-size:13px;}
.yh-step-pill span{display:block;font-size:12px;font-weight:900;color:#333;line-height:1.15;}
.yh-step-pill small{display:block;font-size:10px;color:#777;line-height:1.1;margin-top:2px;}
.yh-step-pill.active{background:#fff7d8;border:1px solid #ead06d;}
.yh-step-pill.active b{background:var(--yh-gold);color:#171717;}
.yh-card{background:#fff;border:1px solid var(--yh-line);border-radius:28px;box-shadow:var(--yh-shadow);padding:30px;min-height:420px;}
.yh-mini-title{color:var(--yh-gold-dark);font-size:14px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;margin:0 0 14px;}
.yh-card h2,.yh-card h3{margin:0;color:#121314;}
.yh-card h2{font-size:30px;line-height:1.15;margin-bottom:14px;font-family:Georgia,"Times New Roman",serif;}
.yh-card h3{font-size:22px;margin-bottom:14px;}
.yh-info-box{background:#fffdf4;border:1px solid #efe1a5;border-radius:20px;padding:22px;margin-top:14px;}
.yh-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.yh-field{display:block;font-weight:800;font-size:13px;color:#303030;}
.yh-field input,.yh-field select,.yh-field textarea{width:100%;margin-top:7px;border:1px solid #ddd6c9;border-radius:14px;padding:13px 14px;background:#fff;outline:none;transition:.15s ease;}
.yh-field input:focus,.yh-field select:focus,.yh-field textarea:focus{border-color:var(--yh-gold);box-shadow:0 0 0 4px rgba(242,197,44,.14);}
.yh-field select:disabled{background:#f1eee7;color:#888;}
.yh-full{grid-column:1/-1;}
.yh-req{color:#b00020;}
.yh-hint{color:#7d7d7d;font-size:12px;margin-top:6px;display:block;}
.yh-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px;}
.yh-btn{border:1px solid transparent;border-radius:999px;padding:13px 20px;font-weight:900;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none!important;}
.yh-btn:hover{transform:translateY(-1px);}
.yh-btn-gold{background:linear-gradient(135deg,var(--yh-gold),var(--yh-gold-2));color:#181818!important;box-shadow:0 14px 30px rgba(242,197,44,.26);}
.yh-btn-dark{background:#3f3f40;color:#fff!important;}
.yh-btn-light{background:#fff;border-color:#ddd6c9;color:#171717!important;}
.yh-option-row{display:grid;gap:12px;margin:18px 0;}
.yh-radio-card{display:block;border:1px solid var(--yh-line);border-radius:18px;padding:16px 18px;background:#fff;transition:.15s ease;cursor:pointer;}
.yh-radio-card input{margin-right:10px;accent-color:var(--yh-gold);}
.yh-radio-card strong{font-size:17px;}
.yh-radio-card small{display:block;color:#656565;margin:6px 0 0 28px;}
.yh-radio-card.selected{border-color:#e5c046;background:#fff9df;}
.yh-package-detail,.yh-payment-extra{display:none;background:#fffdf6;border:1px solid #eadcaa;border-radius:18px;padding:16px;margin-top:12px;}
.yh-radio-card.selected .yh-package-detail,.yh-radio-card.selected .yh-payment-extra{display:block;}
.yh-mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0;}
.yh-lawyer-list{display:grid;gap:10px;margin-top:10px;}
.yh-calendar{background:#fff;border:1px solid var(--yh-line);border-radius:22px;padding:16px;margin-top:14px;}
.yh-date-time-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.yh-time-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}
.yh-time{border:1px solid #ddd6c9;background:#fff;border-radius:999px;padding:9px 12px;font-weight:800;cursor:pointer;}
.yh-time.selected{background:#3f3f40;color:#fff;border-color:#3f3f40;}
.yh-summary-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;}
.yh-summary-table{border:1px solid var(--yh-line);border-radius:20px;overflow:hidden;background:#fff;}
.yh-summary-table div{display:grid;grid-template-columns:210px 1fr;border-bottom:1px solid var(--yh-line);}
.yh-summary-table div:last-child{border-bottom:0;}
.yh-summary-table b{background:#fbfaf7;padding:12px 14px;}
.yh-summary-table span{padding:12px 14px;color:#333;}
.yh-ref-card{text-align:center;border:1px solid var(--yh-line);border-radius:20px;padding:18px;background:#fff;}
.yh-ref{display:inline-block;background:#fff2a8;border-radius:999px;padding:8px 12px;font-weight:900;margin:6px 0 14px;}
.yh-ok-msg{color:#168044;font-weight:900;margin-top:12px;font-size:18px;}
.yh-error-msg{color:#b00020;font-weight:800;margin-top:12px;}
.yh-loading{opacity:.65;pointer-events:none;}
@media(max-width:900px){
  .yh-module-header{align-items:flex-start;flex-direction:column;}
  .yh-home-link{width:100%;}
  .yh-stage{grid-template-columns:1fr;}
  .yh-steps{position:static;grid-template-columns:repeat(3,1fr);}
  .yh-summary-layout,.yh-mode-grid,.yh-date-time-grid{grid-template-columns:1fr;}
  .yh-form-grid{grid-template-columns:1fr;}
  .yh-full{grid-column:auto;}
  .yh-summary-table div{grid-template-columns:1fr;}
  .yh-summary-table b{border-bottom:1px solid var(--yh-line);}
}
@media(max-width:600px){.yh-steps{display:none}.yh-card{padding:20px}.yh-stage{width:calc(100% - 20px)}}

/* V0.2 düzeltmeleri: il/ilçe alanları, müsait saatler ve kullanıcı PDF formu */
.yh-form-grid{grid-template-columns:repeat(2,minmax(280px,1fr));align-items:start;}
.yh-field{min-width:0;}
.yh-field input,.yh-field select,.yh-field textarea{min-width:0;width:100%;height:auto;min-height:54px;line-height:1.35;white-space:normal;overflow:visible;text-overflow:clip;}
.yh-field select{padding-right:42px;background-color:#fff;}
.yh-info-inline{background:#fff9dc;border:1px solid #ead578;border-radius:14px;padding:10px 12px;margin-top:12px;color:#444;font-weight:700;}
.yh-btn-sm{padding:9px 14px;font-size:13px;}
.yh-form-modal{position:fixed;inset:0;background:rgba(0,0,0,.42);display:none;align-items:flex-start;justify-content:center;padding:30px 14px;z-index:99999;overflow:auto;}
.yh-form-modal.open{display:flex;}
.yh-form-modal-panel{background:#fff;border-radius:22px;max-width:1040px;width:100%;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.22);}
.yh-modal-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;}
.yh-modal-top > div{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.yh-client-form-print{background:#f7f7f7;padding:14px;border-radius:12px;overflow:auto;}
.yh-form-page{width:794px;height:1123px;border:2px solid #111;padding:38px;background:#fff;box-sizing:border-box;margin:0 auto 18px;overflow:hidden;color:#111;}
.yh-form-page-one{display:flex;flex-direction:column;}
.yh-form-header{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;border-bottom:4px solid var(--yh-gold);padding-bottom:7px;margin-bottom:10px;flex:0 0 auto;}
.yh-form-header img{width:126px;height:76px;object-fit:contain;}
.yh-form-header h2{text-align:center;font-family:Georgia,serif;font-size:21px;text-decoration:underline;margin:0;color:#111;}
.yh-form-table{width:100%;border-collapse:collapse;font-family:Georgia,serif;font-size:12.5px;table-layout:fixed;flex:1 1 auto;}
.yh-form-table th,.yh-form-table td{border:1px solid #111;padding:7px 8px;text-align:left;vertical-align:top;color:#111;}
.yh-form-table th{width:180px;font-weight:bold;}
.yh-notes-cell{height:138px;}
.yh-form-footer{text-align:center;border-top:4px solid var(--yh-gold);padding-top:6px;font-size:11.5px;margin-top:7px;flex:0 0 auto;font-family:Georgia,serif;color:#111;}
.yh-form-page-two{font-family:Georgia,serif;padding:46px 68px;display:flex;flex-direction:column;}
.yh-form-page-two h3{font-family:Georgia,serif;font-size:17px;margin:0 0 18px;color:#111;flex:0 0 auto;}
.yh-note-lines{display:flex;flex-direction:column;gap:7px;flex:1;}
.yh-note-lines p{height:22px;border-bottom:2px dotted #222;margin:0;line-height:22px;flex:1 1 0;}
@media(max-width:900px){.yh-form-grid{grid-template-columns:1fr}.yh-modal-top{align-items:flex-start;flex-direction:column}.yh-form-page{width:100%;height:auto;min-height:1000px}.yh-form-table th{width:135px}.yh-form-page-two{padding:28px}}
@media print{body>*:not(.yh-eavukat-root){display:none!important}.yh-eavukat-root>*:not(.yh-stage){display:none!important}.yh-stage{display:block!important;width:auto!important;padding:0!important;margin:0!important}.yh-steps,.yh-card>*:not(.yh-form-modal){display:none!important}.yh-card{border:0!important;box-shadow:none!important;padding:0!important;background:#fff!important;min-height:0!important}.yh-form-modal{position:static!important;display:block!important;background:#fff!important;padding:0!important;overflow:visible!important}.yh-form-modal-panel{box-shadow:none!important;max-width:none!important;border-radius:0!important;padding:0!important}.yh-modal-top{display:none!important}.yh-client-form-print{background:#fff!important;padding:0!important;overflow:visible!important}.yh-form-page{width:190mm!important;height:277mm!important;min-height:0!important;margin:0 auto!important;page-break-after:always!important;overflow:hidden!important}.yh-form-page:last-child{page-break-after:auto!important}}

/* V0.3: Görsel takvim ve saat seçimi */
.yh-cal-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:18px 0 14px;}
.yh-cal-head strong{font-size:24px;font-weight:900;color:#121314;text-align:center;flex:1;}
.yh-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:9px;text-align:center;margin-bottom:18px;}
.yh-cal-dayname{font-size:13px;color:#777;font-weight:900;padding:4px 0;}
.yh-cal-day{border:0;background:#f7f5ef;border-radius:14px;min-height:48px;padding:8px 0;font-weight:900;color:#222;cursor:pointer;transition:.15s ease;position:relative;}
.yh-cal-day:hover:not(:disabled){background:#fff2b4;transform:translateY(-1px);}
.yh-cal-day.selected{background:var(--yh-gold);color:#151515;box-shadow:0 10px 22px rgba(242,197,44,.24);}
.yh-cal-day.disabled{opacity:.45;cursor:not-allowed;background:#efefef;color:#9b9b9b;text-decoration:line-through;}
.yh-cal-day.full{background:#eeeeee;color:#8d8d8d;}
.yh-cal-day.partial::after{content:"";position:absolute;right:9px;top:8px;width:7px;height:7px;border-radius:50%;background:#d89a00;}
.yh-cal-day.blank{visibility:hidden;pointer-events:none;}
.yh-time-grid{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 6px;}
.yh-time{border:1px solid #ddd6c9;background:#fff;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer;min-width:76px;}
.yh-time:hover{background:#fff7d8;border-color:#e5c046;}
.yh-time.selected{background:#3f3f40;color:#fff;border-color:#3f3f40;}
@media(max-width:700px){.yh-cal-grid{gap:6px}.yh-cal-day{min-height:40px;border-radius:10px}.yh-cal-head strong{font-size:19px}.yh-time{min-width:68px;padding:9px 12px}}


/* V0.4: Saat butonlarında boş saat yazıları siyah, seçili saat beyaz */
.yh-eavukat-root .yh-time{
  color:#121314 !important;
  background:#fff;
}
.yh-eavukat-root .yh-time:hover{
  color:#121314 !important;
  background:#fff7d8;
  border-color:#e5c046;
}
.yh-eavukat-root .yh-time.selected{
  color:#fff !important;
  background:#3f3f40 !important;
  border-color:#3f3f40 !important;
}
.yh-eavukat-root .yh-time:disabled,
.yh-eavukat-root .yh-time.full{
  color:#8d8d8d !important;
}
