/* BeDijital two-stage server configurator */
.bdsc-steps{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 28px;max-width:760px;font-size:14px;color:#65718a}.bdsc-step{display:flex;align-items:center;gap:9px;font-weight:700;white-space:nowrap}.bdsc-step span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e8edf6;color:#60708b;font-weight:800}.bdsc-step.is-active{color:#0946ae}.bdsc-step.is-active span,.bdsc-step.is-complete span{background:#0946ae;color:#fff}.bdsc-step-line{height:2px;flex:1;max-width:110px;background:#dbe2ee}.bdsc-configurator{margin:44px 0 10px;padding:42px;border:1px solid #e2e7ef;border-radius:18px;background:#f8fafd;box-shadow:0 18px 50px rgba(16,42,85,.07)}.bdsc-configurator[hidden]{display:none!important}.bdsc-heading{text-align:center;max-width:760px;margin:0 auto 34px}.bdsc-eyebrow,.bdsc-summary-eyebrow{display:block;color:#0946ae;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}.bdsc-heading h2{margin:0 0 10px;color:#13233e;font-size:32px;line-height:1.2}.bdsc-heading p{margin:0;color:#66738a;line-height:1.7}.bdsc-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.bdsc-form{display:grid;gap:18px}.bdsc-group{background:#fff;border:1px solid #e2e7ef;border-radius:14px;padding:24px}.bdsc-group-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.bdsc-group-heading>div{display:flex;align-items:center;gap:11px}.bdsc-group-heading>div>span{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#eef4ff;color:#0946ae;font-size:12px;font-weight:800}.bdsc-group-heading h3{margin:0;color:#152742;font-size:19px}.bdsc-group-heading p{margin:3px 0 0;color:#758197;font-size:13px}.bdsc-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bdsc-choice-grid--os{grid-template-columns:repeat(3,minmax(0,1fr))}.bdsc-choice-grid--maintenance{grid-template-columns:repeat(2,minmax(0,1fr))}.bdsc-choice{position:relative;display:flex;align-items:flex-start;gap:10px;min-height:70px;padding:14px;border:1px solid #dfe5ee;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.bdsc-choice:hover{border-color:#9ab7e7}.bdsc-choice:has(input:checked){border-color:#0946ae;background:#f4f8ff;box-shadow:0 0 0 2px rgba(9,70,174,.08)}.bdsc-choice.is-incompatible{display:none}.bdsc-choice input{position:absolute;opacity:0;pointer-events:none}.bdsc-choice-mark{flex:0 0 18px;width:18px;height:18px;margin-top:2px;border:2px solid #b8c3d2;border-radius:50%;background:#fff}.bdsc-choice:has(input[type=checkbox]) .bdsc-choice-mark{border-radius:5px}.bdsc-choice:has(input:checked) .bdsc-choice-mark{border-color:#0946ae;box-shadow:inset 0 0 0 4px #fff;background:#0946ae}.bdsc-choice:has(input[type=checkbox]:checked) .bdsc-choice-mark{box-shadow:none;background:#0946ae;position:relative}.bdsc-choice:has(input[type=checkbox]:checked) .bdsc-choice-mark:after{content:'✓';position:absolute;inset:-3px 0 0;text-align:center;color:#fff;font-size:13px;font-weight:800}.bdsc-choice-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.bdsc-choice-copy strong{color:#1b2b45;font-size:14px;line-height:1.35}.bdsc-choice-desc{color:#69768a;font-size:12px;line-height:1.45}.bdsc-choice-copy small,.bdsc-help,.bdsc-disk-row small{color:#78849a;font-size:12px;line-height:1.45}.bdsc-help{margin:13px 0 0}.bdsc-select-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bdsc-select-grid label>span{display:block;margin:0 0 6px;color:#253955;font-size:13px;font-weight:700}.bdsc-select{width:100%;min-height:44px;padding:8px 34px 8px 11px;border:1px solid #dce3ed;border-radius:8px;background:#fff;color:#26364e}.bdsc-disk-grid{display:grid;gap:9px}.bdsc-disk-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #e0e6ee;border-radius:9px}.bdsc-disk-row>div{display:flex;flex-direction:column;gap:3px}.bdsc-disk-row strong{font-size:14px;color:#20334f}.bdsc-disk-row label{display:flex;align-items:center;gap:8px;color:#69768a;font-size:12px}.bdsc-disk-row select{min-width:66px;padding:6px;border:1px solid #d7dfeb;border-radius:7px;background:#fff}.bdsc-field-error{margin:10px 0 0;color:#c0392b;font-size:12px;font-weight:700}.bdsc-summary{position:sticky;top:105px;padding:24px;border-radius:14px;background:#0b2f70;color:#fff;box-shadow:0 18px 45px rgba(8,43,99,.2)}.bdsc-summary h3{margin:0 0 14px;color:#fff;font-size:21px;line-height:1.3}.bdsc-summary-eyebrow{color:#aecdff}.bdsc-summary-base{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);font-size:13px}.bdsc-summary-base strong{color:#fff}.bdsc-summary-items{list-style:none;margin:16px 0;padding:0;display:grid;gap:8px}.bdsc-summary-items li{display:flex;justify-content:space-between;gap:12px;color:#dce8ff;font-size:12px;line-height:1.45}.bdsc-summary-items li span:last-child{text-align:right;color:#fff;font-weight:700}.bdsc-summary-total{display:flex;justify-content:space-between;align-items:end;gap:12px;margin:18px -4px 0;padding:16px 4px 0;border-top:1px solid rgba(255,255,255,.22)}.bdsc-summary-total span{font-size:13px}.bdsc-summary-total strong{font-size:24px;color:#fff}.bdsc-summary-note{margin:9px 0 18px;color:#c6d8f7;font-size:11px;line-height:1.5}.bdsc-checkout{width:100%;border:0;cursor:pointer}.bdsc-checkout[disabled]{opacity:.6;cursor:wait}.bdsc-back{display:block;width:100%;margin-top:12px;border:0;background:transparent;color:#d6e4ff;font-size:12px;cursor:pointer}.bdsc-transfer-status{margin:12px 0 0;text-align:center;color:#cfe0ff;font-size:12px}.bdsc-notice{margin:28px 0;padding:18px;border:1px solid #f0d38d;border-radius:10px;background:#fff9e8;color:#72551b}.bdbm-buy-button[data-bedijital-configure],.bdvs-buy-button[data-bedijital-configure],.bdcs-buy-button[data-bedijital-configure]{cursor:pointer}
@media(max-width:1100px){.bdsc-layout{grid-template-columns:1fr}.bdsc-summary{position:relative;top:auto}.bdsc-choice-grid--os{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.bdsc-configurator{margin-top:28px;padding:24px 16px;border-radius:14px}.bdsc-steps{gap:7px;margin-bottom:22px}.bdsc-step strong{font-size:11px}.bdsc-step span{width:26px;height:26px}.bdsc-step-line{max-width:42px}.bdsc-heading h2{font-size:26px}.bdsc-group{padding:18px 14px}.bdsc-group-heading{display:block}.bdsc-group-heading p{margin:7px 0 0}.bdsc-choice-grid,.bdsc-choice-grid--os,.bdsc-choice-grid--maintenance,.bdsc-select-grid{grid-template-columns:1fr}.bdsc-disk-row{align-items:flex-start}.bdsc-summary{padding:20px}}


/* v1.3.34: BeDijital server-order handoff page */
.bdsc-handoff-page{min-height:calc(100vh - 160px);padding:56px 20px 72px;background:#f5f8fc}.bdsc-handoff{max-width:1180px;margin:0 auto}.bdsc-handoff-heading{text-align:center;max-width:760px;margin:0 auto 30px}.bdsc-handoff-heading h1{margin:0 0 10px;color:#13233e;font-size:34px;line-height:1.2}.bdsc-handoff-heading p{margin:0;color:#66738a;font-size:15px}.bdsc-handoff-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.bdsc-handoff-card,.bdsc-handoff-next{border:1px solid #e0e6ef;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(16,42,85,.08)}.bdsc-handoff-card{padding:28px}.bdsc-handoff-server{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:20px;border-bottom:1px solid #e6ebf2}.bdsc-handoff-server>div{display:flex;flex-direction:column;gap:5px}.bdsc-handoff-server span,.bdsc-handoff-base span{color:#78849a;font-size:12px}.bdsc-handoff-server strong{color:#142742;font-size:20px}.bdsc-handoff-base{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid #e6ebf2}.bdsc-handoff-base strong{color:#152742;font-size:16px}.bdsc-handoff-items{list-style:none;margin:0;padding:8px 0}.bdsc-handoff-items li{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #eef2f7;color:#263954;font-size:13px;line-height:1.45}.bdsc-handoff-items li span{min-width:0}.bdsc-handoff-items li strong{text-align:right;color:#152742;font-weight:700}.bdsc-handoff-total{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:10px;padding-top:20px;border-top:2px solid #dce5f2}.bdsc-handoff-total span{color:#253955;font-weight:700}.bdsc-handoff-total strong{color:#0946ae;font-size:27px}.bdsc-handoff-tax-note{margin:8px 0 0;color:#78849a;font-size:11px;line-height:1.5}.bdsc-handoff-next{position:sticky;top:105px;padding:26px;background:#0b2f70;color:#fff;border-color:#0b2f70}.bdsc-handoff-next-step{display:block;margin-bottom:8px;color:#aecdff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bdsc-handoff-next h2{margin:0 0 10px;color:#fff;font-size:22px;line-height:1.3}.bdsc-handoff-next>p{margin:0 0 18px;color:#d4e2fa;font-size:13px;line-height:1.55}.bdsc-handoff-info{margin:0 0 18px;padding:15px;border:1px solid #dce5f2;border-radius:10px;background:#fff;box-shadow:0 8px 22px rgba(10,42,91,.08)}.bdsc-handoff-info strong{display:block;margin-bottom:5px;color:#173254;font-size:13px}.bdsc-handoff-info p{margin:0;color:#5f6f86;font-size:12px;line-height:1.55}.bdsc-handoff-info p strong{display:inline;margin:0;color:#173254}.bdsc-handoff-progress{display:flex;align-items:center;gap:16px;margin:0 0 18px;padding:16px;border:1px solid #dce5f2;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(10,42,91,.08)}.bdsc-handoff-progress-ring{--bdsc-progress:0%;position:relative;display:grid;place-items:center;flex:0 0 116px;width:116px;height:116px;border-radius:50%;background:conic-gradient(#0f55c7 var(--bdsc-progress),#dce7f6 0);box-shadow:0 8px 24px rgba(15,85,199,.14);transition:background .2s ease}.bdsc-handoff-progress-ring:before{content:"";position:absolute;inset:9px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #e4ebf5}.bdsc-handoff-progress-ring strong{position:relative;z-index:1;color:#0b2f70;font-size:24px;line-height:1;font-weight:800;letter-spacing:-.02em}.bdsc-handoff-progress-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.bdsc-handoff-progress-copy strong{color:#173254;font-size:14px}.bdsc-handoff-progress-copy span{color:#64748b;font-size:11px;line-height:1.45}.bdsc-handoff-continue{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:50px;padding:0 24px;border:2px solid transparent;border-radius:5px;background:#0f55c7;color:#fff!important;font-family:inherit;font-size:14px;font-weight:700;line-height:1;text-align:center;text-decoration:none!important;cursor:pointer;transition:background .2s ease,opacity .2s ease,transform .2s ease}.bdsc-handoff-continue:hover,.bdsc-handoff-continue:focus{background:#ff783e;border-color:#ff783e;color:#fff!important;box-shadow:0 5px 12px rgba(255,120,62,.18)}.bdsc-handoff-continue:active{transform:translateY(1px)}.bdsc-handoff-continue[disabled]{background:#5576ac;opacity:.55;cursor:wait;transform:none}.bdsc-handoff-return{display:block;margin-top:12px;text-align:center;color:#d9e7ff;font-size:12px;text-decoration:none}.bdsc-handoff-return:hover{color:#fff}.bdsc-handoff-error{margin:20px 0 0;padding:15px 18px;border:1px solid #f0c5c1;border-radius:10px;background:#fff1f0;color:#9e2f27;text-align:center}
@media(max-width:980px){.bdsc-handoff-layout{grid-template-columns:1fr}.bdsc-handoff-next{position:relative;top:auto}}
@media(max-width:767px){.bdsc-handoff-page{padding:34px 14px 50px}.bdsc-handoff-heading h1{font-size:28px}.bdsc-handoff-card,.bdsc-handoff-next{padding:20px}.bdsc-handoff-server{grid-template-columns:1fr}.bdsc-handoff-items li{gap:12px}.bdsc-handoff-total strong{font-size:23px}.bdsc-handoff-progress{gap:12px}.bdsc-handoff-progress-ring{flex-basis:86px;width:86px;height:86px}.bdsc-handoff-progress-ring strong{font-size:19px}}

/* v1.3.36: ana disk / RAID + gerçek RAM ve disk kapasite kontrolleri */
.bdsc-ram-grid{display:grid;gap:9px}.bdsc-ram-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid #e0e6ee;border-radius:9px;background:#fff;transition:opacity .18s ease,border-color .18s ease}.bdsc-ram-row>div{display:flex;flex-direction:column;gap:3px}.bdsc-ram-row strong{font-size:14px;color:#20334f}.bdsc-ram-row small{color:#78849a;font-size:12px;line-height:1.45}.bdsc-ram-row label{display:flex;align-items:center;gap:8px;color:#69768a;font-size:12px}.bdsc-ram-row select{min-width:66px;padding:6px;border:1px solid #d7dfeb;border-radius:7px;background:#fff}.bdsc-ram-row.is-disabled{opacity:.5}.bdsc-ram-row.is-disabled select{cursor:not-allowed}.bdsc-choice[data-config-choice]{min-height:82px}.bdsc-choice[data-config-choice].is-incompatible{display:none}.bdsc-group[data-main-disk-section] .bdsc-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bdsc-group[data-raid-section] .bdsc-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.bdsc-group[data-raid-section] .bdsc-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.bdsc-ram-row{align-items:flex-start}.bdsc-group[data-main-disk-section] .bdsc-choice-grid,.bdsc-group[data-raid-section] .bdsc-choice-grid{grid-template-columns:1fr}}

/* v1.3.37 — hidden attribute must win over component display declarations. */
.bdsc-group[hidden],
.bdsc-ram-row[hidden],
[data-numbered-section][hidden]{display:none!important}
