:root{
 --yep-navy:#07142e;--yep-navy-2:#102454;--yep-blue:#17366f;--yep-gold:#d1aa59;
 --yep-gold-dark:#b98e39;--yep-cream:#f6f2ea;--yep-bg:#f7f8fb;--yep-text:#172033;
 --yep-muted:#697386;--yep-white:#fff;--yep-border:#e6e0d6;--yep-radius:18px;
 --yep-shadow:0 18px 55px rgba(7,20,46,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--yep-bg);color:var(--yep-text);font-family:"Cairo","Tahoma",Arial,sans-serif;line-height:1.8}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.yep-container{width:min(1180px,calc(100% - 34px));margin-inline:auto}.yep-skip-link{position:absolute;top:-100px;right:20px;background:#fff;padding:10px;z-index:9999}.yep-skip-link:focus{top:10px}
.yep-header{position:sticky;top:0;z-index:1000;background:rgba(7,20,46,.96);border-bottom:1px solid rgba(255,255,255,.08);transition:.25s}.yep-header.is-scrolled{box-shadow:0 12px 35px rgba(0,0,0,.15)}.yep-header__inner{min-height:82px;display:flex;align-items:center;gap:30px}.yep-brand{display:flex;align-items:center;gap:11px;color:#fff;min-width:max-content}.yep-brand .custom-logo{max-height:58px;width:auto}.yep-brand__mark{width:48px;height:48px;border:1px solid var(--yep-gold);border-radius:14px;display:grid;place-items:center;color:var(--yep-gold);font-weight:900}.yep-brand__text{display:flex;flex-direction:column;line-height:1.3}.yep-brand__text strong{font-size:16px}.yep-brand__text small{font-size:11px;color:var(--yep-gold)}.yep-nav{margin-inline:auto}.yep-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}.yep-menu a{color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.yep-menu a:hover,.yep-menu .current-menu-item>a{color:var(--yep-gold)}.yep-header__actions{display:flex;gap:9px}.yep-nav-toggle{display:none;background:transparent;border:0;padding:8px}.yep-nav-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}
.yep-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 20px;border:1px solid transparent;border-radius:12px;font-weight:800;cursor:pointer;transition:.2s}.yep-btn:hover{transform:translateY(-2px)}.yep-btn--gold{background:var(--yep-gold);color:var(--yep-navy)}.yep-btn--gold:hover{background:#e0bb6a}.yep-btn--ghost{border-color:rgba(255,255,255,.45);color:#fff}.yep-btn--light{background:#fff;color:var(--yep-navy)}.yep-btn--navy{background:var(--yep-navy);color:#fff}.yep-btn--outline{border-color:var(--yep-border);background:#fff;color:var(--yep-navy)}.yep-btn--large{min-height:52px;padding-inline:26px}.yep-btn--block{width:100%;margin-top:9px}
.yep-hero{position:relative;background:linear-gradient(135deg,#06122b 0%,#0f2755 100%);color:#fff;padding:88px 0 118px;overflow:hidden}.yep-hero__shape{position:absolute;inset:0;background:radial-gradient(circle at 18% 25%,rgba(209,170,89,.17),transparent 30%),linear-gradient(115deg,transparent 0 55%,rgba(255,255,255,.035) 55% 56%,transparent 56% 100%)}.yep-hero__inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px}.yep-kicker{display:inline-flex;color:var(--yep-gold);font-size:13px;font-weight:900;letter-spacing:.2px;margin-bottom:12px}.yep-kicker--dark{color:#a37928}.yep-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.2;margin:0 0 20px;letter-spacing:-1px}.yep-hero h1 em{font-style:normal;color:var(--yep-gold)}.yep-hero__copy>p{font-size:18px;color:rgba(255,255,255,.74);max-width:650px}.yep-hero__actions{display:flex;gap:12px;margin:28px 0 22px}.yep-trust-row{display:flex;gap:20px;color:rgba(255,255,255,.72);font-size:13px}.yep-hero__visual img{filter:drop-shadow(0 30px 40px rgba(0,0,0,.25))}.yep-search-float{position:absolute;z-index:4;bottom:-45px;left:50%;transform:translateX(-50%)}
.yep-search-form,.yep-search-bar{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;background:#fff;padding:14px;border-radius:18px;box-shadow:0 20px 60px rgba(2,12,33,.25);color:var(--yep-text)}.yep-search-form input,.yep-search-form select,.yep-search-bar input,.yep-search-bar select{width:100%;height:50px;border:1px solid #e6e2dc;border-radius:11px;padding:0 12px;background:#fff}.yep-search-form button,.yep-search-bar button{height:50px;border:0;border-radius:11px;background:var(--yep-gold);color:var(--yep-navy);font-weight:900;padding:0 25px}.yep-search-form--expanded{grid-template-columns:repeat(4,1fr);margin-bottom:28px}.yep-search-form--expanded button{grid-column:auto}
.yep-section{padding:90px 0}.yep-section--properties{padding-top:125px}.yep-section--navy{background:var(--yep-navy);color:#fff}.yep-section--cream{background:var(--yep-cream)}.yep-section--faq{background:#fff}.yep-section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}.yep-section-heading h2{font-size:clamp(31px,4vw,48px);line-height:1.25;margin:0 0 8px;color:var(--yep-navy)}.yep-section-heading p{margin:0;color:var(--yep-muted)}.yep-section-heading--light h2{color:#fff}.yep-section-heading--light p{color:rgba(255,255,255,.65)}.yep-link-arrow{font-weight:900;color:#9a7427}.yep-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.yep-property-card{background:#fff;border:1px solid #ece8e0;border-radius:var(--yep-radius);overflow:hidden;box-shadow:0 12px 32px rgba(7,20,46,.06);transition:.25s}.yep-property-card:hover{transform:translateY(-5px);box-shadow:var(--yep-shadow)}.yep-property-card__media{display:block;position:relative;height:245px;overflow:hidden;background:#e9edf5}.yep-property-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}.yep-property-card:hover .yep-property-card__media img{transform:scale(1.035)}.yep-property-card__status,.yep-property-card__featured{position:absolute;top:14px;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:900}.yep-property-card__status{right:14px;background:var(--yep-navy);color:#fff}.yep-property-card__featured{right:auto;left:14px;background:var(--yep-gold);color:var(--yep-navy)}.yep-favorite{position:absolute;bottom:13px;left:13px;width:41px;height:41px;border:0;border-radius:50%;background:#fff;color:var(--yep-navy);font-size:24px;line-height:1;box-shadow:0 7px 20px rgba(0,0,0,.18);cursor:pointer}.yep-favorite.is-active{color:#b42318}.yep-property-card__body{padding:18px}.yep-property-card__topline{display:flex;justify-content:space-between;gap:12px;color:#8b6a28;font-size:12px;font-weight:800}.yep-property-card__topline strong{font-size:17px;color:var(--yep-navy)}.yep-property-card h3{font-size:18px;line-height:1.5;margin:8px 0 4px;color:var(--yep-navy)}.yep-location{color:var(--yep-muted);font-size:13px;margin:0 0 13px}.yep-property-card__specs{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #eee8df;padding-top:12px;gap:8px}.yep-property-card__specs span{font-size:11px;color:var(--yep-muted)}.yep-property-card__specs b{display:block;color:var(--yep-navy);font-size:13px}.yep-license-mini{margin-top:12px;padding:6px 10px;background:#edf8f1;color:#187447;border-radius:8px;font-size:11px;font-weight:800}.yep-empty-state{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #d9d2c7;padding:46px;border-radius:18px}.yep-empty-state strong{display:block;font-size:22px;color:var(--yep-navy)}.yep-empty-state p{color:var(--yep-muted)}
.yep-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.yep-service-card{position:relative;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:26px;border-radius:18px;min-height:270px;transition:.25s}.yep-service-card:hover{background:#fff;color:var(--yep-navy);transform:translateY(-4px)}.yep-service-card>span{position:absolute;left:18px;top:12px;color:rgba(255,255,255,.25);font-size:31px;font-weight:900}.yep-service-card:hover>span{color:rgba(7,20,46,.13)}.yep-service-icon{width:54px;height:54px;border-radius:15px;background:var(--yep-gold);color:var(--yep-navy);display:grid;place-items:center;font-size:28px;margin-bottom:23px}.yep-service-card h3{font-size:20px;margin:0 0 8px}.yep-service-card p{color:rgba(255,255,255,.62);font-size:14px}.yep-service-card:hover p{color:var(--yep-muted)}
.yep-split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.yep-split__visual{display:grid;grid-template-columns:1fr 1fr;gap:16px}.yep-stat-card{background:#fff;border:1px solid var(--yep-border);border-radius:18px;padding:23px;box-shadow:0 12px 32px rgba(7,20,46,.06)}.yep-stat-card--main{grid-column:1/-1;background:var(--yep-navy);color:#fff}.yep-stat-card strong{display:block;font-size:26px;color:var(--yep-gold)}.yep-stat-card span{color:var(--yep-muted)}.yep-stat-card--main span{color:rgba(255,255,255,.7)}.yep-split__copy h2{font-size:43px;line-height:1.35;color:var(--yep-navy);margin:0 0 17px}.yep-split__copy>p{color:var(--yep-muted)}.yep-check-list{list-style:none;margin:23px 0;padding:0}.yep-check-list li{padding:7px 28px 7px 0;position:relative}.yep-check-list li:before{content:"✓";position:absolute;right:0;color:#148747;font-weight:900}
.yep-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.yep-steps>div{background:#fff;padding:25px;border-radius:18px;border:1px solid var(--yep-border)}.yep-steps b{width:43px;height:43px;display:grid;place-items:center;background:var(--yep-navy);color:var(--yep-gold);border-radius:13px}.yep-steps h3{color:var(--yep-navy);margin:15px 0 5px}.yep-steps p{color:var(--yep-muted);font-size:14px}
.yep-cta{background:linear-gradient(120deg,var(--yep-navy),var(--yep-blue));color:#fff;border-radius:25px;padding:40px 45px;display:flex;justify-content:space-between;align-items:center;gap:25px;box-shadow:var(--yep-shadow)}.yep-cta h2{font-size:35px;margin:0 0 6px}.yep-cta p{color:rgba(255,255,255,.65);margin:0}.yep-faq-wrap{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.yep-faq-intro h2{font-size:42px;color:var(--yep-navy);margin:0}.yep-faq-intro p{color:var(--yep-muted)}.yep-faq details{border-bottom:1px solid var(--yep-border);padding:17px 0}.yep-faq summary{cursor:pointer;font-weight:900;color:var(--yep-navy);font-size:17px}.yep-faq details p{color:var(--yep-muted)}
.yep-page-hero{background:linear-gradient(135deg,#07142e,#17366f);color:#fff;padding:75px 0}.yep-page-hero--compact{padding:60px 0}.yep-page-hero h1{font-size:48px;margin:7px 0}.yep-page-hero p{color:rgba(255,255,255,.65)}.yep-breadcrumbs{font-size:12px;color:rgba(255,255,255,.58);margin-bottom:16px}.yep-page-content{min-height:440px}.yep-prose{max-width:950px}.yep-prose h2,.yep-prose h3{color:var(--yep-navy)}.yep-prose p,.yep-prose li{color:#4c586c}
.yep-archive{padding-top:55px}.yep-archive__toolbar{display:flex;justify-content:space-between;align-items:center;margin:25px 0 18px}.yep-archive__toolbar select{height:43px;border:1px solid var(--yep-border);border-radius:10px;padding:0 12px;background:#fff}.yep-pagination{margin-top:35px}.yep-pagination .nav-links{display:flex;gap:7px;justify-content:center}.yep-pagination a,.yep-pagination span{padding:7px 13px;background:#fff;border:1px solid var(--yep-border);border-radius:8px}.yep-pagination .current{background:var(--yep-navy);color:#fff}
.yep-property-page{padding:35px 0 80px;background:var(--yep-bg)}.yep-property-page .yep-breadcrumbs{color:var(--yep-muted)}.yep-property-titlebar{display:flex;justify-content:space-between;align-items:end;gap:25px;margin:25px 0}.yep-property-titlebar h1{font-size:38px;line-height:1.35;color:var(--yep-navy);margin:8px 0}.yep-property-titlebar p{color:var(--yep-muted);margin:0}.yep-property-labels{display:flex;gap:7px}.yep-property-labels span{background:#eaf0fb;color:var(--yep-blue);padding:5px 11px;border-radius:999px;font-size:12px;font-weight:800}.yep-property-price{text-align:left;min-width:max-content}.yep-property-price small,.yep-property-price span{display:block;color:var(--yep-muted)}.yep-property-price strong{font-size:31px;color:#a47824}.yep-gallery-layout{display:grid;grid-template-columns:2fr 1fr;gap:10px;height:520px;margin-bottom:28px}.yep-gallery-main,.yep-gallery-side a,.yep-gallery-placeholder{border-radius:15px;overflow:hidden}.yep-gallery-main img{width:100%;height:100%;object-fit:cover}.yep-gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:10px}.yep-gallery-side a img{width:100%;height:100%;object-fit:cover}.yep-gallery-placeholder{grid-column:1/-1;background:#e7ebf3;display:grid;place-items:center;color:var(--yep-muted)}.yep-property-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:28px}.yep-spec-grid{display:grid;grid-template-columns:repeat(6,1fr);background:#fff;border:1px solid var(--yep-border);border-radius:17px;padding:20px;margin-bottom:18px}.yep-spec-grid div{text-align:center;border-left:1px solid var(--yep-border)}.yep-spec-grid div:last-child{border-left:0}.yep-spec-grid span{display:block;color:var(--yep-muted);font-size:12px}.yep-spec-grid strong{color:var(--yep-navy);font-size:16px}.yep-property-box{background:#fff;border:1px solid var(--yep-border);border-radius:17px;padding:25px;margin-bottom:18px}.yep-property-box h2{font-size:21px;color:var(--yep-navy);margin:0 0 15px}.yep-content{color:#4c586c}.yep-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.yep-features-grid span{background:#f5f7fa;border-radius:9px;padding:9px 11px}.yep-details-table{display:grid;grid-template-columns:1fr 1fr}.yep-details-table>div{display:flex;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #eee9e1}.yep-details-table span{color:var(--yep-muted)}.yep-details-table b{color:var(--yep-navy)}.yep-details-table .is-valid{color:#148747}.yep-details-table .is-invalid{color:#b42318}.yep-map-card{height:120px;background:linear-gradient(130deg,#e8eef8,#f8f4eb);display:flex;align-items:center;justify-content:space-between;padding:25px;border-radius:13px;color:var(--yep-navy);font-weight:900}.yep-map-card b{font-size:29px}.yep-property-sidebar{position:relative}.yep-contact-card,.yep-sidebar-form{background:#fff;border:1px solid var(--yep-border);border-radius:17px;padding:22px;margin-bottom:17px}.yep-contact-card{position:sticky;top:100px}.yep-contact-card h3{color:var(--yep-navy);margin:0}.yep-contact-card p{color:var(--yep-muted);font-size:13px}
.yep-form{background:#fff;border:1px solid var(--yep-border);border-radius:18px;padding:24px}.yep-form h3{color:var(--yep-navy);margin-top:0}.yep-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.yep-form-field--full{grid-column:1/-1}.yep-form label{display:block;font-weight:800;color:var(--yep-navy);margin-bottom:6px}.yep-form input,.yep-form select,.yep-form textarea{width:100%;border:1px solid #d9d3c8;border-radius:10px;padding:10px 12px;background:#fff}.yep-form textarea{min-height:130px}.yep-notice{padding:13px 15px;border-radius:10px;margin-bottom:15px}.yep-notice--success{background:#eaf8ef;color:#176f42}.yep-notice--error{background:#fff0ef;color:#a62c23}.yep-required{color:#b42318}
.yep-footer{background:#061126;color:#fff;padding:65px 0 90px}.yep-footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.1fr;gap:45px}.yep-brand--footer{margin-bottom:16px}.yep-footer p,.yep-footer li,.yep-footer a{color:rgba(255,255,255,.65)}.yep-footer h3{color:var(--yep-gold);font-size:15px}.yep-footer ul{list-style:none;margin:0;padding:0}.yep-footer li{padding:4px 0}.yep-license-line{margin-top:15px}.yep-license-line strong{color:#fff}.yep-socials{display:flex;gap:7px;margin-top:14px}.yep-socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(209,170,89,.35);border-radius:9px;color:var(--yep-gold)}.yep-footer__bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:40px;color:rgba(255,255,255,.45);font-size:11px}.yep-mobile-contact{display:none}.yep-404{text-align:center;min-height:65vh}.yep-404 strong{font-size:130px;color:var(--yep-gold)}.yep-404 h1{color:var(--yep-navy)}.yep-post-card{background:#fff;padding:22px;border-radius:15px;margin-bottom:15px}
@media(max-width:1050px){.yep-menu{gap:12px}.yep-menu a{font-size:12px}.yep-property-grid{grid-template-columns:repeat(2,1fr)}.yep-services-grid{grid-template-columns:repeat(2,1fr)}.yep-property-content-grid{grid-template-columns:1fr}.yep-contact-card{position:static}.yep-spec-grid{grid-template-columns:repeat(3,1fr);gap:15px}.yep-spec-grid div{border:0}.yep-footer__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.yep-header__inner{min-height:70px}.yep-nav-toggle{display:block;margin-right:auto}.yep-nav{position:absolute;top:70px;right:17px;left:17px;background:#fff;border-radius:14px;box-shadow:var(--yep-shadow);display:none}.yep-nav.is-open{display:block}.yep-menu{display:block;padding:12px}.yep-menu li a{display:block;color:var(--yep-navy);padding:9px}.yep-header__actions{display:none}.yep-hero{padding:60px 0 145px}.yep-hero__inner{grid-template-columns:1fr}.yep-hero__visual{display:none}.yep-search-form,.yep-search-bar{grid-template-columns:1fr 1fr}.yep-search-form button,.yep-search-bar button{grid-column:1/-1}.yep-section{padding:65px 0}.yep-section-heading{align-items:start;flex-direction:column}.yep-split,.yep-faq-wrap{grid-template-columns:1fr;gap:35px}.yep-steps{grid-template-columns:1fr 1fr}.yep-cta{align-items:start;flex-direction:column}.yep-gallery-layout{height:auto;grid-template-columns:1fr}.yep-gallery-main{height:370px}.yep-gallery-side{height:260px}.yep-property-titlebar{align-items:start;flex-direction:column}.yep-property-price{text-align:right}.yep-footer__bottom{flex-direction:column}}
@media(max-width:600px){body{padding-bottom:58px}.yep-container{width:min(100% - 22px,1180px)}.yep-brand__mark{width:43px;height:43px}.yep-brand__text strong{font-size:14px}.yep-hero h1{font-size:39px}.yep-hero__copy>p{font-size:15px}.yep-hero__actions,.yep-trust-row{flex-direction:column}.yep-search-form,.yep-search-bar,.yep-search-form--expanded{grid-template-columns:1fr}.yep-search-form button,.yep-search-bar button{grid-column:auto}.yep-property-grid,.yep-services-grid,.yep-steps,.yep-footer__grid{grid-template-columns:1fr}.yep-property-card__media{height:230px}.yep-split__copy h2,.yep-section-heading h2,.yep-faq-intro h2{font-size:32px}.yep-split__visual{grid-template-columns:1fr}.yep-stat-card--main{grid-column:auto}.yep-cta{padding:30px 24px}.yep-cta h2{font-size:29px}.yep-page-hero h1{font-size:36px}.yep-gallery-main{height:280px}.yep-gallery-side{display:none}.yep-spec-grid{grid-template-columns:1fr 1fr}.yep-features-grid,.yep-details-table{grid-template-columns:1fr}.yep-footer{padding-bottom:35px}.yep-mobile-contact{position:fixed;z-index:1200;bottom:0;right:0;left:0;height:58px;background:#fff;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -5px 25px rgba(0,0,0,.13)}.yep-mobile-contact a{display:grid;place-items:center;font-weight:900;color:var(--yep-navy);border-left:1px solid #eee}.yep-mobile-contact a:nth-child(2){background:var(--yep-gold)}.yep-form-grid{grid-template-columns:1fr}.yep-form-field--full{grid-column:auto}}



/* =========================================================
   YAZAN ESTATE PRO V3 — PREMIUM PLATFORM UI
   ========================================================= */
:root{
  --v3-navy:#06142f;
  --v3-navy-2:#0c2352;
  --v3-blue:#143b7a;
  --v3-gold:#d9ad52;
  --v3-gold-soft:#f2dfb4;
  --v3-cream:#f7f2e8;
  --v3-surface:#ffffff;
  --v3-ink:#0b1b3b;
  --v3-muted:#6d7890;
  --v3-line:#e7e2d8;
  --v3-shadow:0 26px 70px rgba(5,18,45,.14);
}
body{overflow-x:hidden}
.yep-v3-topbar{background:#040d20;color:rgba(255,255,255,.7);font-size:11px;border-bottom:1px solid rgba(255,255,255,.07)}
.yep-v3-topbar>.yep-container{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.yep-v3-topbar strong{color:var(--v3-gold);margin-right:12px}
.yep-v3-topbar__links{display:flex;gap:20px}.yep-v3-topbar__links a:hover{color:#fff}
.yep-header--v3{position:sticky;top:0;background:rgba(6,20,47,.97);backdrop-filter:blur(14px)}
.yep-header--v3 .yep-header__inner{min-height:88px}
.yep-header--v3 .yep-brand__mark{width:52px;height:52px;border-radius:16px;font-size:16px}
.yep-header--v3 .yep-brand__text strong{font-size:17px}
.yep-header--v3 .yep-brand__text small{font-size:11px;letter-spacing:.3px}
.yep-header--v3 .yep-menu{gap:25px}.yep-header--v3 .yep-menu a{font-size:13px;position:relative}
.yep-header--v3 .yep-menu a:after{content:"";position:absolute;right:0;bottom:-10px;width:0;height:2px;background:var(--v3-gold);transition:.2s}
.yep-header--v3 .yep-menu a:hover:after,.yep-header--v3 .current-menu-item>a:after{width:100%}
.yep-header-icon{width:43px;height:43px;border:1px solid rgba(255,255,255,.2);border-radius:12px;display:grid;place-items:center;color:#fff;font-size:23px}
.yep-btn--outline-light{border-color:rgba(255,255,255,.3);color:#fff;background:transparent}
.yep-mobile-nav-actions{display:none}

.yep-v3-hero{position:relative;background:linear-gradient(118deg,#04102a 0%,#092250 58%,#123d7b 100%);color:#fff;padding:82px 0 122px;overflow:visible}
.yep-v3-hero__overlay{position:absolute;inset:0;overflow:hidden;background:
radial-gradient(circle at 10% 12%,rgba(217,173,82,.19),transparent 28%),
radial-gradient(circle at 84% 25%,rgba(255,255,255,.08),transparent 25%),
linear-gradient(90deg,transparent 49.8%,rgba(255,255,255,.035) 50%,transparent 50.2%);
}
.yep-v3-hero__overlay:before,.yep-v3-hero__overlay:after{content:"";position:absolute;border:1px solid rgba(217,173,82,.15);border-radius:50%}
.yep-v3-hero__overlay:before{width:570px;height:570px;left:-210px;top:-260px}.yep-v3-hero__overlay:after{width:420px;height:420px;right:-170px;bottom:-220px}
.yep-v3-hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}
.yep-v3-eyebrow,.yep-v3-overline{display:inline-flex;color:var(--v3-gold);font-size:12px;font-weight:900;letter-spacing:.2px;padding:7px 12px;border:1px solid rgba(217,173,82,.28);border-radius:999px;background:rgba(217,173,82,.08)}
.yep-v3-hero h1{font-size:clamp(48px,5.6vw,78px);line-height:1.16;margin:20px 0 18px;letter-spacing:-1.6px}
.yep-v3-hero h1 span{color:var(--v3-gold)}
.yep-v3-hero__copy>p{max-width:650px;color:rgba(255,255,255,.72);font-size:18px;line-height:2}
.yep-v3-hero__actions{display:flex;gap:12px;margin:29px 0 28px}
.yep-v3-proof{display:flex;gap:12px}.yep-v3-proof>div{min-width:145px;border-right:2px solid rgba(217,173,82,.6);padding:2px 12px}
.yep-v3-proof strong,.yep-v3-proof span{display:block}.yep-v3-proof strong{font-size:14px}.yep-v3-proof span{color:rgba(255,255,255,.53);font-size:11px}
.yep-v3-hero__visual{position:relative;height:480px}
.yep-v3-building{position:absolute;inset:10px 10px 15px 30px;border:1px solid rgba(255,255,255,.08);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.015));box-shadow:inset 0 0 80px rgba(255,255,255,.02),0 45px 100px rgba(0,0,0,.25);overflow:hidden}
.yep-v3-building:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 49.5%,rgba(217,173,82,.18) 50%,transparent 50.5%)}
.yep-v3-building .tower{position:absolute;bottom:55px;background:linear-gradient(180deg,#d8e5ff,#7990bd 45%,#233c6c);border-radius:12px 12px 0 0;box-shadow:0 22px 40px rgba(0,0,0,.3)}
.yep-v3-building .tower:before{content:"";position:absolute;inset:18px 13px;background:repeating-linear-gradient(0deg,rgba(255,255,255,.78) 0 7px,transparent 7px 22px),repeating-linear-gradient(90deg,rgba(255,255,255,.7) 0 9px,transparent 9px 28px);opacity:.65}
.yep-v3-building .t1{right:40px;width:115px;height:270px}.yep-v3-building .t2{right:170px;width:145px;height:355px}.yep-v3-building .t3{right:330px;width:90px;height:220px}
.yep-v3-building .road{position:absolute;bottom:0;right:0;left:0;height:70px;background:linear-gradient(#20345b,#071127)}
.yep-v3-building .road:after{content:"";position:absolute;top:33px;right:40px;left:40px;border-top:3px dashed rgba(217,173,82,.75)}
.yep-v3-floating-card{position:absolute;background:#fff;color:var(--v3-ink);padding:15px 18px;border-radius:15px;box-shadow:0 22px 45px rgba(0,0,0,.23);min-width:170px;border:1px solid rgba(217,173,82,.25)}
.yep-v3-floating-card b,.yep-v3-floating-card span{display:block}.yep-v3-floating-card b{color:#9e7627;font-size:16px}.yep-v3-floating-card span{font-size:11px;color:var(--v3-muted)}
.yep-v3-floating-card.c1{right:-5px;top:75px}.yep-v3-floating-card.c2{left:-5px;top:210px}.yep-v3-floating-card.c3{right:55px;bottom:5px}
.yep-v3-search-wrap{position:absolute;right:50%;bottom:-83px;transform:translateX(50%);z-index:7;background:#fff;color:var(--v3-ink);padding:19px;border-radius:22px;box-shadow:0 30px 80px rgba(3,15,40,.26);border:1px solid rgba(217,173,82,.2)}
.yep-v3-search-title{display:flex;justify-content:space-between;align-items:center;padding:0 4px 12px}.yep-v3-search-title strong,.yep-v3-search-title span{display:block}.yep-v3-search-title strong{font-size:18px}.yep-v3-search-title span{font-size:11px;color:var(--v3-muted)}.yep-v3-search-title>a{font-size:12px;color:#987225;font-weight:900}
.yep-v3-search-wrap .yep-search-form{box-shadow:none;padding:0;border-radius:0}.yep-v3-search-wrap .yep-search-form select{background:#f8f9fb;border-color:#e2e6ee}
.yep-v3-search-wrap .yep-search-form button{min-width:135px}
.yep-v3-quick{padding:120px 0 35px}.yep-v3-quick__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.yep-v3-quick__item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--v3-line);border-radius:16px;padding:17px 18px;box-shadow:0 10px 32px rgba(5,18,45,.05);transition:.2s}
.yep-v3-quick__item:hover{transform:translateY(-4px);border-color:var(--v3-gold);box-shadow:var(--v3-shadow)}
.yep-v3-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--v3-navy);color:var(--v3-gold);font-size:25px}
.yep-v3-quick__item b,.yep-v3-quick__item small{display:block}.yep-v3-quick__item b{color:var(--v3-navy);font-size:15px}.yep-v3-quick__item small{color:var(--v3-muted);font-size:11px}
.yep-v3-property-section{padding-top:55px}
.yep-v3-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}.yep-v3-heading>div>span{color:#a97d29;font-size:12px;font-weight:900}.yep-v3-heading h2{font-size:clamp(34px,4vw,52px);color:var(--v3-navy);line-height:1.25;margin:3px 0 7px}.yep-v3-heading p{color:var(--v3-muted);margin:0}.yep-v3-heading--center{text-align:center;justify-content:center}.yep-v3-heading--light h2{color:#fff}.yep-v3-heading--light p{color:rgba(255,255,255,.62)}
.yep-v3-tabs{display:flex;gap:7px;background:#fff;padding:5px;border-radius:12px;border:1px solid var(--v3-line)}.yep-v3-tabs a{padding:7px 15px;border-radius:8px;font-size:12px;font-weight:900}.yep-v3-tabs .is-active{background:var(--v3-navy);color:#fff}
.yep-property-card--v3{border-radius:20px}.yep-property-card--v3 .yep-property-card__media{height:270px}.yep-card-gradient{position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(3,10,24,.72))}
.yep-card-badges{position:absolute;top:14px;right:14px;display:flex;gap:7px}.yep-property-card--v3 .yep-property-card__status,.yep-property-card--v3 .yep-property-card__featured{position:static}
.yep-card-price{position:absolute;right:17px;bottom:14px;color:#fff;font-size:20px;font-weight:900}
.yep-property-card--v3 .yep-property-card__topline{color:#a07627}.yep-property-card--v3 .yep-property-card__topline span:last-child{color:var(--v3-muted)}
.yep-property-card--v3 .yep-property-card__specs{background:#f7f8fa;padding:12px;border-radius:12px;border:0}.yep-property-card--v3 .yep-property-card__specs span{text-align:center}.yep-property-card--v3 .yep-property-card__specs small{display:block}
.yep-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:13px;font-size:11px}.yep-card-footer .is-verified{color:#167546;font-weight:900}.yep-card-footer a{color:#8f6920;font-weight:900}
.yep-v3-empty{grid-column:1/-1;text-align:center;background:linear-gradient(145deg,#fff,#f8f5ee);border:1px dashed #d5c9b5;border-radius:24px;padding:55px}.yep-v3-empty__icon{width:75px;height:75px;margin:auto;display:grid;place-items:center;border-radius:22px;background:var(--v3-navy);color:var(--v3-gold);font-size:38px}.yep-v3-empty h3{font-size:24px;color:var(--v3-navy)}
.yep-v3-categories{padding:90px 0;background:var(--v3-cream)}.yep-v3-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.yep-v3-category-grid>a{background:#fff;border:1px solid #e5ddd0;border-radius:18px;padding:24px 15px;text-align:center;transition:.2s}.yep-v3-category-grid>a:hover{background:var(--v3-navy);transform:translateY(-5px)}.yep-v3-category-grid>a>span{width:54px;height:54px;margin:auto;display:grid;place-items:center;border-radius:16px;background:#eef2f8;color:var(--v3-navy);font-size:27px}.yep-v3-category-grid h3{color:var(--v3-navy);margin:13px 0 3px}.yep-v3-category-grid p{font-size:11px;color:var(--v3-muted);margin:0}.yep-v3-category-grid>a:hover h3,.yep-v3-category-grid>a:hover p{color:#fff}.yep-v3-category-grid>a:hover>span{background:var(--v3-gold)}
.yep-v3-services{background:linear-gradient(135deg,#041127,#0b2758);color:#fff;position:relative;overflow:hidden}.yep-v3-services:before{content:"";position:absolute;width:550px;height:550px;border:1px solid rgba(217,173,82,.15);border-radius:50%;left:-260px;top:-250px}.yep-v3-service-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.yep-v3-service-grid article{min-height:210px;padding:25px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11);border-radius:18px;transition:.2s}.yep-v3-service-grid article:hover{background:#fff;color:var(--v3-navy);transform:translateY(-4px)}.yep-v3-service-grid b{font-size:29px;color:var(--v3-gold)}.yep-v3-service-grid h3{font-size:20px;margin:14px 0 6px}.yep-v3-service-grid p{font-size:13px;color:rgba(255,255,255,.6)}.yep-v3-service-grid article:hover p{color:var(--v3-muted)}
.yep-v3-trust{background:#fff}.yep-v3-trust__grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.yep-v3-trust__copy h2{font-size:44px;line-height:1.35;color:var(--v3-navy);margin:15px 0}.yep-v3-trust__copy>p{color:var(--v3-muted)}.yep-v3-trust__copy ul{list-style:none;margin:22px 0;padding:0}.yep-v3-trust__copy li{padding:7px 27px 7px 0;position:relative}.yep-v3-trust__copy li:before{content:"✓";position:absolute;right:0;color:#118348;font-weight:900}
.yep-v3-dashboard-mock{background:linear-gradient(135deg,#07142e,#12366e);border-radius:25px;padding:20px;box-shadow:0 35px 80px rgba(5,18,45,.25);transform:perspective(1000px) rotateY(-4deg)}.mock-head{height:52px;display:flex;align-items:center;gap:7px;color:#fff}.mock-head>span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.25)}.mock-head b{margin-right:auto;color:var(--v3-gold)}.mock-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mock-grid>div{background:#fff;border-radius:14px;padding:17px}.mock-grid small,.mock-grid strong{display:block}.mock-grid small{color:var(--v3-muted)}.mock-grid strong{font-size:28px;color:var(--v3-navy)}.mock-list{background:rgba(255,255,255,.07);border-radius:14px;padding:16px;margin-top:13px}.mock-list i{display:block;height:11px;background:rgba(255,255,255,.15);border-radius:999px;margin:12px}.mock-list i:nth-child(2){width:78%}.mock-list i:nth-child(3){width:63%}.mock-list i:nth-child(4){width:87%}.mock-list i:nth-child(5){width:55%}
.yep-v3-ejar{padding:90px 0;background:var(--v3-cream)}.yep-v3-ejar__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}.yep-v3-ejar__card{background:linear-gradient(135deg,#07142e,#123a76);color:#fff;padding:42px;border-radius:25px}.yep-v3-ejar__card>span{color:var(--v3-gold);font-weight:900}.yep-v3-ejar__card h2{font-size:38px;margin:5px 0 12px}.yep-v3-ejar__card p{color:rgba(255,255,255,.65)}.yep-v3-checks{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.yep-v3-checks span{padding:7px 11px;border:1px solid rgba(255,255,255,.17);border-radius:999px;font-size:11px}.yep-v3-ejar__steps{display:grid;gap:10px}.yep-v3-ejar__steps>div{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--v3-line);border-radius:16px;padding:18px}.yep-v3-ejar__steps b{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--v3-gold);color:var(--v3-navy)}
.yep-v3-journey{background:#fff}.yep-v3-journey__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;position:relative}.yep-v3-journey__grid:before{content:"";position:absolute;top:35px;right:10%;left:10%;border-top:1px dashed #cbb98f}.yep-v3-journey__grid>div{position:relative;background:#fff;border:1px solid var(--v3-line);border-radius:18px;padding:24px;text-align:center}.yep-v3-journey__grid b{position:relative;z-index:2;width:55px;height:55px;margin:auto;display:grid;place-items:center;border-radius:17px;background:var(--v3-navy);color:var(--v3-gold)}.yep-v3-journey__grid h3{color:var(--v3-navy);margin:15px 0 5px}.yep-v3-journey__grid p{font-size:12px;color:var(--v3-muted)}
.yep-v3-faq{background:#f7f8fb}.yep-v3-faq__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.yep-v3-faq__grid h2{font-size:42px;line-height:1.4;color:var(--v3-navy);margin:15px 0}.yep-v3-faq__grid>div>p{color:var(--v3-muted)}
.yep-v3-final-cta{padding:65px 0;background:linear-gradient(120deg,#07142e,#173d7a);color:#fff}.yep-v3-final-cta>.yep-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.yep-v3-final-cta span{color:var(--v3-gold);font-weight:900}.yep-v3-final-cta h2{font-size:37px;margin:4px 0}.yep-v3-final-cta p{color:rgba(255,255,255,.6);margin:0}.yep-v3-final-cta>.yep-container>div:last-child{display:flex;gap:10px}
.yep-footer--v3{padding-top:0}.yep-footer__lead{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:50px}.yep-footer__lead span{color:var(--v3-gold);font-weight:900}.yep-footer__lead h2{font-size:30px;margin:3px 0}.yep-footer__lead>div:last-child{display:flex;gap:10px}.yep-socials--v3 a{font-size:16px}
@media(max-width:1100px){
 .yep-v3-category-grid{grid-template-columns:repeat(3,1fr)}
 .yep-v3-service-grid{grid-template-columns:repeat(2,1fr)}
 .yep-v3-hero__grid{gap:30px}.yep-v3-hero__visual{height:420px}
 .yep-v3-proof{flex-wrap:wrap}.yep-header--v3 .yep-menu{gap:13px}
}
@media(max-width:900px){
 .yep-v3-topbar{display:none}.yep-header--v3{top:0}.yep-header--v3 .yep-header__inner{min-height:74px}
 .yep-mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:8px}.yep-mobile-nav-actions a{background:var(--v3-navy);color:#fff!important;border-radius:8px;text-align:center}
 .yep-v3-hero{padding:58px 0 235px}.yep-v3-hero__grid{grid-template-columns:1fr}.yep-v3-hero__visual{display:none}
 .yep-v3-search-wrap{bottom:-190px}.yep-v3-search-wrap .yep-search-form{grid-template-columns:1fr 1fr}.yep-v3-search-wrap .yep-search-form button{grid-column:1/-1}
 .yep-v3-quick{padding-top:235px}.yep-v3-quick__grid{grid-template-columns:1fr 1fr}
 .yep-v3-trust__grid,.yep-v3-ejar__grid,.yep-v3-faq__grid{grid-template-columns:1fr}
 .yep-v3-dashboard-mock{transform:none}.yep-v3-journey__grid{grid-template-columns:1fr 1fr}.yep-v3-journey__grid:before{display:none}
 .yep-v3-final-cta>.yep-container,.yep-footer__lead{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
 .yep-v3-hero{padding:42px 0 320px}.yep-v3-hero h1{font-size:40px}.yep-v3-hero__copy>p{font-size:15px}.yep-v3-hero__actions{flex-direction:column}.yep-v3-proof{display:grid;grid-template-columns:1fr 1fr}
 .yep-v3-search-wrap{bottom:-285px;padding:14px}.yep-v3-search-title{align-items:flex-start}.yep-v3-search-title>a{display:none}.yep-v3-search-wrap .yep-search-form{grid-template-columns:1fr}
 .yep-v3-search-wrap .yep-search-form button{grid-column:auto}.yep-v3-quick{padding-top:325px}.yep-v3-quick__grid{grid-template-columns:1fr}
 .yep-v3-heading{align-items:flex-start;flex-direction:column}.yep-v3-tabs{width:100%;justify-content:center}
 .yep-v3-category-grid,.yep-v3-service-grid,.yep-v3-journey__grid{grid-template-columns:1fr}
 .yep-v3-trust__copy h2,.yep-v3-ejar__card h2,.yep-v3-faq__grid h2{font-size:31px}
 .yep-v3-ejar__card{padding:28px 23px}.mock-grid{grid-template-columns:1fr 1fr}
 .yep-v3-final-cta>.yep-container>div:last-child,.yep-footer__lead>div:last-child{width:100%;flex-direction:column}.yep-v3-final-cta .yep-btn,.yep-footer__lead .yep-btn{width:100%}
}


.yep-favorites-page{min-height:300px}.yep-favorites-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--v3-line);border-radius:16px;padding:18px;margin-bottom:22px}.yep-favorites-toolbar strong,.yep-favorites-toolbar span{display:block}.yep-favorites-toolbar strong{color:var(--v3-navy);font-size:18px}.yep-favorites-toolbar span{color:var(--v3-muted);font-size:11px}
@media(max-width:600px){.yep-favorites-toolbar{align-items:stretch;flex-direction:column}}


/* =========================================================
   V3.1 — Brand, social media and real-estate blog
   ========================================================= */
.yep-brand__mark--svg{padding:5px;background:linear-gradient(145deg,rgba(217,173,82,.08),rgba(255,255,255,.02))}
.yep-brand-symbol{display:block;width:100%;height:100%}
.yep-brand .custom-logo-link{display:flex;align-items:center}
.yep-brand .custom-logo{max-width:210px;object-fit:contain}
.yep-socials--v3{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.yep-socials--v3 .yep-social{
  width:42px;height:42px;border-radius:13px;display:grid;place-items:center;
  color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);
  box-shadow:0 8px 20px rgba(0,0,0,.12);transition:.2s
}
.yep-socials--v3 .yep-social svg{width:21px;height:21px}
.yep-socials--v3 .yep-social:hover{transform:translateY(-4px);color:#fff;border-color:transparent}
.yep-social--x:hover{background:#111}
.yep-social--instagram:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}
.yep-social--snapchat:hover{background:#fffc00;color:#111!important}
.yep-social--tiktok:hover{background:#111;text-shadow:2px 0 #25f4ee,-2px 0 #fe2c55}
.yep-social--youtube:hover{background:#ff0000}

.yep-home-blog{background:#fff}
.yep-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.yep-blog-card{overflow:hidden;background:#fff;border:1px solid var(--v3-line);border-radius:20px;box-shadow:0 15px 45px rgba(5,18,45,.07);transition:.22s}
.yep-blog-card:hover{transform:translateY(-6px);box-shadow:0 25px 65px rgba(5,18,45,.13)}
.yep-blog-card__media{position:relative;display:block;height:225px;overflow:hidden;background:linear-gradient(135deg,#08172f,#173e7b)}
.yep-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:.35s}
.yep-blog-card:hover .yep-blog-card__media img{transform:scale(1.04)}
.yep-blog-card__placeholder{height:100%;display:grid;place-items:center;background:
radial-gradient(circle at 25% 20%,rgba(217,173,82,.2),transparent 35%),
linear-gradient(135deg,#06142f,#153a75)}
.yep-brand-symbol--article{width:92px;height:92px;opacity:.9}
.yep-blog-card__category{position:absolute;right:13px;top:13px;padding:6px 10px;border-radius:999px;background:var(--v3-gold);color:var(--v3-navy);font-size:10px;font-weight:900}
.yep-blog-card__body{padding:20px}
.yep-blog-card__meta{display:flex;justify-content:space-between;gap:12px;color:var(--v3-muted);font-size:10px}
.yep-blog-card h2{font-size:20px;line-height:1.5;color:var(--v3-navy);margin:10px 0 7px}
.yep-blog-card p{color:var(--v3-muted);font-size:12px;margin:0 0 12px}
.yep-blog-card__more{color:#9b7223;font-size:12px;font-weight:900}
.yep-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.yep-topic-grid a{min-height:125px;padding:22px;border:1px solid var(--v3-line);border-radius:17px;background:linear-gradient(145deg,#fff,#f9f5eb);transition:.2s}
.yep-topic-grid a:hover{background:var(--v3-navy);transform:translateY(-4px)}
.yep-topic-grid strong,.yep-topic-grid span{display:block}.yep-topic-grid strong{font-size:18px;color:var(--v3-navy)}.yep-topic-grid span{font-size:11px;color:var(--v3-muted);margin-top:5px}
.yep-topic-grid a:hover strong,.yep-topic-grid a:hover span{color:#fff}

.yep-blog-hero p{max-width:650px;color:rgba(255,255,255,.65)}
.yep-blog-layout,.yep-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:start}
.yep-blog-sidebar{display:grid;gap:16px;position:sticky;top:130px}
.yep-blog-sidebar__card{background:#fff;border:1px solid var(--v3-line);border-radius:17px;padding:20px}
.yep-blog-sidebar__card h3{color:var(--v3-navy);margin-top:0}
.yep-blog-sidebar__card ul{list-style:none;padding:0;margin:0}
.yep-blog-sidebar__card li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eef0f4;font-size:12px}
.yep-blog-sidebar__card li:last-child{border-bottom:0}
.yep-blog-sidebar__cta{background:linear-gradient(135deg,#07142e,#173d7a);color:#fff;border:0}
.yep-blog-sidebar__cta span{color:var(--v3-gold);font-size:11px;font-weight:900}.yep-blog-sidebar__cta h3{color:#fff}
.yep-blog-empty{text-align:center;padding:65px 25px;background:#fff;border:1px dashed #d7c9aa;border-radius:20px}
.yep-brand-symbol--empty{width:90px;height:90px;margin:auto}.yep-blog-empty h2{color:var(--v3-navy)}
.yep-article-hero h1{max-width:950px}.yep-article-meta{display:flex;gap:18px;color:rgba(255,255,255,.6);font-size:11px}
.yep-article{background:#fff;border:1px solid var(--v3-line);border-radius:20px;overflow:hidden}
.yep-article__image img{width:100%;max-height:570px;object-fit:cover}
.yep-article__content{padding:35px}.yep-article__content h2{font-size:30px;color:var(--v3-navy);margin-top:38px}.yep-article__content h3{font-size:23px;color:var(--v3-navy)}
.yep-article__content p,.yep-article__content li{font-size:16px;line-height:2.05}
.yep-article__footer{padding:20px 35px;border-top:1px solid var(--v3-line);font-size:12px}
.archive .yep-blog-grid,.category .yep-blog-grid{grid-template-columns:repeat(3,1fr)}
.yep-archive-description{color:rgba(255,255,255,.65)}

@media(max-width:950px){
  .yep-blog-grid{grid-template-columns:repeat(2,1fr)}
  .yep-blog-layout,.yep-article-layout{grid-template-columns:1fr}
  .yep-blog-sidebar{position:static;grid-template-columns:1fr 1fr}
  .yep-topic-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .yep-blog-grid,.archive .yep-blog-grid,.category .yep-blog-grid,.yep-topic-grid{grid-template-columns:1fr}
  .yep-blog-sidebar{grid-template-columns:1fr}
  .yep-blog-card__media{height:215px}
  .yep-article__content{padding:23px}
  .yep-article__content h2{font-size:25px}
  .yep-article__content p,.yep-article__content li{font-size:15px}
}

/* V3.1.1 full platform dashboard name */
.mock-head b{max-width:58%;font-size:12px;line-height:1.45;text-align:left}
@media(max-width:600px){.mock-head b{max-width:65%;font-size:10px}}

/* V3.1.2 public dashboard privacy */
.mock-grid .mock-status{display:block;margin-top:8px;color:var(--v3-navy);font-size:14px;font-weight:800;line-height:1.6}.mock-grid>div{min-height:88px}

/* تنبيه سياسة العروض داخل نموذج تسويق العقار */
.yep-form-policy,.yep-platform-policy{margin:0 0 22px;padding:18px 20px;border:1px solid rgba(215,173,80,.45);border-radius:14px;background:#fffaf0;color:#26344f}
.yep-form-policy strong,.yep-platform-policy h2{color:#0b1d3f}
.yep-form-policy p,.yep-platform-policy p{margin:7px 0 0;line-height:1.9}

/* 3.6.0 — الشعار الرسمي ومبدّل اللغة العائم الموحد */
.yep-brand--approved{display:flex;align-items:center;min-width:190px;max-width:235px;height:68px;overflow:visible}
.yep-approved-logo-wrap{display:block;width:100%;height:100%}
.yep-approved-logo--header{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(0,0,0,.22))}
.yep-brand--approved-footer{display:block;max-width:310px}
.yep-approved-logo--footer{display:block;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.22))}
.yep-brand-symbol{object-fit:contain;filter:drop-shadow(0 7px 13px rgba(0,0,0,.24))}
.yep-mobile-floating-language{display:none}
.yep-desktop-language{display:flex;align-items:center}
@media(max-width:1100px){
  .yep-brand--approved{min-width:160px;max-width:190px;height:62px}
  .yep-desktop-language{display:none!important}
  .yep-mobile-floating-language{display:block;position:fixed;left:16px;bottom:88px;z-index:100300;direction:rtl}
  .yep-mobile-floating-language .yep-language-switcher{position:relative!important;inset:auto!important;margin:0!important;display:block!important}
  .yep-mobile-floating-language .yep-lang-toggle{display:flex;align-items:center;justify-content:center;gap:7px;min-width:112px;height:52px;min-height:52px;padding:0 17px;border:1px solid rgba(239,215,164,.95);border-radius:16px;background:linear-gradient(145deg,rgba(14,25,57,.96),rgba(3,7,25,.96));color:#f8f7f2;box-shadow:0 16px 38px rgba(3,7,25,.38),inset 0 1px 0 rgba(255,255,255,.12);font-size:14px;font-weight:900;backdrop-filter:blur(12px)}
  .yep-mobile-floating-language .yep-lang-toggle::after{content:"⌄";color:#d9bd86;font-size:16px;margin-right:2px}
  .yep-mobile-floating-language .yep-current-language{display:inline!important;max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .yep-mobile-floating-language .yep-lang-menu{position:absolute!important;left:0!important;right:auto!important;top:auto!important;bottom:60px!important;min-width:180px;max-height:55vh;overflow:auto;background:#fff;padding:8px;border:1px solid rgba(217,189,134,.65);border-radius:14px;box-shadow:0 18px 45px rgba(7,20,46,.28)}
  .yep-mobile-floating-language .yep-lang-menu a{display:block;padding:10px 12px;border-radius:9px;font-weight:800}
  .yep-mobile-floating-language .yep-lang-menu a:hover{background:#f6f1e7;color:#07142e}
}
@media(max-width:700px){
  .yep-brand--approved{min-width:150px;max-width:178px;height:58px}
  .yep-approved-logo--header{object-position:right center}
}
@media(max-width:600px){
  .yep-mobile-floating-language{left:12px;bottom:78px}
  .yep-mobile-floating-language .yep-lang-toggle{min-width:104px;height:50px;min-height:50px;padding:0 14px;font-size:13px}
  .yep-mobile-floating-language .yep-lang-menu{bottom:57px;min-width:165px}
}

/* 3.6.1 compact footer hotfix */
.yep-footer{padding:32px 0 30px}
.yep-footer--v3{padding-top:0}
.yep-footer__lead{padding:22px 0;margin-bottom:26px;gap:18px}
.yep-footer__lead h2{font-size:24px;margin:2px 0}
.yep-footer__grid{grid-template-columns:1.15fr .82fr .82fr 1fr;gap:26px}
.yep-brand--approved-footer{max-width:185px;margin-bottom:8px}
.yep-footer__brand p{max-width:390px;font-size:12px;line-height:1.75;margin:8px 0}
.yep-footer h3{font-size:14px;margin:0 0 9px}
.yep-footer li{padding:2px 0;font-size:12px}
.yep-license-line{margin-top:9px;font-size:12px}
.yep-socials{margin-top:10px}
.yep-footer__bottom{padding-top:14px;margin-top:24px;gap:16px}
@media(max-width:1050px){.yep-footer__grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media(max-width:600px){.yep-footer{padding:24px 0 28px}.yep-footer__lead{padding:18px 0;margin-bottom:22px}.yep-footer__lead h2{font-size:22px}.yep-footer__grid{grid-template-columns:1fr;gap:22px}.yep-brand--approved-footer{max-width:165px}.yep-footer__bottom{margin-top:20px}}

/* 3.6.2 property gallery, rail contact card and extra-compact footer */
.yep-property-shell{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}
.yep-property-primary{min-width:0}
.yep-property-rail{min-width:0;position:relative}
.yep-property-primary>.yep-gallery-main{height:520px;margin-bottom:18px;border-radius:15px;overflow:hidden;background:#e7ebf3}
.yep-gallery-main .yep-gallery-open{position:relative;display:block;width:100%;height:100%;cursor:zoom-in}
.yep-gallery-main-image{display:block;width:100%;height:100%;object-fit:cover}
.yep-gallery-count{position:absolute;left:14px;bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(3,7,25,.78);color:#fff;font-size:12px;font-weight:900;backdrop-filter:blur(8px)}
.yep-property-rail>.yep-gallery-side{display:grid;grid-template-columns:1fr 1fr;gap:10px;height:auto;margin-bottom:16px}
.yep-gallery-thumb{position:relative;display:block;height:190px;border-radius:14px;overflow:hidden;background:#e7ebf3;cursor:zoom-in;border:2px solid transparent}
.yep-gallery-thumb:nth-child(n+5){display:none}
.yep-gallery-thumb.is-active{border-color:var(--yep-gold)}
.yep-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.yep-gallery-more{position:absolute;inset:0;display:grid;place-items:center;background:rgba(3,7,25,.58);color:#fff;font-size:28px;font-weight:900}
.yep-property-rail .yep-contact-card--rail{position:sticky;top:92px;z-index:4;margin:0 0 17px;box-shadow:0 12px 34px rgba(7,20,46,.08)}
.yep-property-rail .yep-sidebar-form{position:relative;z-index:1}

.yep-lightbox[hidden]{display:none!important}
.yep-lightbox{position:fixed;inset:0;z-index:100500;background:rgba(0,0,0,.94);display:grid;grid-template-columns:74px minmax(0,1fr) 74px;align-items:center;padding:24px;direction:ltr}
.yep-lightbox__figure{margin:0;display:grid;place-items:center;min-width:0;max-height:calc(100vh - 48px)}
.yep-lightbox__figure img{display:block;max-width:100%;max-height:calc(100vh - 92px);object-fit:contain;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.45)}
.yep-lightbox__figure figcaption{color:#fff;margin-top:10px;font-weight:800;direction:rtl}
.yep-lightbox__close,.yep-lightbox__nav{border:0;cursor:pointer;color:#fff;background:rgba(255,255,255,.12);backdrop-filter:blur(9px);transition:.2s}
.yep-lightbox__close:hover,.yep-lightbox__nav:hover{background:var(--yep-gold);color:#07142e}
.yep-lightbox__close{position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;font-size:31px;line-height:1}
.yep-lightbox__nav{width:52px;height:68px;border-radius:14px;font-size:42px;justify-self:center}
body.yep-lightbox-open{overflow:hidden}

/* Compact footer on all screens, especially mobile. */
.yep-footer{padding:20px 0 22px}
.yep-footer--v3{padding-top:0}
.yep-footer__lead{padding:14px 0;margin-bottom:18px;gap:14px}
.yep-footer__lead h2{font-size:21px;margin:1px 0}
.yep-footer__lead span{font-size:12px}
.yep-footer__lead .yep-btn{padding:9px 14px;font-size:12px}
.yep-footer__grid{grid-template-columns:1.1fr .8fr .8fr 1fr;gap:18px}
.yep-brand--approved-footer{max-width:145px;margin-bottom:5px}
.yep-footer__brand p{max-width:360px;font-size:10.5px;line-height:1.6;margin:5px 0}
.yep-footer h3{font-size:12px;margin:0 0 6px}
.yep-footer li{padding:1px 0;font-size:10.5px;line-height:1.55}
.yep-license-line{margin-top:6px;font-size:10.5px}
.yep-socials{margin-top:7px;gap:5px}
.yep-socials a{width:30px;height:30px;border-radius:8px}
.yep-footer__bottom{padding-top:10px;margin-top:15px;gap:12px;font-size:9.5px;line-height:1.5}

@media(max-width:1050px){
  .yep-property-shell{grid-template-columns:minmax(0,1fr) 285px;gap:18px}
  .yep-gallery-thumb{height:160px}
  .yep-footer__grid{grid-template-columns:repeat(2,1fr);gap:16px}
}
@media(max-width:900px){
  .yep-property-shell{grid-template-columns:1fr}
  .yep-property-primary{order:1}
  .yep-property-rail{order:2}
  .yep-property-primary>.yep-gallery-main{height:390px}
  .yep-property-rail>.yep-gallery-side{grid-template-columns:repeat(4,1fr)}
  .yep-gallery-thumb{height:120px}
  .yep-property-rail .yep-contact-card--rail{position:static}
}
@media(max-width:600px){
  .yep-property-page{padding-top:18px}
  .yep-property-primary>.yep-gallery-main{height:285px;margin-bottom:12px}
  .yep-property-rail>.yep-gallery-side{display:grid;height:auto;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:12px}
  .yep-gallery-thumb{height:78px;border-radius:9px}
  .yep-gallery-count{left:9px;bottom:9px;padding:6px 9px;font-size:10px}
  .yep-contact-card,.yep-sidebar-form{padding:16px;border-radius:13px}
  .yep-lightbox{grid-template-columns:44px minmax(0,1fr) 44px;padding:12px}
  .yep-lightbox__nav{width:40px;height:54px;font-size:34px;border-radius:10px}
  .yep-lightbox__close{top:10px;right:10px;width:40px;height:40px;font-size:27px}
  .yep-lightbox__figure img{max-height:calc(100vh - 76px)}

  .yep-footer{padding:12px 0 68px}
  .yep-footer__lead{padding:10px 0;margin-bottom:12px;gap:8px}
  .yep-footer__lead h2{font-size:18px}
  .yep-footer__lead>div:last-child{display:grid!important;grid-template-columns:1fr 1fr;gap:7px;width:100%}
  .yep-footer__lead .yep-btn{width:100%;padding:8px 9px;font-size:11px}
  .yep-footer__grid{grid-template-columns:1fr 1fr;gap:12px 15px}
  .yep-footer__brand,.yep-footer__grid>div:last-child{grid-column:1/-1}
  .yep-brand--approved-footer{max-width:118px;margin:0 auto 4px}
  .yep-footer__brand{text-align:center}
  .yep-footer__brand p{font-size:9.5px;line-height:1.5;margin:4px auto;max-width:100%}
  .yep-footer h3{font-size:11px;margin-bottom:4px}
  .yep-footer li{font-size:9.5px;line-height:1.4;padding:1px 0}
  .yep-contact-list{text-align:center}
  .yep-socials{justify-content:center}
  .yep-footer__bottom{margin-top:10px;padding-top:8px;font-size:8.5px;display:block;text-align:center}
  .yep-footer__bottom span{display:block}
  .yep-footer__bottom span:last-child{display:none}
}

/* 3.6.3 ultra-compact footer; duplicated in footer.php as critical CSS to defeat stale cache. */
#yep-site-footer{padding:14px 0 16px!important;overflow:hidden!important}
#yep-site-footer .yep-footer__lead{padding:10px 0!important;margin-bottom:12px!important;gap:12px!important;min-height:0!important}
#yep-site-footer .yep-footer__lead h2{font-size:18px!important;line-height:1.25!important;margin:0!important}
#yep-site-footer .yep-footer__lead span{font-size:11px!important}
#yep-site-footer .yep-footer__lead .yep-btn{padding:7px 11px!important;min-height:34px!important;font-size:11px!important}
#yep-site-footer .yep-footer__grid{grid-template-columns:minmax(220px,1.05fr) .72fr .76fr .95fr!important;gap:14px!important;align-items:start!important}
#yep-site-footer #yep-footer-brand{width:155px!important;max-width:155px!important;min-width:0!important;height:auto!important;margin:0 0 4px!important}
#yep-site-footer #yep-footer-brand img,#yep-site-footer .yep-approved-logo--footer{display:block!important;width:155px!important;max-width:155px!important;height:auto!important;max-height:72px!important;object-fit:contain!important;object-position:right center!important;margin:0!important}
#yep-site-footer .yep-footer__brand p{max-width:340px!important;margin:4px 0!important;font-size:9.5px!important;line-height:1.55!important}
#yep-site-footer .yep-license-line{margin-top:5px!important;font-size:10px!important}
#yep-site-footer h3{font-size:11px!important;line-height:1.3!important;margin:0 0 4px!important}
#yep-site-footer ul{margin:0!important}
#yep-site-footer li{padding:0!important;font-size:9.5px!important;line-height:1.55!important}
#yep-site-footer .yep-socials{gap:5px!important;margin-top:6px!important}
#yep-site-footer .yep-socials a{width:28px!important;height:28px!important;border-radius:7px!important}
#yep-site-footer .yep-footer__bottom{padding-top:8px!important;margin-top:10px!important;gap:10px!important;font-size:8.5px!important;line-height:1.4!important}
@media(max-width:1050px){#yep-site-footer .yep-footer__grid{grid-template-columns:minmax(220px,1fr) 1fr!important;gap:14px 18px!important}#yep-site-footer .yep-footer__brand{grid-column:1/-1!important}}
@media(max-width:700px){#yep-site-footer{padding:8px 0 64px!important}#yep-site-footer .yep-footer__lead{display:none!important}#yep-site-footer .yep-footer__grid{grid-template-columns:1fr 1fr!important;gap:10px 12px!important}#yep-site-footer .yep-footer__brand,#yep-site-footer .yep-footer__grid>div:last-child{grid-column:1/-1!important;text-align:center!important}#yep-site-footer #yep-footer-brand{width:108px!important;max-width:108px!important;margin:0 auto 3px!important}#yep-site-footer #yep-footer-brand img,#yep-site-footer .yep-approved-logo--footer{width:108px!important;max-width:108px!important;max-height:52px!important;margin:0 auto!important;object-position:center!important}#yep-site-footer .yep-footer__brand p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;max-width:94%!important;margin:3px auto!important;font-size:8.5px!important;line-height:1.45!important}#yep-site-footer .yep-license-line{font-size:9px!important;margin-top:3px!important}#yep-site-footer h3{font-size:10px!important;margin-bottom:3px!important}#yep-site-footer li{font-size:8.7px!important;line-height:1.45!important}#yep-site-footer .yep-contact-list{text-align:center!important}#yep-site-footer .yep-socials{justify-content:center!important;margin-top:5px!important}#yep-site-footer .yep-footer__bottom{display:block!important;text-align:center!important;margin-top:7px!important;padding-top:6px!important;font-size:7.8px!important}#yep-site-footer .yep-footer__bottom span{display:block!important}#yep-site-footer .yep-footer__bottom span:last-child{display:none!important}}
@media(max-width:420px){#yep-site-footer .yep-footer__grid{gap:8px 10px!important}#yep-site-footer #yep-footer-brand,#yep-site-footer #yep-footer-brand img,#yep-site-footer .yep-approved-logo--footer{width:96px!important;max-width:96px!important}#yep-site-footer .yep-footer__brand p{font-size:8px!important;-webkit-line-clamp:2!important}#yep-site-footer h3{font-size:9.5px!important}#yep-site-footer li{font-size:8.2px!important}}


/* =========================================================
   Yazan Estate Pro 3.7.0 — Homepage visual refresh
   Isolated classes to avoid changing inner property/pages.
   ========================================================= */
.yep-v37-hero{
  position:relative;overflow:hidden;
  min-height:690px;
  padding:48px 0 82px;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(2,14,37,.06) 0%,rgba(2,14,37,.18) 42%,rgba(4,23,55,.96) 72%,#061b3d 100%),
    url('../images/yazan-home-hero-2026.webp') center/cover no-repeat;
}
.yep-v37-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,14,34,.08),rgba(2,14,34,.22));pointer-events:none}
.yep-v37-hero__grid{
  position:relative;z-index:2;min-height:430px;
  display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center
}
.yep-v37-hero__copy{grid-column:1;text-align:right;max-width:630px;margin-inline-start:auto}
.yep-v37-platform-name{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid rgba(217,173,82,.8);border-radius:999px;
  background:rgba(4,21,49,.72);padding:9px 15px;color:#e4b74f;
  font-size:14px;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.08)
}
.yep-v37-platform-name>span{
  display:grid;place-items:center;width:25px;height:25px;border-radius:50%;
  background:#e4b74f;color:#06142f;font-size:13px;font-weight:900
}
.yep-v37-hero h1{
  margin:21px 0 10px;font-size:58px;line-height:1.12;letter-spacing:-1.2px;font-weight:900;color:#fff
}
.yep-v37-hero h1 span{color:#e5b94e}
.yep-v37-hero__links{
  display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:#fff
}
.yep-v37-hero__links i{width:4px;height:4px;border-radius:50%;background:#d9ad52}
.yep-v37-hero__copy>p{
  max-width:600px;margin:20px 0 0;color:rgba(255,255,255,.82);
  font-size:15px;line-height:1.9
}
.yep-v37-hero__actions{display:flex;gap:12px;margin-top:22px}
.yep-v37-btn{
  min-height:47px;padding:0 22px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  font-size:14px;font-weight:900;text-decoration:none;transition:.2s
}
.yep-v37-btn--gold{background:#e5b94e;color:#06142f;border:1px solid #e5b94e}
.yep-v37-btn--outline{background:rgba(3,17,42,.38);color:#fff;border:1px solid rgba(229,185,78,.72)}
.yep-v37-btn:hover{transform:translateY(-1px)}

.yep-v37-hero__visual{grid-column:2;min-height:430px;position:relative}
.yep-v37-service-cards{
  position:absolute;left:2%;right:0;bottom:-35px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-width:780px
}
.yep-v37-service-card{
  min-height:84px;padding:12px 14px;
  display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;
  background:rgba(255,255,255,.96);color:#071a3a;border:1px solid rgba(255,255,255,.65);
  border-radius:13px;text-decoration:none;box-shadow:0 16px 36px rgba(0,0,0,.18)
}
.yep-v37-service-card__icon{
  width:48px;height:48px;border-radius:11px;display:grid;place-items:center;
  background:#071a3a;color:#e5b94e;font-size:24px
}
.yep-v37-service-card strong,.yep-v37-service-card small{display:block}
.yep-v37-service-card strong{font-size:16px}
.yep-v37-service-card small{margin-top:4px;font-size:10.5px;color:#697589}
.yep-v37-service-card>b{font-size:25px;font-weight:400;color:#0b2349}

.yep-v37-search{
  position:relative;z-index:4;margin-top:36px;padding:15px 20px 14px;
  background:linear-gradient(135deg,rgba(5,24,56,.98),rgba(6,35,77,.98));
  border:1px solid rgba(255,255,255,.17);border-radius:15px;box-shadow:0 20px 50px rgba(0,0,0,.22)
}
.yep-v37-search__title{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}
.yep-v37-search__title strong,.yep-v37-search__title small{display:block}
.yep-v37-search__title strong{font-size:16px;color:#fff}
.yep-v37-search__title small{font-size:10px;color:rgba(255,255,255,.55);margin-top:3px}
.yep-v37-search__title>span{font-size:23px;color:#e5b94e}
.yep-v37-search .yep-property-search,
.yep-v37-search form{margin:0!important}
.yep-v37-search .yep-search-grid,
.yep-v37-search .yep-property-search__grid{gap:10px!important}
.yep-v37-search label,
.yep-v37-search .yep-search-label{color:rgba(255,255,255,.62)!important;font-size:10px!important}
.yep-v37-search select,
.yep-v37-search input:not([type=submit]){
  min-height:40px!important;background:rgba(4,20,48,.82)!important;color:#fff!important;
  border:1px solid rgba(255,255,255,.18)!important;border-radius:8px!important
}
.yep-v37-search option{color:#111}
.yep-v37-search button,
.yep-v37-search input[type=submit]{
  min-height:40px!important;border-radius:8px!important;background:#e5b94e!important;color:#06142f!important;border:0!important;font-weight:900!important
}
.yep-v37-advanced{
  display:block;width:max-content;margin:8px auto 0;color:#e5b94e!important;text-decoration:none;font-size:11px;font-weight:800
}

.yep-v37-trust-strip{background:#fff;border-bottom:1px solid #e9edf2}
.yep-v37-trust-strip__grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  min-height:92px;align-items:center
}
.yep-v37-trust-strip__grid>div{
  min-height:62px;padding:10px 18px;display:grid;
  grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:11px;align-content:center;
  border-left:1px solid #e7ebf0;color:#102345
}
.yep-v37-trust-strip__grid>div:last-child{border-left:0}
.yep-v37-trust-strip__grid>div>span{
  grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  background:#071a3a;color:#e5b94e;font-size:19px
}
.yep-v37-trust-strip strong{font-size:13px}
.yep-v37-trust-strip small{font-size:10px;color:#6f7b8e;line-height:1.5;margin-top:2px}

@media(max-width:1050px){
  .yep-v37-hero{min-height:auto;padding-top:40px}
  .yep-v37-hero__grid{grid-template-columns:1fr;min-height:560px}
  .yep-v37-hero__copy{grid-column:1;grid-row:1;text-align:center;max-width:720px;margin:auto}
  .yep-v37-platform-name{justify-content:center}
  .yep-v37-hero__links,.yep-v37-hero__actions{justify-content:center}
  .yep-v37-hero__copy>p{margin-inline:auto}
  .yep-v37-hero__visual{grid-column:1;grid-row:2;min-height:140px}
  .yep-v37-service-cards{left:0;right:0;bottom:0;margin:auto}
  .yep-v37-search{margin-top:14px}
}
@media(max-width:760px){
  .yep-v37-hero{
    padding:30px 0 54px;
    background-position:35% center
  }
  .yep-v37-hero__grid{min-height:500px;gap:15px}
  .yep-v37-platform-name{font-size:11.5px;padding:7px 10px}
  .yep-v37-platform-name>span{width:21px;height:21px}
  .yep-v37-hero h1{font-size:40px;margin-top:17px}
  .yep-v37-hero__links{font-size:13px;gap:8px;flex-wrap:wrap}
  .yep-v37-hero__copy>p{font-size:13px;line-height:1.75}
  .yep-v37-btn{min-height:42px;padding:0 15px;font-size:12px}
  .yep-v37-service-cards{grid-template-columns:repeat(3,1fr);gap:6px}
  .yep-v37-service-card{min-height:70px;padding:8px;display:block;text-align:center}
  .yep-v37-service-card__icon{width:34px;height:34px;margin:0 auto 5px;font-size:16px}
  .yep-v37-service-card strong{font-size:12px}
  .yep-v37-service-card small,.yep-v37-service-card>b{display:none}
  .yep-v37-search{padding:13px 12px}
  .yep-v37-trust-strip__grid{grid-template-columns:1fr 1fr}
  .yep-v37-trust-strip__grid>div{border-bottom:1px solid #e7ebf0}
}
@media(max-width:460px){
  .yep-v37-hero h1{font-size:34px}
  .yep-v37-hero__actions{flex-direction:column}
  .yep-v37-hero__visual{min-height:120px}
  .yep-v37-service-card strong{font-size:11.5px}
  .yep-v37-trust-strip__grid{grid-template-columns:1fr}
  .yep-v37-trust-strip__grid>div{border-left:0}
}


/* =========================================================
   Yazan Estate Pro 3.7.1 — About page refresh
   No experience-year counters or unverified achievement stats.
   ========================================================= */
.yep-about-v371{background:#f6f8fb;color:#0a2144}
.yep-about-v371__hero{
  min-height:360px;padding:64px 0 68px;color:#fff;
  display:flex;align-items:center;
  background:
    radial-gradient(circle at 16% 20%,rgba(40,91,161,.24),transparent 28%),
    linear-gradient(125deg,#061733,#0b2c5d 72%,#173f78)
}
.yep-about-v371__hero .yep-container{text-align:right}
.yep-about-v371__hero .yep-breadcrumbs{margin-bottom:26px;color:rgba(255,255,255,.56)}
.yep-about-v371__kicker{display:block;color:#e3b64f;font-size:13px;font-weight:800;margin-bottom:14px}
.yep-about-v371__hero h1{margin:0;font-size:52px;line-height:1.15;color:#fff}
.yep-about-v371__hero p{max-width:720px;margin:17px 0 0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.85}

.yep-about-v371__intro,.yep-about-v371__method,.yep-about-v371__services,.yep-about-v371__goal{padding:72px 0}
.yep-about-v371__intro{background:#fff}
.yep-about-v371__intro-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:42px;align-items:start}
.yep-about-v371__eyebrow,.yep-about-v371__section-head>span{
  display:block;color:#b07d24;font-size:12px;font-weight:900;margin-bottom:8px
}
.yep-about-v371__intro h2,.yep-about-v371__method h2,.yep-about-v371__scope h2,.yep-about-v371__goal h2,.yep-about-v371__section-head h2{
  margin:0 0 17px;color:#0b2144;font-size:31px;line-height:1.35
}
.yep-about-v371__intro-copy p,.yep-about-v371__method p,.yep-about-v371__scope p,.yep-about-v371__goal p{
  margin:0 0 13px;color:#526277;font-size:14px;line-height:1.95
}
.yep-about-v371__license-card{
  padding:26px;border-radius:17px;background:linear-gradient(145deg,#071a3b,#103a71);
  color:#fff;box-shadow:0 18px 45px rgba(7,26,59,.13)
}
.yep-about-v371__license-icon{
  width:48px;height:48px;border-radius:14px;display:grid;place-items:center;
  background:#e2b44d;color:#071a3b;font-size:21px;font-weight:900;margin-bottom:19px
}
.yep-about-v371__license-card>small{display:block;color:#e2b44d;font-weight:800;margin-bottom:5px}
.yep-about-v371__license-card>strong{display:block;font-size:20px;margin-bottom:8px}
.yep-about-v371__license-card>p{color:rgba(255,255,255,.67);font-size:12px;line-height:1.75}
.yep-about-v371__license-card>div{
  margin-top:19px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);
  display:flex;justify-content:space-between;gap:15px;align-items:center
}
.yep-about-v371__license-card>div span{font-size:12px;color:rgba(255,255,255,.64)}
.yep-about-v371__license-card>div b{font-size:19px;color:#e2b44d}

.yep-about-v371__pillars{padding:70px 0;background:#f6f1e6}
.yep-about-v371__section-head{text-align:center;max-width:720px;margin:0 auto 30px}
.yep-about-v371__section-head p{margin:0;color:#6c7888;font-size:13px}
.yep-about-v371__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.yep-about-v371__cards article{
  min-height:210px;padding:26px;background:#fff;border:1px solid #e7e1d6;border-radius:15px;
  box-shadow:0 10px 28px rgba(22,38,61,.045)
}
.yep-about-v371__cards article>span{
  width:39px;height:39px;border-radius:10px;display:grid;place-items:center;background:#081c3e;color:#e5b94e;
  font-size:11px;font-weight:900;margin-bottom:27px
}
.yep-about-v371__cards h3{margin:0 0 9px;font-size:18px;color:#0b2144}
.yep-about-v371__cards p{margin:0;color:#667488;font-size:12.5px;line-height:1.8}

.yep-about-v371__method{background:#fff}
.yep-about-v371__two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.yep-about-v371__steps{display:grid;gap:10px}
.yep-about-v371__steps>div{
  display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:center;padding:16px 18px;
  border:1px solid #e3e8ef;background:#f9fafc;border-radius:12px
}
.yep-about-v371__steps b{
  width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#071a3b;color:#e5b94e;font-size:12px
}
.yep-about-v371__steps strong,.yep-about-v371__steps small{display:block}
.yep-about-v371__steps strong{font-size:13px;color:#10274b;margin-bottom:3px}
.yep-about-v371__steps small{font-size:11px;color:#788496}

.yep-about-v371__services{background:#f7f9fc}
.yep-about-v371__service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.yep-about-v371__service-grid>div{
  min-height:132px;padding:22px;display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;
  column-gap:12px;align-content:center;background:#fff;border:1px solid #e5e9ef;border-radius:13px
}
.yep-about-v371__service-grid>div>span{
  grid-row:1/3;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#071a3b;color:#e5b94e;font-size:18px
}
.yep-about-v371__service-grid strong{font-size:14px;color:#10264a}
.yep-about-v371__service-grid small{font-size:11px;color:#748195;line-height:1.55;margin-top:3px}

.yep-about-v371__scope{padding:56px 0;background:#0a2854;color:#fff}
.yep-about-v371__scope-box{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}
.yep-about-v371__scope .yep-about-v371__eyebrow{color:#e5b94e}
.yep-about-v371__scope h2{color:#fff}
.yep-about-v371__scope p{max-width:720px;color:rgba(255,255,255,.7);margin-bottom:0}
.yep-about-v371__scope-badge{
  min-width:200px;padding:20px;border-radius:14px;border:1px solid rgba(229,185,78,.45);
  background:rgba(3,16,38,.28);text-align:center
}
.yep-about-v371__scope-badge>span{display:block;font-size:25px;color:#e5b94e;margin-bottom:4px}
.yep-about-v371__scope-badge strong,.yep-about-v371__scope-badge small{display:block}
.yep-about-v371__scope-badge strong{font-size:23px}
.yep-about-v371__scope-badge small{margin-top:3px;font-size:10px;color:rgba(255,255,255,.58)}

.yep-about-v371__goal{background:#fff}
.yep-about-v371__notice{
  padding:27px;border-radius:15px;background:#fff8e9;border:1px solid #ead5a7
}
.yep-about-v371__notice strong{display:block;font-size:18px;color:#10264a;margin-bottom:8px}
.yep-about-v371__notice p{margin:0;color:#6d6557}

.yep-about-v371__cta{padding:52px 0;background:linear-gradient(120deg,#071a3b,#143f79);color:#fff}
.yep-about-v371__cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.yep-about-v371__cta span{display:block;color:#e5b94e;font-size:12px;font-weight:900;margin-bottom:5px}
.yep-about-v371__cta h2{margin:0;color:#fff;font-size:30px}
.yep-about-v371__cta p{margin:8px 0 0;color:rgba(255,255,255,.66);font-size:13px}
.yep-about-v371__cta-inner>div:last-child{display:flex;gap:9px;flex-wrap:wrap}
.yep-about-v371__btn{
  min-height:43px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(229,185,78,.65);border-radius:9px;color:#fff!important;text-decoration:none!important;
  font-size:12px;font-weight:900
}
.yep-about-v371__btn--gold{background:#e5b94e;border-color:#e5b94e;color:#071a3b!important}

@media(max-width:900px){
  .yep-about-v371__intro-grid,.yep-about-v371__two-col{grid-template-columns:1fr}
  .yep-about-v371__cards,.yep-about-v371__service-grid{grid-template-columns:1fr 1fr}
  .yep-about-v371__scope-box{grid-template-columns:1fr}
  .yep-about-v371__scope-badge{min-width:0;width:220px}
  .yep-about-v371__cta-inner{display:block}
  .yep-about-v371__cta-inner>div:last-child{margin-top:20px}
}
@media(max-width:600px){
  .yep-about-v371__hero{min-height:270px;padding:40px 0}
  .yep-about-v371__hero h1{font-size:39px}
  .yep-about-v371__hero p{font-size:13px}
  .yep-about-v371__intro,.yep-about-v371__method,.yep-about-v371__services,.yep-about-v371__goal{padding:50px 0}
  .yep-about-v371__pillars{padding:50px 0}
  .yep-about-v371__intro h2,.yep-about-v371__method h2,.yep-about-v371__scope h2,.yep-about-v371__goal h2,.yep-about-v371__section-head h2{font-size:25px}
  .yep-about-v371__cards,.yep-about-v371__service-grid{grid-template-columns:1fr}
  .yep-about-v371__scope-badge{width:100%}
  .yep-about-v371__cta h2{font-size:24px}
  .yep-about-v371__cta-inner>div:last-child{display:grid;grid-template-columns:1fr}
}


/* =========================================================
   Yazan Estate Pro 3.7.2 — About page layout correction
   ========================================================= */
.yep-about-v372{background:#f6f8fb;color:#0b2144}
.yep-about-v372 *{box-sizing:border-box}
.yep-about-v372__hero{
  min-height:310px;padding:48px 0 54px;
  display:flex;align-items:center;color:#fff;
  background:linear-gradient(120deg,#061733,#0c2f63 72%,#173f78)
}
.yep-about-v372__hero .yep-breadcrumbs{margin:0 0 20px;color:rgba(255,255,255,.58)}
.yep-about-v372__kicker{display:block;color:#e4b64c;font-size:13px;font-weight:900;margin-bottom:10px}
.yep-about-v372__hero h1{margin:0;color:#fff;font-size:48px;line-height:1.15}
.yep-about-v372__hero p{max-width:720px;margin:14px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.8}

.yep-about-v372__section{padding:52px 0}
.yep-about-v372__intro{background:#fff}
.yep-about-v372__intro-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:34px;align-items:start}
.yep-about-v372__eyebrow,.yep-about-v372__heading>span{
  display:block;color:#b27f26;font-size:12px;font-weight:900;margin:0 0 7px
}
.yep-about-v372 h2{margin:0 0 14px;font-size:29px;line-height:1.35;color:#0b2144}
.yep-about-v372__intro p,.yep-about-v372__method p,.yep-about-v372__scope p,.yep-about-v372__goal p{
  margin:0 0 11px;color:#536278;font-size:14px;line-height:1.9
}
.yep-about-v372__license{
  padding:24px;border-radius:16px;background:linear-gradient(145deg,#071a3b,#103a71);
  color:#fff;box-shadow:0 16px 35px rgba(7,26,59,.12)
}
.yep-about-v372__license>small{display:block;color:#e4b64c;font-weight:900;margin-bottom:6px}
.yep-about-v372__license>strong{display:block;font-size:20px;margin-bottom:8px}
.yep-about-v372__license>p{margin:0;color:rgba(255,255,255,.68);font-size:12px;line-height:1.7}
.yep-about-v372__license>div{margin-top:18px;padding-top:15px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:15px}
.yep-about-v372__license>div span{font-size:12px;color:rgba(255,255,255,.62)}
.yep-about-v372__license>div b{color:#e4b64c;font-size:18px}

.yep-about-v372__pillars{background:#f6f1e7}
.yep-about-v372__heading{text-align:center;max-width:680px;margin:0 auto 25px}
.yep-about-v372__heading h2{margin-bottom:7px}
.yep-about-v372__heading p{margin:0;color:#6c7889;font-size:12.5px}
.yep-about-v372__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
.yep-about-v372__cards article{
  position:relative;min-height:165px;padding:23px;background:#fff;border:1px solid #e8e2d8;
  border-radius:14px;box-shadow:0 9px 24px rgba(22,38,61,.04)
}
.yep-about-v372__cards article:before{
  content:"";position:absolute;right:23px;top:0;width:42px;height:3px;background:#d9ad52;border-radius:0 0 4px 4px
}
.yep-about-v372__cards h3{margin:9px 0 9px;color:#0b2144;font-size:17px}
.yep-about-v372__cards p{margin:0;color:#657387;font-size:12.5px;line-height:1.8}

.yep-about-v372__method{background:#fff}
.yep-about-v372__two-col{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:42px;align-items:center}
.yep-about-v372__steps{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.yep-about-v372__steps>div{
  min-height:104px;padding:17px 18px;background:#f8fafc;border:1px solid #e3e8ef;border-radius:12px
}
.yep-about-v372__steps strong,.yep-about-v372__steps small{display:block}
.yep-about-v372__steps strong{font-size:13px;color:#10264a;margin-bottom:5px}
.yep-about-v372__steps small{font-size:11px;color:#748195;line-height:1.6}

.yep-about-v372__services{background:#f7f9fc}
.yep-about-v372__service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.yep-about-v372__service-grid>div{
  min-height:105px;padding:19px 20px;background:#fff;border:1px solid #e4e9ef;border-radius:12px;
  display:flex;flex-direction:column;justify-content:center
}
.yep-about-v372__service-grid strong{font-size:14px;color:#10264a;margin-bottom:4px}
.yep-about-v372__service-grid small{font-size:11px;color:#748195;line-height:1.55}

.yep-about-v372__scope{padding:46px 0;background:#0a2854;color:#fff}
.yep-about-v372__scope-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.yep-about-v372__scope .yep-about-v372__eyebrow{color:#e5b94e}
.yep-about-v372__scope h2{color:#fff}
.yep-about-v372__scope p{max-width:760px;margin:0;color:rgba(255,255,255,.7)}
.yep-about-v372__city{
  min-width:190px;padding:18px 22px;border-radius:12px;border:1px solid rgba(229,185,78,.42);
  background:rgba(3,16,38,.27);text-align:center
}
.yep-about-v372__city strong,.yep-about-v372__city small{display:block}
.yep-about-v372__city strong{font-size:23px;color:#fff}
.yep-about-v372__city small{margin-top:4px;color:rgba(255,255,255,.6);font-size:10px}

.yep-about-v372__goal{background:#fff}
.yep-about-v372__policy{
  padding:24px;border-radius:14px;background:#fff8e9;border:1px solid #ead5a7
}
.yep-about-v372__policy h3{margin:0 0 8px;color:#10264a;font-size:18px}
.yep-about-v372__policy p{margin:0;color:#6c6559}

.yep-about-v372__cta-wrap{
  padding:38px 0 56px;background:#f6f8fb
}
.yep-about-v372__cta{
  padding:30px 34px;border-radius:18px;background:linear-gradient(120deg,#071a3b,#143f79);
  color:#fff;display:flex;justify-content:space-between;align-items:center;gap:28px;
  box-shadow:0 15px 35px rgba(7,26,59,.10)
}
.yep-about-v372__cta span{display:block;color:#e5b94e;font-size:12px;font-weight:900;margin-bottom:5px}
.yep-about-v372__cta h2{margin:0;color:#fff;font-size:27px}
.yep-about-v372__cta p{margin:7px 0 0;color:rgba(255,255,255,.68);font-size:12.5px}
.yep-about-v372__cta-actions{display:flex;gap:8px;flex-wrap:wrap}
.yep-about-v372__btn{
  min-height:41px;padding:0 16px;border-radius:9px;border:1px solid rgba(229,185,78,.65);
  display:inline-flex;align-items:center;justify-content:center;color:#fff!important;text-decoration:none!important;
  font-size:12px;font-weight:900
}
.yep-about-v372__btn--gold{background:#e5b94e;border-color:#e5b94e;color:#071a3b!important}

/* Prevent paragraph/content styles from flattening our cards. */
.yep-about-v372__cards article,
.yep-about-v372__steps>div,
.yep-about-v372__service-grid>div,
.yep-about-v372__license,
.yep-about-v372__policy,
.yep-about-v372__city{
  margin-top:0!important;margin-bottom:0!important
}

@media(max-width:900px){
  .yep-about-v372__intro-grid,.yep-about-v372__two-col{grid-template-columns:1fr}
  .yep-about-v372__cards,.yep-about-v372__service-grid{grid-template-columns:1fr 1fr}
  .yep-about-v372__scope-grid{grid-template-columns:1fr}
  .yep-about-v372__city{width:220px;min-width:0}
  .yep-about-v372__cta{display:block}
  .yep-about-v372__cta-actions{margin-top:18px}
}
@media(max-width:620px){
  .yep-about-v372__hero{min-height:250px;padding:36px 0 40px}
  .yep-about-v372__hero h1{font-size:38px}
  .yep-about-v372__section{padding:42px 0}
  .yep-about-v372 h2{font-size:24px}
  .yep-about-v372__cards,.yep-about-v372__service-grid,.yep-about-v372__steps{grid-template-columns:1fr}
  .yep-about-v372__scope{padding:38px 0}
  .yep-about-v372__city{width:100%}
  .yep-about-v372__cta-wrap{padding:28px 0 44px}
  .yep-about-v372__cta{padding:24px 20px}
  .yep-about-v372__cta h2{font-size:22px}
  .yep-about-v372__cta-actions{display:grid;grid-template-columns:1fr}
}


/* =========================================================
   Yazan Estate Pro 3.7.3 — About compatibility cleanup
   Handles any stale v3.7.1 About markup still returned by a page cache.
   ========================================================= */

/* Remove the old 01 / 02 / 03 badges completely. */
.yep-about-v371 .yep-about-v371__cards article > span{
  display:none!important
}
.yep-about-v371 .yep-about-v371__cards article{
  min-height:165px!important;
  padding:23px!important
}
.yep-about-v371 .yep-about-v371__cards h3{
  margin:7px 0 9px!important
}

/* Remove the old 1 / 2 / 3 / 4 circles and let the text use full width. */
.yep-about-v371 .yep-about-v371__steps > div{
  display:block!important;
  min-height:86px!important;
  padding:16px 18px!important
}
.yep-about-v371 .yep-about-v371__steps > div > b{
  display:none!important
}
.yep-about-v371 .yep-about-v371__steps strong{
  margin-bottom:5px!important
}

/* Remove decorative service icons that were visually noisy in the old markup. */
.yep-about-v371 .yep-about-v371__service-grid > div{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-height:105px!important;
  padding:18px 20px!important
}
.yep-about-v371 .yep-about-v371__service-grid > div > span{
  display:none!important
}

/* Remove old location symbol and keep a clean جدة card. */
.yep-about-v371 .yep-about-v371__scope-badge > span{
  display:none!important
}
.yep-about-v371 .yep-about-v371__scope-badge{
  min-width:190px!important;
  padding:18px 22px!important
}

/* Tighter section rhythm, with a deliberate gap before the footer. */
.yep-about-v371 .yep-about-v371__intro,
.yep-about-v371 .yep-about-v371__method,
.yep-about-v371 .yep-about-v371__services,
.yep-about-v371 .yep-about-v371__goal{
  padding:52px 0!important
}
.yep-about-v371 .yep-about-v371__pillars{
  padding:52px 0!important
}
.yep-about-v371 .yep-about-v371__scope{
  padding:46px 0!important
}
.yep-about-v371 .yep-about-v371__cta{
  margin-bottom:0!important;
  padding:48px 0 62px!important
}

/* Current 3.7.2 markup: add an unmistakable breathing space before footer. */
.yep-about-v372__cta-wrap{
  padding-bottom:72px!important
}

/* Prevent footer from visually touching the About CTA. */
.yep-about-v371 + #yep-site-footer,
.yep-about-v372 + #yep-site-footer{
  border-top:12px solid #f6f8fb!important
}

@media(max-width:620px){
  .yep-about-v371 .yep-about-v371__intro,
  .yep-about-v371 .yep-about-v371__method,
  .yep-about-v371 .yep-about-v371__services,
  .yep-about-v371 .yep-about-v371__goal,
  .yep-about-v371 .yep-about-v371__pillars{
    padding:42px 0!important
  }
  .yep-about-v371 .yep-about-v371__cta{
    padding:38px 0 52px!important
  }
  .yep-about-v372__cta-wrap{
    padding-bottom:56px!important
  }
}


/* =========================================================
   Yazan Estate Pro 3.8.0 — Experimental account UI
   ========================================================= */
.yep-header-account{
  min-height:38px;padding:0 13px;border:1px solid rgba(217,173,82,.55);
  border-radius:9px;display:inline-flex;align-items:center;gap:7px;
  color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800;
  background:rgba(255,255,255,.025)
}
.yep-header-account:hover{border-color:#e5b94e;color:#e5b94e!important}
.yep-header-account__dot{width:7px;height:7px;border-radius:50%;background:#e5b94e}

.yep-account-page,.yep-my-account-page{background:#f5f7fa;color:#0b2144}
.yep-account-hero,.yep-my-account-hero{
  padding:54px 0;background:linear-gradient(120deg,#061733,#0c3167);color:#fff
}
.yep-account-hero span,.yep-my-account-hero span{display:block;color:#e5b94e;font-size:12px;font-weight:900;margin-bottom:7px}
.yep-account-hero h1,.yep-my-account-hero h1{margin:0;color:#fff;font-size:36px}
.yep-account-hero p,.yep-my-account-hero p{margin:9px 0 0;color:rgba(255,255,255,.7);font-size:13px}
.yep-my-account-hero__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}

.yep-account-section,.yep-my-account-section{padding:42px 0 64px}
.yep-account-test-note{
  padding:16px 18px;margin-bottom:18px;border:1px solid #efd79c;border-radius:12px;background:#fff9e9
}
.yep-account-test-note strong{display:block;color:#7a5412;margin-bottom:4px}
.yep-account-test-note p{margin:0;color:#71664f;font-size:12px;line-height:1.7}

.yep-account-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;align-items:start}
.yep-auth-card{
  padding:26px;border-radius:17px;background:#fff;border:1px solid #e4e9ef;
  box-shadow:0 12px 35px rgba(14,35,64,.055)
}
.yep-auth-card--register{border-top:3px solid #d9ad52}
.yep-auth-card__head{margin-bottom:20px}
.yep-auth-card__head>span{display:block;color:#b27f26;font-size:11px;font-weight:900;margin-bottom:5px}
.yep-auth-card__head h2{margin:0;color:#0b2144;font-size:25px}
.yep-auth-card__head p{margin:7px 0 0;color:#69778a;font-size:12px;line-height:1.65}

.yep-auth-card form>label:not(.yep-checkline){
  display:block;margin-bottom:13px;color:#263b59;font-size:12px;font-weight:800
}
.yep-auth-card label small{font-weight:400;color:#8a95a4}
.yep-auth-card input[type=text],
.yep-auth-card input[type=tel],
.yep-auth-card input[type=email],
.yep-auth-card input[type=password]{
  width:100%;min-height:45px;margin-top:6px;padding:8px 11px;border:1px solid #dbe2ea;
  border-radius:9px;background:#fbfcfd;color:#142943;font-family:inherit
}
.yep-auth-card input:focus{outline:2px solid rgba(217,173,82,.18);border-color:#d9ad52}
.yep-checkline{display:flex;align-items:center;gap:7px;margin:4px 0 14px;font-size:11px;color:#667487}
.yep-auth-submit{
  width:100%;min-height:46px;border:0;border-radius:9px;background:#0a2854;color:#fff;
  font-family:inherit;font-size:13px;font-weight:900;cursor:pointer
}
.yep-auth-submit--gold{background:#e5b94e;color:#071a3b}
.yep-auth-small{margin:11px 0 0;color:#7a8798;font-size:10.5px;line-height:1.65}

.yep-account-role-picker{margin:17px 0}
.yep-account-role-picker>strong{display:block;margin-bottom:9px;font-size:12px;color:#263b59}
.yep-account-role-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.yep-account-role-options label{position:relative;margin:0!important}
.yep-account-role-options input{position:absolute;opacity:0;pointer-events:none}
.yep-account-role-options span{
  min-height:50px;padding:9px;border:1px solid #dce3eb;border-radius:10px;display:flex;
  align-items:center;justify-content:center;text-align:center;background:#fff;color:#475970;
  font-size:11.5px;font-weight:800;cursor:pointer
}
.yep-account-role-options input:checked+span{
  border-color:#d9ad52;background:#fff8e8;color:#0b2144;box-shadow:0 0 0 2px rgba(217,173,82,.09)
}
.yep-account-role-options--dashboard{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:12px}

.yep-form-alert{padding:12px 14px;margin-bottom:14px;border-radius:9px;font-size:12px;line-height:1.6}
.yep-form-alert--error{background:#fff0f0;border:1px solid #f0c5c5;color:#8e2929}
.yep-form-alert--success{background:#eefaf3;border:1px solid #bfe5cc;color:#21673a}
.yep-form-alert[hidden],[data-yep-code-fields][hidden]{display:none!important}
.yep-email-verify-box .yep-btn{width:100%;min-height:43px;font-family:inherit;font-weight:900;cursor:pointer}
.yep-email-verify-box .yep-btn:disabled,.yep-auth-submit:disabled{opacity:.65;cursor:wait}
.yep-email-verify-box [data-yep-code-fields]{margin-top:12px}
.yep-email-verify-box [data-yep-code-help]{margin-top:8px}

.yep-account-status{
  display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;
  border-radius:999px;font-size:12px;font-weight:900
}
.yep-account-status--pending{background:#fff3cf;color:#865f10}
.yep-account-status--active{background:#e8f8ef;color:#17673a}
.yep-account-status--suspended{background:#feecec;color:#9b2d2d}

.yep-verification-panel{
  display:grid;grid-template-columns:62px 1fr;gap:18px;align-items:center;
  padding:24px;margin-bottom:20px;border-radius:16px;border:1px solid #e3e8ef;background:#fff
}
.yep-verification-panel__icon{
  width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-size:26px;font-weight:900
}
.yep-verification-panel span{display:block;font-size:11px;font-weight:900;margin-bottom:4px}
.yep-verification-panel h2{margin:0 0 7px;font-size:23px;color:#0b2144}
.yep-verification-panel p{margin:0;color:#657386;font-size:12.5px;line-height:1.75}
.yep-verification-panel small{display:block;margin-top:7px;color:#8a95a4;font-size:10px}
.yep-verification-panel--pending{border-color:#ead9a9;background:#fffdf7}
.yep-verification-panel--pending .yep-verification-panel__icon{background:#fff1c8;color:#8b6414}
.yep-verification-panel--suspended{border-color:#eccccc;background:#fff9f9}
.yep-verification-panel--suspended .yep-verification-panel__icon{background:#fee7e7;color:#9b2d2d}
.yep-verification-panel--active{border-color:#c8e7d4;background:#f9fefb}
.yep-verification-panel--active .yep-verification-panel__icon{background:#dff5e8;color:#17673a}

.yep-account-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.yep-dashboard-card{
  min-height:190px;padding:21px;border:1px solid #e1e7ee;border-radius:14px;background:#fff;
  position:relative;box-shadow:0 8px 25px rgba(14,35,64,.035)
}
.yep-dashboard-card--profile{grid-column:span 2}
.yep-dashboard-card__head h2{margin:0;font-size:18px;color:#0b2144}
.yep-dashboard-card__head p{margin:5px 0 14px;font-size:11.5px;color:#738094}
.yep-dashboard-card__icon{
  width:42px;height:42px;border-radius:11px;background:#0a2854;color:#e5b94e;
  display:grid;place-items:center;font-size:19px;margin-bottom:16px
}
.yep-dashboard-card h3{margin:0 0 7px;font-size:16px;color:#10264a}
.yep-dashboard-card>p{margin:0 0 17px;color:#748195;font-size:11.5px;line-height:1.65}
.yep-dashboard-card>a,.yep-small-action{
  display:inline-flex;min-height:35px;padding:0 12px;border:0;border-radius:8px;align-items:center;
  background:#0a2854;color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:900;cursor:pointer
}
.yep-small-action{font-family:inherit}
.yep-dashboard-card.is-locked{background:#fafbfc}
.yep-dashboard-card.is-locked:after{
  content:"";position:absolute;inset:0;background:rgba(248,250,252,.35);pointer-events:none;border-radius:14px
}
.yep-locked-label,.yep-coming-label{
  display:inline-flex;padding:7px 9px;border-radius:7px;background:#eef1f5;color:#6f7c8c;font-size:10px;font-weight:800
}
.yep-coming-label{background:#fff5d8;color:#765817}
.yep-account-security-note{
  margin-top:18px;padding:18px;border-radius:13px;background:#0a2854;color:#fff
}
.yep-account-security-note strong{display:block;color:#e5b94e;margin-bottom:5px}
.yep-account-security-note p{margin:0;color:rgba(255,255,255,.72);font-size:11.5px;line-height:1.75}
.yep-account-logout{text-align:center;margin-top:19px}
.yep-account-logout a{color:#7b8797;font-size:11px}

@media(max-width:900px){
  .yep-account-grid{grid-template-columns:1fr}
  .yep-account-dashboard-grid{grid-template-columns:1fr 1fr}
  .yep-dashboard-card--profile{grid-column:1/-1}
}
@media(max-width:700px){
  .yep-header-account{min-height:34px;padding:0 9px;font-size:10.5px}
  .yep-account-hero,.yep-my-account-hero{padding:38px 0}
  .yep-account-hero h1,.yep-my-account-hero h1{font-size:28px}
  .yep-account-section,.yep-my-account-section{padding:28px 0 52px}
  .yep-auth-card{padding:20px 16px}
  .yep-account-role-options{grid-template-columns:1fr}
  .yep-account-dashboard-grid{grid-template-columns:1fr}
  .yep-dashboard-card--profile{grid-column:auto}
  .yep-account-role-options--dashboard{grid-template-columns:1fr}
  .yep-verification-panel{grid-template-columns:1fr;text-align:center}
  .yep-verification-panel__icon{margin:auto}
  .yep-my-account-hero__inner{display:block;text-align:center}
  .yep-my-account-hero__inner>div:last-child{margin-top:13px}
}


/* YEP 3.9.0 pricing + private publishing test */
.yep-rental-prices{max-width:980px;margin:0 auto 28px;padding:24px;border:1px solid #e3e7ed;border-radius:18px;background:#f8fafc}
.yep-rental-prices__head{text-align:center;margin-bottom:16px}.yep-rental-prices__head>span{color:#b27f26;font-size:11px;font-weight:900}.yep-rental-prices__head h2{margin:4px 0;color:#0b2144}.yep-rental-prices__head p{margin:0;color:#768397;font-size:11px}
.yep-rental-prices__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.yep-service-price-card{padding:22px;border:1px solid #e1e6ed;border-radius:14px;background:#fff;text-align:center;position:relative}
.yep-service-price-card__tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff5d8;color:#7b5b17;font-size:10px;font-weight:900}
.yep-service-price-card h3{margin:10px 0 5px;color:#0b2144}.yep-service-price-card__price{display:flex;align-items:baseline;justify-content:center;gap:10px}
.yep-service-price-card__price del{color:#9aa3af;font-size:14px}.yep-service-price-card__price strong{font-size:27px;color:#0a2854}.yep-service-price-card p{color:#68768a;font-size:11px}
.yep-account-summary-lines{display:grid;gap:8px}.yep-account-summary-lines span{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid #eef1f4;color:#5d6d83;font-size:11.5px}.yep-account-summary-lines b{color:#0b2144}
.yep-publish-pricing{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;margin-bottom:16px;background:#0a2854;color:#fff;border-radius:15px}
.yep-publish-pricing>div{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.yep-publish-pricing span{width:100%;font-size:10px;color:#d8e0eb}.yep-publish-pricing del{color:#aeb9c8}.yep-publish-pricing strong{font-size:30px;color:#e5b94e}.yep-publish-pricing small{background:rgba(229,185,78,.13);padding:5px 8px;border-radius:999px;color:#f1cb70}.yep-publish-pricing p{margin:0;font-size:11px;color:#d8e0eb}
.yep-publish-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.yep-publish-steps span{padding:10px;text-align:center;border-radius:9px;background:#edf1f5;color:#66758a;font-size:10.5px;font-weight:800}.yep-publish-steps .is-active{background:#fff4d3;color:#715211;border:1px solid #e5c76e}
.yep-test-property-form{display:grid;gap:14px}.yep-test-form-card{padding:22px;border:1px solid #e1e7ee;border-radius:14px;background:#fff}.yep-test-form-card h2{margin:0 0 6px;color:#0b2144;font-size:18px}.yep-test-form-card>p{margin:0 0 15px;color:#738094;font-size:11px}
.yep-test-badge{display:inline-flex;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:#fff2cc;color:#765817;font-size:9.5px;font-weight:900}
.yep-test-form-card label{display:block;color:#324760;font-size:11px;font-weight:800;margin-top:10px}.yep-test-form-card input,.yep-test-form-card select,.yep-test-form-card textarea{width:100%;margin-top:6px;padding:10px;border:1px solid #dce3eb;border-radius:8px;background:#fbfcfd;font-family:inherit}
.yep-test-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:700px){.yep-rental-prices__grid,.yep-test-grid{grid-template-columns:1fr}.yep-publish-pricing{display:block}.yep-publish-pricing p{margin-top:9px}.yep-publish-steps{grid-template-columns:1fr 1fr}}

/* YEP 4.0 account menu, verification, permissions */
.yep-account-menu{position:relative}.yep-account-menu__button{cursor:pointer}
.yep-account-menu__panel{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:190px;padding:8px;background:#fff;border:1px solid #e2e7ed;border-radius:12px;box-shadow:0 14px 35px rgba(5,25,55,.14);z-index:999}
.yep-account-menu:hover .yep-account-menu__panel,.yep-account-menu:focus-within .yep-account-menu__panel{display:grid}
.yep-account-menu__panel a{padding:9px 11px;border-radius:8px;color:#18324f;font-size:12px}.yep-account-menu__panel a:hover{background:#f4f7fa}
.yep-email-verify-box{margin:10px 0;padding:12px;border:1px solid #e1e7ee;border-radius:10px;background:#f8fafc}.yep-email-verify-box small{display:block;margin-top:7px;color:#738094}
.yep-dashboard-card--wide{grid-column:1/-1}.yep-owner-marketing-cta{margin-top:14px;padding:15px;border-radius:12px;background:#f8fafc;border:1px solid #e4e9ef}
.yep-service-links{display:flex;gap:9px;flex-wrap:wrap}.yep-service-links a{padding:10px 13px;border:1px solid #dce3eb;border-radius:9px;background:#fff;color:#0b2852;font-weight:800;font-size:11px}
.yep-compliance-fields input,.yep-compliance-fields textarea{max-width:720px}

/* YEP 4.0.1 advertiser verification public UX */
.yep-my-listings-public{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.yep-my-listings-public small{color:#728096;font-size:11px}
.yep-verification-intro{padding:24px;border:1px solid #e1e7ee;border-radius:16px;background:#fff}
.yep-verification-intro h2{margin:0 0 7px;color:#0b2144}.yep-verification-intro>p{margin:0 0 18px;color:#6d7b90;font-size:12px;line-height:1.9}
.yep-verification-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.yep-verification-flow article{padding:16px;border:1px solid #e3e8ee;border-radius:12px;background:#f9fbfd}
.yep-verification-flow b{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:#0b2c59;color:#fff;margin-bottom:10px}
.yep-verification-flow strong{display:block;color:#0b2144;margin-bottom:5px}.yep-verification-flow span{display:block;color:#758399;font-size:10.5px;line-height:1.8}
.yep-verification-note{margin-top:14px;padding:14px;border:1px solid #ecdba4;background:#fff9e9;border-radius:11px}.yep-verification-note strong{color:#7a5915}.yep-verification-note p{margin:5px 0 0;color:#746948;font-size:11px}
@media(max-width:800px){.yep-verification-flow{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.yep-verification-flow{grid-template-columns:1fr}}

/* YEP 4.0.3 — dark property publishing request and visible lifecycle */
.yep-publish-dark{background:#22252a;color:#fff;min-height:100vh;padding:28px 0 70px}
.yep-publish-dark__hero{max-width:1440px;margin:0 auto 12px;padding:30px 40px;border-radius:18px 18px 0 0;background:linear-gradient(110deg,#111925,#082d70);box-shadow:0 18px 45px rgba(0,0,0,.22)}
.yep-publish-dark__hero span{display:block;color:#dfb34f;font-weight:900;font-size:12px}.yep-publish-dark__hero h1{color:#fff;margin:12px 0;font-size:34px}.yep-publish-dark__hero p{color:#b8c6df;margin:0}
.yep-publish-dark .yep-account-section{padding:0}.yep-publish-dark .yep-container{max-width:1440px}
.yep-publish-dark .yep-publish-pricing{background:#0a0b0d;border:1px solid #3a3d42;border-radius:18px}
.yep-publish-dark .yep-publish-steps{grid-template-columns:repeat(5,1fr);gap:1px;background:#383b40;border:1px solid #3a3d42;border-radius:0 0 18px 18px;overflow:hidden}
.yep-publish-dark .yep-publish-steps button{border:0;border-radius:0;background:#0c0d0f;color:#e7eaf0;padding:18px 8px;font-family:inherit;font-size:11px;font-weight:900;cursor:pointer}.yep-publish-dark .yep-publish-steps button b{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;margin-left:5px;border-radius:999px;background:#24272c}.yep-publish-dark .yep-publish-steps .is-active{background:#2b2416;color:#dfb34f;border-bottom:3px solid #dfb34f}.yep-publish-dark .yep-publish-steps .is-complete{color:#7fd39d}
.yep-publish-dark .yep-test-property-form{margin-top:20px}.yep-publish-dark .yep-test-form-card{background:#0c0d0f;border-color:#3a3d42;color:#fff;border-radius:18px;padding:30px}
.yep-publish-dark .yep-test-form-card h2{color:#fff;font-size:24px}.yep-publish-dark .yep-test-form-card>p{color:#8fa0bb}.yep-publish-dark .yep-test-badge{background:#2d2618;color:#dfb34f;border-radius:999px;padding:7px 12px}
.yep-publish-dark .yep-test-form-card label{color:#f4f5f7}.yep-publish-dark .yep-test-form-card input,.yep-publish-dark .yep-test-form-card select,.yep-publish-dark .yep-test-form-card textarea{background:#101113!important;border-color:#41444a!important;color:#fff!important;min-height:50px;border-radius:10px}.yep-publish-dark .yep-test-form-card input::placeholder,.yep-publish-dark .yep-test-form-card textarea::placeholder{color:#7f8792}
.yep-publish-dark .yep-auth-submit--gold{background:#dfb34f;color:#111;min-height:54px;font-size:15px}
.yep-my-publish-requests{display:grid;gap:10px;margin-top:18px}.yep-my-publish-request{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;padding:16px;border:1px solid #e0e6ed;border-radius:12px;background:#f9fbfd}.yep-my-publish-request small,.yep-my-publish-request time{color:#7c899b;font-size:10px}.yep-my-publish-request h3{margin:4px 0;color:#0b2144;font-size:15px}.yep-my-publish-request__state span{display:inline-block;padding:6px 10px;border-radius:999px;background:#fff2cf;color:#77550f;font-weight:900;font-size:11px}.yep-my-publish-request__state p{margin:8px 0 0;color:#56667a;font-size:11px}.yep-my-publish-request__state a{display:inline-block;margin-top:8px;color:#0a4fa3;font-weight:800}.yep-my-publish-empty{margin-top:16px;padding:15px;border:1px dashed #d7dee7;border-radius:10px;color:#738094;text-align:center}
@media(max-width:800px){.yep-publish-dark{padding-top:0}.yep-publish-dark__hero{border-radius:0;padding:24px 18px}.yep-publish-dark__hero h1{font-size:27px}.yep-publish-dark .yep-publish-steps{grid-template-columns:1fr 1fr}.yep-my-publish-request{grid-template-columns:1fr}}
.yep-publish-hero-grid{display:grid;grid-template-columns:1fr 240px;align-items:center;gap:30px}.yep-publish-progress{text-align:center}.yep-publish-progress strong{display:block;color:#dfb34f;font-size:40px}.yep-publish-progress>div{height:9px;margin-top:9px;border-radius:999px;background:#101723;overflow:hidden}.yep-publish-progress i{display:block;width:0;height:100%;border-radius:inherit;background:#dfb34f;transition:width .2s ease}
.yep-test-form-card[hidden]{display:none!important}.yep-test-form-card.is-active{animation:yepStepIn .18s ease}@keyframes yepStepIn{from{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:none}}
.yep-title-tools{display:grid;grid-template-columns:1fr 130px;gap:8px;align-items:end}.yep-title-tools button{min-height:50px;border:1px solid #58618a;border-radius:10px;background:#171a21;color:#aebdff;font-family:inherit;font-weight:900;cursor:pointer}.yep-test-grid--three{grid-template-columns:repeat(3,1fr)}
.yep-upload-zone{display:block;padding:25px!important;border:1px dashed #626771!important;border-radius:14px;text-align:center;background:#121418}.yep-upload-zone input{display:block;width:100%;margin-bottom:10px;padding:10px}.yep-upload-zone span{display:block;color:#8fa0bb;font-size:11px}.yep-upload-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:12px 0}.yep-upload-preview figure{position:relative;aspect-ratio:4/3;margin:0;overflow:hidden;border:1px solid #3e4249;border-radius:10px;background:#17191d}.yep-upload-preview img{width:100%;height:100%;object-fit:cover}.yep-upload-preview figcaption{position:absolute;right:5px;bottom:5px;padding:4px 7px;border-radius:6px;background:#dfb34f;color:#111;font-size:9px;font-weight:900}
.yep-publish-confirm{display:flex!important;align-items:flex-start;gap:9px;margin-top:16px}.yep-publish-confirm input{width:18px!important;min-height:18px!important;margin:2px 0 0!important}.yep-final-review{margin-top:16px;padding:15px;border:1px solid #4b4128;border-radius:11px;background:#201c13}.yep-final-review strong{color:#dfb34f}.yep-final-review p{margin:5px 0 0;color:#b9b19d;font-size:11px}.yep-wizard-actions{display:flex;gap:10px;justify-content:space-between}.yep-wizard-actions button{min-height:50px;padding:0 28px;border-radius:10px;font-family:inherit;font-weight:900;cursor:pointer}.yep-wizard-next{margin-right:auto;background:#dfb34f;color:#111;border:0}.yep-wizard-back{background:#17191d;color:#fff;border:1px solid #555a63}.yep-wizard-actions .yep-auth-submit{width:auto;margin-right:auto}
@media(max-width:800px){.yep-publish-hero-grid{grid-template-columns:1fr}.yep-publish-progress strong{font-size:30px}.yep-title-tools,.yep-test-grid--three{grid-template-columns:1fr}.yep-upload-preview{grid-template-columns:repeat(2,1fr)}.yep-wizard-actions button,.yep-wizard-actions .yep-auth-submit{flex:1;padding:0 10px}}
.yep-services-picker{margin-top:15px;padding:18px;border:1px solid #3d4148;border-radius:13px}.yep-services-picker legend{padding:0 8px;color:#fff;font-weight:900}.yep-services-picker>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.yep-services-picker label{display:flex!important;align-items:center;gap:7px;padding:10px!important;border:1px solid #343840;border-radius:9px;background:#15171b;cursor:pointer}.yep-services-picker input{width:18px!important;min-height:18px!important;margin:0!important}.yep-license-lookup{display:grid;grid-template-columns:1fr auto;gap:7px}.yep-license-lookup a{display:flex;align-items:center;padding:0 12px;border:1px solid #66552b;border-radius:10px;color:#dfb34f;text-decoration:none;font-size:11px;font-weight:900}.yep-integration-note{display:block;margin:12px 0;color:#a9b6ca}.yep-property-video video{display:block;width:100%;max-height:620px;border-radius:12px;background:#000}.yep-color-toggle{width:40px;height:40px;border:1px solid rgba(255,255,255,.24);border-radius:10px;background:transparent;color:#fff;font-size:19px;cursor:pointer}
@media(max-width:800px){.yep-services-picker>div{grid-template-columns:repeat(2,1fr)}.yep-license-lookup{grid-template-columns:1fr}.yep-license-lookup a{min-height:42px;justify-content:center}.yep-color-toggle{position:fixed;left:14px;bottom:78px;z-index:9999;background:#071a3b;box-shadow:0 8px 22px rgba(0,0,0,.25)}}

/* Whole-site optional dark mode */
html[data-yep-color="dark"]{color-scheme:dark}html[data-yep-color="dark"] body{background:#17191d;color:#e8edf5}html[data-yep-color="dark"] .yep-account-page,html[data-yep-color="dark"] .yep-my-account-page,html[data-yep-color="dark"] .yep-property-page,html[data-yep-color="dark"] .yep-section,html[data-yep-color="dark"] .yep-section--cream,html[data-yep-color="dark"] main{background-color:#17191d;color:#e8edf5}html[data-yep-color="dark"] .yep-auth-card,html[data-yep-color="dark"] .yep-dashboard-card,html[data-yep-color="dark"] .yep-property-box,html[data-yep-color="dark"] .yep-contact-card,html[data-yep-color="dark"] .yep-search-panel,html[data-yep-color="dark"] .yep-my-publish-request,html[data-yep-color="dark"] .yep-verification-intro{background:#0e1013;border-color:#333841;color:#e8edf5}html[data-yep-color="dark"] h1,html[data-yep-color="dark"] h2,html[data-yep-color="dark"] h3,html[data-yep-color="dark"] h4,html[data-yep-color="dark"] strong,html[data-yep-color="dark"] label{color:#f6f8fb}html[data-yep-color="dark"] p,html[data-yep-color="dark"] small,html[data-yep-color="dark"] time{color:#a8b2c2}html[data-yep-color="dark"] input,html[data-yep-color="dark"] select,html[data-yep-color="dark"] textarea{background:#15181d;color:#fff;border-color:#3b414a}html[data-yep-color="dark"] .yep-details-table>div,html[data-yep-color="dark"] .yep-spec-grid>div,html[data-yep-color="dark"] .yep-service-links a,html[data-yep-color="dark"] .yep-empty-state,html[data-yep-color="dark"] .yep-my-publish-empty{background:#15181d;border-color:#343a43;color:#dfe6ef}html[data-yep-color="dark"] .yep-my-publish-request h3{color:#fff}html[data-yep-color="dark"] .yep-account-security-note{background:#15181d;border-color:#343a43}html[data-yep-color="dark"] a{color:#e0b64f}html[data-yep-color="dark"] .yep-header,html[data-yep-color="dark"] .yep-v3-topbar,html[data-yep-color="dark"] #yep-site-footer{background-color:#060f20}

/* YEP 4.0.8 — comprehensive dark-mode contrast pass */
html[data-yep-color="dark"] .yep-btn--gold,html[data-yep-color="dark"] a.yep-btn--gold,html[data-yep-color="dark"] button.yep-btn--gold,html[data-yep-color="dark"] .yep-auth-submit--gold,html[data-yep-color="dark"] .yep-wizard-next,html[data-yep-color="dark"] .yep-about-v371__btn--gold,html[data-yep-color="dark"] .yep-about-v372__btn--gold{background:#e5b94e!important;border-color:#e5b94e!important;color:#071a3b!important;text-shadow:none!important}
html[data-yep-color="dark"] .yep-btn--gold:hover,html[data-yep-color="dark"] a.yep-btn--gold:hover{background:#f0ca70!important;color:#06142c!important}
html[data-yep-color="dark"] .yep-btn--gold:disabled,html[data-yep-color="dark"] .yep-auth-submit--gold:disabled,html[data-yep-color="dark"] [aria-disabled="true"].yep-btn--gold{background:#cba446!important;color:#071a3b!important;opacity:1!important;cursor:not-allowed}
html[data-yep-color="dark"] .yep-btn--navy{background:#153c75!important;color:#fff!important}html[data-yep-color="dark"] .yep-btn--outline,html[data-yep-color="dark"] .yep-btn--outline-light,html[data-yep-color="dark"] .yep-btn--ghost{background:transparent!important;border-color:#647086!important;color:#fff!important}html[data-yep-color="dark"] .yep-btn--light{background:#f7f8fb!important;color:#071a3b!important}
html[data-yep-color="dark"] .yep-property-card,html[data-yep-color="dark"] .yep-service-price-card,html[data-yep-color="dark"] .yep-stat-card,html[data-yep-color="dark"] .yep-steps>div,html[data-yep-color="dark"] .yep-post-card,html[data-yep-color="dark"] .yep-form,html[data-yep-color="dark"] .yep-rental-prices,html[data-yep-color="dark"] .yep-owner-marketing-cta,html[data-yep-color="dark"] .yep-email-verify-box,html[data-yep-color="dark"] .yep-about-v371__cards article,html[data-yep-color="dark"] .yep-about-v372__cards article,html[data-yep-color="dark"] .yep-about-v372__steps article,html[data-yep-color="dark"] .yep-about-v372__service-grid article,html[data-yep-color="dark"] .yep-verification-flow article{background:#0e1013!important;border-color:#343a43!important;color:#e8edf5!important}
html[data-yep-color="dark"] .yep-section-heading h2,html[data-yep-color="dark"] .yep-property-titlebar h1,html[data-yep-color="dark"] .yep-property-card h3,html[data-yep-color="dark"] .yep-property-card__topline strong,html[data-yep-color="dark"] .yep-property-card__specs b,html[data-yep-color="dark"] .yep-faq summary,html[data-yep-color="dark"] .yep-prose h2,html[data-yep-color="dark"] .yep-prose h3,html[data-yep-color="dark"] .yep-content,html[data-yep-color="dark"] .yep-details-table b,html[data-yep-color="dark"] .yep-account-summary-lines b{color:#f6f8fb!important}
html[data-yep-color="dark"] .yep-location,html[data-yep-color="dark"] .yep-property-card__specs span,html[data-yep-color="dark"] .yep-section-heading p,html[data-yep-color="dark"] .yep-faq details p,html[data-yep-color="dark"] .yep-prose p,html[data-yep-color="dark"] .yep-prose li,html[data-yep-color="dark"] .yep-content p,html[data-yep-color="dark"] .yep-details-table span{color:#b7c1d0!important}
html[data-yep-color="dark"] .yep-features-grid span,html[data-yep-color="dark"] .yep-property-labels span,html[data-yep-color="dark"] .yep-license-mini{background:#17202c!important;color:#dce8fb!important;border:1px solid #34465e}
html[data-yep-color="dark"] .yep-search-form,html[data-yep-color="dark"] .yep-search-bar,html[data-yep-color="dark"] .yep-v3-search-wrap{background:#0e1013!important;color:#fff!important;border-color:#343a43!important}html[data-yep-color="dark"] .yep-search-form button,html[data-yep-color="dark"] .yep-search-bar button{background:#e5b94e!important;color:#071a3b!important}
html[data-yep-color="dark"] input::placeholder,html[data-yep-color="dark"] textarea::placeholder{color:#919cad!important;opacity:1}html[data-yep-color="dark"] input:-webkit-autofill,html[data-yep-color="dark"] input:-webkit-autofill:hover,html[data-yep-color="dark"] input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:0 0 0 1000px #15181d inset!important;caret-color:#fff}
html[data-yep-color="dark"] option{background:#15181d;color:#fff}html[data-yep-color="dark"] table,html[data-yep-color="dark"] th,html[data-yep-color="dark"] td{border-color:#343a43;color:#e8edf5}html[data-yep-color="dark"] tr:nth-child(even){background:#12151a}
html[data-yep-color="dark"] .yep-account-menu__panel,html[data-yep-color="dark"] .yep-nav.is-open{background:#0e1013!important;border-color:#343a43!important}html[data-yep-color="dark"] .yep-account-menu__panel a,html[data-yep-color="dark"] .yep-nav.is-open .yep-menu a{color:#f4f7fb!important}html[data-yep-color="dark"] .yep-account-menu__panel a:hover,html[data-yep-color="dark"] .yep-nav.is-open .yep-menu a:hover{background:#1a1e25!important;color:#e5b94e!important}
html[data-yep-color="dark"] .yep-form-alert--success,html[data-yep-color="dark"] .yep-notice--success{background:#10271d!important;border-color:#24563d!important;color:#91e2b3!important}html[data-yep-color="dark"] .yep-form-alert--error,html[data-yep-color="dark"] .yep-notice--error{background:#321717!important;border-color:#673030!important;color:#ffb0aa!important}
html[data-yep-color="dark"] .yep-account-status--pending,html[data-yep-color="dark"] .yep-coming-label,html[data-yep-color="dark"] .yep-service-price-card__tag{background:#f4df9b!important;color:#523b08!important}html[data-yep-color="dark"] .yep-account-status--active{background:#bde8cd!important;color:#104c2b!important}html[data-yep-color="dark"] .yep-account-status--suspended{background:#f1bbbb!important;color:#641b1b!important}
html[data-yep-color="dark"] .yep-mobile-contact{background:#080f1d!important;box-shadow:0 -5px 25px rgba(0,0,0,.45)}html[data-yep-color="dark"] .yep-mobile-contact a{color:#fff!important;border-color:#343a43!important}html[data-yep-color="dark"] .yep-mobile-contact a:nth-child(2){background:#e5b94e!important;color:#071a3b!important}
html[data-yep-color="dark"] :focus-visible{outline:3px solid #f0c75f!important;outline-offset:3px}html[data-yep-color="dark"] ::selection{background:#e5b94e;color:#071a3b}

/* YEP 4.0.9 — complete dark surfaces and consistent header controls */
.yep-header__actions{align-items:center}
.yep-header__actions>.yep-btn,
.yep-header__actions>.yep-header-icon,
.yep-header__actions>.yep-color-toggle,
.yep-header__actions>.yep-header-account,
.yep-header__actions>.yep-account-menu>.yep-header-account,
.yep-header__actions .yep-lang-toggle{
  height:43px!important;min-height:43px!important;box-sizing:border-box!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  margin:0!important;border-radius:10px!important;line-height:1!important
}
.yep-header__actions>.yep-header-icon,.yep-header__actions>.yep-color-toggle{width:43px!important;padding:0!important;flex:0 0 43px}
.yep-header__actions>.yep-account-menu{display:flex;align-items:center}
.yep-header__actions .yep-language-switcher{margin:0!important;display:flex;align-items:center}

html[data-yep-color="dark"]{
  --yep-dark-bg:#17191d;--yep-dark-surface:#0e1013;--yep-dark-soft:#15181d;
  --yep-dark-line:#343a43;--yep-dark-text:#f4f7fb;--yep-dark-muted:#aeb9ca
}
html[data-yep-color="dark"] .yep-v3-quick,
html[data-yep-color="dark"] .yep-v3-property-section,
html[data-yep-color="dark"] .yep-v3-trust,
html[data-yep-color="dark"] .yep-v3-ejar,
html[data-yep-color="dark"] .yep-v3-journey,
html[data-yep-color="dark"] .yep-v3-faq,
html[data-yep-color="dark"] .yep-home-blog,
html[data-yep-color="dark"] .yep-about-v371__intro,
html[data-yep-color="dark"] .yep-about-v371__pillars,
html[data-yep-color="dark"] .yep-about-v371__method,
html[data-yep-color="dark"] .yep-about-v371__services,
html[data-yep-color="dark"] .yep-about-v371__goal,
html[data-yep-color="dark"] .yep-about-v372,
html[data-yep-color="dark"] .yep-about-v372__intro,
html[data-yep-color="dark"] .yep-about-v372__pillars,
html[data-yep-color="dark"] .yep-about-v372__method,
html[data-yep-color="dark"] .yep-about-v372__services,
html[data-yep-color="dark"] .yep-about-v372__goal,
html[data-yep-color="dark"] .yep-about-v372__cta-wrap{
  background:var(--yep-dark-bg)!important;color:var(--yep-dark-text)!important
}
html[data-yep-color="dark"] .yep-v3-quick__item,
html[data-yep-color="dark"] .yep-v3-empty,
html[data-yep-color="dark"] .yep-v3-ejar__steps>div,
html[data-yep-color="dark"] .yep-v3-journey__grid>div,
html[data-yep-color="dark"] .yep-blog-card,
html[data-yep-color="dark"] .yep-blog-sidebar__card:not(.yep-blog-sidebar__cta),
html[data-yep-color="dark"] .yep-blog-empty,
html[data-yep-color="dark"] .yep-article,
html[data-yep-color="dark"] .yep-about-v371__cards article,
html[data-yep-color="dark"] .yep-about-v371__steps>div,
html[data-yep-color="dark"] .yep-about-v371__service-grid>div,
html[data-yep-color="dark"] .yep-about-v371__notice,
html[data-yep-color="dark"] .yep-about-v372__cards article,
html[data-yep-color="dark"] .yep-about-v372__steps>div,
html[data-yep-color="dark"] .yep-about-v372__service-grid>div,
html[data-yep-color="dark"] .yep-about-v372__policy{
  background:var(--yep-dark-surface)!important;border-color:var(--yep-dark-line)!important;
  color:var(--yep-dark-text)!important;box-shadow:none!important
}
html[data-yep-color="dark"] .yep-v3-empty{background:linear-gradient(145deg,#0e1013,#17191d)!important}
html[data-yep-color="dark"] .yep-v3-tabs{background:var(--yep-dark-surface)!important;border-color:var(--yep-dark-line)!important}
html[data-yep-color="dark"] .yep-v3-tabs a:not(.is-active){color:#e5b94e!important}
html[data-yep-color="dark"] .yep-v3-heading h2,
html[data-yep-color="dark"] .yep-v3-empty h3,
html[data-yep-color="dark"] .yep-v3-quick__item b,
html[data-yep-color="dark"] .yep-v3-trust__copy h2,
html[data-yep-color="dark"] .yep-v3-journey__grid h3,
html[data-yep-color="dark"] .yep-v3-faq__grid h2,
html[data-yep-color="dark"] .yep-blog-card h2,
html[data-yep-color="dark"] .yep-blog-sidebar__card h3,
html[data-yep-color="dark"] .yep-article__content h2,
html[data-yep-color="dark"] .yep-article__content h3,
html[data-yep-color="dark"] .yep-about-v371 h2,
html[data-yep-color="dark"] .yep-about-v371 h3,
html[data-yep-color="dark"] .yep-about-v372 h2,
html[data-yep-color="dark"] .yep-about-v372 h3{color:var(--yep-dark-text)!important}
html[data-yep-color="dark"] .yep-v3-heading p,
html[data-yep-color="dark"] .yep-v3-quick__item small,
html[data-yep-color="dark"] .yep-v3-trust__copy p,
html[data-yep-color="dark"] .yep-v3-journey__grid p,
html[data-yep-color="dark"] .yep-v3-faq__grid p,
html[data-yep-color="dark"] .yep-blog-card p,
html[data-yep-color="dark"] .yep-blog-card__meta,
html[data-yep-color="dark"] .yep-article__content p,
html[data-yep-color="dark"] .yep-article__content li,
html[data-yep-color="dark"] .yep-about-v371 p,
html[data-yep-color="dark"] .yep-about-v371 small,
html[data-yep-color="dark"] .yep-about-v372 p,
html[data-yep-color="dark"] .yep-about-v372 small{color:var(--yep-dark-muted)!important}

/* Public forms, verification blocks and disabled fields. */
html[data-yep-color="dark"] .yep-email-verification,
html[data-yep-color="dark"] .yep-email-verification.is-verified,
html[data-yep-color="dark"] .yep-account-test-note,
html[data-yep-color="dark"] .yep-verification-panel,
html[data-yep-color="dark"] .yep-verification-note,
html[data-yep-color="dark"] .yep-comments-area{
  background:#11151b!important;border-color:#445064!important;color:var(--yep-dark-text)!important
}
html[data-yep-color="dark"] .yep-email-verification__status,
html[data-yep-color="dark"] .yep-email-verification__timer{color:#c1cada!important}
html[data-yep-color="dark"] input:disabled,
html[data-yep-color="dark"] select:disabled,
html[data-yep-color="dark"] textarea:disabled{
  background:#242932!important;color:#d8dfeb!important;border-color:#4b5360!important;opacity:1!important
}
html[data-yep-color="dark"] input[type="checkbox"],html[data-yep-color="dark"] input[type="radio"]{accent-color:#e5b94e}

/* Chat widget belongs to Core but follows the selected site colour mode. */
html[data-yep-color="dark"] .yep-chat-panel,
html[data-yep-color="dark"] .yep-chat-body,
html[data-yep-color="dark"] .yep-chat-panel footer{background:#101318!important;border-color:#343b47!important;color:#f4f7fb!important}
html[data-yep-color="dark"] .yep-chat-msg.is-bot,
html[data-yep-color="dark"] .yep-chat-services button,
html[data-yep-color="dark"] .yep-chat-contact-toggle,
html[data-yep-color="dark"] .yep-chat-lead,
html[data-yep-color="dark"] .yep-chat-quick,
html[data-yep-color="dark"] .yep-chat-quick button,
html[data-yep-color="dark"] .yep-chat-property-card{
  background:#181c23!important;border-color:#3b4452!important;color:#f4f7fb!important
}
html[data-yep-color="dark"] .yep-chat-services>b,
html[data-yep-color="dark"] .yep-chat-quick>b,
html[data-yep-color="dark"] .yep-chat-lead label,
html[data-yep-color="dark"] .yep-chat-property-card strong{color:#f4f7fb!important}
html[data-yep-color="dark"] .yep-chat-privacy,
html[data-yep-color="dark"] .yep-chat-property-card small{color:#b3bece!important}
html[data-yep-color="dark"] .yep-chat-lead input,
html[data-yep-color="dark"] .yep-chat-panel footer textarea{background:#0d1015!important;color:#fff!important;border-color:#46505f!important}

/* Keep the intentional light dashboard mockup readable in either mode. */
html[data-yep-color="dark"] .mock-grid>div{background:#f8fafc!important}
html[data-yep-color="dark"] .mock-grid small{color:#6d7890!important}
html[data-yep-color="dark"] .mock-grid strong{color:#0b1b3b!important}

/* YEP 4.0.10 — remaining home/form surfaces */
html[data-yep-color="dark"] .yep-v37-trust-strip,
html[data-yep-color="dark"] .yep-v3-categories{
  background:var(--yep-dark-bg)!important;border-color:var(--yep-dark-line)!important;color:var(--yep-dark-text)!important
}
html[data-yep-color="dark"] .yep-v3-category-grid>a{
  background:var(--yep-dark-surface)!important;border-color:var(--yep-dark-line)!important;color:var(--yep-dark-text)!important
}
html[data-yep-color="dark"] .yep-v3-category-grid>a>span{background:#17202c!important;color:#e5b94e!important}
html[data-yep-color="dark"] .yep-v3-category-grid h3{color:var(--yep-dark-text)!important}
html[data-yep-color="dark"] .yep-v3-category-grid p{color:var(--yep-dark-muted)!important}
html[data-yep-color="dark"] .yep-form-policy,
html[data-yep-color="dark"] .yep-platform-policy{
  background:#171b22!important;border-color:#574a2e!important;color:#d9e0eb!important
}
html[data-yep-color="dark"] .yep-form-policy strong,
html[data-yep-color="dark"] .yep-platform-policy h2{color:#f4f7fb!important}
html[data-yep-color="dark"] .yep-form-policy p,
html[data-yep-color="dark"] .yep-platform-policy p{color:#c0c9d8!important}
html[data-yep-color="dark"] .yep-favorites-toolbar,
html[data-yep-color="dark"] .yep-conversation-timeline,
html[data-yep-color="dark"] .yep-conversation-item,
html[data-yep-color="dark"] .yep-customer-reply-form{
  background:var(--yep-dark-surface)!important;border-color:var(--yep-dark-line)!important;color:var(--yep-dark-text)!important
}

/* YEP 4.0.11 — optional video choices, publish light mode and mobile colour toggle */
.yep-mobile-color-toggle,.yep-mobile-header-tools{display:none}
.yep-video-options{margin-top:20px;padding:18px;border:1px solid #3d4148;border-radius:14px}
.yep-video-options legend{padding:0 8px;font-weight:900}
.yep-video-options__choices{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.yep-video-options__choices label{margin:0!important;cursor:pointer}
.yep-video-options__choices input{position:absolute;opacity:0;pointer-events:none}
.yep-video-options__choices span{display:block;min-height:112px;padding:15px;border:1px solid #3d424b;border-radius:12px;background:#15171b}
.yep-video-options__choices b,.yep-video-options__choices small{display:block}
.yep-video-options__choices b{margin-bottom:6px}.yep-video-options__choices small{color:#9eabc0;line-height:1.65}
.yep-video-options__choices input:checked+span{border-color:#dfb34f;box-shadow:0 0 0 2px rgba(223,179,79,.16);background:#292416}
.yep-video-option-panel{display:block;margin-top:12px!important}.yep-video-option-panel[hidden]{display:none!important}
.yep-property-video__embed{position:relative;overflow:hidden;padding-top:56.25%;border-radius:12px;background:#000}
.yep-property-video__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

html[data-yep-color="light"] .yep-publish-dark{background:#f4f6f9!important;color:#142943!important}
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card{background:#fff!important;border-color:#dfe5ed!important;color:#142943!important;box-shadow:0 12px 30px rgba(14,35,64,.06)}
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card h2,
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card label,
html[data-yep-color="light"] .yep-publish-dark .yep-services-picker legend,
html[data-yep-color="light"] .yep-publish-dark .yep-video-options legend{color:#0b2144!important}
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card>p,
html[data-yep-color="light"] .yep-publish-dark .yep-integration-note{color:#66758a!important}
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card input,
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card select,
html[data-yep-color="light"] .yep-publish-dark .yep-test-form-card textarea{background:#fbfcfd!important;border-color:#d7dfe9!important;color:#142943!important}
html[data-yep-color="light"] .yep-publish-dark .yep-upload-zone,
html[data-yep-color="light"] .yep-publish-dark .yep-services-picker,
html[data-yep-color="light"] .yep-publish-dark .yep-video-options{background:#f8fafc!important;border-color:#d9e1eb!important;color:#263b59!important}
html[data-yep-color="light"] .yep-publish-dark .yep-services-picker label,
html[data-yep-color="light"] .yep-publish-dark .yep-video-options__choices span{background:#fff!important;border-color:#dce3eb!important;color:#263b59!important}
html[data-yep-color="light"] .yep-publish-dark .yep-video-options__choices input:checked+span{background:#fff8e7!important;border-color:#d9ad52!important}
html[data-yep-color="light"] .yep-publish-dark .yep-video-options__choices small{color:#69778a!important}
html[data-yep-color="light"] .yep-publish-dark .yep-publish-steps{background:#dfe4eb!important;border-color:#d9e0e8!important}
html[data-yep-color="light"] .yep-publish-dark .yep-publish-steps button{background:#fff!important;color:#233a58!important}
html[data-yep-color="light"] .yep-publish-dark .yep-publish-steps .is-active{background:#fff5d8!important;color:#72520e!important}

@media(max-width:900px){
  .yep-header__inner{gap:0!important;position:relative!important}
  .yep-nav-toggle{position:absolute!important;left:0!important;right:auto!important;margin:0!important;flex:0 0 auto}
  .yep-mobile-header-tools{position:absolute!important;left:55px!important;right:auto!important;display:flex;align-items:center;gap:2px;margin:0!important;flex:0 0 auto}
  .yep-mobile-header-color,
  .yep-mobile-header-language .yep-lang-toggle{width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:10px!important;background:#0b1f46!important;color:#fff!important;box-shadow:none!important;cursor:pointer}
  .yep-mobile-header-color{font-size:18px}
  .yep-mobile-header-language{display:flex;align-items:center;margin:0!important}
  .yep-mobile-header-language .yep-language-switcher{display:flex!important;margin:0!important}
  .yep-mobile-header-language .yep-current-language{display:none!important}
  .yep-mobile-header-language .yep-lang-toggle{font-size:0!important;color:transparent!important;position:relative}
  .yep-mobile-header-language .yep-lang-toggle::after{content:"🌐";display:block;position:absolute;left:50%;top:50%;font-size:20px;line-height:1;color:#fff!important;transform:translate(-50%,-57%)}
  .yep-mobile-header-language .yep-lang-menu{right:auto!important;left:0!important;top:48px!important;bottom:auto!important;min-width:175px!important}
}

/* YEP 4.0.16 — branded multilingual form validation */
.yep-field-error{display:flex!important;align-items:center;gap:8px;width:100%;margin-top:8px;padding:9px 11px;border:1px solid #6a5525;border-radius:9px;background:#241f14;color:#f1ca70!important;font-size:11px;font-weight:800;line-height:1.6}
.yep-field-error::before{content:"!";width:20px;height:20px;display:grid;place-items:center;flex:0 0 20px;border-radius:50%;background:#dfb34f;color:#111;font-size:13px;font-weight:900}
.yep-test-form-card input.has-yep-error,.yep-test-form-card select.has-yep-error,.yep-test-form-card textarea.has-yep-error{border-color:#dfb34f!important;box-shadow:0 0 0 2px rgba(223,179,79,.16)!important;outline:0!important}
html[data-yep-color="light"] .yep-field-error{background:#fff8e7;color:#6f5112!important;border-color:#d9ad52}
[dir="ltr"] .yep-field-error{text-align:left;direction:ltr}[dir="rtl"] .yep-field-error{text-align:right;direction:rtl}
@media(max-width:700px){.yep-video-options__choices{grid-template-columns:1fr}.yep-video-options__choices span{min-height:0}}

/* YEP 4.0.18 — contain publish form horizontal overflow in RTL */
body.yep-publish-property-view{max-width:100%;overflow-x:hidden}
body.yep-publish-property-view .yep-publish-test-page{display:block;width:100%;max-width:100vw;min-width:0;overflow-x:clip}
body.yep-publish-property-view .yep-publish-dark__hero,
body.yep-publish-property-view .yep-account-section,
body.yep-publish-property-view .yep-container,
body.yep-publish-property-view .yep-test-property-form,
body.yep-publish-property-view .yep-test-form-card,
body.yep-publish-property-view .yep-upload-zone,
body.yep-publish-property-view .yep-video-options,
body.yep-publish-property-view .yep-video-options__choices,
body.yep-publish-property-view .yep-video-options__choices>*,
body.yep-publish-property-view fieldset,
body.yep-publish-property-view input,
body.yep-publish-property-view select,
body.yep-publish-property-view textarea{min-width:0;max-width:100%}
body.yep-publish-property-view .yep-container{width:min(1440px,calc(100% - 34px));margin-inline:auto}
body.yep-publish-property-view input[type="file"]{display:block;width:100%;min-width:0;max-width:100%;overflow:hidden}
@media(max-width:600px){body.yep-publish-property-view .yep-container{width:calc(100% - 22px)}}

/* YEP 4.0.19 — advertiser verification and dual property submission */
.yep-verification-request-card{margin-top:18px;padding:26px;border:1px solid #343a45;border-radius:18px;background:#101216}
.yep-verification-request-form{margin-top:24px}.yep-verification-request-form label{display:grid;gap:7px;font-weight:800}
.yep-verification-request-form input,.yep-verification-request-form select{width:100%;min-height:48px;padding:10px 12px;border:1px solid #3a414d;border-radius:10px;background:#15181d;color:#fff}
.yep-verification-request-form .yep-publish-confirm{display:flex;margin:20px 0}.yep-verification-request-form .yep-publish-confirm input{width:20px;min-height:20px}
.yep-verification-review-note{margin-top:12px;padding:12px;border:1px solid #765f29;border-radius:10px;background:#282113;color:#f3cf78}
.yep-wizard-draft{min-height:46px;padding:10px 18px;border:1px solid #6c7480;border-radius:10px;background:transparent;color:inherit;font-weight:900;cursor:pointer}
.yep-wizard-draft:hover{border-color:#dfb34f;color:#dfb34f}
html[data-yep-color="light"] .yep-verification-request-card{background:#fff;border-color:#dfe5ed;color:#142943}
html[data-yep-color="light"] .yep-verification-request-form input,html[data-yep-color="light"] .yep-verification-request-form select{background:#fbfcfd;border-color:#d7dfe9;color:#142943}
@media(max-width:700px){.yep-verification-request-card{padding:18px}.yep-wizard-actions{flex-wrap:wrap}.yep-wizard-draft{order:3;width:100%}}

/* YEP 4.0.20 — hard containment for the publish route */
body.yep-publish-property-view>.yep-v3-topbar,body.yep-publish-property-view>.yep-header,body.yep-publish-property-view>main,body.yep-publish-property-view>#yep-site-footer{width:100%!important;max-width:100%!important;min-width:0!important;margin-inline:0!important;transform:none!important}
body.yep-publish-property-view .yep-publish-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,240px)}
body.yep-publish-property-view .yep-test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body.yep-publish-property-view .yep-test-grid--three,body.yep-publish-property-view .yep-video-options__choices{grid-template-columns:repeat(3,minmax(0,1fr))}
.yep-my-publish-request__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.yep-my-publish-request__actions a{display:inline-flex;padding:8px 12px;border:1px solid var(--yep-border,#334155);border-radius:9px;text-decoration:none}.yep-my-publish-request__actions a.is-danger{color:#ff8b7d;border-color:rgba(255,107,91,.45)}
.yep-upload-preview figure{position:relative}.yep-upload-preview figure.is-cover{outline:3px solid #d9ad45;outline-offset:3px}.yep-cover-choice{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px;background:#071326;color:#fff;font-weight:700;cursor:pointer}.yep-cover-choice input{accent-color:#d9ad45}


/* Yazan Estate Pro 4.1.5 — advertiser dashboard + smart map */
.yep-advertiser-dashboard__hero{background:linear-gradient(135deg,#061733,#0d315f);color:#fff;padding:34px 0}
.yep-advertiser-dashboard__hero-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.yep-advertiser-dashboard__hero span{color:#e6bd57;font-weight:900;font-size:12px}
.yep-advertiser-dashboard__hero h1{margin:6px 0 7px;font-size:34px}
.yep-advertiser-dashboard__hero p{margin:0;color:#cad5e4}
.yep-advertiser-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:24px}
.yep-advertiser-stats article{background:var(--yep-surface,#fff);border:1px solid var(--yep-border,#e1e7ef);border-radius:15px;padding:17px}
.yep-advertiser-stats span{display:block;color:#74839a;font-size:11px}.yep-advertiser-stats strong{display:block;font-size:27px;color:var(--yep-heading,#0b2852);margin-top:5px}
.yep-advertiser-listings-panel{background:var(--yep-surface,#fff);border:1px solid var(--yep-border,#e1e7ef);border-radius:18px;padding:20px}
.yep-advertiser-listings{display:grid;gap:14px;margin-top:18px}
.yep-advertiser-listing-card{display:grid;grid-template-columns:180px minmax(0,1fr);border:1px solid var(--yep-border,#e1e7ef);border-radius:15px;overflow:hidden;background:var(--yep-surface,#fff)}
.yep-advertiser-listing-card__media{min-height:160px;background:#edf2f7;display:grid;place-items:center;color:#718096;font-weight:900}
.yep-advertiser-listing-card__media img{width:100%;height:100%;object-fit:cover}
.yep-advertiser-listing-card__body{padding:17px}.yep-advertiser-listing-card h3{margin:8px 0 4px;font-size:18px}
.yep-advertiser-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;background:#eef2f6;color:#59697d}
.yep-status-published{background:#e7f7ed;color:#08703b}.yep-status-hidden{background:#f0edf8;color:#5f4b93}.yep-status-under_review{background:#fff4d7;color:#8b6514}.yep-status-rejected,.yep-status-expired{background:#fdeaea;color:#9d2e2e}
.yep-advertiser-note{margin:10px 0 0;color:#66768d;font-size:12px}
.yep-advertiser-listing-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.yep-btn--danger{border:1px solid #a63d3d!important;color:#a63d3d!important;background:transparent!important}
.yep-advertiser-gateway-card{border-top:3px solid #e2b84f}
.yep-location-map-shell{margin-top:16px;border:1px solid var(--yep-border,#dfe6ee);border-radius:14px;overflow:hidden;background:var(--yep-surface,#fff)}
.yep-location-map-head{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:13px 15px;background:rgba(125,145,170,.08)}
.yep-location-map-head strong,.yep-location-map-head span{display:block}.yep-location-map-head span{font-size:11px;color:#74839a;margin-top:4px}.yep-location-map-head b{font-size:10px;padding:7px 10px;border-radius:999px;background:#eef2f6;color:#66758a}
.yep-location-map-head b.is-selected{background:#e5f7ec;color:#0d7040}
.yep-property-location-map{height:430px;background:#e8edf3;z-index:1}
.yep-single-location-map{height:360px;border-radius:12px;background:#e8edf3;overflow:hidden;z-index:1;margin-top:10px}
.yep-map-external{display:inline-flex;margin-top:10px;color:#c4932f;font-weight:800}
@media(max-width:900px){.yep-advertiser-stats{grid-template-columns:repeat(2,1fr)}.yep-advertiser-listing-card{grid-template-columns:1fr}.yep-advertiser-listing-card__media{height:200px}}
@media(max-width:650px){.yep-advertiser-dashboard__hero-inner{flex-direction:column;align-items:stretch}.yep-property-location-map{height:340px}.yep-single-location-map{height:300px}}


/* =========================================================
   Yazan Estate Pro 4.1.6 — Advertiser dashboard dark mode
   ========================================================= */
html[data-yep-color="dark"] .yep-advertiser-dashboard{
  background:#17191d!important;color:#e8edf5!important;
}
html[data-yep-color="dark"] .yep-advertiser-dashboard .yep-account-section{
  background:#17191d!important;
}
html[data-yep-color="dark"] .yep-advertiser-stats article,
html[data-yep-color="dark"] .yep-advertiser-listings-panel,
html[data-yep-color="dark"] .yep-advertiser-listing-card{
  background:#0e1013!important;
  border-color:#343a43!important;
  color:#e8edf5!important;
  box-shadow:none!important;
}
html[data-yep-color="dark"] .yep-advertiser-stats span,
html[data-yep-color="dark"] .yep-advertiser-listing-card small,
html[data-yep-color="dark"] .yep-advertiser-note,
html[data-yep-color="dark"] .yep-advertiser-listings-panel .yep-dashboard-card__head p{
  color:#aeb9c9!important;
}
html[data-yep-color="dark"] .yep-advertiser-stats strong,
html[data-yep-color="dark"] .yep-advertiser-listing-card h3,
html[data-yep-color="dark"] .yep-advertiser-listings-panel .yep-dashboard-card__head h2{
  color:#f6f8fb!important;
}
html[data-yep-color="dark"] .yep-advertiser-listing-card__media{
  background:#15191f!important;
  color:#b8c2d0!important;
}
html[data-yep-color="dark"] .yep-advertiser-listing-actions .yep-btn--outline{
  background:#15191f!important;
  border-color:#69758a!important;
  color:#f7f9fc!important;
}
html[data-yep-color="dark"] .yep-advertiser-listing-actions .yep-btn--outline:hover{
  background:#202630!important;
  border-color:#e5b94e!important;
  color:#e5b94e!important;
}
html[data-yep-color="dark"] .yep-advertiser-listing-actions .yep-btn--navy{
  background:#17437f!important;
  border-color:#245895!important;
  color:#fff!important;
}
html[data-yep-color="dark"] .yep-advertiser-listing-actions .yep-btn--danger{
  background:transparent!important;
  border-color:#bb5a5a!important;
  color:#ff8585!important;
}
html[data-yep-color="dark"] .yep-status-published{
  background:#123723!important;color:#8ce3af!important;
}
html[data-yep-color="dark"] .yep-status-hidden{
  background:#29223c!important;color:#c8b7ef!important;
}
html[data-yep-color="dark"] .yep-status-under_review{
  background:#392f17!important;color:#f0cd72!important;
}
html[data-yep-color="dark"] .yep-status-rejected,
html[data-yep-color="dark"] .yep-status-expired{
  background:#3b1d1d!important;color:#ff9a9a!important;
}
html[data-yep-color="dark"] .yep-empty-state{
  background:#15191f!important;
  border-color:#343a43!important;
  color:#dfe6ef!important;
}


/* 4.1.7 — front-end advertiser commands */
.yep-advertiser-action-form{display:inline-flex;margin:0}
.yep-advertiser-action-form .yep-btn{font:inherit;cursor:pointer;min-height:42px}
html[data-yep-color="dark"] .yep-advertiser-action-form .yep-btn--outline{
  background:#15191f!important;border-color:#69758a!important;color:#f7f9fc!important;
}
html[data-yep-color="dark"] .yep-advertiser-action-form .yep-btn--danger{
  background:transparent!important;border-color:#bb5a5a!important;color:#ff8585!important;
}


/* =========================================================
   4.1.8 — Stable maps
   ========================================================= */
.yep-property-location-map,
.yep-single-location-map{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  isolation:isolate;
}
.yep-property-location-map .leaflet-container,
.yep-single-location-map .leaflet-container{width:100%!important;height:100%!important}
.yep-property-location-map .leaflet-tile-pane,
.yep-single-location-map .leaflet-tile-pane{filter:none!important}
.yep-map-iframe-fallback{width:100%;height:100%;border:0}

/* =========================================================
   4.1.8 — Public property requests
   ========================================================= */
.yep-public-requests-page,.yep-public-request-single{background:var(--yep-page,#f5f7fa);min-height:70vh}
.yep-public-requests-hero{background:linear-gradient(135deg,#061733,#0d315f);color:#fff;padding:48px 0}
.yep-public-requests-hero span{color:#e4b94d;font-size:12px;font-weight:900}
.yep-public-requests-hero h1{font-size:38px;margin:7px 0 10px}
.yep-public-requests-hero p{max-width:760px;color:#ccd7e6;margin:0}
.yep-public-requests-section{padding:34px 0 54px}
.yep-public-requests-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.yep-public-request-card{background:#fff;border:1px solid #e1e7ef;border-radius:16px;padding:18px;box-shadow:0 10px 28px rgba(5,25,50,.05)}
.yep-public-request-card__head{display:flex;justify-content:space-between;align-items:center;gap:10px}
.yep-public-request-card__head small{color:#7a899f}
.yep-public-request-badge{display:inline-flex;border-radius:999px;padding:6px 10px;background:#e7f7ed;color:#08703b;font-size:10px;font-weight:900}
.yep-public-request-card h2{font-size:18px;margin:13px 0 8px}.yep-public-request-card h2 a{color:#0b2852}
.yep-public-request-location{color:#69798e;min-height:22px}
.yep-public-request-specs{display:grid;gap:7px;margin:15px 0}
.yep-public-request-specs div{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #eef1f5}
.yep-public-request-specs span{color:#74839a;font-size:11px}.yep-public-request-specs strong{color:#0c2851;font-size:12px}
.yep-public-request-single__shell{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.75fr);gap:18px;align-items:start}
.yep-public-request-detail,.yep-public-request-response{background:#fff;border:1px solid #e1e7ef;border-radius:17px;padding:22px}
.yep-public-request-detail__top{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}
.yep-public-request-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.yep-public-request-detail-grid div{background:#f7f9fc;border-radius:12px;padding:12px}
.yep-public-request-detail-grid span{display:block;color:#77869a;font-size:10px;margin-bottom:4px}
.yep-public-request-detail-grid b{color:#0c2851}
.yep-public-request-details{margin-top:20px;border-top:1px solid #edf1f5;padding-top:18px}
.yep-public-request-details h2{font-size:18px}.yep-public-request-details p{line-height:1.9}
.yep-public-request-privacy{margin-top:18px;background:#f5f7fa;border-radius:11px;padding:12px;color:#69798e;font-size:11px}
.yep-public-request-response{position:sticky;top:100px}.yep-public-request-response h2{margin-top:0}.yep-public-request-response small{display:block;margin-top:12px;color:#7e8c9f}
html[data-yep-color="dark"] .yep-public-requests-page,
html[data-yep-color="dark"] .yep-public-request-single{background:#17191d}
html[data-yep-color="dark"] .yep-public-request-card,
html[data-yep-color="dark"] .yep-public-request-detail,
html[data-yep-color="dark"] .yep-public-request-response{background:#0e1013;border-color:#343a43;color:#e8edf5;box-shadow:none}
html[data-yep-color="dark"] .yep-public-request-card h2 a,
html[data-yep-color="dark"] .yep-public-request-specs strong,
html[data-yep-color="dark"] .yep-public-request-detail-grid b{color:#f5f8fc}
html[data-yep-color="dark"] .yep-public-request-location,
html[data-yep-color="dark"] .yep-public-request-specs span,
html[data-yep-color="dark"] .yep-public-request-card__head small{color:#aeb9c9}
html[data-yep-color="dark"] .yep-public-request-specs div{border-color:#2f343c}
html[data-yep-color="dark"] .yep-public-request-detail-grid div,
html[data-yep-color="dark"] .yep-public-request-privacy{background:#15191f;color:#b8c3d1}
@media(max-width:1000px){.yep-public-requests-grid{grid-template-columns:repeat(2,1fr)}.yep-public-request-detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.yep-public-requests-grid{grid-template-columns:1fr}.yep-public-request-single__shell{grid-template-columns:1fr}.yep-public-request-detail-grid{grid-template-columns:1fr}.yep-public-request-response{position:static}.yep-public-requests-hero h1{font-size:30px}}


/* 4.1.9 — never show a second legacy map inside the canonical map section */
.yep-property-box .yazan-property-map-inline{display:none!important}
.yep-single-location-map{display:block!important}


/* =========================================================
   4.2.0 — one property map only + homepage property requests
   ========================================================= */
/* Safety for stale LiteSpeed HTML while Core 5.4.1 takes effect. */
.yep-core-map-530{display:none!important}

.yep-home-property-requests{
  background:linear-gradient(180deg,rgba(9,31,65,.035),rgba(9,31,65,.01));
}
.yep-home-request-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.yep-home-request-card{
  display:flex;
  flex-direction:column;
  min-height:300px;
  padding:18px;
  border:1px solid #e0e6ef;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(5,25,50,.045);
}
.yep-home-request-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.yep-home-request-card__type{
  color:#7a899d;
  font-size:11px;
  font-weight:800;
}
.yep-home-request-card h3{
  margin:15px 0 6px;
  color:#0b2852;
  font-size:18px;
}
.yep-home-request-card__location{
  min-height:38px;
  margin:0 0 13px;
  color:#6e7e93;
  font-size:12px;
  line-height:1.7;
}
.yep-home-request-card__meta{
  display:grid;
  gap:7px;
  margin:auto 0 15px;
}
.yep-home-request-card__meta>span{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  border-bottom:1px solid #edf1f5;
}
.yep-home-request-card__meta small{
  color:#8190a3;
}
.yep-home-request-card__meta b{
  color:#0b2852;
  font-size:11px;
  text-align:left;
}
.yep-home-requests-empty{
  padding:30px;
  text-align:center;
  border:1px dashed #cfd8e5;
  border-radius:15px;
  background:#fff;
}
.yep-home-requests-empty strong{display:block;color:#0b2852;font-size:18px}
.yep-home-requests-empty p{margin:7px 0 0;color:#78879a}

html[data-yep-color="dark"] .yep-home-property-requests{
  background:#17191d;
}
html[data-yep-color="dark"] .yep-home-request-card,
html[data-yep-color="dark"] .yep-home-requests-empty{
  background:#0e1013;
  border-color:#343a43;
  box-shadow:none;
}
html[data-yep-color="dark"] .yep-home-request-card h3,
html[data-yep-color="dark"] .yep-home-request-card__meta b,
html[data-yep-color="dark"] .yep-home-requests-empty strong{
  color:#f5f8fc;
}
html[data-yep-color="dark"] .yep-home-request-card__type,
html[data-yep-color="dark"] .yep-home-request-card__location,
html[data-yep-color="dark"] .yep-home-request-card__meta small,
html[data-yep-color="dark"] .yep-home-requests-empty p{
  color:#aeb9c9;
}
html[data-yep-color="dark"] .yep-home-request-card__meta>span{
  border-color:#2f343c;
}
@media(max-width:1100px){
  .yep-home-request-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:650px){
  .yep-home-request-grid{grid-template-columns:1fr}
  .yep-home-request-card{min-height:auto}
}


/* 4.2.1 — request pages: only populated fields are rendered */
.yep-public-request-detail-grid{
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}
.yep-public-request-response p{line-height:1.9}
.yep-public-request-response small{line-height:1.7}

/* 4.2.6 — map layer switcher and gesture safety */
.yep-property-location-map .leaflet-yepBasePane-pane,
.yep-property-location-map .leaflet-yepStreetPane-pane,
.yep-property-location-map .leaflet-yepLabelsPane-pane,
.yep-single-location-map .leaflet-yepSingleBasePane-pane,
.yep-single-location-map .leaflet-yepSingleStreetPane-pane,
.yep-single-location-map .leaflet-yepSingleLabelsPane-pane,
.yep-property-location-map .leaflet-yepBasePane-pane *,
.yep-property-location-map .leaflet-yepStreetPane-pane *,
.yep-property-location-map .leaflet-yepLabelsPane-pane *,
.yep-single-location-map .leaflet-yepSingleBasePane-pane *,
.yep-single-location-map .leaflet-yepSingleStreetPane-pane *,
.yep-single-location-map .leaflet-yepSingleLabelsPane-pane *{pointer-events:none!important}

.yep-map-type-control{display:flex!important;align-items:center;gap:4px;padding:4px!important;background:rgba(8,16,29,.92)!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:10px!important;box-shadow:0 3px 14px rgba(0,0,0,.25)!important;overflow:hidden;direction:rtl}
.yep-map-type-control .yep-map-type-button{display:block!important;width:auto!important;min-width:0!important;min-height:0!important;height:34px!important;margin:0!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:7px!important;background:transparent!important;color:#fff!important;font-family:inherit!important;font-size:11px!important;font-weight:800!important;line-height:32px!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important}
.yep-map-type-control .yep-map-type-button:hover{background:rgba(255,255,255,.1)!important}
.yep-map-type-control .yep-map-type-button.is-active{background:#e0b64f!important;color:#101010!important;border-color:#e0b64f!important}
html[lang^="en"] .yep-map-type-control,html[lang^="fr"] .yep-map-type-control,html[lang^="tr"] .yep-map-type-control,html[lang^="zh"] .yep-map-type-control{direction:ltr}

/* Neutralize form styles if a legacy Leaflet layer control is ever rendered. */
.yep-property-location-map .leaflet-control-layers label,.yep-single-location-map .leaflet-control-layers label{display:block!important;margin:0!important;padding:3px 5px!important;color:#222!important;font-size:12px!important;font-weight:600!important}
.yep-property-location-map .leaflet-control-layers input[type="radio"],.yep-single-location-map .leaflet-control-layers input[type="radio"]{position:static!important;opacity:1!important;pointer-events:auto!important;width:13px!important;height:13px!important;min-height:0!important;margin:0 0 0 5px!important;padding:0!important;border:0!important;border-radius:50%!important;background:initial!important;box-shadow:none!important;appearance:auto!important;-webkit-appearance:radio!important}

@media (max-width:720px){
  .yep-map-type-control{gap:2px;padding:3px!important;max-width:calc(100vw - 95px)}
  .yep-map-type-control .yep-map-type-button{height:31px!important;padding:0 7px!important;font-size:9.5px!important;line-height:29px!important}
}
.yep-location-map-head strong{color:#10233d!important}


/* 4.2.7 — unified MapLibre interaction; no Leaflet/MapLibre bridge */
.yep-property-location-map .maplibregl-canvas,.yep-single-location-map .maplibregl-canvas{cursor:grab}
.yep-property-location-map .maplibregl-canvas:active,.yep-single-location-map .maplibregl-canvas:active{cursor:grabbing}
.yep-property-location-map .maplibregl-ctrl-top-right .yep-map-type-control,.yep-single-location-map .maplibregl-ctrl-top-right .yep-map-type-control{margin:10px 10px 0 0}
.yep-map-type-control.maplibregl-ctrl{display:flex!important}
.yep-property-location-map .maplibregl-canvas-container,.yep-single-location-map .maplibregl-canvas-container{width:100%;height:100%}
