#ecasa-header { background:#fff; position:fixed; top:0; left:0; right:0; z-index:9998; box-shadow:0 1px 4px rgba(0,0,0,.08); transition:box-shadow .3s; }
#ecasa-header * { box-sizing:border-box; }
#ecasa-header .hd-wrap { max-width:1152px; margin:0 auto; padding:0 16px; display:flex; align-items:center; justify-content:space-between; height:170px; transition:height .3s ease; }
#ecasa-header .hd-logo img { height:150px; width:auto; display:block; transition:height .3s ease; }
#ecasa-header .hd-nav { display:flex; align-items:center; gap:4px; list-style:none; margin:0; padding:0; }
#ecasa-header .hd-nav > li { position:relative; }
#ecasa-header .hd-nav > li > a,
#ecasa-header .hd-nav > li > button { display:flex; align-items:center; gap:4px; padding:8px 12px; font-size:15px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; color:#1f2937; text-decoration:none; background:none; border:none; cursor:pointer; white-space:nowrap; border-radius:6px; transition:color .2s, background .2s; }
#ecasa-header .hd-nav > li > a:hover,
#ecasa-header .hd-nav > li > button:hover { color:#16a34a; background:#f0fdf4; }
#ecasa-header .hd-dropdown { display:none; position:absolute; top:100%; left:0; background:#fff; border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,.12); padding:8px 0; min-width:180px; z-index:9999; list-style:none; margin:0; }
#ecasa-header .hd-nav > li:hover > .hd-dropdown { display:block; }
#ecasa-header .hd-nav > li > .hd-dropdown::before { content:''; position:absolute; top:-12px; left:0; right:0; height:12px; }
#ecasa-header .hd-dropdown li { position:relative; }
#ecasa-header .hd-dropdown li a,
#ecasa-header .hd-dropdown li button { display:flex; align-items:center; justify-content:space-between; width:100%; padding:9px 16px; font-size:13px; font-weight:500; color:#374151; text-decoration:none; background:none; border:none; cursor:pointer; transition:background .15s, color .15s; }
#ecasa-header .hd-dropdown li a:hover,
#ecasa-header .hd-dropdown li button:hover { background:#f0fdf4; color:#16a34a; }
#ecasa-header .hd-subdropdown { display:none; position:absolute; top:0; left:100%; background:#fff; border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,.12); padding:8px 0; min-width:160px; z-index:9999; list-style:none; margin:0; }
#ecasa-header .hd-dropdown li:hover > .hd-subdropdown { display:block; }
#ecasa-header .hd-dropdown li > .hd-subdropdown::before { content:''; position:absolute; top:0; left:-12px; width:12px; height:100%; }
#ecasa-header .hd-subdropdown li a { padding:9px 16px; font-size:13px; }
#ecasa-header .hd-burger { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; position:fixed; left:12px; top:12px; z-index:10002; }
#ecasa-header .hd-burger span { display:block; width:24px; height:2px; background:#1f2937; border-radius:2px; transition:all .3s; }
#ecasa-header .hd-divider { height:1px; background:#e5e7eb; display:none; }
#ecasa-header.hd-shrink { box-shadow:0 2px 12px rgba(0,0,0,.15); }
#ecasa-header.hd-shrink .hd-wrap { height:80px; }
#ecasa-header.hd-shrink .hd-logo img { height:65px; }

#page-content { padding-top: 170px; transition: padding-top .3s ease; }

#mob-overlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:10000; }
#mob-drawer { position:fixed; top:0; left:0; height:100%; width:min(300px,80vw); background:#16a34a; z-index:10001; display:flex; flex-direction:column; padding-top:56px; overflow-y:auto; transform:translateX(-100%); transition:transform .3s cubic-bezier(.4,0,.2,1); box-shadow:4px 0 20px rgba(0,0,0,.25); list-style:none; margin:0; padding-left:0; }
#mob-close { position:fixed; top:10px; left:10px; z-index:10002; display:none; background:none; border:none; cursor:pointer; padding:8px; flex-direction:column; gap:5px; }
#mob-close span { display:block; width:24px; height:2px; background:#fff; border-radius:2px; }
#mob-drawer li { border-top:1px solid rgba(255,255,255,.15); }
#mob-drawer li:last-child { border-bottom:1px solid rgba(255,255,255,.15); }
#mob-drawer a, #mob-drawer .mob-btn { display:flex; align-items:center; gap:10px; width:100%; padding:13px 20px; color:#fff; font-size:14px; font-weight:600; text-decoration:none; background:none; border:none; cursor:pointer; transition:background .2s; }
#mob-drawer a:hover, #mob-drawer .mob-btn:hover { background:rgba(255,255,255,.12); }
#mob-drawer .mob-arrow { margin-left:auto; font-size:11px; transition:transform .3s; }
#mob-drawer .mob-sub { list-style:none; padding:0; margin:0; max-height:0; overflow:hidden; background:rgba(0,0,0,.15); transition:max-height .3s ease; }
#mob-drawer .mob-sub a { padding:10px 20px 10px 38px; font-size:13px; font-weight:400; }
#mob-drawer .mob-sub .mob-sub a { padding-left:54px; }
@media(max-width:767px) {
    #ecasa-header .hd-nav { display:none !important; }
    #ecasa-header .hd-burger { display:flex; top:12px; transform:none; }
    #ecasa-header .hd-logo { flex:1; text-align:center; }
    #ecasa-header .hd-logo img { margin:0 auto; height:150px; }
}
