:root{--dcu-navy:#1a2744;--dcu-coral:#ff7061;--dcu-coral-dark:#e85c4f;--dcu-blue-light:#b8cce8;--dcu-blue-bg:#edf1f8;--dcu-blue-border:#c8d8ec;--dcu-white:#ffffff;--dcu-font:'DM Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif}.dcu-dcl-wrapper{font-family:var(--dcu-font);color:var(--dcu-navy);max-width:1200px;margin:0 auto;padding:0 20px;-webkit-font-smoothing:antialiased}.dcu-dcl-header{text-align:center;margin-bottom:48px}.dcu-dcl-header h2{font-family:var(--dcu-font);font-size:44px;font-weight:700;color:var(--dcu-blue-light);margin:0 0 14px 0;line-height:1.15;letter-spacing:-.01em}.dcu-dcl-header p{font-size:16px;font-weight:400;color:#6b7d94;margin:0 auto;max-width:520px;line-height:1.6}.dcu-dcl-main{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:60px;align-items:start}.dcu-dcl-accordion{border:1.5px solid var(--dcu-blue-border);border-radius:0;background:var(--dcu-white);overflow:hidden}.dcu-dcl-province{border-bottom:1px solid #e2eaf3}.dcu-dcl-province:last-child{border-bottom:none}.dcu-dcl-province-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 24px;background:#fff0;border:none;cursor:pointer;text-align:left;font-family:var(--dcu-font);font-size:17px;font-weight:700;color:var(--dcu-navy);transition:background-color 0.15s ease;line-height:1.3;gap:12px;box-sizing:border-box;-webkit-user-select:none;user-select:none}.dcu-dcl-province-header:hover{background-color:#f7f9fc}.dcu-dcl-province.is-open .dcu-dcl-province-header{background-color:#f0f5fb;color:var(--dcu-navy)}.dcu-dcl-province-name{flex:1;min-width:0}.dcu-dcl-province-count{flex-shrink:0;font-size:17px;font-weight:700;color:var(--dcu-coral);line-height:1}.dcu-dcl-province-body{max-height:0;overflow:hidden;transition:max-height 0.35s ease}.dcu-dcl-province.is-open .dcu-dcl-province-body{max-height:600px}.dcu-dcl-dc-list{list-style:none;margin:0;padding:4px 0 14px 0}.dcu-dcl-dc-list li{margin:0;padding:0}.dcu-dcl-dc-btn{display:block;width:100%;padding:7px 24px 7px 28px;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--dcu-font);font-size:15px;font-weight:500;color:var(--dcu-navy);transition:color 0.12s ease;line-height:1.5;box-sizing:border-box;-webkit-user-select:none;user-select:none}.dcu-dcl-dc-btn:hover{color:var(--dcu-coral)}.dcu-dcl-dc-btn.is-active{color:var(--dcu-coral);font-weight:600}.dcu-dcl-right{min-height:320px;position:relative}.dcu-dcl-map-panel{display:block;transition:opacity 0.3s ease}.dcu-dcl-map-panel.is-hidden{display:none}.dcu-dcl-belgium-map{width:100%;height:auto;max-height:520px;object-fit:contain;display:block}.dcu-dcl-detail-panel{display:none;grid-template-columns:1fr 1fr;gap:0;opacity:0;transition:opacity 0.3s ease}.dcu-dcl-detail-panel.is-visible{display:grid;opacity:1}.dcu-dcl-detail-desc,.dcu-dcl-detail-location{padding:28px 30px;border:1px solid var(--dcu-blue-border);background:var(--dcu-white)}.dcu-dcl-detail-desc{border-right:none;border-radius:0}.dcu-dcl-detail-location{border-radius:0}.dcu-dcl-detail-name{font-size:24px;font-weight:700;color:var(--dcu-navy);margin:0 0 16px 0;line-height:1.2}.dcu-dcl-detail-text{font-size:15px;line-height:1.7;color:var(--dcu-navy);margin:0 0 20px 0}.dcu-dcl-detail-link{display:inline-block;font-size:14px;font-weight:600;color:var(--dcu-coral);text-decoration:none;transition:color 0.12s ease}.dcu-dcl-detail-link:hover{color:var(--dcu-coral-dark);text-decoration:underline}.dcu-dcl-detail-location-title{font-size:20px;font-weight:700;color:var(--dcu-coral);margin:0 0 16px 0}.dcu-dcl-detail-address{font-size:15px;line-height:1.6;color:var(--dcu-navy);margin:0 0 16px 0;white-space:pre-line}.dcu-dcl-detail-email{display:block;font-size:15px;color:var(--dcu-coral);text-decoration:none;margin:0 0 8px 0;word-break:break-all}.dcu-dcl-detail-email:hover{text-decoration:underline}.dcu-dcl-detail-phone{font-size:15px;color:var(--dcu-navy);margin:0}.dcu-dcl-detail-phone:empty{display:none}@media (max-width:960px){.dcu-dcl-main{grid-template-columns:1fr;gap:32px}.dcu-dcl-header h2{font-size:32px}.dcu-dcl-detail-panel.is-visible{grid-template-columns:1fr}.dcu-dcl-detail-desc{border-right:1px solid var(--dcu-blue-border);border-bottom:none;border-radius:0}.dcu-dcl-detail-location{border-radius:0}}@media (max-width:600px){.dcu-dcl-header h2{font-size:26px}.dcu-dcl-header p{font-size:14px}.dcu-dcl-province-header{padding:14px 18px;font-size:15px}.dcu-dcl-dc-btn{padding:6px 18px 6px 36px;font-size:14px}.dcu-dcl-detail-desc,.dcu-dcl-detail-location{padding:20px 18px}.dcu-dcl-detail-name{font-size:20px}}