/*
Theme Name: Nedvesta Red Sea Global v2.3 Dubizzle-Level Red Sea Marketplace Final
Theme URI: https://nedvesta.com/
Author: Nedvesta
Description: Red Sea only marketplace homepage inspired by Dubizzle structure: real estate, projects, rentals, wanted, services, tourism and area SEO with safe ads, multilingual UX and stable blog template.
Version: 2.3.0
Text Domain: nedvesta-ecosystem
Requires PHP: 7.4
*/

:root{
  --nd-navy:#061d31;
  --nd-blue:#0b4662;
  --nd-gold:#d8a847;
  --nd-soft:#f5f7fb;
  --nd-border:#e6edf4;
  --nd-text:#102033;
  --nd-muted:#64748b;
  --nd-green:#088a5a;
  --nd-red:#c2410c;
  --nd-radius:22px;
  --nd-shadow:0 18px 45px rgba(5,25,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif;
  background:#fff;
  color:var(--nd-text);
  line-height:1.65;
}
body.rtl{direction:rtl}
a{color:inherit}
img{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 28px));margin:auto}
.nd-topbar{
  background:var(--nd-navy);
  color:#fff;
  font-size:13px;
}
.nd-topbar .container{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;
}
.nd-lang a{color:#fff;text-decoration:none;margin-inline:6px;opacity:.86;font-weight:800}
.nd-header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);border-bottom:1px solid var(--nd-border);
}
.nd-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0}
.nd-logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:1000;color:var(--nd-navy)}
.nd-logo-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--nd-navy),var(--nd-blue));display:grid;place-items:center;color:var(--nd-gold);font-weight:1000}
.nd-nav{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.nd-nav a{text-decoration:none;font-weight:850;color:var(--nd-navy);font-size:14px}
.nd-actions{display:flex;align-items:center;gap:8px}
.nd-btn,.button,.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:0;border-radius:999px;padding:11px 16px;font-weight:950;text-decoration:none;cursor:pointer;
  background:var(--nd-navy);color:#fff;transition:.2s ease;
}
.nd-btn:hover{transform:translateY(-1px);box-shadow:var(--nd-shadow)}
.nd-btn-gold{background:var(--nd-gold);color:var(--nd-navy)}
.nd-btn-light{background:#fff;color:var(--nd-navy);border:1px solid var(--nd-border)}
.nd-mobile-toggle{display:none;background:var(--nd-navy);color:#fff;border:0;border-radius:12px;padding:10px 12px;font-weight:1000}
.nd-hero{
  position:relative;overflow:hidden;background:
  radial-gradient(circle at 20% 20%,rgba(216,168,71,.22),transparent 28%),
  linear-gradient(135deg,var(--nd-navy),#092c4b 55%,#0b4662);
  color:#fff;padding:58px 0 34px;
}
.nd-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.nd-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:8px 12px;border-radius:999px;font-weight:1000;color:#fff}
.nd-hero h1{font-size:clamp(34px,5vw,66px);line-height:1.06;margin:16px 0 12px;color:#fff}
.nd-hero p{color:rgba(255,255,255,.86);font-size:18px;font-weight:750;max-width:680px}
.nd-search-panel{
  background:#fff;color:var(--nd-text);border-radius:28px;padding:18px;box-shadow:var(--nd-shadow);margin-top:22px;
}
.nd-search-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:10px}
.nd-field label{display:block;font-size:12px;font-weight:950;color:var(--nd-muted);margin-bottom:5px}
.nd-field input,.nd-field select{
  width:100%;border:1px solid var(--nd-border);border-radius:16px;padding:12px 13px;font-weight:800;background:#fff;
}
.nd-hero-card{
  background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);border-radius:32px;padding:18px;
}
.nd-hero-card-inner{background:#fff;border-radius:24px;padding:16px;color:var(--nd-text)}
.nd-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
.nd-stat{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:14px}
.nd-stat b{display:block;font-size:26px;color:#fff}
.nd-stat span{color:rgba(255,255,255,.76);font-size:13px;font-weight:850}
.nd-section{padding:44px 0}
.nd-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}
.nd-section-head h2{font-size:clamp(26px,3vw,42px);margin:0;color:var(--nd-navy)}
.nd-section-head p{margin:6px 0 0;color:var(--nd-muted);font-weight:750}
.nd-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.nd-cat{
  display:block;text-decoration:none;background:#fff;border:1px solid var(--nd-border);border-radius:24px;padding:18px;box-shadow:0 10px 28px rgba(5,25,42,.04);
}
.nd-cat-icon{width:48px;height:48px;border-radius:16px;background:var(--nd-soft);display:grid;place-items:center;font-size:25px;margin-bottom:12px}
.nd-cat b{display:block;color:var(--nd-navy);font-size:18px}
.nd-cat span{display:block;color:var(--nd-muted);font-weight:750;font-size:13px;margin-top:4px}
.nd-listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.nd-card{background:#fff;border:1px solid var(--nd-border);border-radius:26px;overflow:hidden;box-shadow:0 14px 36px rgba(5,25,42,.06)}
.nd-card-media{display:block;height:220px;background:linear-gradient(135deg,#dce9ef,#f7fafc);position:relative;overflow:hidden}
.nd-card-media img{width:100%;height:100%;object-fit:cover}
.nd-badge{position:absolute;top:12px;left:12px;background:var(--nd-gold);color:var(--nd-navy);border-radius:999px;padding:6px 10px;font-weight:1000;font-size:12px}
.rtl .nd-badge{left:auto;right:12px}
.nd-card-body{padding:16px}
.nd-card h3{margin:0 0 8px;font-size:20px;line-height:1.35;color:var(--nd-navy)}
.nd-card-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--nd-muted);font-weight:800;font-size:13px}
.nd-price{margin-top:12px;color:var(--nd-green);font-size:20px;font-weight:1000}
.nd-card-actions{display:flex;gap:8px;margin-top:14px}
.nd-card-actions .nd-btn{padding:9px 12px;flex:1}
.nd-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.nd-panel{background:var(--nd-soft);border:1px solid var(--nd-border);border-radius:28px;padding:22px}
.nd-panel h3{margin:0 0 8px;color:var(--nd-navy);font-size:26px}
.nd-panel p{color:var(--nd-muted);font-weight:750}
.nd-footer{background:var(--nd-navy);color:#fff;padding:38px 0;margin-top:40px}
.nd-footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:22px}
.nd-footer a{color:rgba(255,255,255,.82);display:block;text-decoration:none;margin:7px 0;font-weight:750}
.nd-footer p{color:rgba(255,255,255,.72)}
.nd-page-hero{background:var(--nd-soft);padding:42px 0;border-bottom:1px solid var(--nd-border)}
.nd-page-hero h1{margin:0;color:var(--nd-navy);font-size:clamp(30px,4vw,54px)}
.nd-content{padding:35px 0}
.nd-form{background:#fff;border:1px solid var(--nd-border);border-radius:26px;padding:18px;box-shadow:var(--nd-shadow)}
.nd-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.nd-form .full{grid-column:1/-1}
.nd-form input,.nd-form select,.nd-form textarea{width:100%;border:1px solid var(--nd-border);border-radius:16px;padding:12px;font-weight:800}
.nd-form label{font-weight:900;color:var(--nd-navy)}
.nd-empty{background:#fff;border:1px dashed var(--nd-border);border-radius:20px;padding:24px;text-align:center;color:var(--nd-muted);font-weight:800}
@media(max-width:980px){
  .nd-hero-grid,.nd-feature-row,.nd-footer-grid{grid-template-columns:1fr}
  .nd-search-grid{grid-template-columns:1fr 1fr}
  .nd-category-grid{grid-template-columns:repeat(2,1fr)}
  .nd-listing-grid{grid-template-columns:repeat(2,1fr)}
  .nd-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--nd-border);padding:12px 18px;box-shadow:var(--nd-shadow)}
  .nd-nav.is-open{display:grid}
  .nd-mobile-toggle{display:block}
}
@media(max-width:620px){
  .nd-topbar .container{display:block;text-align:center}
  .nd-header-inner{gap:8px}
  .nd-logo span:last-child{display:none}
  .nd-search-grid,.nd-category-grid,.nd-listing-grid,.nd-form-grid{grid-template-columns:1fr}
  .nd-hero{padding-top:36px}
  .nd-card-media{height:190px}
  .nd-section{padding:32px 0}
  .nd-section-head{display:block}
  .nd-actions .nd-btn-light{display:none}
}

/* ===== v1.1 UI Polish: cleaner hero/header/mobile, same ecosystem architecture ===== */
body{font-size:16px}
.nd-topbar{background:#071c2d}
.nd-topbar .container{padding:9px 0}
.nd-header{box-shadow:0 8px 24px rgba(5,25,42,.04)}
.nd-header-inner{min-height:78px}
.nd-logo span:last-child{font-size:22px}
.nd-logo-mark{box-shadow:0 10px 25px rgba(6,29,49,.18)}
.nd-nav{gap:18px}
.nd-nav a{font-size:16px;position:relative}
.nd-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:3px;border-radius:99px;background:var(--nd-gold);transform:scaleX(0);transition:.2s}
.nd-nav a:hover:after{transform:scaleX(1)}
.nd-hero{padding:64px 0 50px;min-height:auto}
.nd-hero-grid{grid-template-columns:1fr .82fr;gap:42px}
.nd-kicker{font-size:15px;padding:9px 16px}
.nd-hero h1{font-size:clamp(42px,4.7vw,74px);max-width:760px;letter-spacing:-.02em}
.rtl .nd-hero h1{letter-spacing:0}
.nd-hero p{font-size:20px;max-width:760px}
.nd-search-panel{border-radius:30px;padding:20px;margin-top:28px}
.nd-search-grid{grid-template-columns:1.4fr .95fr .95fr 130px;align-items:end}
.nd-field input,.nd-field select{height:50px}
.nd-search-panel .nd-btn{height:50px}
.nd-stats{max-width:680px}
.nd-stat{backdrop-filter:blur(12px)}
.nd-hero-card{border-radius:36px;padding:20px;background:rgba(255,255,255,.10)}
.nd-phone-preview{
  background:#fff;border-radius:34px;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.20);
  border:12px solid rgba(255,255,255,.16);min-height:520px;color:var(--nd-navy)
}
.nd-phone-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.nd-phone-top span{width:38px;height:10px;background:#e7edf4;border-radius:99px}
.nd-phone-search{background:#f4f7fb;border:1px solid #e7edf4;border-radius:20px;padding:14px 16px;font-weight:950;color:#7b8794;margin-bottom:16px}
.nd-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.nd-mini-grid a{text-decoration:none;background:#f8fafc;border:1px solid #e7edf4;border-radius:20px;padding:15px;min-height:104px;display:flex;flex-direction:column;justify-content:center;gap:8px}
.nd-mini-grid span{font-size:28px}
.nd-mini-grid b{font-size:15px;color:var(--nd-navy)}
.nd-phone-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:16px}
.nd-phone-strip strong{background:linear-gradient(135deg,var(--nd-navy),var(--nd-blue));color:#fff;border-radius:16px;padding:12px 6px;text-align:center;font-size:13px}
.nd-section{padding:52px 0}
.nd-category-grid{gap:18px}
.nd-cat{transition:.2s ease;border-radius:26px}
.nd-cat:hover{transform:translateY(-3px);box-shadow:var(--nd-shadow)}
.nd-cat-icon{background:linear-gradient(135deg,#edf5f8,#fff8e5)}
.nd-listing-grid{gap:22px}
.nd-card{transition:.2s ease}
.nd-card:hover{transform:translateY(-3px);box-shadow:var(--nd-shadow)}
.nd-card h3 a{text-decoration:none}
.nd-panel{background:#fff;box-shadow:0 12px 35px rgba(5,25,42,.05)}
@media(max-width:1100px){
  .nd-hero-grid{grid-template-columns:1fr}
  .nd-phone-preview{min-height:auto}
  .nd-search-grid{grid-template-columns:1fr 1fr}
  .nd-search-panel .nd-btn{grid-column:1/-1}
}
@media(max-width:620px){
  .nd-topbar{font-size:12px}
  .nd-lang{display:block;margin-top:5px}
  .nd-header-inner{min-height:68px;padding:10px 0}
  .nd-logo span:last-child{display:block;font-size:18px}
  .nd-logo-mark{width:38px;height:38px}
  .nd-actions{gap:6px}
  .nd-actions .nd-btn{padding:9px 11px;font-size:13px}
  .nd-hero{padding:34px 0 28px}
  .nd-kicker{font-size:13px}
  .nd-hero h1{font-size:36px;line-height:1.12}
  .nd-hero p{font-size:16px}
  .nd-search-panel{padding:14px;border-radius:22px}
  .nd-search-grid{grid-template-columns:1fr}
  .nd-stats{grid-template-columns:1fr 1fr 1fr;gap:8px}
  .nd-stat{padding:10px}
  .nd-stat b{font-size:20px}
  .nd-stat span{font-size:11px}
  .nd-phone-preview{display:none}
  .nd-hero-card{display:none}
  .nd-section{padding:30px 0}
  .nd-cat{padding:14px;border-radius:20px}
  .nd-cat-icon{width:42px;height:42px;font-size:22px}
  .nd-cat b{font-size:16px}
  .nd-card-media{height:176px}
  .nd-card-body{padding:14px}
}

/* ===== v1.2 Core Modules UI ===== */
.nd-dark{background:#071523;color:#eaf2f8}
.nd-dark .nd-header,.nd-dark .nd-card,.nd-dark .nd-panel,.nd-dark .nd-search-panel,.nd-dark .nd-v12-box,.nd-dark .nd-form{background:#0b2135;color:#eaf2f8;border-color:rgba(255,255,255,.12)}
.nd-dark .nd-nav a,.nd-dark .nd-card h3,.nd-dark .nd-card h3 a,.nd-dark .nd-section-head h2,.nd-dark .nd-page-hero h1{color:#fff}
.nd-dark .nd-field input,.nd-dark .nd-field select,.nd-dark textarea,.nd-dark input{background:#071523;color:#fff;border-color:rgba(255,255,255,.16)}
.nd-dark .nd-page-hero,.nd-dark .nd-cat,.nd-dark .nd-company-card{background:#0b2135;border-color:rgba(255,255,255,.12)}
.nd-dark-toggle{background:#0b4662;color:#fff;border:0;border-radius:12px;padding:10px 12px;font-weight:1000;cursor:pointer}
.nd-search-grid-advanced{grid-template-columns:1.4fr 1fr 1fr .8fr .8fr .8fr .8fr auto}
.nd-v12-actions{display:flex;gap:7px;flex-wrap:wrap;margin:12px 0}
.nd-v12-actions button{border:1px solid var(--nd-border);background:#fff;color:var(--nd-navy);border-radius:999px;padding:8px 11px;font-weight:950;cursor:pointer}
.nd-watermark{position:absolute;right:10px;bottom:10px;background:rgba(6,29,49,.7);color:#fff;border-radius:999px;padding:5px 9px;font-weight:1000;font-size:11px;letter-spacing:.08em}
.rtl .nd-watermark{right:auto;left:10px}
.nd-v12-single{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.nd-v12-sticky{position:sticky;top:100px}
.nd-v12-box{background:#fff;border:1px solid var(--nd-border);border-radius:24px;padding:18px;margin:16px 0;box-shadow:0 12px 32px rgba(5,25,42,.05)}
.nd-v12-lead{display:grid;gap:10px}
.nd-v12-lead input,.nd-v12-lead textarea,.nd-v12-report textarea,.nd-v12-ai input{width:100%;border:1px solid var(--nd-border);border-radius:15px;padding:12px;font-weight:800}
.nd-v12-calc{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.nd-v12-calc label{font-weight:900}
.nd-v12-calc input{width:100%;border:1px solid var(--nd-border);border-radius:14px;padding:10px}
.nd-v12-result{background:var(--nd-soft);border-radius:16px;padding:12px}
.nd-v12-result b{display:block;font-size:20px;color:var(--nd-green)}
.nd-map-placeholder{height:220px;border-radius:18px;background:linear-gradient(135deg,#edf5f8,#fff8e5);display:grid;place-items:center;text-align:center;font-weight:950;color:var(--nd-navy)}
.nd-suggest{position:absolute;background:#fff;border:1px solid var(--nd-border);border-radius:14px;margin-top:4px;box-shadow:var(--nd-shadow);z-index:80;overflow:hidden;min-width:260px}
.nd-field{position:relative}
.nd-suggest a{display:block;padding:10px 12px;text-decoration:none;font-weight:850}
.nd-suggest a:hover{background:var(--nd-soft)}
.nd-v12-dashboard{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.nd-v12-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.nd-v12-kpis b,.nd-chip{display:inline-flex;background:var(--nd-soft);border-radius:14px;padding:10px;margin:3px;font-weight:950}
.nd-v12-ai{background:linear-gradient(135deg,#061d31,#0b4662);color:#fff;border-radius:24px;padding:18px;margin:16px 0}
.nd-v12-ai input{margin:8px 0;color:#061d31}
@media(max-width:1100px){.nd-search-grid-advanced{grid-template-columns:1fr 1fr}.nd-v12-single{grid-template-columns:1fr}.nd-v12-sticky{position:static}}
@media(max-width:700px){.nd-search-grid-advanced,.nd-v12-calc,.nd-v12-dashboard,.nd-v12-kpis{grid-template-columns:1fr}.nd-v12-actions button{font-size:12px;padding:7px 9px}}

/* ===== v1.3 Frontend Platform Auth/Dashboard/SEO ===== */
.nd-auth-page{background:linear-gradient(135deg,var(--nd-navy),var(--nd-blue));padding:60px 0;color:#fff}
.nd-auth-shell{display:grid;grid-template-columns:1fr 440px;gap:28px;align-items:center}
.nd-auth-copy h1{font-size:clamp(36px,5vw,68px);line-height:1.08;margin:14px 0;color:#fff}
.nd-auth-copy p{font-size:19px;color:rgba(255,255,255,.82);font-weight:800}
.nd-auth-card{background:#fff;color:var(--nd-navy);border-radius:28px;padding:24px;box-shadow:0 30px 70px rgba(0,0,0,.20);display:grid;gap:12px}
.nd-auth-card h2{margin:0;font-size:30px}
.nd-auth-card label{font-weight:950}
.nd-auth-card input,.nd-auth-card select{width:100%;border:1px solid var(--nd-border);border-radius:16px;padding:12px;margin-top:5px;font-weight:800}
.nd-check{display:flex!important;align-items:center;gap:8px}.nd-check input{width:auto!important}
.nd-alert{background:#fff3cd;color:#6b4e00;border:1px solid #ffe49a;border-radius:16px;padding:12px;font-weight:900;margin-bottom:12px}
.nd-social-login{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}
.nd-social-login button{border:1px solid var(--nd-border);background:#f8fafc;color:var(--nd-navy);border-radius:999px;padding:10px;font-weight:950;cursor:not-allowed}
.nd-social-login small{grid-column:1/-1;color:#64748b;font-weight:800}
.nd-dash{display:grid;grid-template-columns:290px minmax(0,1fr);gap:22px}
.nd-dash-side{background:var(--nd-navy);color:#fff;border-radius:26px;padding:18px;position:sticky;top:96px;align-self:start}
.nd-dash-side a{display:block;color:#fff;text-decoration:none;padding:11px 12px;border-radius:14px;font-weight:900}
.nd-dash-side a:hover{background:rgba(255,255,255,.1)}
.nd-dash-user{border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:14px;margin-bottom:12px}
.nd-avatar{width:58px;height:58px;border-radius:20px;background:var(--nd-gold);color:var(--nd-navy);display:grid;place-items:center;font-size:24px;font-weight:1000;margin-bottom:8px}
.nd-dash-user b,.nd-dash-user span{display:block}
.nd-dash-user span{color:rgba(255,255,255,.72);font-size:13px}
.nd-dash-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}
.nd-dash-head h1{margin:0;color:var(--nd-navy);font-size:clamp(30px,4vw,50px)}
.nd-dash-head p{margin:6px 0 0;color:var(--nd-muted);font-weight:800}
.nd-dash-kpis,.nd-package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}
.nd-dash-kpis div,.nd-package-grid div{background:#fff;border:1px solid var(--nd-border);border-radius:20px;padding:16px;box-shadow:0 10px 28px rgba(5,25,42,.05)}
.nd-dash-kpis b{display:block;font-size:30px;color:var(--nd-green)}
.nd-dash-kpis span{color:var(--nd-muted);font-weight:900}
.nd-dash-table{display:grid;gap:8px}
.nd-dash-row{display:grid;grid-template-columns:1fr 110px 90px 70px;gap:10px;align-items:center;background:var(--nd-soft);border-radius:14px;padding:11px}
.nd-quick-form{max-width:960px;margin:auto}
.nd-area-guide{background:#fff;border:1px solid var(--nd-border);border-radius:26px;padding:22px;box-shadow:var(--nd-shadow)}
.nd-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.nd-guide-grid div{background:var(--nd-soft);border-radius:16px;padding:14px;font-weight:950;text-align:center}
@media(max-width:920px){.nd-auth-shell,.nd-dash{grid-template-columns:1fr}.nd-dash-side{position:static}.nd-dash-kpis,.nd-package-grid,.nd-guide-grid{grid-template-columns:1fr 1fr}.nd-dash-row{grid-template-columns:1fr}}
@media(max-width:560px){.nd-auth-page{padding:34px 0}.nd-auth-card{padding:18px}.nd-social-login{grid-template-columns:1fr}.nd-dash-kpis,.nd-package-grid,.nd-guide-grid{grid-template-columns:1fr}}

/* ===== v1.3.1 Login Route Fix Polish ===== */
.nd-auth-page-fixed{min-height:calc(100vh - 150px);display:flex;align-items:center}
.nd-auth-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.nd-auth-benefits span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);border-radius:999px;padding:9px 13px;font-weight:950;color:#fff}
.nd-auth-card .nd-btn{width:100%}
.nd-auth-card p{margin:4px 0 0;text-align:center;font-weight:900}
.nd-auth-card p a{color:var(--nd-blue)}
.nd-social-login small{font-size:12px;line-height:1.4}
@media(max-width:920px){.nd-auth-page-fixed{min-height:auto}.nd-auth-copy{text-align:center}.nd-auth-benefits{justify-content:center}}


/* ===== v1.3.2 Smaller Category Cards + Mobile Slider ===== */
.nd-category-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.nd-cat{
  min-height:142px;
  padding:14px 16px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.nd-cat-icon{
  width:42px;
  height:42px;
  border-radius:15px;
  font-size:21px;
  margin-bottom:10px;
}
.nd-cat b{
  font-size:17px;
  line-height:1.25;
}
.nd-cat span{
  font-size:12px;
  line-height:1.45;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(max-width:980px){
  .nd-category-grid{
    grid-template-columns:repeat(4,minmax(220px,1fr));
  }
}
@media(max-width:700px){
  .nd-section:has(.nd-category-grid){
    overflow:hidden;
  }
  .nd-category-grid{
    display:flex !important;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:2px 2px 12px;
    margin-inline:-2px;
  }
  .nd-category-grid::-webkit-scrollbar{
    height:6px;
  }
  .nd-category-grid::-webkit-scrollbar-thumb{
    background:rgba(6,29,49,.18);
    border-radius:999px;
  }
  .nd-cat{
    flex:0 0 78%;
    max-width:78%;
    min-height:132px;
    scroll-snap-align:start;
    padding:14px;
  }
  .nd-cat-icon{
    width:38px;
    height:38px;
    font-size:19px;
  }
  .nd-cat b{
    font-size:16px;
  }
  .nd-cat span{
    font-size:12px;
  }
  .rtl .nd-category-grid{
    direction:rtl;
  }
}
@media(max-width:430px){
  .nd-cat{
    flex-basis:82%;
    max-width:82%;
  }
}

/* Optional slider hint dots */
.nd-cat-slider-hint{
  display:none;
}
@media(max-width:700px){
  .nd-cat-slider-hint{
    display:flex;
    justify-content:center;
    gap:6px;
    margin-top:-4px;
  }
  .nd-cat-slider-hint span{
    width:7px;
    height:7px;
    border-radius:999px;
    background:#d6dee8;
  }
  .nd-cat-slider-hint span:first-child{
    background:var(--nd-gold);
  }
}

/* v1.3.3 Footer contact cleanup */
.nd-footer .nd-logo{color:#fff}
.nd-footer h3{color:#fff;margin-top:0}


/* ===== v1.3.4 Compact Luxury Hero + Categories + Latest Listings ===== */
.nd-compact-hero{
  background:
    radial-gradient(circle at 12% 18%, rgba(216,168,71,.18), transparent 28%),
    linear-gradient(135deg,#061d31,#092b49 58%,#0b4662);
  padding:30px 0 26px;
  color:#fff;
}
.nd-compact-hero-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) 440px;
  gap:20px;
  align-items:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:30px;
  padding:24px;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
}
.nd-compact-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:8px 13px;
  color:#fff;
  font-weight:1000;
  font-size:13px;
}
.nd-compact-copy h1{
  color:#fff;
  margin:12px 0 10px;
  font-size:clamp(30px,4vw,54px);
  line-height:1.08;
  max-width:820px;
}
.nd-compact-copy p{
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:17px;
  font-weight:800;
  max-width:760px;
}
.nd-compact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.nd-compact-search{
  background:#fff;
  color:var(--nd-text);
  border-radius:24px;
  padding:16px;
  box-shadow:0 18px 44px rgba(0,0,0,.14);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.nd-compact-search .nd-search-main{
  grid-column:1/-1;
}
.nd-compact-search .nd-btn{
  grid-column:1/-1;
  height:48px;
}
.nd-compact-search small{
  grid-column:1/-1;
  color:var(--nd-muted);
  font-weight:850;
  text-align:center;
}
.nd-cats-section{
  padding-top:34px;
}
.nd-latest-section{
  padding-top:18px;
}
.nd-trust-strip{
  padding-top:8px;
}
.nd-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.nd-trust-grid div{
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:22px;
  padding:16px;
  box-shadow:0 10px 28px rgba(5,25,42,.04);
}
.nd-trust-grid b{
  display:block;
  color:var(--nd-navy);
  font-size:18px;
}
.nd-trust-grid span{
  display:block;
  color:var(--nd-muted);
  font-weight:800;
  font-size:13px;
  margin-top:4px;
}
@media(max-width:980px){
  .nd-compact-hero-box{
    grid-template-columns:1fr;
  }
  .nd-compact-search{
    grid-template-columns:1fr 1fr;
  }
  .nd-trust-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:620px){
  .nd-compact-hero{
    padding:18px 0 18px;
  }
  .nd-compact-hero-box{
    border-radius:22px;
    padding:16px;
  }
  .nd-compact-copy h1{
    font-size:30px;
  }
  .nd-compact-copy p{
    font-size:14px;
  }
  .nd-compact-search{
    grid-template-columns:1fr;
    border-radius:18px;
    padding:12px;
  }
  .nd-cats-section{
    padding-top:24px;
  }
  .nd-trust-grid{
    grid-template-columns:1fr;
  }
}


/* ===== v1.3.5 Smart Submit Forms ===== */
.nd-submit-hero{
  padding:34px 0;
}
.nd-submit-hero h1{
  max-width:850px;
}
.nd-submit-hero p{
  color:var(--nd-muted);
  font-weight:850;
  max-width:780px;
}
.nd-submit-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:20px;
  align-items:start;
}
.nd-submit-side{
  position:sticky;
  top:96px;
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:24px;
  padding:14px;
  box-shadow:0 12px 32px rgba(5,25,42,.05);
}
.nd-submit-side>b{
  display:block;
  color:var(--nd-navy);
  font-size:18px;
  margin-bottom:12px;
}
.nd-submit-cats{
  display:grid;
  gap:8px;
}
.nd-submit-cats button{
  border:1px solid var(--nd-border);
  background:#fff;
  border-radius:16px;
  padding:11px;
  display:flex;
  gap:10px;
  align-items:center;
  cursor:pointer;
  color:var(--nd-navy);
  text-align:start;
  font-weight:950;
}
.nd-submit-cats button span{
  width:34px;
  height:34px;
  border-radius:12px;
  background:linear-gradient(135deg,#edf5f8,#fff8e5);
  display:grid;
  place-items:center;
}
.nd-submit-cats button.is-active{
  background:var(--nd-navy);
  color:#fff;
  border-color:var(--nd-navy);
}
.nd-submit-main{
  display:grid;
  gap:14px;
}
.nd-submit-card{
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:26px;
  padding:18px;
  box-shadow:0 12px 32px rgba(5,25,42,.05);
}
.nd-submit-card-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.nd-submit-card-head>span{
  width:38px;
  height:38px;
  border-radius:14px;
  background:var(--nd-gold);
  color:var(--nd-navy);
  display:grid;
  place-items:center;
  font-weight:1000;
}
.nd-submit-card-head h2{
  margin:0;
  color:var(--nd-navy);
  font-size:23px;
}
.nd-submit-card-head p{
  margin:3px 0 0;
  color:var(--nd-muted);
  font-weight:800;
}
.nd-hidden{
  display:none!important;
}
.nd-submit-sticky{
  position:sticky;
  bottom:10px;
  z-index:20;
  background:rgba(255,255,255,.95);
  border:1px solid var(--nd-border);
  border-radius:22px;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  box-shadow:0 18px 48px rgba(5,25,42,.12);
}
.nd-submit-sticky span{
  color:var(--nd-muted);
  font-weight:850;
  font-size:13px;
}
.nd-dark .nd-submit-side,
.nd-dark .nd-submit-card,
.nd-dark .nd-submit-sticky{
  background:#0b2135;
  color:#fff;
  border-color:rgba(255,255,255,.12);
}
.nd-dark .nd-submit-cats button{
  background:#071523;
  color:#fff;
  border-color:rgba(255,255,255,.14);
}
.nd-dark .nd-submit-card-head h2,
.nd-dark .nd-submit-side>b{
  color:#fff;
}
@media(max-width:900px){
  .nd-submit-layout{
    grid-template-columns:1fr;
  }
  .nd-submit-side{
    position:static;
  }
  .nd-submit-cats{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding-bottom:8px;
    scroll-snap-type:x mandatory;
  }
  .nd-submit-cats button{
    min-width:172px;
    scroll-snap-align:start;
  }
}
@media(max-width:620px){
  .nd-submit-page{
    padding-top:18px;
  }
  .nd-submit-card{
    padding:14px;
    border-radius:20px;
  }
  .nd-submit-card-head h2{
    font-size:18px;
  }
  .nd-submit-sticky{
    align-items:stretch;
    flex-direction:column;
  }
  .nd-submit-sticky .nd-btn{
    width:100%;
  }
}


/* ===== v1.3.7 Property Submit Form Polish ===== */
.nd-submit-page .container{
  width:min(1240px,calc(100% - 28px));
}
.nd-submit-layout{
  align-items:start;
}
.nd-submit-main{
  gap:16px;
}
.nd-submit-card{
  overflow:hidden;
}
.nd-submit-card-head{
  align-items:flex-start;
  padding-bottom:12px;
  border-bottom:1px solid var(--nd-border);
}
.nd-submit-card-head>span{
  flex:0 0 42px;
}
.nd-submit-card-head h2{
  font-size:24px;
  line-height:1.25;
}
.nd-submit-card-head p{
  font-size:14px;
}
.nd-form-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 16px;
}
.nd-form-grid label{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-weight:1000;
  color:var(--nd-navy);
  font-size:15px;
  line-height:1.25;
}
.nd-form-grid label.full{
  grid-column:1/-1;
}
.nd-form-grid input,
.nd-form-grid select,
.nd-form-grid textarea{
  width:100%;
  min-height:50px;
  border:1px solid #dfe8f1;
  border-radius:16px;
  padding:12px 14px;
  background:#fff;
  color:var(--nd-text);
  font-weight:850;
  font-size:15px;
  outline:none;
  transition:.18s ease;
}
.nd-form-grid textarea{
  min-height:120px;
}
.nd-form-grid input:focus,
.nd-form-grid select:focus,
.nd-form-grid textarea:focus{
  border-color:var(--nd-gold);
  box-shadow:0 0 0 4px rgba(216,168,71,.16);
}
.nd-basic-grid{
  grid-template-columns:1.2fr .8fr .75fr .65fr .8fr;
}
.nd-property-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.nd-property-grid label:nth-child(1),
.nd-property-grid label:nth-child(2){
  grid-column:span 2;
}
.nd-property-card{
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.nd-property-card .nd-submit-card-head>span{
  background:linear-gradient(135deg,var(--nd-gold),#f0c766);
}
.rtl .nd-form-grid label{
  text-align:right;
}
.rtl .nd-form-grid input,
.rtl .nd-form-grid select,
.rtl .nd-form-grid textarea{
  text-align:right;
}
.rtl .nd-form-grid select{
  background-position:left 14px center;
}
.nd-submit-sticky{
  margin-top:2px;
}
.nd-submit-sticky .nd-btn{
  min-width:180px;
}
.nd-dark .nd-form-grid label{
  color:#fff;
}
.nd-dark .nd-form-grid input,
.nd-dark .nd-form-grid select,
.nd-dark .nd-form-grid textarea{
  background:#071523;
  color:#fff;
  border-color:rgba(255,255,255,.16);
}
@media(max-width:1100px){
  .nd-basic-grid,
  .nd-property-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .nd-property-grid label:nth-child(1),
  .nd-property-grid label:nth-child(2){
    grid-column:span 1;
  }
}
@media(max-width:700px){
  .nd-form-grid,
  .nd-basic-grid,
  .nd-property-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .nd-submit-card-head{
    gap:10px;
  }
  .nd-submit-card-head>span{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
  .nd-submit-card-head h2{
    font-size:19px;
  }
  .nd-form-grid input,
  .nd-form-grid select,
  .nd-form-grid textarea{
    min-height:48px;
    border-radius:14px;
  }
}


/* ===== v1.4.0 Global Platform Foundation UI ===== */
.nd-v140-box,.nd-v140-help,.nd-v140-report,.nd-v140-ai{
  background:#fff;border:1px solid var(--nd-border);border-radius:24px;padding:18px;margin:16px 0;box-shadow:0 12px 32px rgba(5,25,42,.05)
}
.nd-v140-message{display:grid;gap:10px}
.nd-v140-message input,.nd-v140-message textarea,.nd-v140-ai textarea{
  width:100%;border:1px solid var(--nd-border);border-radius:16px;padding:12px;font-weight:850
}
.nd-v140-pricing{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.nd-v140-pricing article{background:#fff;border:1px solid var(--nd-border);border-radius:24px;padding:18px;box-shadow:0 12px 32px rgba(5,25,42,.05)}
.nd-v140-pricing span{display:inline-flex;background:#fff8e5;color:#8a6200;border-radius:999px;padding:6px 10px;font-weight:1000}
.nd-v140-pricing h3{font-size:26px;color:var(--nd-navy);margin:12px 0}
.nd-v140-pricing ul{padding-inline-start:18px;color:var(--nd-muted);font-weight:800}
.nd-v140-help details{background:var(--nd-soft);border-radius:16px;padding:13px;margin:10px 0}
.nd-v140-help summary{font-weight:1000;cursor:pointer;color:var(--nd-navy)}
.nd-v140-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.nd-v140-kpis div{background:var(--nd-soft);border-radius:18px;padding:16px}
.nd-v140-kpis b{display:block;font-size:28px;color:var(--nd-green)}
.nd-v140-kpis span{color:var(--nd-muted);font-weight:900}
.nd-v140-ai-output{margin-top:12px;background:var(--nd-soft);border-radius:16px;padding:14px;font-weight:850}
.nd-dark .nd-v140-box,.nd-dark .nd-v140-help,.nd-dark .nd-v140-report,.nd-dark .nd-v140-ai,.nd-dark .nd-v140-pricing article{
  background:#0b2135;color:#fff;border-color:rgba(255,255,255,.12)
}
.nd-dark .nd-v140-help details,.nd-dark .nd-v140-kpis div,.nd-dark .nd-v140-ai-output{background:#071523}
.nd-dark .nd-v140-help summary,.nd-dark .nd-v140-pricing h3{color:#fff}
@media(max-width:900px){.nd-v140-pricing,.nd-v140-kpis{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.nd-v140-pricing,.nd-v140-kpis{grid-template-columns:1fr}}


/* ===== v1.4.1 Frontend Listing Manager UI ===== */
.nd-manager-list{display:grid;gap:12px}
.nd-manager-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;background:#fff;border:1px solid var(--nd-border);border-radius:20px;padding:12px;box-shadow:0 10px 26px rgba(5,25,42,.04)}
.nd-manager-thumb{width:96px;height:84px;border-radius:16px;background:linear-gradient(135deg,#edf5f8,#fff8e5);overflow:hidden;display:grid;place-items:center;color:var(--nd-gold);font-weight:1000}
.nd-manager-thumb img{width:100%;height:100%;object-fit:cover}
.nd-manager-info h3{margin:0 0 5px;color:var(--nd-navy);font-size:20px}
.nd-manager-info p{margin:0 0 10px;color:var(--nd-muted);font-weight:850;display:flex;gap:8px;flex-wrap:wrap}
.nd-manager-actions{display:flex;flex-wrap:wrap;gap:7px}
.nd-manager-actions a{display:inline-flex;align-items:center;gap:5px;text-decoration:none;border:1px solid var(--nd-border);background:#f8fafc;color:var(--nd-navy);border-radius:999px;padding:8px 10px;font-weight:950;font-size:13px}
.nd-manager-actions a.danger{background:#fff1f2;color:#be123c;border-color:#fecdd3}
.nd-status{display:inline-flex;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:1000}
.nd-status-publish{background:#dcfce7;color:#166534}
.nd-status-pending{background:#fef3c7;color:#92400e}
.nd-status-draft{background:#e0f2fe;color:#075985}
.nd-status-private{background:#ede9fe;color:#5b21b6}
.nd-manager-edit .nd-dash-head{margin-bottom:18px}
.nd-manager-form{max-width:980px}
.nd-manager-submit{display:flex;justify-content:flex-end}
.nd-dark .nd-manager-item{background:#0b2135;border-color:rgba(255,255,255,.12)}
.nd-dark .nd-manager-info h3{color:#fff}
.nd-dark .nd-manager-actions a{background:#071523;color:#fff;border-color:rgba(255,255,255,.14)}
@media(max-width:700px){
  .nd-manager-item{grid-template-columns:74px minmax(0,1fr);padding:10px}
  .nd-manager-thumb{width:74px;height:70px}
  .nd-manager-actions a{font-size:12px;padding:7px 8px}
  .nd-manager-info h3{font-size:16px}
}


/* ===== v1.4.3 Ad Spaces Engine UI ===== */
.nd-ad{
  width:min(1180px,calc(100% - 28px));
  margin:18px auto;
  border-radius:22px;
  overflow:hidden;
  background:#f5f7fb;
  border:1px solid var(--nd-border);
  box-shadow:0 10px 28px rgba(5,25,42,.04);
}
.nd-ad a,.nd-ad img{display:block;width:100%}
.nd-ad img{height:auto;object-fit:cover}
.nd-ad-type-wide img{aspect-ratio:1200/180}
.nd-ad-type-mobile{display:none}
.nd-ad-type-box{max-width:360px}
.nd-ad-type-box img{aspect-ratio:336/280}
.nd-ad-type-inline{
  grid-column:1/-1;
  max-width:760px;
  margin:8px auto;
}
.nd-ad-type-inline img{aspect-ratio:728/90}
.nd-ad-placeholder{
  min-height:96px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:18px;
  background:repeating-linear-gradient(45deg,#f7fafc,#f7fafc 10px,#eef4f8 10px,#eef4f8 20px);
  color:var(--nd-muted);
}
.nd-ad-placeholder span{
  display:inline-flex;
  background:var(--nd-gold);
  color:var(--nd-navy);
  border-radius:999px;
  padding:5px 10px;
  font-weight:1000;
  margin-bottom:4px;
}
.nd-ad-placeholder b{display:block;color:var(--nd-navy);font-size:18px}
.nd-ad-placeholder small{font-weight:850}
.nd-ad-sticky_mobile{
  display:none;
}
@media(max-width:760px){
  .nd-ad{width:calc(100% - 22px);border-radius:16px;margin:12px auto}
  .nd-ad-type-wide img{aspect-ratio:720/180}
  .nd-ad-type-mobile{display:block}
  .nd-ad-sticky_mobile{
    display:block;
    position:fixed;
    z-index:999;
    left:10px;
    right:10px;
    bottom:10px;
    width:auto;
    margin:0;
    border-radius:18px;
    box-shadow:0 18px 55px rgba(5,25,42,.20);
  }
  .nd-ad-sticky_mobile img{aspect-ratio:720/120}
  body{padding-bottom:86px}
}
.nd-dark .nd-ad{background:#0b2135;border-color:rgba(255,255,255,.12)}
.nd-dark .nd-ad-placeholder{background:#071523}
.nd-dark .nd-ad-placeholder b{color:#fff}


/* v1.4.3.1 homepage safety */
.home .entry-header,
.home .page-header,
.home .wp-block-post-title{
  display:none;
}


/* ===== v1.4.4 Red Sea Global Categories UI ===== */
.nd-global-category-grid,
.nd-category-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.nd-cat-card small{
  line-height:1.5;
}
.nd-global-seo-block{
  background:linear-gradient(135deg,#ffffff,#f6fbfd);
  border:1px solid var(--nd-border);
  border-radius:28px;
  padding:22px;
  margin-bottom:18px;
  box-shadow:0 14px 38px rgba(5,25,42,.06);
}
.nd-global-seo-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.nd-global-seo-head>span{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-size:28px;
  background:#fff8e5;
}
.nd-global-seo-head b{
  color:#9a6a04;
  font-weight:1000;
}
.nd-global-seo-head h2{
  margin:4px 0 8px;
  color:var(--nd-navy);
  font-size:clamp(24px,3vw,38px);
}
.nd-global-seo-head p{
  color:var(--nd-muted);
  font-weight:850;
  margin:0;
}
.nd-global-seo-tags,
.nd-global-seo-areas{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:13px;
}
.nd-global-seo-tags a,
.nd-global-seo-areas a{
  text-decoration:none;
  background:#fff;
  border:1px solid var(--nd-border);
  border-radius:999px;
  color:var(--nd-navy);
  padding:8px 11px;
  font-weight:950;
}
.nd-global-seo-areas a{
  background:#f5f7fb;
}
.nd-submit-cats{
  max-height:76vh;
  overflow:auto;
}
.nd-submit-cats button[data-submit-category="projects-investment"].is-active{background:linear-gradient(135deg,#92400e,#d97706)}
.nd-submit-cats button[data-submit-category="boats-marine"].is-active{background:linear-gradient(135deg,#075985,#0284c7)}
.nd-submit-cats button[data-submit-category="construction-finishing"].is-active{background:linear-gradient(135deg,#78350f,#b45309)}
.nd-submit-cats button[data-submit-category="hotels-hospitality"].is-active{background:linear-gradient(135deg,#1e3a8a,#2563eb)}
.nd-submit-cats button[data-submit-category="deals-auctions"].is-active{background:linear-gradient(135deg,#991b1b,#dc2626)}
@media(max-width:980px){
  .nd-global-category-grid,.nd-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:700px){
  .nd-global-category-grid,.nd-category-grid{display:flex!important}
  .nd-global-seo-head{display:block}
  .nd-submit-cats{max-height:none}
}
.nd-dark .nd-global-seo-block{background:#0b2135;border-color:rgba(255,255,255,.12)}
.nd-dark .nd-global-seo-head h2{color:#fff}
.nd-dark .nd-global-seo-tags a,.nd-dark .nd-global-seo-areas a{background:#071523;color:#fff;border-color:rgba(255,255,255,.14)}


/* ===== v1.4.4.2 Post Ad Professional Category Tables ===== */
body.post-ad-page .nd-hidden,
.nd-submit-card.nd-hidden,
.nd-submit-card[data-group].nd-hidden{
  display:none !important;
}
.nd-submit-card[data-group]{
  display:none;
}
.nd-submit-card[data-group].is-active{
  display:block !important;
  animation:ndTableIn .18s ease-out;
}
@keyframes ndTableIn{from{opacity:.2;transform:translateY(8px)}to{opacity:1;transform:none}}
.nd-current-category-panel{
  margin-top:14px;
  border:1px solid var(--nd-border);
  border-radius:18px;
  padding:13px;
  background:#fff;
  color:var(--nd-navy);
}
.nd-current-category-panel b{
  display:block;
  font-weight:1000;
  margin-bottom:4px;
}
.nd-current-category-panel span{
  color:var(--nd-muted);
  font-weight:850;
  line-height:1.5;
}
.nd-submit-card[data-group] .nd-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border:1px solid var(--nd-border);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
}
.nd-submit-card[data-group] .nd-form-grid label{
  display:grid;
  grid-template-columns:minmax(120px,170px) 1fr;
  align-items:center;
  gap:12px;
  margin:0 !important;
  padding:14px;
  border-bottom:1px solid var(--nd-border);
  border-inline-end:1px solid var(--nd-border);
  min-height:72px;
  font-weight:1000;
  color:var(--nd-navy);
  background:linear-gradient(180deg,#fff,#fbfdff);
}
.nd-submit-card[data-group] .nd-form-grid label:nth-child(2n){
  border-inline-end:0;
}
.nd-submit-card[data-group] .nd-form-grid label.full{
  grid-column:1/-1;
  border-inline-end:0;
}
.nd-submit-card[data-group] .nd-form-grid input,
.nd-submit-card[data-group] .nd-form-grid select,
.nd-submit-card[data-group] .nd-form-grid textarea{
  width:100%;
  border:1px solid #d7e0e8;
  background:#fff;
  border-radius:13px;
  min-height:44px;
  padding:10px 12px;
  color:var(--nd-navy);
  font-weight:850;
}
.nd-submit-card[data-group] .nd-submit-card-head{
  margin-bottom:12px;
}
.nd-submit-card[data-group] .nd-submit-card-head h2::after{
  content:" — جدول تفاصيل خاص بهذا القسم";
  display:block;
  font-size:13px;
  color:var(--nd-muted);
  margin-top:4px;
  font-weight:850;
}
.nd-submit-cats button{
  position:relative;
}
.nd-submit-cats button.is-active::after{
  content:"✓";
  position:absolute;
  inset-inline-end:10px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  border-radius:999px;
  background:#fff;
  color:var(--nd-navy);
  display:grid;
  place-items:center;
  font-weight:1000;
}
.nd-submit-card:not([data-group]) .nd-form-grid{
  gap:12px;
}
@media(max-width:820px){
  .nd-submit-card[data-group] .nd-form-grid{
    grid-template-columns:1fr;
  }
  .nd-submit-card[data-group] .nd-form-grid label,
  .nd-submit-card[data-group] .nd-form-grid label:nth-child(2n){
    grid-template-columns:1fr;
    border-inline-end:0;
  }
  .nd-submit-card[data-group] .nd-form-grid label{
    gap:8px;
  }
}
.nd-dark .nd-current-category-panel,
.nd-dark .nd-submit-card[data-group] .nd-form-grid,
.nd-dark .nd-submit-card[data-group] .nd-form-grid label{
  background:#071523;
  color:#fff;
  border-color:rgba(255,255,255,.14);
}
.nd-dark .nd-submit-card[data-group] .nd-form-grid input,
.nd-dark .nd-submit-card[data-group] .nd-form-grid select,
.nd-dark .nd-submit-card[data-group] .nd-form-grid textarea{
  background:#0b2135;
  color:#fff;
  border-color:rgba(255,255,255,.16);
}


/* ===== v1.4.4.3 Mobile Post Ad Hard Fix ===== */
html,body{
  max-width:100%;
  overflow-x:hidden;
}
.nd-post-ad-mobile-fix .nd-header,
.nd-post-ad-mobile-fix .nd-topbar,
.nd-post-ad-mobile-fix .nd-main,
.nd-post-ad-mobile-fix .nd-content,
.nd-post-ad-mobile-fix .container,
.nd-post-ad-mobile-fix .nd-submit-wrap,
.nd-post-ad-mobile-fix .nd-submit-layout,
.nd-post-ad-mobile-fix form{
  max-width:100vw !important;
  box-sizing:border-box;
}
.nd-post-ad-mobile-fix .container{
  width:min(1180px,100%) !important;
  padding-inline:14px !important;
  margin-inline:auto !important;
}
.nd-post-ad-mobile-fix .nd-submit-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:18px;
  align-items:start;
  width:100%;
}
.nd-post-ad-mobile-fix .nd-submit-main,
.nd-post-ad-mobile-fix .nd-submit-side{
  min-width:0;
}
.nd-post-ad-mobile-fix input,
.nd-post-ad-mobile-fix select,
.nd-post-ad-mobile-fix textarea,
.nd-post-ad-mobile-fix button{
  max-width:100%;
  box-sizing:border-box;
}
.nd-post-ad-mobile-fix .nd-submit-card{
  overflow:hidden;
}
.nd-post-ad-mobile-fix .nd-form-grid{
  min-width:0;
}
.nd-post-ad-mobile-fix .nd-submit-cats{
  display:grid;
  gap:9px;
}
.nd-post-ad-mobile-fix .nd-submit-cats button{
  white-space:normal;
  line-height:1.35;
  min-height:48px;
  text-align:inherit;
}

/* Phone layout */
@media(max-width:760px){
  .nd-post-ad-mobile-fix{
    width:100vw;
  }
  .nd-post-ad-mobile-fix .nd-topbar{
    display:none !important;
  }
  .nd-post-ad-mobile-fix .nd-header .container,
  .nd-post-ad-mobile-fix .nd-nav{
    width:100% !important;
    max-width:100% !important;
  }
  .nd-post-ad-mobile-fix .nd-nav{
    display:grid !important;
    grid-template-columns:auto auto 1fr auto !important;
    gap:8px !important;
    align-items:center !important;
    padding:8px 10px !important;
  }
  .nd-post-ad-mobile-fix .nd-navlinks{
    display:none !important;
  }
  .nd-post-ad-mobile-fix .nd-logo{
    font-size:17px !important;
    min-width:0 !important;
  }
  .nd-post-ad-mobile-fix .nd-logo span:first-child{
    display:none !important;
  }
  .nd-post-ad-mobile-fix .nd-btn,
  .nd-post-ad-mobile-fix .nd-submit-btn,
  .nd-post-ad-mobile-fix .nd-login-btn{
    min-height:40px !important;
    padding:9px 12px !important;
    border-radius:14px !important;
    font-size:13px !important;
  }

  .nd-post-ad-mobile-fix .nd-page-hero,
  .nd-post-ad-mobile-fix .nd-submit-hero{
    padding:18px 0 12px !important;
    margin:0 !important;
  }
  .nd-post-ad-mobile-fix .nd-page-hero .container,
  .nd-post-ad-mobile-fix .nd-submit-hero .container{
    display:block !important;
    text-align:center !important;
    padding-inline:14px !important;
  }
  .nd-post-ad-mobile-fix .nd-page-hero h1,
  .nd-post-ad-mobile-fix .nd-submit-hero h1{
    font-size:24px !important;
    line-height:1.25 !important;
    margin:0 0 8px !important;
  }
  .nd-post-ad-mobile-fix .nd-page-hero p,
  .nd-post-ad-mobile-fix .nd-submit-hero p{
    font-size:14px !important;
    max-width:320px !important;
    margin-inline:auto !important;
  }

  .nd-post-ad-mobile-fix .nd-submit-layout{
    display:block !important;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-side{
    position:relative !important;
    top:auto !important;
    width:100% !important;
    margin:0 0 12px !important;
    padding:0 !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-cats{
    display:flex !important;
    gap:8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory;
    padding:8px 2px 10px !important;
    margin:0 -2px !important;
    -webkit-overflow-scrolling:touch;
  }
  .nd-post-ad-mobile-fix .nd-submit-cats button{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
    min-width:128px !important;
    min-height:44px !important;
    padding:9px 12px !important;
    border-radius:14px !important;
    font-size:12px !important;
    line-height:1.25 !important;
    scroll-snap-align:start;
    text-align:center !important;
  }
  .nd-post-ad-mobile-fix .nd-current-category-panel{
    margin:8px 0 12px !important;
    border-radius:16px !important;
    padding:10px 12px !important;
    font-size:13px !important;
  }

  .nd-post-ad-mobile-fix .nd-submit-main{
    width:100% !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-card{
    width:100% !important;
    border-radius:18px !important;
    padding:13px !important;
    margin:0 0 12px !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-card-head{
    display:flex !important;
    gap:10px !important;
    align-items:flex-start !important;
    margin-bottom:10px !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-card-head span{
    width:30px !important;
    height:30px !important;
    flex:0 0 30px !important;
    border-radius:10px !important;
    display:grid !important;
    place-items:center !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-card-head h2{
    font-size:18px !important;
    line-height:1.35 !important;
    margin:0 !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-card-head p{
    font-size:12px !important;
    margin:3px 0 0 !important;
  }

  .nd-post-ad-mobile-fix .nd-form-grid,
  .nd-post-ad-mobile-fix .nd-submit-card[data-group] .nd-form-grid{
    display:block !important;
    border:1px solid var(--nd-border) !important;
    border-radius:16px !important;
    overflow:hidden !important;
    width:100% !important;
  }
  .nd-post-ad-mobile-fix .nd-form-grid label,
  .nd-post-ad-mobile-fix .nd-submit-card[data-group] .nd-form-grid label,
  .nd-post-ad-mobile-fix .nd-submit-card[data-group] .nd-form-grid label:nth-child(2n),
  .nd-post-ad-mobile-fix .nd-submit-card[data-group] .nd-form-grid label.full{
    display:block !important;
    width:100% !important;
    min-height:0 !important;
    padding:11px !important;
    margin:0 !important;
    border-inline-end:0 !important;
    border-bottom:1px solid var(--nd-border) !important;
    font-size:14px !important;
    line-height:1.4 !important;
  }
  .nd-post-ad-mobile-fix .nd-form-grid label:last-child{
    border-bottom:0 !important;
  }
  .nd-post-ad-mobile-fix .nd-form-grid input,
  .nd-post-ad-mobile-fix .nd-form-grid select,
  .nd-post-ad-mobile-fix .nd-form-grid textarea{
    display:block !important;
    width:100% !important;
    min-height:43px !important;
    margin-top:7px !important;
    border-radius:12px !important;
    font-size:15px !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-sticky,
  .nd-post-ad-mobile-fix .nd-sticky-submit{
    position:sticky !important;
    bottom:0 !important;
    z-index:50 !important;
    margin-inline:-14px !important;
    border-radius:18px 18px 0 0 !important;
    padding:10px 14px !important;
  }
  .nd-post-ad-mobile-fix .nd-submit-sticky button,
  .nd-post-ad-mobile-fix .nd-sticky-submit button{
    width:100% !important;
    min-height:48px !important;
  }
}

/* Very small phones */
@media(max-width:390px){
  .nd-post-ad-mobile-fix .container{padding-inline:10px !important}
  .nd-post-ad-mobile-fix .nd-submit-cats button{min-width:112px !important;font-size:11px !important}
  .nd-post-ad-mobile-fix .nd-page-hero h1,
  .nd-post-ad-mobile-fix .nd-submit-hero h1{font-size:21px !important}
}


/* ===== v1.4.5 Advanced Ads Polish ===== */
.nd-ad-code{padding:0;display:flex;align-items:center;justify-content:center;min-height:90px;background:#fff}
.nd-ad-code iframe,.nd-ad-code ins,.nd-ad-code > *{max-width:100%}
.nd-ad-global_header{margin-top:12px;margin-bottom:10px}
.nd-ad-home_before_latest,.nd-ad-single_after_gallery,.nd-ad-page_middle{max-width:1000px}
.nd-ad-single_sidebar,.nd-ad-single_after_contact{margin-inline:auto;max-width:360px}
.nd-ad-type-float{display:none}
.nd-ad-type-float img{aspect-ratio:320/100}
.nd-ad-type-sticky img{aspect-ratio:720/120}
@media(min-width:761px){.nd-ad-mobile_top,.nd-ad-sticky_mobile,.nd-ad-floating_whatsapp_above{display:none!important}}
@media(max-width:760px){
  .nd-ad-global_header{display:none!important}
  .nd-ad-type-inline{max-width:100%;margin:10px auto;grid-column:1/-1}
  .nd-ad-type-box{max-width:calc(100% - 22px)}
  .nd-ad-type-code{min-height:74px}
  .nd-ad-floating_whatsapp_above{
    display:block;position:fixed;left:14px;right:auto;bottom:96px;width: min(320px, calc(100% - 28px));z-index:998;margin:0;border-radius:16px;box-shadow:0 18px 50px rgba(5,25,42,.18)
  }
  .nd-ad-floating_whatsapp_above img{aspect-ratio:320/100}
}


/* ===== v1.4.6 Compact Home Categories - desktop + mobile ===== */
.nd-cats-section{
  padding-top:16px !important;
  padding-bottom:10px !important;
}
.nd-cats-section .container{
  max-width:1320px !important;
}
.nd-cats-section .nd-section-head{
  margin-bottom:12px !important;
  align-items:center !important;
}
.nd-cats-section .nd-section-head h2{
  font-size:clamp(22px,2.2vw,34px) !important;
  line-height:1.12 !important;
  margin-bottom:4px !important;
}
.nd-cats-section .nd-section-head p{
  font-size:13px !important;
  margin:0 !important;
}
.nd-cats-section .nd-section-head .nd-btn{
  padding:8px 13px !important;
  min-height:36px !important;
  font-size:13px !important;
}
.nd-cats-section .nd-category-grid,
.nd-global-category-grid.nd-category-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:10px !important;
  overflow:visible !important;
  padding:0 !important;
  margin:0 !important;
}
.nd-cats-section .nd-cat{
  min-height:96px !important;
  padding:12px 12px !important;
  border-radius:17px !important;
  box-shadow:0 8px 22px rgba(5,25,42,.035) !important;
  gap:5px !important;
  justify-content:center !important;
}
.nd-cats-section .nd-cat-icon{
  width:32px !important;
  height:32px !important;
  border-radius:12px !important;
  font-size:16px !important;
  margin:0 0 5px !important;
}
.nd-cats-section .nd-cat b{
  font-size:14px !important;
  line-height:1.2 !important;
  margin:0 !important;
}
.nd-cats-section .nd-cat span:not(.nd-cat-icon){
  font-size:10.5px !important;
  line-height:1.25 !important;
  margin-top:1px !important;
  -webkit-line-clamp:1 !important;
}
@media(max-width:1180px){
  .nd-cats-section .nd-category-grid,
  .nd-global-category-grid.nd-category-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}
@media(max-width:760px){
  .nd-cats-section{
    padding-top:10px !important;
    padding-bottom:6px !important;
  }
  .nd-cats-section .nd-section-head{
    display:flex !important;
    gap:8px !important;
    margin-bottom:10px !important;
  }
  .nd-cats-section .nd-section-head h2{
    font-size:21px !important;
  }
  .nd-cats-section .nd-section-head p{
    font-size:11px !important;
  }
  .nd-cats-section .nd-section-head .nd-btn{
    padding:7px 10px !important;
    font-size:11px !important;
    min-height:32px !important;
  }
  .nd-cats-section .nd-category-grid,
  .nd-global-category-grid.nd-category-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
    overflow:visible !important;
    scroll-snap-type:none !important;
    padding:0 !important;
    margin:0 !important;
  }
  .nd-cats-section .nd-cat{
    flex:none !important;
    max-width:none !important;
    min-height:82px !important;
    padding:10px 9px !important;
    border-radius:15px !important;
  }
  .nd-cats-section .nd-cat-icon{
    width:28px !important;
    height:28px !important;
    border-radius:10px !important;
    font-size:14px !important;
    margin-bottom:4px !important;
  }
  .nd-cats-section .nd-cat b{
    font-size:12.5px !important;
    line-height:1.15 !important;
  }
  .nd-cats-section .nd-cat span:not(.nd-cat-icon){
    font-size:9.5px !important;
    line-height:1.2 !important;
    -webkit-line-clamp:1 !important;
  }
}
@media(max-width:390px){
  .nd-cats-section .nd-cat{
    min-height:76px !important;
    padding:8px !important;
  }
  .nd-cats-section .nd-cat b{
    font-size:12px !important;
  }
  .nd-cats-section .nd-cat span:not(.nd-cat-icon){
    display:none !important;
  }
}


/* ===== v1.4.7 HARD COMPACT CATEGORIES - final override ===== */
.home .nd-cats-section,
.nd-cats-section,
.nd-section:has(.nd-category-grid){
  padding-top:12px !important;
  padding-bottom:14px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.nd-cats-section .nd-section-head,
.nd-section:has(.nd-category-grid) .nd-section-head{
  margin-bottom:10px !important;
}
.nd-cats-section .nd-section-head h2,
.nd-section:has(.nd-category-grid) .nd-section-head h2{
  font-size:26px !important;
  line-height:1.1 !important;
  margin:0 0 4px !important;
}
.nd-cats-section .nd-section-head p,
.nd-section:has(.nd-category-grid) .nd-section-head p{
  font-size:14px !important;
  margin:0 !important;
}
.nd-category-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:8px !important;
  overflow:visible !important;
  padding:0 !important;
  margin:0 !important;
}
.nd-category-grid .nd-cat,
a.nd-cat{
  min-height:86px !important;
  height:auto !important;
  padding:10px 12px !important;
  border-radius:16px !important;
  box-shadow:none !important;
  justify-content:center !important;
  gap:4px !important;
}
.nd-category-grid .nd-cat-icon,
.nd-cat .nd-cat-icon{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  border-radius:11px !important;
  font-size:15px !important;
  margin:0 0 5px !important;
}
.nd-category-grid .nd-cat b,
.nd-cat b{
  font-size:14px !important;
  line-height:1.15 !important;
  margin:0 !important;
}
.nd-category-grid .nd-cat span,
.nd-cat span{
  font-size:10.5px !important;
  line-height:1.25 !important;
  margin-top:1px !important;
  -webkit-line-clamp:1 !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
@media(max-width:1200px){
  .nd-category-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
}
@media(max-width:900px){
  .nd-category-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}
@media(max-width:700px){
  .home .nd-cats-section,
  .nd-cats-section,
  .nd-section:has(.nd-category-grid){
    padding-top:8px !important;
    padding-bottom:10px !important;
    overflow:visible !important;
  }
  .nd-category-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
    overflow:visible !important;
    scroll-snap-type:none !important;
  }
  .nd-category-grid .nd-cat,
  a.nd-cat{
    flex:auto !important;
    max-width:none !important;
    min-height:76px !important;
    padding:8px 7px !important;
    border-radius:14px !important;
    text-align:center !important;
  }
  .nd-category-grid .nd-cat-icon,
  .nd-cat .nd-cat-icon{
    width:25px !important;
    height:25px !important;
    min-width:25px !important;
    min-height:25px !important;
    font-size:13px !important;
    margin:0 auto 4px !important;
  }
  .nd-category-grid .nd-cat b,
  .nd-cat b{
    font-size:11.5px !important;
    line-height:1.15 !important;
  }
  .nd-category-grid .nd-cat span,
  .nd-cat span{
    display:none !important;
  }
  .nd-cat-slider-hint{display:none !important;}
}
@media(max-width:430px){
  .nd-category-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
  .nd-category-grid .nd-cat,
  a.nd-cat{min-height:70px !important;padding:7px 5px !important;}
  .nd-category-grid .nd-cat b,.nd-cat b{font-size:10.8px !important;}
}


/* ===== v1.4.8 LUXURY MOBILE CATEGORY SLIDER ===== */
.nd-cats-section.nd-luxury-cat-slider-section{
  padding:22px 0 18px !important;
  background:linear-gradient(180deg,#fff 0%,#fbfcfe 100%);
  overflow:hidden;
}
.nd-luxury-cat-slider-section .nd-section-head{
  display:flex !important;
  align-items:end !important;
  justify-content:space-between !important;
  gap:14px !important;
  margin-bottom:14px !important;
}
.nd-luxury-cat-slider-section .nd-section-head h2{
  font-size:clamp(24px,3vw,36px) !important;
  letter-spacing:-.03em;
  margin:0 0 3px !important;
}
.nd-luxury-cat-slider-section .nd-section-head p{
  margin:0 !important;
  color:var(--nd-muted) !important;
  font-weight:800;
}
.nd-luxury-cat-slider-section .nd-show-all-cats{
  padding:9px 14px !important;
  min-height:38px;
  border-color:rgba(216,168,71,.55) !important;
  color:var(--nd-gold) !important;
  background:#fff !important;
  white-space:nowrap;
  box-shadow:0 12px 28px rgba(5,25,42,.05);
}
.nd-category-grid.nd-category-slider{
  display:grid !important;
  grid-auto-flow:column !important;
  grid-auto-columns:minmax(132px,168px) !important;
  grid-template-columns:none !important;
  gap:12px !important;
  overflow-x:auto !important;
  overflow-y:visible !important;
  scroll-snap-type:x mandatory !important;
  scroll-padding-inline:18px !important;
  padding:8px 2px 14px !important;
  margin-inline:calc((100vw - min(1180px, calc(100vw - 28px))) / -2) !important;
  padding-inline:calc((100vw - min(1180px, calc(100vw - 28px))) / 2 + 2px) !important;
  -webkit-overflow-scrolling:touch;
}
.nd-category-grid.nd-category-slider::-webkit-scrollbar{height:0;display:none;}
.nd-category-grid.nd-category-slider .nd-cat{
  scroll-snap-align:center;
  min-height:132px !important;
  height:132px !important;
  border-radius:24px !important;
  padding:16px 14px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:7px !important;
  background:linear-gradient(180deg,#fff,#fbfcff) !important;
  border:1px solid rgba(230,237,244,.95) !important;
  box-shadow:0 16px 34px rgba(6,29,49,.08) !important;
  text-decoration:none !important;
  transform:translateZ(0);
}
.nd-category-grid.nd-category-slider .nd-cat.is-featured,
.nd-category-grid.nd-category-slider .nd-cat:first-child{
  border-color:rgba(216,168,71,.95) !important;
  box-shadow:0 18px 42px rgba(216,168,71,.16),0 14px 26px rgba(6,29,49,.06) !important;
  background:linear-gradient(180deg,#fff 0%,#fffaf0 100%) !important;
}
.nd-category-grid.nd-category-slider .nd-cat-icon{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:16px !important;
  font-size:21px !important;
  margin:0 !important;
  background:linear-gradient(135deg,rgba(216,168,71,.18),rgba(216,168,71,.06)) !important;
  color:var(--nd-gold) !important;
}
.nd-category-grid.nd-category-slider .nd-cat b{
  font-size:16px !important;
  line-height:1.18 !important;
  color:var(--nd-navy) !important;
  margin:0 !important;
}
.nd-category-grid.nd-category-slider .nd-cat span:not(.nd-cat-icon){
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:1 !important;
  overflow:hidden !important;
  font-size:11.5px !important;
  line-height:1.25 !important;
  color:var(--nd-muted) !important;
  font-weight:750 !important;
  margin:0 !important;
  max-width:100%;
}
.nd-cat-slider-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:-2px;
}
.nd-cat-slider-dots span{
  width:7px;
  height:7px;
  border-radius:999px;
  background:#dbe3ed;
  display:block;
}
.nd-cat-slider-dots span:first-child{
  width:18px;
  background:var(--nd-gold);
}
@media(min-width:900px){
  .nd-category-grid.nd-category-slider{
    margin-inline:0 !important;
    padding-inline:0 !important;
    grid-auto-columns:minmax(150px,1fr) !important;
    overflow-x:auto !important;
  }
  .nd-category-grid.nd-category-slider .nd-cat{min-height:126px !important;height:126px !important;}
}
@media(max-width:760px){
  .nd-cats-section.nd-luxury-cat-slider-section{padding:14px 0 12px !important;}
  .nd-luxury-cat-slider-section .nd-section-head{
    align-items:center !important;
    margin-bottom:10px !important;
  }
  .nd-luxury-cat-slider-section .nd-section-head h2{font-size:24px !important;line-height:1.1 !important;}
  .nd-luxury-cat-slider-section .nd-section-head p{font-size:12.5px !important;}
  .nd-luxury-cat-slider-section .nd-show-all-cats{font-size:12px !important;padding:8px 11px !important;}
  .nd-category-grid.nd-category-slider{
    grid-auto-columns:112px !important;
    gap:10px !important;
    padding-top:6px !important;
    padding-bottom:12px !important;
    scroll-padding-inline:16px !important;
  }
  .nd-category-grid.nd-category-slider .nd-cat{
    min-height:112px !important;
    height:112px !important;
    padding:12px 8px !important;
    border-radius:20px !important;
    box-shadow:0 12px 26px rgba(6,29,49,.075) !important;
  }
  .nd-category-grid.nd-category-slider .nd-cat.is-featured,
  .nd-category-grid.nd-category-slider .nd-cat:first-child{
    min-height:124px !important;
    height:124px !important;
    transform:translateY(-4px);
  }
  .nd-category-grid.nd-category-slider .nd-cat-icon{
    width:38px !important;height:38px !important;min-width:38px !important;min-height:38px !important;
    border-radius:14px !important;font-size:19px !important;
  }
  .nd-category-grid.nd-category-slider .nd-cat b{font-size:13.5px !important;}
  .nd-category-grid.nd-category-slider .nd-cat span:not(.nd-cat-icon){font-size:10.5px !important;display:block !important;}
}
@media(max-width:390px){
  .nd-category-grid.nd-category-slider{grid-auto-columns:104px !important;gap:9px !important;}
  .nd-category-grid.nd-category-slider .nd-cat{min-height:104px !important;height:104px !important;padding:10px 7px !important;}
  .nd-category-grid.nd-category-slider .nd-cat.is-featured,.nd-category-grid.nd-category-slider .nd-cat:first-child{height:116px !important;min-height:116px !important;}
  .nd-category-grid.nd-category-slider .nd-cat b{font-size:12.5px !important;}
  .nd-category-grid.nd-category-slider .nd-cat span:not(.nd-cat-icon){display:none !important;}
}


/* ===== v1.4.9 Luxury Footer Polish - compact, mobile-first, premium ===== */
.nd-footer-luxury{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%,rgba(216,168,71,.18),transparent 28%),
    linear-gradient(135deg,#051827 0%,#061d31 62%,#082942 100%);
  color:#fff;
  padding:34px 0 18px;
  margin-top:30px;
  border-top:1px solid rgba(216,168,71,.22);
}
.nd-footer-luxury:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,168,71,.75),transparent);
  opacity:.75;
}
.nd-footer-luxury .nd-footer-top{
  display:grid;
  grid-template-columns:1.25fr 1.55fr .85fr .75fr;
  gap:22px;
  align-items:start;
}
.nd-footer-luxury .nd-logo{
  color:#fff;
  width:max-content;
}
.nd-footer-luxury .nd-logo-mark{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(216,168,71,.35);
  color:var(--nd-gold);
}
.nd-footer-brand p{
  margin:12px 0 0;
  max-width:430px;
  color:rgba(255,255,255,.70);
  font-weight:750;
  line-height:1.85;
}
.nd-footer-luxury h3{
  margin:0 0 12px;
  color:#fff;
  font-size:17px;
  line-height:1.25;
}
.nd-footer-luxury .nd-footer-block>a:not(.nd-footer-all),
.nd-footer-luxury .nd-footer-chips a{
  color:rgba(255,255,255,.78);
  text-decoration:none;
  font-weight:850;
  line-height:1.35;
}
.nd-footer-luxury .nd-footer-block>a:not(.nd-footer-all){
  display:block;
  margin:9px 0;
}
.nd-footer-luxury a:hover{color:#fff}
.nd-footer-chips{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.nd-footer-chips a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  text-align:center;
  font-size:13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.nd-footer-chips a:hover{
  background:rgba(216,168,71,.14);
  border-color:rgba(216,168,71,.35);
}
.nd-footer-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:11px;
  color:var(--nd-gold)!important;
  text-decoration:none;
  font-weight:1000;
}
.nd-footer-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}
.nd-footer-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#fff!important;
  text-decoration:none;
  font-weight:950;
}
.nd-footer-pill-gold{
  background:var(--nd-gold);
  color:var(--nd-navy)!important;
  border-color:transparent;
}
.nd-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-top:22px;
  padding-top:15px;
  border-top:1px solid rgba(255,255,255,.10);
  color:rgba(255,255,255,.64);
  font-size:13px;
  font-weight:800;
}
@media(max-width:980px){
  .nd-footer-luxury{padding:26px 0 16px;margin-top:24px}
  .nd-footer-luxury .nd-footer-top{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
  .nd-footer-brand{grid-column:1/-1}
  .nd-footer-brand p{max-width:100%;font-size:14px;line-height:1.7}
}
@media(max-width:620px){
  .nd-footer-luxury{padding:22px 0 88px;margin-top:20px;border-radius:26px 26px 0 0}
  .nd-footer-luxury .nd-footer-top{
    grid-template-columns:1fr;
    gap:16px;
  }
  .nd-footer-brand{
    text-align:center;
  }
  .nd-footer-brand .nd-logo{
    margin:auto;
    justify-content:center;
  }
  .nd-footer-brand p{
    margin:10px auto 0;
    font-size:13px;
    max-width:94%;
  }
  .nd-footer-cta-row{justify-content:center;margin-top:13px}
  .nd-footer-block{
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.09);
    border-radius:18px;
    padding:13px;
  }
  .nd-footer-luxury h3{font-size:15px;margin-bottom:10px;text-align:center}
  .nd-footer-main-links{order:2}
  .nd-footer-chips{
    display:flex;
    gap:7px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:2px;
  }
  .nd-footer-chips::-webkit-scrollbar{display:none}
  .nd-footer-chips a{
    flex:0 0 auto;
    min-width:112px;
    min-height:34px;
    font-size:12px;
    scroll-snap-align:start;
  }
  .nd-footer-luxury .nd-footer-block>a:not(.nd-footer-all){
    display:inline-flex;
    margin:4px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    font-size:12px;
  }
  .nd-footer-all{display:flex;margin-top:10px;font-size:13px}
  .nd-footer-bottom{
    display:block;
    text-align:center;
    margin-top:14px;
    padding-top:12px;
    font-size:12px;
  }
  .nd-footer-bottom span{display:block;margin:5px 0}
}


/* ===== v1.5.0 Mobile Footer Hard Fix - no overflow, compact luxury footer ===== */
.nd-footer-mobile-fixed,
.nd-footer-mobile-fixed *{box-sizing:border-box;max-width:100%;}
.nd-footer-mobile-fixed{overflow:hidden!important;padding:30px 0 18px!important;margin-top:28px!important;background:linear-gradient(180deg,#061d31 0%,#041522 100%)!important;border-top:1px solid rgba(216,168,71,.25)!important;color:#fff!important;}
.nd-footer-mobile-fixed .container{overflow:hidden!important;width:min(1180px,calc(100% - 28px))!important;}
.nd-footer-shell{display:grid!important;grid-template-columns:1.2fr 1fr 1.15fr!important;gap:16px!important;align-items:start!important;padding:0!important;}
.nd-footer-brandline{min-width:0!important;}
.nd-footer-brandline .nd-logo{display:inline-flex!important;align-items:center!important;gap:10px!important;color:#fff!important;text-decoration:none!important;margin:0 0 8px!important;width:auto!important;}
.nd-footer-brandline .nd-logo-mark{width:40px!important;height:40px!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(216,168,71,.35)!important;color:var(--nd-gold)!important;display:grid!important;place-items:center!important;flex:0 0 40px!important;}
.nd-footer-brandline p{margin:0!important;color:rgba(255,255,255,.72)!important;font-size:14px!important;line-height:1.8!important;font-weight:750!important;max-width:520px!important;}
.nd-footer-actions,.nd-footer-core-cats,.nd-footer-mini-links{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-content:flex-start!important;min-width:0!important;}
.nd-footer-action,.nd-footer-core-cats a,.nd-footer-mini-links a{min-width:0!important;text-decoration:none!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.055)!important;color:rgba(255,255,255,.88)!important;font-weight:900!important;line-height:1.2!important;margin:0!important;box-shadow:none!important;}
.nd-footer-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 14px!important;min-height:40px!important;font-size:13px!important;}
.nd-footer-action-gold{background:var(--nd-gold)!important;color:#061d31!important;border-color:transparent!important;}
.nd-footer-core-cats a{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:9px 12px!important;min-height:38px!important;font-size:13px!important;}
.nd-footer-core-cats a span{display:inline-flex!important;line-height:1!important;flex:0 0 auto!important;}
.nd-footer-core-cats a b{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important;}
.nd-footer-mini-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:9px 12px!important;min-height:38px!important;font-size:13px!important;white-space:nowrap!important;}
.nd-footer-bottom-clean{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-top:18px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.10)!important;color:rgba(255,255,255,.65)!important;font-size:12.5px!important;font-weight:850!important;text-align:initial!important;}
@media(max-width:800px){
  .nd-footer-shell{grid-template-columns:1fr!important;gap:12px!important;}
  .nd-footer-brandline{text-align:center!important;}
  .nd-footer-brandline .nd-logo{justify-content:center!important;margin-left:auto!important;margin-right:auto!important;}
  .nd-footer-brandline p{font-size:13px!important;line-height:1.65!important;margin:0 auto!important;max-width:96%!important;}
  .nd-footer-actions{justify-content:center!important;}
  .nd-footer-core-cats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;}
  .nd-footer-core-cats a{justify-content:center!important;width:100%!important;padding:9px 8px!important;}
  .nd-footer-core-cats a b{font-size:12.5px!important;white-space:nowrap!important;}
  .nd-footer-mini-links{justify-content:center!important;gap:7px!important;}
  .nd-footer-bottom-clean{display:block!important;text-align:center!important;margin-top:13px!important;padding-top:12px!important;}
  .nd-footer-bottom-clean span{display:block!important;margin:4px 0!important;}
}
@media(max-width:420px){
  .nd-footer-mobile-fixed{padding:22px 0 84px!important;border-radius:22px 22px 0 0!important;}
  .nd-footer-mobile-fixed .container{width:calc(100% - 22px)!important;}
  .nd-footer-brandline p{font-size:12.5px!important;}
  .nd-footer-action{flex:1 1 30%!important;padding:9px 8px!important;font-size:12px!important;min-height:36px!important;}
  .nd-footer-core-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .nd-footer-core-cats a{min-height:36px!important;padding:8px 6px!important;}
  .nd-footer-core-cats a b{font-size:11.5px!important;}
  .nd-footer-mini-links a{font-size:11.5px!important;padding:8px 9px!important;min-height:34px!important;max-width:100%!important;}
  .nd-footer-bottom-clean{font-size:11.5px!important;line-height:1.55!important;}
}


/* ===== v1.5.2 Emergency Stable Route + Mobile Overflow Guard ===== */
html,body{max-width:100%;overflow-x:hidden!important;}
.nd-header,.nd-topbar,main,.nd-footer,.nd-content,.nd-page-hero{max-width:100%;overflow-x:hidden;}
.nd-footer-mobile-fixed .nd-footer-shell,
.nd-footer-mobile-fixed .nd-footer-actions,
.nd-footer-mobile-fixed .nd-footer-core-cats,
.nd-footer-mobile-fixed .nd-footer-mini-links{max-width:100%!important;min-width:0!important;overflow:hidden!important;}
.nd-footer-mobile-fixed a{max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;}
@media(max-width:600px){
  .nd-footer-mobile-fixed{padding-bottom:82px!important;}
  .nd-footer-mobile-fixed .container{width:calc(100% - 20px)!important;margin-inline:auto!important;}
  .nd-footer-mini-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}
  .nd-footer-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;}
  .nd-footer-action,.nd-footer-mini-links a{width:100%!important;white-space:nowrap!important;}
}

/* ===== v1.5.3 Property Type Matrix Polish ===== */
.nd-property-matrix{overflow:visible!important}
.nd-matrix-note{margin:12px 0 16px;padding:12px 14px;border:1px solid rgba(213,166,72,.35);background:linear-gradient(135deg,#fffaf0,#fff);border-radius:16px;color:#0b2538;font-weight:800;line-height:1.7}
.nd-matrix-selector{border:1px solid var(--nd-border);border-radius:18px;overflow:hidden;margin-bottom:16px;background:#fff}
.nd-spec-block{display:none;margin-top:14px;padding:16px;border:1px solid rgba(11,37,56,.09);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 14px 36px rgba(6,29,49,.06)}
.nd-spec-block.is-active{display:block}
.nd-spec-block h3{margin:0 0 14px;color:#071f33;font-size:20px;font-weight:950;display:flex;align-items:center;gap:8px}
.nd-spec-grid{border:1px solid var(--nd-border);border-radius:16px;overflow:hidden;background:#fff}
.nd-spec-grid label{min-height:88px}
.nd-spec-grid input:disabled,.nd-spec-grid select:disabled,.nd-spec-grid textarea:disabled{opacity:.55}
@media(max-width:760px){
  .nd-property-matrix{padding:14px!important;border-radius:18px!important}
  .nd-matrix-note{font-size:13px;margin:8px 0 12px;padding:10px;border-radius:14px}
  .nd-spec-block{padding:12px;margin-top:10px;border-radius:18px;box-shadow:none}
  .nd-spec-block h3{font-size:16px;margin-bottom:10px}
  .nd-spec-grid label{min-height:0!important;padding:10px!important}
}
.nd-single-matrix{margin-top:18px}
.nd-single-matrix-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.nd-matrix-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid rgba(11,37,56,.08);border-radius:14px;background:#fff}
.nd-matrix-row span{color:#64748b;font-weight:800}.nd-matrix-row b{color:#071f33;font-weight:950;text-align:end}
@media(max-width:760px){.nd-single-matrix-grid{grid-template-columns:1fr}.nd-matrix-row{padding:10px 12px}}

/* ===== v1.5.5 Vehicles Brand Model Year Fix ===== */
.nd-postad-v154-hero{padding:34px 0 24px;background:linear-gradient(135deg,#061d31,#08283f);color:#fff}.nd-postad-v154-hero h1{margin:0 0 8px;color:#fff;font-size:clamp(28px,4vw,48px)}.nd-postad-v154-hero p{margin:0;color:rgba(255,255,255,.82);font-weight:850}.nd-postad-v154{background:#f7f9fc}.nd-postad-hard{max-width:1080px;margin:auto}.nd-submit-step{background:#fff;border:1px solid rgba(11,37,56,.09);border-radius:26px;padding:22px;margin:0 0 18px;box-shadow:0 16px 42px rgba(6,29,49,.055);overflow:hidden}.nd-step-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.nd-step-title>span{width:42px;height:42px;border-radius:14px;background:#d8a847;color:#061d31;display:grid;place-items:center;font-weight:1000;flex:0 0 42px}.nd-step-title h2{margin:0;color:#061d31;font-size:24px;font-weight:1000}.nd-step-title p{margin:3px 0 0;color:#64748b;font-weight:850}.nd-v154-cats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.nd-v154-cats button{border:1px solid #e6edf4;background:#fff;border-radius:18px;min-height:78px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:.18s ease;color:#061d31;font-weight:950}.nd-v154-cats button span{width:34px;height:34px;border-radius:14px;background:#f8fafc;display:grid;place-items:center}.nd-v154-cats button b{font-size:13px;line-height:1.25;text-align:center}.nd-v154-cats button.is-active{background:linear-gradient(135deg,#061d31,#0b4662);color:#fff;border-color:#d8a847;box-shadow:0 18px 34px rgba(6,29,49,.14)}.nd-v154-cats button.is-active span{background:rgba(216,168,71,.16)}.nd-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nd-form-grid label{font-weight:950;color:#061d31}.nd-form-grid input,.nd-form-grid select,.nd-form-grid textarea{width:100%;min-height:48px;border:1px solid #dbe5ee;border-radius:16px;background:#fff;padding:11px 13px;font-weight:850;color:#061d31;margin-top:6px}.nd-form-grid textarea{min-height:130px}.nd-form-grid .full{grid-column:1/-1}.nd-matrix-status{border:1px solid rgba(216,168,71,.35);background:#fffaf0;color:#7a520e;border-radius:18px;padding:12px 14px;font-weight:950;margin-bottom:14px}.nd-v154-selectors{grid-template-columns:1.2fr 1fr 1fr 1fr}.nd-v154-two-tables{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.nd-spec-block{display:none!important;margin:0;padding:16px;border:1px solid rgba(11,37,56,.08);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 28px rgba(6,29,49,.045)}.nd-spec-block.is-active{display:block!important}.nd-spec-block h3{margin:0 0 12px;color:#061d31;font-size:20px;font-weight:1000}.nd-submit-step.nd-hidden,.nd-v154-active-group.nd-hidden{display:none!important}.nd-submit-step[aria-hidden="true"]{display:none!important}.nd-v154-submit{position:sticky;bottom:12px;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border:1px solid rgba(11,37,56,.08);box-shadow:0 12px 40px rgba(6,29,49,.14);border-radius:22px;padding:12px 14px;margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.nd-v154-submit span{color:#64748b;font-weight:850}.nd-v154-submit button{min-width:170px}
@media(max-width:900px){.nd-v154-cats{display:flex;overflow-x:auto;gap:9px;padding-bottom:8px;scroll-snap-type:x mandatory}.nd-v154-cats button{min-width:112px;min-height:74px;scroll-snap-align:center}.nd-v154-selectors{grid-template-columns:1fr 1fr}.nd-form-grid{grid-template-columns:1fr 1fr}.nd-submit-step{padding:16px;border-radius:22px}.nd-step-title h2{font-size:20px}.nd-step-title>span{width:36px;height:36px;flex-basis:36px}}
@media(max-width:640px){body{overflow-x:hidden}.nd-postad-hard{width:100%}.nd-submit-step{padding:14px;margin-bottom:12px;border-radius:20px}.nd-step-title{gap:9px;margin-bottom:12px}.nd-step-title h2{font-size:18px}.nd-step-title p{font-size:13px;line-height:1.45}.nd-v154-cats{margin-inline:-4px}.nd-v154-cats button{min-width:104px;min-height:68px;padding:9px;border-radius:16px}.nd-v154-cats button span{width:28px;height:28px;border-radius:12px}.nd-v154-cats button b{font-size:12px}.nd-form-grid,.nd-v154-selectors{grid-template-columns:1fr;gap:9px}.nd-form-grid input,.nd-form-grid select,.nd-form-grid textarea{min-height:46px;border-radius:14px;font-size:16px}.nd-spec-block{padding:12px;border-radius:18px;box-shadow:none}.nd-spec-block h3{font-size:16px}.nd-v154-submit{bottom:8px;border-radius:18px;align-items:stretch;flex-direction:column}.nd-v154-submit button{width:100%;min-width:0}.nd-v154-submit span{text-align:center;font-size:12px}.nd-page-hero.nd-postad-v154-hero{padding:24px 0 16px}.nd-postad-v154 .container{width:min(100% - 18px,1180px)}}


/* ===== v1.5.7 Marine Hard Visible Fix ===== */
.nd-postad-hard .nd-v154-active-group.nd-hidden,
.nd-postad-hard .nd-submit-step.nd-hidden,
.nd-postad-hard [data-group].nd-hidden{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
}
.nd-postad-hard [data-group].is-active{
  display:block!important;
  visibility:visible!important;
  height:auto!important;
  overflow:visible!important;
}
.nd-marine-group.is-active{
  border:2px solid rgba(216,168,71,.35)!important;
  background:linear-gradient(180deg,#ffffff,#fbfdff)!important;
}
.nd-marine-selectors{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.nd-marine-tables .nd-spec-block.is-active{display:block!important}
@media(max-width:760px){
  .nd-marine-selectors{grid-template-columns:1fr!important}
  .nd-marine-group .nd-step-title h2{font-size:22px!important}
  .nd-postad-hard .nd-form-grid{grid-template-columns:1fr!important}
}


/* ===== v1.6.0 Control Center + Advertiser Manager ===== */
.nd-v160-admin .nd-v160-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin:18px 0}
.nd-v160-admin .nd-v160-kpis>div{background:#fff;border:1px solid #dcdcde;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 22px rgba(0,0,0,.04)}
.nd-v160-admin .nd-v160-kpis .dashicons{font-size:26px;color:#b8892f;width:auto;height:auto}
.nd-v160-admin .nd-v160-kpis b{font-size:30px;line-height:1;color:#061d31}
.nd-v160-admin .nd-v160-kpis small{font-weight:700;color:#536276}
.nd-v160-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.nd-v160-panel{background:#fff;border:1px solid #dcdcde;border-radius:16px;padding:18px;box-shadow:0 8px 22px rgba(0,0,0,.04)}
.nd-v160-actions{display:flex;gap:6px;flex-wrap:wrap}
.nd-v160-mini{display:inline-flex;background:#f3ead6;color:#6d4a10;border:1px solid #d8a847;border-radius:999px;padding:3px 8px;margin:3px;font-size:12px;font-weight:800}
.nd-v160-table td{vertical-align:top}
.nd-v160-front .nd-dash-side a{border-radius:14px}
.nd-v160-front .nd-manager-list{display:grid;gap:12px}
.nd-v160-front .nd-manager-item{border:1px solid rgba(6,29,49,.1);background:#fff;border-radius:18px;padding:12px;display:flex;gap:12px;align-items:center}
.nd-v160-front .nd-manager-thumb{width:72px;height:72px;border-radius:14px;background:#f5f7fb;overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 72px}
.nd-v160-front .nd-manager-thumb img{width:100%;height:100%;object-fit:cover}
.nd-v160-front .nd-manager-info h3{margin:0 0 5px;font-size:17px}
.nd-v160-front .nd-manager-info p{margin:0 0 8px;color:#667085}
.nd-v160-msg-list{display:grid;gap:10px}
.nd-v160-msg-list article{background:#f8fafc;border:1px solid rgba(6,29,49,.08);border-radius:14px;padding:12px}
.nd-v160-msg-list small{display:block;color:#667085;margin-top:4px}
.nd-v160-profile .full{grid-column:1/-1}
.nd-v160-profile textarea{min-height:110px}
@media(max-width:960px){
  .nd-v160-admin .nd-v160-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}
  .nd-v160-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .nd-v160-front.nd-dash{display:block}
  .nd-v160-front .nd-dash-side{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}
  .nd-v160-front .nd-dash-user{grid-column:1/-1}
  .nd-v160-front .nd-manager-item{align-items:flex-start}
  .nd-v160-front .nd-manager-thumb{width:58px;height:58px;flex-basis:58px}
  .nd-v160-front .nd-manager-actions{display:flex;gap:7px;flex-wrap:wrap}
  .nd-v160-front .nd-manager-actions a{font-size:12px;padding:7px 9px;border-radius:999px}
}


/* v1.6.1 Admin Control + Home Pagination */
.nd-v161-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin:18px 0}.nd-v161-kpi,.nd-v160-kpis .nd-v161-kpi{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:18px;background:#fff;border:1px solid #e5edf5;text-decoration:none;color:#071523;box-shadow:0 10px 24px rgba(7,21,35,.06)}.nd-v161-kpi .dashicons{font-size:28px;width:28px;height:28px;color:#c99a2e}.nd-v161-kpi b{font-size:28px}.nd-v161-kpi small{color:#667085;font-weight:700}.nd-v161-table th,.nd-v161-table td{vertical-align:middle}.nd-v161-actions{display:flex;flex-wrap:wrap;gap:6px}.nd-v161-status{display:inline-flex;padding:4px 10px;border-radius:999px;font-weight:800;font-size:12px;background:#eef2f7;color:#334155}.nd-status-publish{background:#e7f8ee;color:#067647}.nd-status-pending{background:#fff6df;color:#a15c00}.nd-status-draft{background:#eef2f7;color:#475467}.nd-status-private{background:#fff1f3;color:#c01048}.nd-v161-alert-badge{display:inline-flex;margin-top:6px;background:#fff6df;color:#a15c00;border:1px solid #f2cf7a;border-radius:999px;padding:3px 8px;font-weight:800;font-size:12px}.nd-v161-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:12px 0}.nd-v161-search{display:inline-flex;gap:6px;align-items:center;margin:6px 0}.nd-v161-search input{min-width:260px}.nd-v161-mini-count{display:inline-flex;background:rgba(0,0,0,.12);border-radius:999px;padding:1px 7px;margin-inline-start:4px}.nd-home-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:26px 0 8px}.nd-home-pagination span{font-weight:900;color:#667085}.nd-home-pagination .nd-btn{min-width:130px;text-align:center}
@media(max-width:700px){.nd-v161-toolbar,.nd-v161-search{display:flex;width:100%;flex-direction:column;align-items:stretch}.nd-v161-search input{min-width:0;width:100%}.nd-v161-table{display:block;overflow-x:auto}.nd-home-pagination{flex-direction:column}.nd-home-pagination .nd-btn{width:100%}}


/* v1.6.3 Production Stability Audit Fix */
.nd-v163-dashboard .widefat{width:100%;border-collapse:collapse}.nd-table-wrap{overflow-x:auto}.nd-v163-admin .nd-v160-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:16px 0}.nd-v163-admin .nd-v160-kpi{background:#fff;border:1px solid #dcdcde;border-radius:12px;padding:16px}.nd-v163-admin .nd-v160-kpi b{display:block;font-size:26px}.nd-footer,.nd-footer *{max-width:100%;box-sizing:border-box}.nd-footer-mini-links,.nd-footer-core-cats,.nd-footer-actions{overflow:hidden}.nd-footer-core-cats a,.nd-footer-mini-links a,.nd-footer-action{white-space:normal;word-break:break-word}@media(max-width:760px){.nd-v163-dashboard .widefat,.nd-v163-dashboard tbody,.nd-v163-dashboard tr,.nd-v163-dashboard td{display:block;width:100%}.nd-v163-dashboard thead{display:none}.nd-postad-hard .nd-form-grid{grid-template-columns:1fr!important}.nd-postad-hard .nd-submit-step{padding:18px!important}.nd-postad-hard .nd-step-title{align-items:flex-start}.nd-postad-hard input,.nd-postad-hard select,.nd-postad-hard textarea{width:100%}}


/* v1.6.4 Advertiser Dashboard UX Fix */
.nd-dashboard-hero{background:linear-gradient(135deg,#061d31,#0b2b45);color:#fff;padding:34px 0 30px;border-bottom:1px solid rgba(216,168,71,.25)}
.nd-dashboard-hero h1{margin:4px 0 6px;font-size:clamp(32px,5vw,58px);line-height:1.05;color:#fff}.nd-dashboard-hero p{margin:0;color:rgba(255,255,255,.78);font-weight:700}.nd-dashboard-hero span{display:inline-flex;background:rgba(216,168,71,.16);border:1px solid rgba(216,168,71,.35);color:#f5d58b;border-radius:999px;padding:6px 12px;font-weight:900}.nd-dashboard-page{padding-top:28px!important}.nd-v164-dashboard{direction:rtl;display:grid;gap:18px}.nd-v164-login-card,.nd-v164-card,.nd-v164-section,.nd-v164-profile-form{background:#fff;border:1px solid #e6edf4;border-radius:24px;padding:22px;box-shadow:0 16px 38px rgba(6,29,49,.06)}.nd-v164-alert{background:#ecfdf3;border:1px solid #abefc6;color:#067647;border-radius:16px;padding:12px 16px;font-weight:900}.nd-v164-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#fff;border:1px solid #e6edf4;border-radius:26px;padding:22px;box-shadow:0 18px 42px rgba(6,29,49,.07)}.nd-v164-topbar h2{margin:8px 0 6px;font-size:30px;color:#071523}.nd-v164-topbar p{margin:0;color:#667085;font-weight:700}.nd-v164-chip{display:inline-flex;background:#fff8e8;color:#8a5d09;border:1px solid #eed391;border-radius:999px;padding:6px 12px;font-weight:900}.nd-v164-top-actions{display:flex;flex-wrap:wrap;gap:10px}.nd-v164-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.nd-v164-kpis a{background:#fff;border:1px solid #e6edf4;border-radius:20px;padding:18px;text-decoration:none;color:#071523;box-shadow:0 12px 30px rgba(6,29,49,.05);min-height:104px;display:flex;flex-direction:column;justify-content:center}.nd-v164-kpis b{font-size:30px;line-height:1;color:#d8a847}.nd-v164-kpis span{margin-top:8px;color:#667085;font-weight:900}.nd-v164-tabs{position:sticky;top:32px;z-index:10;display:flex;gap:8px;overflow-x:auto;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);border:1px solid #e6edf4;border-radius:999px;padding:8px;box-shadow:0 12px 28px rgba(6,29,49,.06)}.nd-v164-tabs a{white-space:nowrap;text-decoration:none;color:#071523;background:#f6f8fb;border:1px solid #e6edf4;border-radius:999px;padding:10px 16px;font-weight:900}.nd-v164-tabs a:hover{background:#061d31;color:#fff;border-color:#061d31}.nd-v164-overview{display:grid;grid-template-columns:2fr 1fr;gap:14px;background:transparent;border:0;box-shadow:none;padding:0}.nd-v164-summary p,.nd-v164-profile-mini p{color:#667085;font-weight:700}.nd-v164-inline-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.nd-v164-inline-actions a,.nd-v164-action{display:inline-flex;align-items:center;justify-content:center;background:#f7fafc;border:1px solid #e6edf4;color:#071523;text-decoration:none;border-radius:999px;padding:9px 13px;font-weight:900}.nd-v164-inline-actions a:first-child,.nd-v164-action.feature{background:#fff8e8;border-color:#e6c46c;color:#8a5d09}.nd-v164-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.nd-v164-section-head h3,.nd-v164-card h3{margin:0 0 6px;font-size:24px;color:#071523}.nd-v164-section-head p{margin:0;color:#667085;font-weight:700}.nd-v164-listings{display:grid;gap:12px}.nd-v164-listing-card{display:flex;gap:14px;align-items:center;border:1px solid #e6edf4;background:#fbfcfe;border-radius:22px;padding:14px}.nd-v164-thumb{width:88px;height:88px;border-radius:18px;background:linear-gradient(135deg,#061d31,#0b4662);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 88px;color:#d8a847;font-weight:900;font-size:28px}.nd-v164-thumb img{width:100%;height:100%;object-fit:cover}.nd-v164-listing-body{min-width:0;flex:1}.nd-v164-listing-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.nd-v164-listing-title h4{margin:0;font-size:18px;color:#071523}.nd-v164-status{display:inline-flex;border-radius:999px;padding:5px 10px;font-weight:900;font-size:12px;white-space:nowrap}.nd-v164-status-published{background:#ecfdf3;color:#067647}.nd-v164-status-pending{background:#fff8e8;color:#9a6700}.nd-v164-status-draft{background:#eef2f7;color:#475467}.nd-v164-status-paused{background:#fff1f3;color:#c01048}.nd-v164-listing-meta{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0;color:#667085;font-size:13px;font-weight:800}.nd-v164-actions{display:flex;gap:7px;flex-wrap:wrap}.nd-v164-action.view{background:#061d31;color:#fff;border-color:#061d31}.nd-v164-action.edit{background:#eef6ff;color:#175cd3;border-color:#b2ddff}.nd-v164-action.pause{background:#fff1f3;color:#c01048;border-color:#fecdd6}.nd-v164-messages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.nd-v164-messages article{background:#fbfcfe;border:1px solid #e6edf4;border-radius:18px;padding:14px}.nd-v164-messages small{display:block;color:#667085;margin:5px 0;font-weight:700}.nd-v164-empty{background:#f8fafc;border:1px dashed #d6e0ea;border-radius:20px;padding:20px;text-align:center;color:#667085;font-weight:800}.nd-v164-profile-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.nd-v164-profile-form label{display:grid;gap:7px;font-weight:900;color:#071523}.nd-v164-profile-form .full{grid-column:1/-1}.nd-v164-profile-form input,.nd-v164-profile-form textarea{width:100%;border:1px solid #dbe7f2;border-radius:16px;padding:13px 14px;background:#fff;font:inherit}.nd-v164-profile-form textarea{min-height:110px}.nd-v164-profile-form button{justify-self:start}.nd-v164-edit-wrap .nd-manager-edit{background:#fff;border:1px solid #e6edf4;border-radius:24px;padding:20px}.nd-v164-packages .nd-packages,.nd-v164-packages .nd-package-grid{margin-top:0}.nd-page-hero + .nd-content.nd-dashboard-page{padding-top:20px!important}
@media(max-width:1100px){.nd-v164-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.nd-v164-overview{grid-template-columns:1fr}.nd-v164-messages{grid-template-columns:1fr}}
@media(max-width:760px){.nd-dashboard-hero{padding:24px 0 22px}.nd-dashboard-hero h1{font-size:34px}.nd-v164-topbar{display:block;padding:18px;border-radius:22px}.nd-v164-topbar h2{font-size:24px}.nd-v164-top-actions{margin-top:14px}.nd-v164-top-actions .nd-btn{width:100%;text-align:center}.nd-v164-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nd-v164-kpis a{min-height:86px;padding:14px}.nd-v164-kpis b{font-size:24px}.nd-v164-tabs{top:0;border-radius:18px}.nd-v164-section,.nd-v164-card,.nd-v164-profile-form{border-radius:20px;padding:16px}.nd-v164-section-head{display:block}.nd-v164-section-head .nd-btn{width:100%;margin-top:10px;text-align:center}.nd-v164-listing-card{align-items:flex-start;border-radius:18px;padding:12px}.nd-v164-thumb{width:64px;height:64px;flex-basis:64px;border-radius:14px}.nd-v164-listing-title{display:block}.nd-v164-status{margin-top:8px}.nd-v164-action{padding:8px 10px;font-size:12px}.nd-v164-profile-form{grid-template-columns:1fr}.nd-v164-profile-form button{width:100%}}

/* v1.6.8 legacy hard display */
.nd-v165-legacy-block{margin-top:34px;padding-top:22px;border-top:1px solid var(--nd-border,#e6edf4)}
.nd-v165-legacy-card .nd-card-body p{color:var(--nd-muted,#64748b);font-weight:750;min-height:48px}


/* =========================================================
 * Nedvesta v1.7.0 — Listings Search Filters Merge UX
 * ========================================================= */
.nd-v170-listings-shell{padding:28px 0 50px;background:#f7f9fc}.nd-v170-filter-card{background:#fff;border:1px solid #e5edf5;border-radius:24px;padding:18px;box-shadow:0 18px 45px rgba(8,32,54,.06);margin-bottom:18px}.nd-v170-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.nd-v170-filter-head h2{margin:0;color:#081f35;font-size:28px}.nd-v170-filter-head p{margin:4px 0 0;color:#64748b;font-weight:700}.nd-v170-filter-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:12px;align-items:end}.nd-v170-filter-grid .nd-field{margin:0}.nd-v170-filter-grid label{display:block;margin:0 0 7px;font-weight:900;color:#10243a}.nd-v170-filter-grid input,.nd-v170-filter-grid select{width:100%;height:48px;border:1px solid #dbe6f1;border-radius:16px;padding:0 14px;background:#fff;color:#0b2238;font-weight:800}.nd-v170-filter-extra{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:12px}.nd-v170-filter-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:12px}.nd-v170-pillbar{display:flex;gap:8px;overflow:auto;padding:2px 0 10px;margin:0 0 10px}.nd-v170-pillbar a{white-space:nowrap;text-decoration:none;border:1px solid #dbe6f1;border-radius:999px;padding:9px 14px;font-weight:900;color:#10243a;background:#fff}.nd-v170-pillbar a.is-active{background:#d9a93d;border-color:#d9a93d;color:#071f35}.nd-v170-results-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:20px 0 14px}.nd-v170-results-head h2{margin:0;font-size:30px;color:#071f35}.nd-v170-count{color:#64748b;font-weight:900}.nd-v170-inline-ad{grid-column:1/-1}.nd-v170-empty{background:#fff;border:1px dashed #dbe6f1;border-radius:20px;padding:25px;text-align:center;color:#64748b;font-weight:900}.nd-v170-filter-ad{margin:12px 0}.nd-v170-filter-mobile-toggle{display:none}.nd-card-meta span:empty{display:none}@media(max-width:900px){.nd-v170-filter-grid,.nd-v170-filter-extra{grid-template-columns:1fr 1fr}.nd-v170-filter-head{align-items:flex-start}.nd-v170-filter-head h2{font-size:24px}}@media(max-width:640px){.nd-v170-listings-shell{padding-top:14px}.nd-v170-filter-card{border-radius:18px;padding:14px}.nd-v170-filter-grid,.nd-v170-filter-extra{grid-template-columns:1fr}.nd-v170-filter-grid input,.nd-v170-filter-grid select{height:44px}.nd-v170-filter-head h2{font-size:22px}.nd-v170-results-head h2{font-size:24px}.nd-v170-filter-mobile-toggle{display:inline-flex}.nd-v170-filter-extra{display:none}.nd-v170-filter-card.is-open .nd-v170-filter-extra{display:grid}.nd-v170-pillbar{margin-inline:-4px;padding-inline:4px}.nd-v170-pillbar a{padding:8px 12px;font-size:13px}.nd-v170-filter-actions .nd-btn{width:100%;justify-content:center}}


/* Nedvesta v1.7.1 — Global Marketplace Search/Filters Polish
   هدف النسخة: دمج البحث والفلاتر بشكل أنظف، موبايل أولاً، بدون كسر الجداول أو لوحة المعلن. */
.nd-compact-hero{padding:24px 0 26px;background:linear-gradient(135deg,#061828,#10354b);overflow:hidden}
.nd-compact-hero-box{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:34px;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:34px;padding:34px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 18px 45px rgba(0,0,0,.18)}
.nd-compact-copy h1{font-size:clamp(34px,5vw,62px);line-height:1.08;margin:12px 0;color:#fff;letter-spacing:-.03em}
.nd-compact-copy p{font-size:clamp(17px,2.1vw,24px);line-height:1.7;color:rgba(255,255,255,.86);max-width:780px}
.nd-compact-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:900}
.nd-compact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.nd-compact-search{position:relative;z-index:3;background:#fff;border-radius:28px;padding:18px;box-shadow:0 22px 55px rgba(0,0,0,.22);display:grid;grid-template-columns:1fr 1fr;gap:12px;align-self:stretch;max-width:100%}
.nd-compact-search .nd-search-main{grid-column:1/-1}
.nd-compact-search .nd-field{margin:0;min-width:0;position:relative;z-index:1}
.nd-compact-search .nd-field label{font-size:13px;color:#526274;font-weight:900;margin:0 0 6px;display:block}
.nd-compact-search input,.nd-compact-search select{width:100%;height:52px;border:1px solid #dfe7ef;border-radius:16px;padding:0 14px;background:#fff;color:#071b2d;font-weight:800;outline:none;appearance:auto;position:relative;z-index:2}
.nd-compact-search input:focus,.nd-compact-search select:focus{border-color:#dba83f;box-shadow:0 0 0 4px rgba(219,168,63,.15)}
.nd-compact-search .nd-btn{grid-column:1/-1;height:54px;justify-content:center;font-size:17px;position:relative;z-index:1}
.nd-compact-search small{grid-column:1/-1;text-align:center;color:#6b7787;font-weight:800}
.nd-v170-filter-card{background:#fff;border:1px solid #e5edf5;border-radius:28px;padding:18px;box-shadow:0 14px 34px rgba(7,27,45,.06);margin-bottom:22px;overflow:visible}
.nd-v170-filter-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}
.nd-v170-filter-head h2{margin:0;color:#071b2d;font-size:clamp(22px,3vw,34px)}
.nd-v170-filter-head p{margin:6px 0 0;color:#667789;font-weight:800}
.nd-v170-pillbar{display:flex;gap:8px;overflow-x:auto;padding:4px 2px 14px;margin:0 -2px 10px;scrollbar-width:thin}
.nd-v170-pillbar a{flex:0 0 auto;text-decoration:none;color:#071b2d;border:1px solid #dfe7ef;border-radius:999px;padding:10px 14px;background:#f8fbfd;font-weight:900;white-space:nowrap}
.nd-v170-pillbar a.is-active{background:#071b2d;color:#fff;border-color:#071b2d;box-shadow:0 8px 18px rgba(7,27,45,.18)}
.nd-v170-filter-grid,.nd-v170-filter-extra{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:end}
.nd-v170-filter-card .nd-field{margin:0;min-width:0}
.nd-v170-filter-card .nd-field label{font-size:13px;color:#526274;font-weight:900;margin:0 0 6px;display:block}
.nd-v170-filter-card input,.nd-v170-filter-card select{height:48px;width:100%;border:1px solid #dfe7ef;border-radius:15px;background:#fff;padding:0 12px;font-weight:800;outline:none}
.nd-v170-filter-card input:focus,.nd-v170-filter-card select:focus{border-color:#dba83f;box-shadow:0 0 0 3px rgba(219,168,63,.13)}
.nd-v170-filter-extra{margin-top:10px}
.nd-v170-filter-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.nd-v170-filter-actions .nd-btn{min-height:48px}
.nd-v170-results-head{display:flex;align-items:center;justify-content:space-between;margin:18px 0 12px;gap:12px}
.nd-v170-results-head h2{margin:0;color:#071b2d}.nd-v170-count{background:#eef5f9;border:1px solid #dfe7ef;border-radius:999px;padding:8px 14px;font-weight:900;color:#44586c}
.nd-v170-inline-ad{grid-column:1/-1}.nd-v170-filter-ad{margin:10px 0}.nd-v170-filter-mobile-toggle{display:none!important}
@media(max-width:1100px){.nd-compact-hero-box{grid-template-columns:1fr}.nd-v170-filter-grid,.nd-v170-filter-extra{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){
  .nd-compact-hero{padding:12px 0 16px}.nd-compact-hero-box{padding:18px;border-radius:24px;gap:18px}.nd-compact-copy h1{font-size:34px}.nd-compact-copy p{font-size:16px}.nd-compact-actions .nd-btn{flex:1 1 140px;min-height:48px}
  .nd-compact-search{grid-template-columns:1fr;padding:14px;border-radius:22px;gap:10px}.nd-compact-search input,.nd-compact-search select{height:50px}.nd-compact-search .nd-btn{height:52px}
  .nd-v170-filter-card{border-radius:22px;padding:14px;margin:0 0 18px}.nd-v170-filter-head{align-items:center}.nd-v170-filter-head p{font-size:13px}.nd-v170-filter-grid,.nd-v170-filter-extra{grid-template-columns:1fr 1fr;gap:9px}.nd-v170-filter-card input,.nd-v170-filter-card select{height:46px}.nd-v170-filter-extra{display:none}.nd-v170-filter-card.is-open .nd-v170-filter-extra{display:grid}.nd-v170-filter-mobile-toggle{display:inline-flex!important}.nd-v170-filter-actions .nd-btn{flex:1 1 130px}.nd-v170-pillbar{padding-bottom:10px}.nd-v170-pillbar a{padding:9px 12px;font-size:13px}
}
@media(max-width:430px){.nd-v170-filter-grid,.nd-v170-filter-extra{grid-template-columns:1fr}.nd-compact-copy h1{font-size:30px}}


/* Nedvesta v1.7.3 Blog Archive */
.nd-v173-blog{padding:28px 0 60px}.nd-v173-blog-hero{background:linear-gradient(135deg,#061f32,#0b3a57);border-radius:28px;color:#fff;padding:34px;margin:0 auto 18px;max-width:1180px;box-shadow:0 20px 50px rgba(2,25,43,.14)}.nd-v173-blog-hero span{background:#d9aa3f;color:#061f32;border-radius:999px;padding:7px 14px;font-weight:900}.nd-v173-blog-hero h1{font-size:clamp(28px,4vw,52px);margin:18px 0 10px}.nd-v173-blog-hero p{max-width:760px;color:rgba(255,255,255,.86);font-size:18px}.nd-v173-blog-search{display:flex;gap:10px;max-width:680px;margin-top:18px}.nd-v173-blog-search input{flex:1;border:0;border-radius:18px;padding:16px 18px;font-weight:800}.nd-v173-topicbar{max-width:1180px;margin:0 auto 22px;display:flex;gap:10px;overflow:auto;padding:8px 2px}.nd-v173-topicbar a{white-space:nowrap;text-decoration:none;border:1px solid #dfe8ef;background:#fff;border-radius:999px;padding:10px 16px;color:#062237;font-weight:900}.nd-v173-topicbar a.is-active{background:#d9aa3f;border-color:#d9aa3f;color:#062237}.nd-v173-blog-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.nd-v173-blog-card{background:#fff;border:1px solid #e5edf3;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(2,25,43,.06)}.nd-v173-blog-media{height:210px;display:block;position:relative;background:#eef5f8;overflow:hidden}.nd-v173-blog-media img{width:100%;height:100%;object-fit:cover;display:block}.nd-v173-blog-media b{position:absolute;right:14px;top:14px;background:#d9aa3f;color:#062237;border-radius:999px;padding:7px 12px;font-size:13px}.nd-v173-blog-body{padding:18px}.nd-v173-blog-body h2{font-size:22px;margin:0 0 10px;line-height:1.35}.nd-v173-blog-body h2 a{text-decoration:none;color:#061f32}.nd-v173-blog-body p{color:#607285;line-height:1.8}.nd-v173-blog-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid #edf2f5;padding-top:12px}.nd-v173-blog-meta a{font-weight:900;color:#0a3a58;text-decoration:none}.nd-v173-blog-inline{grid-column:1/-1}.nd-v173-blog-pages{max-width:1180px;margin:26px auto;text-align:center}.nd-v173-blog-pages .page-numbers{display:inline-flex;margin:3px;padding:8px 12px;border-radius:10px;background:#fff;border:1px solid #e5edf3;text-decoration:none}.nd-v173-blog-pages .current{background:#d9aa3f;color:#061f32}.nd-empty{max-width:1180px;margin:20px auto;background:#fff;border:1px dashed #d7e1e8;border-radius:22px;padding:28px;text-align:center}
@media(max-width:900px){.nd-v173-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 14px}.nd-v173-blog-hero,.nd-v173-topicbar{margin-left:14px;margin-right:14px}.nd-v173-blog-search{flex-direction:column}.nd-v173-blog-media{height:180px}}
@media(max-width:560px){.nd-v173-blog-grid{grid-template-columns:1fr}.nd-v173-blog-hero{padding:24px;border-radius:22px}.nd-v173-blog-body h2{font-size:20px}}


/* v1.7.4 SEO Indexing + Traffic Foundation */
.nd-v174-seo-landing{padding:34px 0}.nd-v174-seo-hero{background:linear-gradient(135deg,#061d31,#0b4662);color:#fff;border-radius:28px;padding:34px;box-shadow:var(--nd-shadow);margin:20px auto;max-width:1120px}.nd-v174-seo-hero span{display:inline-flex;background:rgba(216,168,71,.18);border:1px solid rgba(216,168,71,.5);color:#f6d78b;border-radius:999px;padding:7px 14px;font-weight:800}.nd-v174-seo-hero h1{font-size:clamp(30px,5vw,56px);margin:14px 0 8px}.nd-v174-seo-hero p{max-width:850px;color:#dbe7ef;font-size:18px}.nd-v174-keywords{display:flex;flex-wrap:wrap;gap:10px;max-width:1120px;margin:0 auto 24px}.nd-v174-keywords a{border:1px solid var(--nd-border);background:#fff;border-radius:999px;padding:9px 14px;text-decoration:none;font-weight:800;color:var(--nd-navy)}
@media(max-width:700px){.nd-v174-seo-landing{padding:18px 12px}.nd-v174-seo-hero{padding:22px;border-radius:22px}.nd-v174-keywords a{font-size:13px;padding:8px 11px}}

/* v1.7.5 Lavanda project page */
.nd-lavanda-project{display:grid;gap:24px}.nd-lavanda-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch;background:linear-gradient(135deg,#071f35,#0d3b56);color:#fff;border-radius:28px;padding:32px;overflow:hidden;box-shadow:0 22px 70px rgba(0,0,0,.18)}.nd-lavanda-kicker{display:inline-flex;background:rgba(226,176,70,.16);color:#f5c968;border:1px solid rgba(226,176,70,.45);border-radius:999px;padding:8px 14px;font-weight:900;margin-bottom:12px}.nd-lavanda-hero h2{font-size:clamp(30px,4.5vw,58px);line-height:1.05;margin:0 0 16px;color:#fff}.nd-lavanda-hero p{font-size:18px;line-height:1.9;color:rgba(255,255,255,.86);max-width:780px}.nd-lavanda-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.nd-lavanda-media{min-height:340px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.04)),radial-gradient(circle at 20% 10%,rgba(226,176,70,.5),transparent 30%),linear-gradient(135deg,#dfeef6,#ffffff);position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:#071f35}.nd-lavanda-badge{position:absolute;top:18px;right:18px;background:#e2b046;color:#071f35;border-radius:999px;padding:9px 14px;font-weight:900}.nd-lavanda-cardstat{background:rgba(255,255,255,.85);border:1px solid rgba(7,31,53,.1);border-radius:18px;padding:14px 16px;margin-top:10px;box-shadow:0 10px 24px rgba(0,0,0,.08)}.nd-lavanda-cardstat strong{display:block;font-size:18px}.nd-lavanda-cardstat span{color:#64748b}.nd-lavanda-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.nd-lavanda-grid>div{background:#fff;border:1px solid #e8eef5;border-radius:18px;padding:18px;box-shadow:0 14px 40px rgba(8,27,45,.06)}.nd-lavanda-grid b{display:block;color:#071f35;margin-bottom:6px}.nd-lavanda-grid span{color:#516173}.nd-lavanda-section{background:#fff;border:1px solid #e8eef5;border-radius:22px;padding:24px;box-shadow:0 16px 48px rgba(8,27,45,.06)}.nd-lavanda-section h3{font-size:28px;margin:0 0 16px;color:#071f35}.nd-lavanda-features{display:flex;flex-wrap:wrap;gap:10px}.nd-lavanda-features span{background:#f7fafc;border:1px solid #e8eef5;border-radius:999px;padding:10px 14px;font-weight:800;color:#071f35}.nd-lavanda-table-wrap{overflow:auto;border-radius:16px;border:1px solid #e8eef5}.nd-lavanda-table{width:100%;border-collapse:collapse;background:#fff;min-width:850px}.nd-lavanda-table th{background:#071f35;color:#fff;text-align:start;padding:13px 12px;white-space:nowrap}.nd-lavanda-table td{padding:12px;border-bottom:1px solid #edf2f7;white-space:nowrap}.nd-lavanda-table tr:nth-child(even) td{background:#f8fafc}.nd-lavanda-note{color:#64748b;margin-top:-8px}.nd-lavanda-faq details{border:1px solid #e8eef5;border-radius:14px;padding:14px;margin:10px 0;background:#fbfdff}.nd-lavanda-faq summary{cursor:pointer;font-weight:900;color:#071f35}.nd-lavanda-seo-text p{line-height:1.95;color:#334155;font-size:17px}@media(max-width:860px){.nd-lavanda-hero{grid-template-columns:1fr;padding:22px;border-radius:22px}.nd-lavanda-media{min-height:220px}.nd-lavanda-grid{grid-template-columns:1fr}.nd-lavanda-section{padding:18px;border-radius:18px}.nd-lavanda-section h3{font-size:23px}.nd-lavanda-table{font-size:13px;min-width:760px}.nd-lavanda-hero p{font-size:16px}}

/* v1.7.6 Lavanda Gallery + Media Fix */
.nd-card-media img.nd-card-lavanda-img{width:100%;height:100%;object-fit:cover;display:block}.nd-lavanda-hero-v176{grid-template-columns:.95fr 1.05fr}.nd-lavanda-hero-media{position:relative;min-height:360px;border-radius:26px;overflow:hidden;background:#eaf6fb}.nd-lavanda-hero-media .nd-gallery{height:100%;min-height:360px}.nd-lavanda-hero-media .nd-gallery-main,.nd-lavanda-hero-media .nd-gallery-slide{height:100%;min-height:360px}.nd-lavanda-hero-media .nd-gallery-slide img{width:100%;height:100%;object-fit:cover}.nd-lavanda-hero-media .nd-gallery-thumbs{position:absolute;left:12px;right:12px;bottom:12px;background:rgba(7,31,53,.55);backdrop-filter:blur(8px);border-radius:16px;padding:8px}.nd-lavanda-hero-media .nd-gallery-thumbs button{border:2px solid rgba(255,255,255,.5);border-radius:10px;overflow:hidden;background:#fff}.nd-lavanda-hero-media .nd-gallery-thumbs button.is-active{border-color:#e2b046}.nd-lavanda-fallback-img{width:100%;height:100%;object-fit:cover;display:block}.nd-lavanda-media-alert{position:absolute;left:14px;right:14px;top:14px;z-index:5;background:rgba(255,255,255,.92);border:1px solid #f0d48a;color:#7a5200;border-radius:14px;padding:10px 12px;font-weight:800;font-size:13px}.nd-lavanda-videos{overflow:hidden}.nd-lavanda-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.nd-lavanda-video-card{display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-decoration:none;background:linear-gradient(135deg,#071f35,#0d3b56);color:#fff;border-radius:18px;padding:18px;min-height:140px;box-shadow:0 14px 34px rgba(7,31,53,.16)}.nd-lavanda-video-card span{display:grid;place-items:center;width:44px;height:44px;border-radius:999px;background:#e2b046;color:#071f35;font-weight:900}.nd-lavanda-video-card b{color:#fff}.nd-lavanda-video-card small{color:rgba(255,255,255,.72)}@media(max-width:860px){.nd-lavanda-hero-v176{grid-template-columns:1fr}.nd-lavanda-hero-media,.nd-lavanda-hero-media .nd-gallery,.nd-lavanda-hero-media .nd-gallery-main,.nd-lavanda-hero-media .nd-gallery-slide{min-height:260px}.nd-lavanda-video-grid{grid-template-columns:1fr}}


/* v1.7.7 Lavanda Project Layout Hard Fix */
body.single-nd_listing .nd-lavanda-project-page{padding:0 0 42px;background:#fff;overflow:hidden}
body.single-nd_listing .nd-lavanda-project-page .container{max-width:1240px;margin:0 auto;padding-inline:22px}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-project{position:relative;z-index:1;width:100%;max-width:100%;display:grid;gap:24px;margin:0 auto}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero{margin-top:24px;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:26px;align-items:stretch;min-height:520px;overflow:hidden}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero>div{min-width:0}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media{min-height:430px;width:100%;max-width:100%;position:relative;z-index:1;overflow:hidden;border-radius:26px}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media .nd-gallery,
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media .nd-gallery-main,
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media .nd-gallery-slide{height:100%;min-height:430px;width:100%;max-width:100%;display:block;position:relative;inset:auto;transform:none}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media img{width:100%;height:100%;object-fit:cover;display:block;position:relative;inset:auto;transform:none}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-grid,
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-section{position:relative;z-index:1;clear:both;max-width:100%}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-section{overflow:hidden}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-table-wrap{max-width:100%;overflow-x:auto}
body.single-nd_listing .nd-lavanda-project-page .nd-gallery-thumbs{z-index:5}
.nd-lavanda-real-image-note{display:none}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-empty-media-note{background:#fff8e6;color:#7a5200;border:1px solid #f2d28a;border-radius:16px;padding:12px 14px;font-weight:800;margin-top:12px}
@media(max-width:960px){
  body.single-nd_listing .nd-lavanda-project-page .container{padding-inline:14px}
  body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero{grid-template-columns:1fr;min-height:unset;padding:20px;margin-top:14px}
  body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media,
  body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media .nd-gallery,
  body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media .nd-gallery-main,
  body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero-media .nd-gallery-slide{min-height:280px;height:280px}
  body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-hero h2{font-size:34px;line-height:1.12}
}


/* v1.7.8 Lavanda Images Hard Fix */
body.single-nd_listing .nd-lavanda-project-page{padding:0 0 48px;background:#fff;overflow:visible!important}
body.single-nd_listing .nd-lavanda-project-page .container{width:min(1240px,calc(100% - 28px));max-width:1240px;margin:auto;padding:0!important}
.nd-v178-project{display:grid!important;gap:22px;width:100%;max-width:100%;margin:0 auto!important;position:relative;z-index:1;clear:both}
.nd-v178-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:28px;align-items:stretch;background:linear-gradient(135deg,#071f35,#0d3b56);color:#fff;border-radius:30px;padding:30px;box-shadow:0 28px 80px rgba(6,29,49,.18);overflow:hidden;position:relative;isolation:isolate}
.nd-v178-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.nd-v178-copy h1{font-size:clamp(38px,5vw,72px);line-height:1.03;color:#fff;margin:10px 0 16px}.nd-v178-copy p{font-size:18px;line-height:1.9;color:rgba(255,255,255,.88);max-width:720px}.nd-v178-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.nd-v178-hero-stats span{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:14px}.nd-v178-hero-stats b{display:block;color:#f5c968;font-size:16px}.nd-v178-hero-stats small{display:block;color:rgba(255,255,255,.78);font-weight:800;margin-top:4px}.nd-v178-media-box{min-width:0;position:relative;z-index:2}.nd-v178-lavanda-gallery{position:relative;width:100%;height:100%;min-height:460px;border-radius:26px;overflow:hidden;background:#eaf6fb;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.nd-v178-gallery-main{position:relative;width:100%;height:100%;min-height:460px}.nd-v178-gallery-item{position:absolute;inset:0;margin:0;opacity:0;pointer-events:none;transition:opacity .25s ease;background:#eaf6fb}.nd-v178-gallery-item.is-active{opacity:1;pointer-events:auto}.nd-v178-gallery-item img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;position:absolute!important;inset:0!important;max-width:none!important;transform:none!important}.nd-v178-gallery-item figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(6,29,49,.72);color:#fff;border-radius:999px;padding:9px 14px;font-weight:900;font-size:13px;z-index:3;backdrop-filter:blur(10px)}.nd-v178-gallery-thumbs{position:absolute;left:14px;right:14px;top:14px;z-index:5;display:flex;gap:8px;overflow:auto;padding:8px;border-radius:16px;background:rgba(6,29,49,.56);backdrop-filter:blur(10px)}.nd-v178-gallery-thumbs button{flex:0 0 72px;width:72px;height:54px;border:2px solid rgba(255,255,255,.55);border-radius:12px;overflow:hidden;background:#fff;padding:0;cursor:pointer}.nd-v178-gallery-thumbs button.is-active{border-color:#f5c968}.nd-v178-gallery-thumbs img{width:100%;height:100%;object-fit:cover;display:block}.nd-v178-media-warning{position:absolute;left:14px;right:14px;top:14px;z-index:6;background:#fff8e6;color:#7a5200;border:1px solid #f2d28a;border-radius:16px;padding:11px 13px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.08)}
body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-grid,body.single-nd_listing .nd-lavanda-project-page .nd-lavanda-section{clear:both;position:relative;z-index:1;max-width:100%;overflow:hidden}.nd-card-media:empty::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(135deg,#eaf6fb,#fff7e4)}.nd-card-media img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:900px){.nd-v178-hero{grid-template-columns:1fr;padding:20px;border-radius:22px}.nd-v178-lavanda-gallery,.nd-v178-gallery-main{min-height:300px}.nd-v178-copy h1{font-size:36px}.nd-v178-copy p{font-size:16px}.nd-v178-hero-stats{grid-template-columns:1fr}.nd-v178-gallery-thumbs{position:relative;left:auto;right:auto;top:auto;margin:10px;background:rgba(6,29,49,.7)}}

/* v1.7.9 Lavanda Real Gallery + Hero Polish */
.nd-v179-project{max-width:calc(100vw - 56px);margin:24px auto 56px;overflow:hidden}.nd-v179-hero{display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(420px,.95fr);gap:28px;align-items:stretch;background:linear-gradient(135deg,#062135,#083a52);border-radius:34px;padding:24px;border:1px solid rgba(216,168,71,.28);box-shadow:0 28px 70px rgba(5,20,35,.20)}.nd-v179-copy{color:#fff;display:flex;flex-direction:column;justify-content:center;padding:20px 18px;text-align:right}.nd-v179-kicker{display:inline-flex;align-self:flex-start;background:rgba(216,168,71,.16);border:1px solid rgba(216,168,71,.42);color:#f4ce76;border-radius:999px;padding:10px 18px;font-weight:900;margin-bottom:16px}.nd-v179-copy h1{font-size:clamp(42px,5vw,74px);line-height:1.02;margin:0 0 18px;font-weight:950;letter-spacing:-.04em}.nd-v179-copy h1 em{display:block;font-style:normal;color:#f4ce76;font-size:.58em;margin-top:8px}.nd-v179-copy p{font-size:clamp(17px,1.45vw,24px);line-height:1.85;color:rgba(255,255,255,.92);margin:0 0 18px}.nd-v179-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0 22px}.nd-v179-hero-stats span{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:16px;text-align:center}.nd-v179-hero-stats b{display:block;color:#f4ce76;font-size:18px}.nd-v179-hero-stats small{display:block;color:rgba(255,255,255,.82);font-weight:800;margin-top:8px}.nd-v179-actions{display:flex;gap:12px;flex-wrap:wrap}.nd-v179-actions .nd-btn{border-radius:999px;padding:15px 22px;font-weight:950}.nd-v179-whatsapp{background:#062033!important;color:#fff!important}.nd-v179-media-box{min-width:0}.nd-v179-lavanda-gallery{height:100%;display:flex;flex-direction:column;gap:12px}.nd-v179-gallery-main{position:relative;min-height:540px;overflow:hidden;border-radius:28px;background:#eaf6fb}.nd-v179-gallery-item{display:none;position:absolute;inset:0;margin:0}.nd-v179-gallery-item.is-active{display:block}.nd-v179-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.nd-v179-gallery-thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.nd-v179-gallery-thumbs button{height:72px;border-radius:14px;border:2px solid transparent;padding:0;overflow:hidden;background:#fff;cursor:pointer;opacity:.75}.nd-v179-gallery-thumbs button.is-active{border-color:#d8a847;opacity:1}.nd-v179-gallery-thumbs img{width:100%;height:100%;object-fit:cover;display:block}.nd-v179-contact-strip{margin:18px 0;padding:16px 20px;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(7,31,53,.08);display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;font-weight:900}.nd-v179-contact-strip a{color:#06354a;text-decoration:none;background:#f7f1df;padding:10px 16px;border-radius:999px}
@media(max-width:980px){.nd-v179-project{max-width:100%;margin:12px auto 36px}.nd-v179-hero{grid-template-columns:1fr;padding:14px;border-radius:24px}.nd-v179-copy{padding:10px;text-align:right}.nd-v179-copy h1{font-size:38px}.nd-v179-gallery-main{min-height:430px}.nd-v179-hero-stats{grid-template-columns:1fr}.nd-v179-gallery-thumbs{grid-template-columns:repeat(4,1fr)}.nd-v179-gallery-thumbs button{height:58px}.nd-v179-actions .nd-btn{width:100%;text-align:center;justify-content:center}.nd-v179-contact-strip{margin:12px 8px}}


/* v1.8.0 Lavanda card real image fix */
.nd-card-media .nd-card-lavanda-img{width:100%;height:100%;object-fit:cover;display:block;}
.nd-card-media:has(.nd-card-lavanda-img){background:#dfeef4;}


/* v1.8.1 Homepage Listings + Lavanda Visibility Fix */
.nd-card-media{display:block;position:relative;overflow:hidden;background:#eaf6fb;min-height:220px;}
.nd-card-media img,.nd-card-media .nd-card-lavanda-img{width:100%;height:100%;min-height:220px;display:block;object-fit:cover;object-position:center;}
.nd-card-media:empty::before{content:"NEDVESTA";display:flex;align-items:center;justify-content:center;height:220px;background:linear-gradient(135deg,#eaf6fb,#fff7e4);font-weight:900;color:#07263b;}
.nd-latest-section .nd-listing-grid{align-items:stretch;}
.nd-home-pagination{display:flex;gap:12px;justify-content:center;align-items:center;margin:28px 0 0;flex-wrap:wrap;}
body.home #comments, body.home .comments-area, body.home #respond{display:none!important;}
@media(max-width:768px){.nd-card-media,.nd-card-media img,.nd-card-media .nd-card-lavanda-img{min-height:180px}.nd-home-pagination{margin-bottom:20px}}

/* ===== v1.8.3 Safe Ad Places Mobile Fix ===== */
.nd-ad-visible-slot{
  position:relative !important;
  z-index:1 !important;
  max-width:min(1120px, calc(100% - 24px));
  min-height:72px;
}
@media(max-width:760px){
  body{padding-bottom:0 !important;}
  .nd-ad-visible-slot{
    width:calc(100% - 22px) !important;
    margin:10px auto !important;
    border-radius:16px !important;
    box-shadow:none !important;
    min-height:58px !important;
    padding:10px 12px !important;
  }
  .nd-ad-visible-slot b{font-size:14px !important;line-height:1.2 !important;}
  .nd-ad-visible-slot small,.nd-ad-visible-slot em{font-size:11px !important;line-height:1.25 !important;}
  .nd-ad-visible-slot span{font-size:11px !important;padding:4px 8px !important;}
  .nd-ad-sticky_mobile.nd-ad-visible-slot,
  .nd-ad-floating_whatsapp_above.nd-ad-visible-slot{
    display:none !important;
    position:static !important;
  }
  .nd-ad-sticky_mobile:not(.nd-ad-visible-slot),
  .nd-ad-floating_whatsapp_above:not(.nd-ad-visible-slot){
    max-height:86px;
    overflow:hidden;
  }
}


/* ===== v1.8.4 No Floating Ads Hard Disable ===== */
.nd-ad-sticky_mobile,
.nd-ad-floating_whatsapp_above,
.nd-ad-type-sticky,
.nd-ad-type-float{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  position:static !important;
  height:0 !important;
  max-height:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
  pointer-events:none !important;
}
body{padding-bottom:0 !important;}
.nd-footer-mobile-fixed{padding-bottom:0 !important;}
@media(max-width:760px){
  body{padding-bottom:0 !important;}
  .nd-ad-sticky_mobile,
  .nd-ad-floating_whatsapp_above,
  .nd-ad-type-sticky,
  .nd-ad-type-float{display:none !important;}
}


/* ===== v1.8.8 Visible Inline Ad Places QA ===== */
.nd-ad-placeholder.nd-ad-visible-slot{
  direction:rtl;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:86px;
  padding:14px 18px !important;
  border:1.5px dashed rgba(216,168,71,.75) !important;
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(255,250,235,.96),rgba(248,250,252,.98)) !important;
  box-shadow:0 8px 22px rgba(5,25,42,.04) !important;
  color:#334155 !important;
  overflow:hidden !important;
}
.nd-ad-placeholder.nd-ad-visible-slot::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:repeating-linear-gradient(45deg,rgba(216,168,71,.07),rgba(216,168,71,.07) 8px,transparent 8px,transparent 18px);
}
.nd-ad-placeholder.nd-ad-visible-slot > *{position:relative;z-index:1}
.nd-ad-placeholder.nd-ad-visible-slot span{
  margin:0 !important;
  background:#061d31 !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:4px 10px !important;
  font-size:12px !important;
  line-height:1 !important;
  letter-spacing:.2px;
}
.nd-ad-placeholder.nd-ad-visible-slot b{
  color:#061d31 !important;
  font-size:16px !important;
  line-height:1.25 !important;
  font-weight:1000 !important;
}
.nd-ad-placeholder.nd-ad-visible-slot small,
.nd-ad-placeholder.nd-ad-visible-slot em{
  color:#64748b !important;
  font-size:12px !important;
  font-style:normal !important;
  font-weight:800 !important;
  line-height:1.25 !important;
}
.nd-ad-placeholder.nd-ad-visible-slot em::before{content:"Code: ";color:#d8a847;font-weight:1000}
.nd-ad-sticky_mobile.nd-ad-visible-slot,
.nd-ad-floating_whatsapp_above.nd-ad-visible-slot,
.nd-ad-type-sticky.nd-ad-visible-slot,
.nd-ad-type-float.nd-ad-visible-slot{display:none !important;}
@media(max-width:760px){
  .nd-ad-placeholder.nd-ad-visible-slot{
    width:calc(100% - 22px) !important;
    min-height:66px !important;
    margin:10px auto !important;
    padding:10px 12px !important;
    border-radius:14px !important;
    gap:4px;
  }
  .nd-ad-placeholder.nd-ad-visible-slot b{font-size:13px !important;}
  .nd-ad-placeholder.nd-ad-visible-slot small,
  .nd-ad-placeholder.nd-ad-visible-slot em{font-size:10.5px !important;}
}

/* v1.8.9 Ads Visibility Hard QA Fix */
.nd-ad-placeholder.nd-ad-visible-slot{display:flex!important;position:relative!important;inset:auto!important;z-index:1!important;width:min(1200px,calc(100% - 24px))!important;min-height:92px!important;margin:14px auto!important;padding:16px!important;border:2px dashed #d8a847!important;border-radius:18px!important;background:linear-gradient(135deg,#061d31,#0b4662)!important;color:#fff!important;text-align:center!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;box-shadow:none!important;clear:both!important;overflow:hidden!important}
.nd-ad-sticky_mobile,.nd-ad-floating_whatsapp_above,.nd-ad-type-sticky,.nd-ad-type-float,[data-ad-slot="sticky_mobile"],[data-ad-slot="floating_whatsapp_above"]{display:none!important;position:static!important}
@media(max-width:760px){.nd-ad-global_header{display:none!important}.nd-ad-mobile_top{display:flex!important}.nd-ad-placeholder.nd-ad-visible-slot{width:calc(100% - 18px)!important;min-height:82px!important;margin:10px auto!important;padding:12px!important}}

/* v1.9.0 Ads Real Banner Display Polish */
.nd-ad{box-sizing:border-box;clear:both;overflow:hidden;background:transparent!important;border:0!important;box-shadow:none!important}
.nd-ad-global_header{display:block!important;width:min(1200px,calc(100% - 32px))!important;max-height:120px!important;margin:10px auto 12px!important;border-radius:14px!important;overflow:hidden!important;background:#061d31!important}
.nd-ad-global_header a,.nd-ad-global_header img{display:block!important;width:100%!important;height:120px!important;max-height:120px!important;object-fit:cover!important;border-radius:14px!important}
.nd-ad-mobile_top{display:none!important;width:min(720px,calc(100% - 22px))!important;margin:8px auto 10px!important;border-radius:14px!important;overflow:hidden!important;background:#061d31!important}
.nd-ad-mobile_top a,.nd-ad-mobile_top img{display:block!important;width:100%!important;height:180px!important;object-fit:cover!important;border-radius:14px!important}
.nd-ad-placeholder.nd-ad-visible-slot{min-height:54px!important;max-height:92px!important;padding:10px 14px!important;margin:10px auto!important;border-radius:14px!important;gap:3px!important}
.nd-ad-placeholder.nd-ad-visible-slot b{font-size:14px!important;line-height:1.15!important}
.nd-ad-placeholder.nd-ad-visible-slot small,.nd-ad-placeholder.nd-ad-visible-slot em{font-size:10.5px!important;line-height:1.15!important}
.nd-ad-placeholder.nd-ad-visible-slot span{font-size:10px!important;padding:3px 9px!important}
@media(min-width:761px){
  .nd-ad-mobile_top,.nd-ad-mobile_top.nd-ad-placeholder,.nd-ad-mobile_top.nd-ad-visible-slot{display:none!important}
  .nd-ad-global_header{display:block!important}
}
@media(max-width:760px){
  .nd-ad-global_header,.nd-ad-global_header.nd-ad-placeholder,.nd-ad-global_header.nd-ad-visible-slot{display:none!important}
  .nd-ad-mobile_top{display:block!important}
  .nd-ad-mobile_top.nd-ad-placeholder.nd-ad-visible-slot{display:flex!important;min-height:66px!important;max-height:92px!important;width:calc(100% - 18px)!important;margin:8px auto!important;padding:10px!important}
  .nd-ad-mobile_top a,.nd-ad-mobile_top img{height:auto!important;aspect-ratio:720/180!important;max-height:180px!important}
}
.nd-ad-sticky_mobile,.nd-ad-floating_whatsapp_above,.nd-ad-type-sticky,.nd-ad-type-float,[data-ad-slot="sticky_mobile"],[data-ad-slot="floating_whatsapp_above"]{display:none!important;position:static!important;inset:auto!important;z-index:0!important}


/* v1.9.2 La Gouna Resort Project */
.nd-lagouna-project{font-family:inherit;color:#101827}.nd-lagouna-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:34px;border-radius:28px;background:linear-gradient(135deg,#071b33,#12395a);color:#fff;overflow:hidden}.nd-lagouna-kicker{display:inline-flex;padding:8px 12px;border:1px solid rgba(212,175,55,.55);border-radius:999px;color:#f3d37b;font-weight:800;font-size:13px}.nd-lagouna-hero h1{font-size:42px;line-height:1.05;margin:16px 0 4px;color:#fff}.nd-lagouna-hero h2{font-size:28px;margin:0 0 14px;color:#f3d37b}.nd-lagouna-hero p{font-size:17px;line-height:1.9;color:#eaf2fb}.nd-lagouna-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.nd-lagouna-hero-media{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.28)}.nd-lagouna-hero-media img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.nd-lagouna-hero-media span{position:absolute;right:16px;bottom:16px;background:rgba(7,27,51,.88);color:#f6d36f;padding:10px 14px;border-radius:14px;font-weight:900}.nd-lagouna-quick{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:18px 0}.nd-lagouna-quick div{background:#fff;border:1px solid #e6edf5;border-radius:18px;padding:16px;box-shadow:0 10px 30px rgba(15,31,58,.06)}.nd-lagouna-quick b{display:block;color:#64748b;font-size:12px;margin-bottom:6px}.nd-lagouna-quick span{font-weight:900;color:#0b1f3a}.nd-lagouna-section{background:#fff;border:1px solid #e6edf5;border-radius:24px;padding:24px;margin:18px 0;box-shadow:0 12px 40px rgba(15,31,58,.06)}.nd-lagouna-section h3{margin:0 0 14px;color:#0b1f3a;font-size:24px}.nd-lagouna-note{color:#64748b;margin-top:-4px}.nd-lagouna-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.nd-lagouna-gallery figure{margin:0;border-radius:18px;overflow:hidden;background:#eaf2fb}.nd-lagouna-gallery img{display:block;width:100%;aspect-ratio:1.25/1;object-fit:cover}.nd-lagouna-table-wrap{overflow:auto}.nd-lagouna-table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}.nd-lagouna-table th{background:#071b33;color:#fff;text-align:start;padding:13px}.nd-lagouna-table td{padding:13px;border-bottom:1px solid #e6edf5;background:#fff}.nd-lagouna-table tr:nth-child(even) td{background:#f8fafc}.nd-lagouna-features{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.nd-lagouna-features span{background:#f8fafc;border:1px solid #e6edf5;border-radius:14px;padding:12px;font-weight:800;color:#12395a}.nd-lagouna-seo p{line-height:1.9;color:#334155}.nd-lagouna-faq details{border:1px solid #e6edf5;border-radius:16px;padding:14px;margin:10px 0;background:#f8fafc}.nd-lagouna-faq summary{cursor:pointer;font-weight:900;color:#0b1f3a}.nd-lagouna-cta{text-align:center;background:linear-gradient(135deg,#0b1f3a,#12395a);color:#fff;border-radius:26px;padding:28px;margin:20px 0}.nd-lagouna-cta h3{color:#fff;margin:0 0 8px;font-size:26px}.nd-lagouna-cta p{color:#dbeafe}.nd-card-lagouna-img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.nd-lagouna-hero{grid-template-columns:1fr;padding:22px}.nd-lagouna-hero h1{font-size:30px}.nd-lagouna-hero h2{font-size:22px}.nd-lagouna-quick{grid-template-columns:repeat(2,1fr)}.nd-lagouna-gallery{grid-template-columns:repeat(2,1fr)}.nd-lagouna-features{grid-template-columns:repeat(2,1fr)}}

/* v1.9.2 La Gouna Real Gallery Fix */
.nd-lagouna-v192 .nd-lagouna-gallery-empty{display:grid;grid-template-columns:360px 1fr;gap:18px;align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:22px;padding:18px}
.nd-lagouna-v192 .nd-lagouna-gallery-empty img{width:100%;border-radius:18px;display:block;aspect-ratio:1.55/1;object-fit:cover;background:#071b33}
.nd-lagouna-v192 .nd-lagouna-gallery-empty strong{display:block;color:#0b1f3a;font-size:22px;margin-bottom:8px}.nd-lagouna-v192 .nd-lagouna-gallery-empty p{color:#64748b;line-height:1.8;margin:0}.nd-lagouna-v192 .nd-lagouna-gallery-empty code{background:#e2e8f0;border-radius:8px;padding:2px 7px}.nd-lagouna-v192 .nd-lagouna-real-gallery figure:empty{display:none}.nd-lagouna-v192 .nd-lagouna-hero-media.is-waiting-image img{filter:none}.nd-lagouna-v192 .nd-lagouna-hero-media.has-real-image img{object-fit:cover}.nd-card-lagouna-img[src$="coming-soon.svg"]{object-fit:cover;background:#071b33}@media(max-width:800px){.nd-lagouna-v192 .nd-lagouna-gallery-empty{grid-template-columns:1fr}.nd-lagouna-v192 .nd-lagouna-gallery-empty strong{font-size:18px}}


/* v1.9.3 Public Ads Visibility Cache & Comments Fix */
#comments,.comments-area,.comment-respond,.wp-block-comments,.wp-block-post-comments,.wp-block-comments-title,.comment-form{display:none!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;border:0!important}
.nd-ad-global_header{display:block!important;width:min(1200px,calc(100% - 32px))!important;height:120px!important;max-height:120px!important;margin:10px auto 12px!important;border-radius:14px!important;overflow:hidden!important}
.nd-ad-global_header a,.nd-ad-global_header img{display:block!important;width:100%!important;height:120px!important;object-fit:cover!important;border-radius:14px!important}
.nd-ad-home_after_cats,.nd-ad-home_before_latest,.nd-ad-home_hero_under{display:block!important;width:min(1200px,calc(100% - 32px))!important;height:180px!important;max-height:180px!important;margin:12px auto!important;border-radius:16px!important;overflow:hidden!important;background:#061d31!important}
.nd-ad-home_after_cats a,.nd-ad-home_after_cats img,.nd-ad-home_before_latest a,.nd-ad-home_before_latest img,.nd-ad-home_hero_under a,.nd-ad-home_hero_under img{display:block!important;width:100%!important;height:180px!important;object-fit:cover!important;border-radius:16px!important}
.nd-ad-mobile_top{display:none!important;width:min(720px,calc(100% - 18px))!important;margin:8px auto 10px!important;border-radius:14px!important;overflow:hidden!important;background:#061d31!important}
.nd-ad-mobile_top a,.nd-ad-mobile_top img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:720/180!important;object-fit:cover!important;border-radius:14px!important}
.nd-ad-sticky_mobile,.nd-ad-floating_whatsapp_above,[data-ad-slot="sticky_mobile"],[data-ad-slot="floating_whatsapp_above"]{display:none!important;position:static!important;inset:auto!important;z-index:0!important}
@media(min-width:761px){.nd-ad-mobile_top{display:none!important}.nd-ad-global_header{display:block!important}}
@media(max-width:760px){.nd-ad-global_header{display:none!important}.nd-ad-mobile_top{display:block!important}.nd-ad-home_after_cats,.nd-ad-home_before_latest,.nd-ad-home_hero_under{height:auto!important;max-height:none!important;width:calc(100% - 18px)!important}.nd-ad-home_after_cats img,.nd-ad-home_before_latest img,.nd-ad-home_hero_under img{height:auto!important;aspect-ratio:720/180!important}}


/* v1.9.4 Ads Duplicate Banner & Crop Fix */
.nd-ad-home_before_latest{display:none!important;height:0!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
.nd-ad-home_after_cats{display:block!important;width:min(1200px,calc(100% - 32px))!important;max-width:1200px!important;height:auto!important;max-height:none!important;margin:18px auto 24px!important;border-radius:16px!important;overflow:hidden!important;background:transparent!important}
.nd-ad-home_after_cats a,.nd-ad-global_header a,.nd-ad-mobile_top a{display:block!important;width:100%!important;line-height:0!important;overflow:hidden!important;background:#061d31!important}
.nd-ad-home_after_cats img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1200/180!important;object-fit:contain!important;object-position:center center!important;background:#061d31!important}
.nd-ad-global_header img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1200/120!important;object-fit:contain!important;object-position:center center!important;background:#061d31!important}
.nd-ad-mobile_top img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:720/180!important;object-fit:contain!important;object-position:center center!important;background:#061d31!important}
@media(max-width:760px){.nd-ad-global_header{display:none!important}.nd-ad-mobile_top{display:block!important}.nd-ad-home_after_cats{width:calc(100% - 18px)!important;margin:10px auto 16px!important}.nd-ad-home_after_cats img{aspect-ratio:720/180!important}}
@media(min-width:761px){.nd-ad-mobile_top{display:none!important}.nd-ad-global_header{display:block!important}}


/* v1.9.6: Blog articles must never appear inside the homepage marketplace/ad stream */
body.home article.type-post,
body.front-page article.type-post,
body.home .nd-v173-blog,
body.front-page .nd-v173-blog,
body.home .nd-v173-blog-card,
body.front-page .nd-v173-blog-card,
body.home .post,
body.front-page .post{
  display:none !important;
}
.nd-v196-home-seo{background:#f8fafc;border-top:1px solid var(--nd-border);border-bottom:1px solid var(--nd-border)}
.nd-v196-seo-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:stretch}
.nd-v196-seo-card{background:#fff;border:1px solid var(--nd-border);border-radius:24px;padding:24px;box-shadow:0 12px 35px rgba(5,25,42,.06)}
.nd-v196-seo-card h2,.nd-v196-seo-card h3{margin:0 0 10px;color:var(--nd-navy);line-height:1.25}
.nd-v196-seo-card p{margin:0 0 14px;color:var(--nd-muted)}
.nd-v196-seo-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.nd-v196-seo-links a{display:inline-flex;padding:8px 12px;border-radius:999px;border:1px solid #dbe5ee;background:#f8fafc;text-decoration:none;font-weight:700;font-size:13px;color:#0f3044}
.nd-v196-blog-notice{margin-top:12px;padding:12px 14px;border-radius:16px;background:#fff7e6;border:1px solid rgba(216,168,71,.35);color:#6b4a10;font-weight:700}
@media(max-width:760px){.nd-v196-seo-grid{grid-template-columns:1fr}.nd-v196-seo-card{padding:18px;border-radius:20px}.nd-v196-seo-links a{font-size:12px;padding:7px 10px}}
