:root{
	--ep-forest:#113b27;
	--ep-deep:#0e3322;
	--ep-pine:#1d5639;
	--ep-leaf:#6f9d43;
	--ep-moss:#8ca761;
	--ep-sage:#dce7d4;
	--ep-ivory:#faf8f2;
	--ep-paper:#fffefa;
	--ep-text:#173326;
	--ep-muted:#66766c;
	--ep-line:rgba(17,59,39,.11);
	--ep-shadow:0 16px 38px rgba(22,52,35,.085);
	--ep-shadow-soft:0 7px 20px rgba(22,52,35,.055);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:90px}
body.ep-core-home{margin:0;background:var(--ep-ivory);color:var(--ep-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.ep-core-home.admin-bar .ep-site-header{top:32px}
.ep-core-home a{color:inherit}
.ep-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.ep-site-header{height:78px;position:sticky;top:0;z-index:1000;background:rgba(255,254,250,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--ep-line)}
.ep-site-nav{height:100%;display:flex;align-items:center;gap:28px}
.ep-brand{display:block;flex:0 0 auto}.ep-brand img{display:block;width:180px;height:auto}
.ep-main-menu{margin-left:auto;display:flex;align-items:stretch;height:100%;gap:24px}
.ep-main-menu a{position:relative;display:flex;align-items:center;text-decoration:none;font-size:12px;font-weight:750;color:#263c31;white-space:nowrap}
.ep-main-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--ep-leaf);transition:right .22s ease}
.ep-main-menu a:hover:after,.ep-main-menu a.is-active:after{right:0}.ep-main-menu a:hover{color:var(--ep-forest)}
.ep-header-cta{margin-left:8px;white-space:nowrap}
.ep-menu-toggle{display:none;margin-left:auto;width:42px;height:42px;border:1px solid var(--ep-line);border-radius:11px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px}.ep-menu-toggle span{width:17px;height:2px;background:var(--ep-forest);border-radius:2px}
.ep-btn{min-height:45px;padding:0 18px;border-radius:10px;border:1px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:800;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ep-btn:hover{transform:translateY(-1px)}
.ep-btn-primary{color:#fff;background:linear-gradient(180deg,#1d5a3b,#123d29);box-shadow:0 8px 18px rgba(17,59,39,.16)}
.ep-btn-ivory{background:rgba(255,254,250,.96);border-color:rgba(17,59,39,.13);color:var(--ep-forest);box-shadow:0 7px 18px rgba(20,50,34,.07)}
.ep-btn-wa{background:#55a862;color:#fff;border-color:rgba(255,255,255,.16)}
.ep-eyebrow{font-size:10px;line-height:1.4;font-weight:900;letter-spacing:.16em;color:var(--ep-leaf);text-transform:uppercase;margin-bottom:12px}.ep-center{text-align:center}

/* HERO */
.ep-hero{position:relative;min-height:655px;isolation:isolate;background:#e8ede5;overflow:visible}
.ep-hero-slides,.ep-hero-slide,.ep-hero-shade{position:absolute;inset:0}.ep-hero-slides{overflow:hidden;z-index:-3}.ep-hero-slide{background-size:cover;background-repeat:no-repeat;opacity:0;will-change:opacity,transform;transition:opacity var(--ep-hero-transition,1100ms) ease,transform calc(var(--ep-hero-transition,1100ms) * 1.35) ease}.ep-hero-slide.is-active{opacity:1}
.ep-hero-fade_zoom .ep-hero-slide{transform:scale(1.025)}.ep-hero-fade_zoom .ep-hero-slide.is-active{transform:scale(1.075)}
.ep-hero.ep-hero-slide .ep-hero-slide{transform:translateX(4%) scale(1.01)}.ep-hero.ep-hero-slide .ep-hero-slide.is-active{transform:translateX(0) scale(1.01)}
.ep-hero-shade{z-index:-2;background:linear-gradient(90deg,rgba(250,248,242,var(--ep-hero-overlay,.64)) 0%,rgba(250,248,242,.91) 20%,rgba(250,248,242,.72) 39%,rgba(250,248,242,.20) 67%,rgba(17,59,39,.09) 100%)}
.ep-hero-inner{min-height:655px;display:flex;align-items:center;padding:48px 0 110px}
.ep-hero-copy{width:min(590px,54%);padding-left:0;margin-left:0}
.ep-hero-copy h1{font-family:Georgia,"Times New Roman",serif;color:var(--ep-forest);font-size:clamp(52px,5vw,76px);line-height:.98;letter-spacing:-.045em;margin:0 0 22px;text-wrap:balance;text-shadow:0 1px 0 rgba(255,255,255,.3)}
.ep-hero-copy p{max-width:560px;margin:0;color:#425b4d;font-size:15px;line-height:1.72;font-weight:500}.ep-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.ep-hero-controls{position:absolute;left:50%;bottom:83px;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;z-index:5;pointer-events:none}.ep-hero-dots,.ep-hero-arrows{display:flex;gap:8px;pointer-events:auto}.ep-hero-dot{width:24px;height:3px;padding:0;border:0;border-radius:10px;background:rgba(17,59,39,.24);cursor:pointer;transition:width .2s ease,background .2s ease}.ep-hero-dot.is-active{width:42px;background:var(--ep-forest)}.ep-hero-arrows button{width:34px;height:34px;border-radius:50%;border:1px solid rgba(17,59,39,.13);background:rgba(255,254,250,.84);color:var(--ep-forest);cursor:pointer;backdrop-filter:blur(8px)}
.ep-finder-wrap{position:absolute;left:50%;bottom:-42px;transform:translateX(-50%);z-index:10}.ep-finder{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:stretch;background:rgba(255,254,250,.98);border:1px solid rgba(17,59,39,.09);border-radius:15px;padding:9px;box-shadow:0 20px 46px rgba(23,56,37,.17)}.ep-finder-field{min-width:0;display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:center;padding:8px 14px;border-right:1px solid var(--ep-line)}.ep-finder-icon{font-size:17px;color:var(--ep-pine);text-align:center}.ep-finder-field label{display:block;font-size:10px;font-weight:850;color:#173b28;margin-bottom:3px}.ep-finder-field select{display:block;width:100%;border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;min-height:21px!important;font-size:11px;color:#718077;outline:none}.ep-find-button{min-width:128px;border-radius:10px}

/* QUICK CATEGORIES */
.ep-quick-section{padding:84px 0 28px;background:var(--ep-ivory)}.ep-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ep-quick-card{display:block;background:var(--ep-paper);border:1px solid var(--ep-line);border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:var(--ep-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.ep-quick-card:hover{transform:translateY(-3px);box-shadow:var(--ep-shadow)}.ep-quick-photo{height:110px;background-size:cover;background-position:center}.ep-quick-body{min-height:82px;padding:13px 13px 13px 12px;display:grid;grid-template-columns:36px 1fr 16px;gap:9px;align-items:center}.ep-quick-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--ep-forest);color:#fff;font-size:16px}.ep-quick-body h2{margin:0 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1;color:var(--ep-forest);letter-spacing:-.02em}.ep-quick-body p{margin:0;font-size:9px;line-height:1.42;color:var(--ep-muted)}.ep-quick-body b{font-size:18px;color:#64816e}

/* SECTIONS */
.ep-section{padding:74px 0}.ep-section-soft{background:#f3f3eb}.ep-product-layout{display:grid;grid-template-columns:245px 1fr;gap:28px;align-items:start}.ep-intro-panel{padding-top:7px}.ep-intro-panel h2,.ep-section-head h2{font-family:Georgia,"Times New Roman",serif;color:var(--ep-forest);font-size:clamp(31px,3vw,43px);line-height:1.03;letter-spacing:-.035em;margin:0 0 13px}.ep-intro-panel p,.ep-section-head p{font-size:12px;line-height:1.7;color:var(--ep-muted);margin:0 0 20px}.ep-card-grid{display:grid;gap:14px}.ep-card-grid-3{grid-template-columns:repeat(3,1fr)}.ep-card-grid-4{grid-template-columns:repeat(4,1fr)}
.ep-product-card{background:var(--ep-paper);border:1px solid var(--ep-line);border-radius:14px;overflow:hidden;box-shadow:var(--ep-shadow-soft);min-width:0}.ep-card-photo{height:145px;background-size:cover;background-position:center;position:relative}.ep-card-photo-tall{height:174px}.ep-card-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,rgba(11,38,23,.23))}.ep-card-photo>span{position:absolute;left:9px;top:9px;z-index:2;background:rgba(255,254,250,.9);color:#254a35;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:850;backdrop-filter:blur(6px)}.ep-card-body{padding:14px}.ep-card-body h3{font-family:Georgia,"Times New Roman",serif;color:var(--ep-forest);font-size:17px;line-height:1.18;letter-spacing:-.02em;margin:0 0 8px}.ep-card-body>p{font-size:9.5px;line-height:1.55;color:var(--ep-muted);min-height:44px}.ep-card-meta{display:flex;gap:5px;flex-wrap:wrap;margin:0 0 9px}.ep-card-meta span{font-size:8px;line-height:1;background:#edf2e8;color:#5e755d;border-radius:999px;padding:5px 7px}.ep-card-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;padding-top:11px;margin-top:10px;border-top:1px solid var(--ep-line)}.ep-card-footer small,.ep-card-footer strong{display:block}.ep-card-footer small{font-size:8px;color:#87928b;margin-bottom:2px}.ep-card-footer strong{font-size:10px;color:#193f2b}.ep-card-footer>a{font-size:9px;font-weight:850;text-decoration:none;color:#225b3b;white-space:nowrap}.ep-package-card.ep-hidden{display:none}
.ep-vehicle-photo{background-color:#f2f1ec;background-size:contain;background-repeat:no-repeat}.ep-service-invite{min-height:290px;border-radius:18px;overflow:hidden;display:flex;align-items:flex-end;padding:28px;background:linear-gradient(90deg,rgba(15,51,33,.92),rgba(15,51,33,.54)),var(--ep-invite-image) center/cover no-repeat;color:#fff;box-shadow:var(--ep-shadow)}.ep-service-invite>div{max-width:520px}.ep-service-invite span{font-size:9px;font-weight:900;letter-spacing:.16em;color:#c9dda9}.ep-service-invite h3{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.05;margin:8px 0 10px}.ep-service-invite p{font-size:12px;line-height:1.65;color:#e2ece5;margin:0 0 18px}.ep-friendly-empty{grid-column:1/-1;min-height:220px;border:1px dashed rgba(17,59,39,.18);border-radius:16px;padding:28px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:rgba(255,254,250,.7)}.ep-friendly-empty strong{font-family:Georgia,serif;color:var(--ep-forest);font-size:25px}.ep-friendly-empty p{font-size:12px;line-height:1.6;color:var(--ep-muted);max-width:600px}

/* AREA */
.ep-area-section{background:#edf0e7}.ep-section-head{display:grid;grid-template-columns:1fr 370px;gap:40px;align-items:end;margin-bottom:22px}.ep-section-head p{margin:0}.ep-area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ep-area-card{background:var(--ep-paper);border:1px solid var(--ep-line);border-radius:14px;overflow:hidden;text-decoration:none;box-shadow:var(--ep-shadow-soft)}.ep-area-photo{height:118px;background-size:cover;background-position:center}.ep-area-body{display:grid;grid-template-columns:28px 1fr;gap:8px;padding:12px}.ep-area-body>span{color:var(--ep-leaf);font-size:18px}.ep-area-body h3{font-family:Georgia,serif;font-size:16px;color:var(--ep-forest);margin:0 0 3px}.ep-area-body p{font-size:8.5px;line-height:1.45;color:var(--ep-muted);margin:0}

/* TRUST */
.ep-trust-section{padding:58px 0;background:#fbfaf5}.ep-trust-wrap{border:1px solid var(--ep-line);border-radius:18px;background:linear-gradient(180deg,#fffefa,#f4f5ed);padding:30px 32px;box-shadow:0 8px 26px rgba(29,58,39,.04)}.ep-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:17px}.ep-trust-item{text-align:center;padding:15px 12px}.ep-trust-item>span{display:grid;place-items:center;margin:0 auto 9px;width:34px;height:34px;border-radius:50%;color:var(--ep-pine);background:#e6eee1;font-size:16px}.ep-trust-item strong{display:block;font-size:11px;color:#193f2b;margin-bottom:5px}.ep-trust-item p{font-size:8.5px;line-height:1.45;color:var(--ep-muted);margin:0}

/* ARTICLES */
.ep-article-card{background:var(--ep-paper);border:1px solid var(--ep-line);border-radius:14px;overflow:hidden;box-shadow:var(--ep-shadow-soft)}.ep-article-photo{display:block;height:130px;background-size:cover;background-position:center}.ep-article-card>div{padding:14px}.ep-article-card>div>span{display:inline-block;font-size:8px;font-weight:900;color:var(--ep-leaf);letter-spacing:.09em;margin-bottom:6px}.ep-article-card h3{font-size:13px;line-height:1.4;margin:0 0 7px;color:#1c3e2c}.ep-article-card h3 a{text-decoration:none}.ep-article-card p{font-size:9px;line-height:1.5;color:var(--ep-muted);min-height:42px}.ep-read-more{font-size:9px;text-decoration:none;font-weight:850;color:#21583a}

/* CTA + FOOTER */
.ep-final-cta{background:linear-gradient(135deg,#123b28,#174d33);color:#fff;padding:50px 0;position:relative;overflow:hidden}.ep-final-cta:after{content:"";position:absolute;inset:auto 0 0;height:44px;background:linear-gradient(180deg,transparent,rgba(3,25,13,.16));pointer-events:none}.ep-final-cta .ep-eyebrow{color:#bed69d}.ep-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;position:relative;z-index:1}.ep-final-cta h2{font-family:Georgia,serif;font-size:38px;line-height:1.04;letter-spacing:-.035em;margin:0 0 10px;max-width:650px}.ep-final-cta p{font-size:11px;line-height:1.65;color:#d6e3da;max-width:640px;margin:0}.ep-final-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.ep-footer{background:#0c2b1c;color:#fff;padding:40px 0 20px}.ep-footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,.75fr);gap:42px}.ep-footer-brand img{width:180px;filter:brightness(0) invert(1);opacity:.96}.ep-footer p,.ep-footer a,.ep-footer span{font-size:9.5px;line-height:1.55;color:#c7d6cc;text-decoration:none}.ep-footer-brand p{max-width:360px}.ep-footer-grid>div>strong{display:block;font-size:10px;color:#fff;margin-bottom:8px}.ep-footer-grid>div>a,.ep-footer-grid>div>span{display:block;margin:5px 0}.ep-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);padding-top:17px;margin-top:25px}.ep-footer-bottom span{font-size:8px;color:#8ea799}.ep-mobile-cta{display:none}
.ep-no-results{grid-column:1/-1;background:#f2f5ec;border:1px dashed var(--ep-line);padding:18px;border-radius:12px;color:#65766a;font-size:11px}

/* RESPONSIVE */
@media(max-width:1120px){
	.ep-main-menu{gap:16px}.ep-main-menu a{font-size:11px}.ep-header-cta{padding-inline:14px}
	.ep-product-layout{grid-template-columns:220px 1fr}.ep-card-grid-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
	body.ep-core-home.admin-bar .ep-site-header{top:32px}.ep-site-header{height:70px}.ep-brand img{width:158px}.ep-header-cta{margin-left:0}.ep-menu-toggle{display:flex}.ep-main-menu{display:none;position:absolute;left:20px;right:20px;top:66px;height:auto;background:var(--ep-paper);border:1px solid var(--ep-line);border-radius:14px;padding:10px;box-shadow:var(--ep-shadow);flex-direction:column;gap:0;align-items:stretch}.ep-main-menu.is-open{display:flex}.ep-main-menu a{min-height:41px;padding:0 12px}.ep-main-menu a:after{display:none}
	.ep-hero-copy{width:min(570px,68%)}.ep-quick-grid{grid-template-columns:repeat(2,1fr)}
	.ep-product-layout{grid-template-columns:1fr}.ep-intro-panel{max-width:650px}.ep-card-grid-3{grid-template-columns:repeat(2,1fr)}.ep-card-grid-4{grid-template-columns:repeat(2,1fr)}
	.ep-area-grid{grid-template-columns:repeat(2,1fr)}.ep-trust-grid{grid-template-columns:repeat(3,1fr)}.ep-section-head{grid-template-columns:1fr}.ep-section-head>p{max-width:650px}.ep-footer-grid{grid-template-columns:1.2fr repeat(2,.8fr)}.ep-footer-grid>div:last-child{grid-column:2/4}
}
@media(max-width:680px){
	body.ep-core-home.admin-bar .ep-site-header{top:46px}.ep-shell{width:calc(100% - 24px)}.ep-site-header{height:64px}.ep-brand img{width:145px}.ep-header-cta{display:none}.ep-main-menu{left:12px;right:12px;top:60px}.ep-menu-toggle{width:38px;height:38px}
	.ep-hero{min-height:720px}.ep-hero-inner{min-height:720px;padding:38px 0 310px;align-items:flex-start}.ep-hero-copy{width:100%;padding-top:32px}.ep-hero-copy h1{font-size:46px;line-height:.99;max-width:420px}.ep-hero-copy p{font-size:13px;max-width:420px}.ep-hero-shade{background:linear-gradient(180deg,rgba(250,248,242,.95) 0%,rgba(250,248,242,.80) 42%,rgba(250,248,242,.20) 72%,rgba(17,59,39,.09) 100%)}.ep-hero-controls{bottom:285px}.ep-hero-arrows{display:none}.ep-finder-wrap{bottom:14px}.ep-finder{grid-template-columns:1fr;padding:8px}.ep-finder-field{grid-template-columns:26px 1fr;padding:8px 10px;border-right:0;border-bottom:1px solid var(--ep-line)}.ep-find-button{min-height:46px}.ep-quick-section{padding:24px 0 14px}.ep-quick-grid{grid-template-columns:1fr 1fr;gap:9px}.ep-quick-photo{height:82px}.ep-quick-body{grid-template-columns:29px 1fr;min-height:76px;padding:10px;gap:7px}.ep-quick-body>b{display:none}.ep-quick-icon{width:29px;height:29px;font-size:13px}.ep-quick-body h2{font-size:14px}.ep-quick-body p{font-size:8px}
	.ep-section{padding:52px 0}.ep-intro-panel h2,.ep-section-head h2{font-size:34px}.ep-card-grid-3,.ep-card-grid-4,.ep-area-grid{grid-template-columns:1fr}.ep-card-photo{height:180px}.ep-vehicle-photo{height:155px}.ep-service-invite{min-height:310px;padding:22px}.ep-service-invite h3{font-size:31px}.ep-trust-wrap{padding:23px 16px}.ep-trust-grid{grid-template-columns:1fr 1fr}.ep-trust-item{padding:11px 6px}.ep-final-cta{padding:42px 0 84px}.ep-final-cta-inner{display:block}.ep-final-cta h2{font-size:34px}.ep-final-actions{justify-content:flex-start;margin-top:20px}.ep-footer{padding-bottom:82px}.ep-footer-grid{grid-template-columns:1fr 1fr;gap:26px}.ep-footer-brand{grid-column:1/-1}.ep-footer-grid>div:last-child{grid-column:auto}.ep-footer-bottom{display:block}.ep-footer-bottom span{display:block;margin:4px 0}.ep-mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:0;right:0;bottom:0;z-index:1100;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:rgba(255,254,250,.97);border-top:1px solid var(--ep-line);box-shadow:0 -6px 20px rgba(20,50,34,.09);gap:7px}.ep-mobile-cta a{min-height:42px;display:grid;place-items:center;border-radius:9px;text-decoration:none;font-size:10px;font-weight:850;background:var(--ep-forest);color:#fff}.ep-mobile-cta a:first-child{background:#57a764}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ep-hero-slide,.ep-btn,.ep-quick-card{transition:none!important}.ep-hero-fade_zoom .ep-hero-slide,.ep-hero-fade_zoom .ep-hero-slide.is-active{transform:none!important}}


/* =========================================================
   Batch 10 — Minta Proposal / Qualification Page
   ========================================================= */

/* PROPOSAL PAGE VISUAL HARDENING — Batch 10 follow-up */
body.ep-proposal-page{margin:0;background:var(--ep-ivory);color:var(--ep-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.ep-proposal-page.admin-bar .ep-site-header{top:32px}
body.ep-proposal-page .ep-site-header{height:78px;position:sticky;top:0;z-index:1000;background:rgba(255,254,250,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--ep-line)}
body.ep-proposal-page .ep-site-nav{height:100%;display:flex;align-items:center;gap:28px}
body.ep-proposal-page .ep-brand{display:block;flex:0 0 auto;text-decoration:none}
body.ep-proposal-page .ep-brand img{display:block;width:180px;height:auto;max-height:58px;object-fit:contain}
body.ep-proposal-page .ep-main-menu{margin-left:auto;display:flex;align-items:stretch;height:100%;gap:24px}
body.ep-proposal-page .ep-main-menu a{position:relative;display:flex;align-items:center;text-decoration:none;font-size:12px;font-weight:750;color:#263c31;white-space:nowrap}
body.ep-proposal-page .ep-main-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--ep-leaf);transition:right .22s ease}
body.ep-proposal-page .ep-main-menu a:hover:after{right:0}
body.ep-proposal-page .ep-main-menu a:hover{color:var(--ep-forest)}
body.ep-proposal-page .ep-header-cta{margin-left:8px;white-space:nowrap}
body.ep-proposal-page main{display:block;margin:0;padding:0}
body.ep-proposal-page h1,body.ep-proposal-page h2,body.ep-proposal-page h3,body.ep-proposal-page p{max-width:none}
body.ep-proposal-page .ep-proposal-hero{position:relative;overflow:hidden}
body.ep-proposal-page .ep-proposal-hero-grid{width:min(1180px,calc(100% - 40px));margin-inline:auto}
body.ep-proposal-page .ep-proposal-main>.ep-shell,body.ep-proposal-page .ep-proposal-faq>.ep-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
body.ep-proposal-page .ep-proposal-form input,body.ep-proposal-page .ep-proposal-form select,body.ep-proposal-page .ep-proposal-form textarea{font-family:inherit;box-shadow:none}
body.ep-proposal-page .ep-proposal-form input[type=radio],body.ep-proposal-page .ep-proposal-form input[type=checkbox]{width:auto;margin:0}
body.ep-proposal-page .ep-site-footer{margin:0}
body.ep-proposal-page .ep-site-footer a{text-decoration:none}
@media(max-width:980px){
 body.ep-proposal-page .ep-site-nav{gap:16px}
 body.ep-proposal-page .ep-main-menu{gap:14px}
 body.ep-proposal-page .ep-main-menu a{font-size:11px}
 body.ep-proposal-page .ep-header-cta{display:none}
}
@media(max-width:760px){
 body.ep-proposal-page .ep-site-header{height:68px}
 body.ep-proposal-page .ep-site-nav{justify-content:center}
 body.ep-proposal-page .ep-brand img{width:155px}
 body.ep-proposal-page .ep-main-menu{display:none}
 body.ep-proposal-page .ep-proposal-hero-grid,body.ep-proposal-page .ep-proposal-main>.ep-shell,body.ep-proposal-page .ep-proposal-faq>.ep-shell{width:calc(100% - 28px)}
}

.ep-proposal-page{background:#f8f7f1;color:#193526}
.ep-proposal-hero{padding:86px 0 70px;background:
	radial-gradient(circle at 82% 18%,rgba(112,153,84,.18),transparent 28%),
	linear-gradient(135deg,#f8f7f1 0%,#edf2e7 100%)}
.ep-proposal-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);gap:54px;align-items:center}
.ep-proposal-hero h1{font-family:Georgia,serif;color:#143d29;font-size:clamp(46px,5vw,72px);line-height:1.02;letter-spacing:-.035em;max-width:850px;margin:12px 0 22px}
.ep-proposal-hero p{font-size:16px;line-height:1.75;color:#587065;max-width:720px;margin:0}
.ep-proposal-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.ep-proposal-trust span{font-size:11px;font-weight:800;color:#315542;background:rgba(255,255,255,.72);border:1px solid rgba(34,78,53,.1);border-radius:999px;padding:9px 12px}
.ep-proposal-summary-card{background:#153d29;color:#fff;border-radius:22px;padding:30px;box-shadow:0 24px 55px rgba(18,58,38,.14)}
.ep-proposal-summary-card span{display:block;color:#a8cd8e;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:14px}
.ep-proposal-summary-card strong{display:block;font-family:Georgia,serif;font-size:27px;line-height:1.18;margin-bottom:14px}
.ep-proposal-summary-card p{font-size:12px;line-height:1.7;color:#d5e2d9}

.ep-proposal-main{padding:72px 0;background:#fbfaf6}
.ep-proposal-layout{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(300px,.72fr);gap:24px;align-items:start}
.ep-proposal-form-card,.ep-proposal-aside-card{background:#fff;border:1px solid rgba(28,70,46,.09);border-radius:20px;box-shadow:0 14px 38px rgba(27,61,42,.055)}
.ep-proposal-form-card{padding:34px}
.ep-proposal-form-head{margin-bottom:28px}
.ep-proposal-form-head h2,.ep-proposal-aside h2,.ep-proposal-success h2{font-family:Georgia,serif;color:#153d29;font-size:30px;line-height:1.15;margin:8px 0 10px}
.ep-proposal-form-head p,.ep-proposal-aside-card p,.ep-proposal-success p{color:#68796f;font-size:13px;line-height:1.7}
.ep-form-public-section{padding:24px 0;border-top:1px solid #edf0eb}
.ep-form-public-section:first-of-type{border-top:0;padding-top:0}
.ep-form-public-section h3{font-size:14px;color:#234b34;margin:0 0 15px}
.ep-public-grid{display:grid;gap:14px}
.ep-public-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ep-proposal-form label>span,.ep-public-textarea>span{display:block;font-size:10px;font-weight:900;letter-spacing:.03em;color:#345440;margin-bottom:7px}
.ep-proposal-form input[type=text],.ep-proposal-form input[type=email],.ep-proposal-form input[type=tel],.ep-proposal-form input[type=number],.ep-proposal-form input[type=date],.ep-proposal-form select,.ep-proposal-form textarea{
	width:100%;box-sizing:border-box;border:1px solid #dfe5df;border-radius:10px;background:#fbfcfa;color:#183728;padding:12px 13px;font-size:13px;outline:none;transition:border-color .2s,box-shadow .2s
}
.ep-proposal-form input:focus,.ep-proposal-form select:focus,.ep-proposal-form textarea:focus{border-color:#78a85e;box-shadow:0 0 0 3px rgba(109,157,83,.11)}
.ep-public-check{display:flex!important;align-items:center;gap:8px;margin-top:12px;font-size:12px;color:#52685b}
.ep-public-check span{margin:0!important;font-size:12px!important;font-weight:600!important;letter-spacing:0!important}
.ep-need-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:16px}
.ep-need-option{position:relative}
.ep-need-option input{position:absolute;opacity:0;pointer-events:none}
.ep-need-option span{display:flex!important;align-items:center;justify-content:center;min-height:45px;text-align:center;border:1px solid #dde6dd;border-radius:10px;background:#f8faf7;color:#365844!important;font-size:11px!important;font-weight:800!important;margin:0!important;padding:8px;cursor:pointer;transition:.2s}
.ep-need-option input:checked+span{background:#e4efdf;border-color:#79a95d;color:#16432c!important;box-shadow:0 0 0 2px rgba(112,158,84,.08)}
.ep-proposal-submit-row{padding-top:22px;border-top:1px solid #edf0eb}
.ep-proposal-submit-row small{display:block;color:#89948d;font-size:9px;line-height:1.5;margin-top:10px;max-width:680px}
.ep-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.ep-public-alert{padding:13px 15px;border-radius:10px;margin-bottom:18px;font-size:12px;font-weight:700}
.ep-public-alert-error{background:#fff0ee;color:#8b3329;border:1px solid #f4d4cf}
.ep-proposal-aside{display:grid;gap:16px;position:sticky;top:96px}
.ep-proposal-aside-card{padding:25px}
.ep-proposal-aside-card ul{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.ep-proposal-aside-card li{font-size:12px;line-height:1.5;color:#52685b;padding-left:20px;position:relative}
.ep-proposal-aside-card li:before{content:"✓";position:absolute;left:0;color:#6e9c54;font-weight:900}
.ep-proposal-steps{display:grid;gap:14px;margin-top:17px}
.ep-proposal-steps>div{display:flex;gap:12px}
.ep-proposal-steps b{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;background:#e5efdf;color:#1e4a32;font-size:9px}
.ep-proposal-steps span{display:block}
.ep-proposal-steps strong{display:block;color:#244a34;font-size:12px;margin-bottom:3px}
.ep-proposal-steps small{display:block;color:#7b8981;font-size:10px;line-height:1.5}
.ep-btn-block{width:100%;justify-content:center}
.ep-proposal-success{text-align:center;padding:38px 10px}
.ep-success-icon{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#e4efdf;color:#235138;font-size:28px;font-weight:900}
.ep-proposal-success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.ep-btn-soft{background:#eef3ea;color:#214a33;border:1px solid rgba(31,76,49,.1)}
.ep-proposal-faq{padding:70px 0 90px;background:#f3f3ec}
.ep-section-heading{max-width:680px;margin-bottom:26px}
.ep-section-heading h2{font-family:Georgia,serif;color:#153d29;font-size:36px;margin:8px 0}
.ep-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ep-faq-grid details{background:#fff;border:1px solid rgba(28,70,46,.09);border-radius:14px;padding:18px 20px}
.ep-faq-grid summary{cursor:pointer;font-size:12px;font-weight:900;color:#254b35}
.ep-faq-grid p{font-size:11px;line-height:1.65;color:#6a7a71;margin:12px 0 0}

@media(max-width:980px){
	.ep-proposal-hero-grid,.ep-proposal-layout{grid-template-columns:1fr}
	.ep-proposal-aside{position:static}
	.ep-proposal-hero{padding:64px 0 52px}
	.ep-proposal-summary-card{max-width:620px}
}
@media(max-width:680px){
	.ep-proposal-hero h1{font-size:43px}
	.ep-proposal-form-card{padding:22px 16px}
	.ep-public-grid-2,.ep-need-grid,.ep-faq-grid{grid-template-columns:1fr}
	.ep-proposal-main{padding:42px 0}
	.ep-proposal-faq{padding:50px 0 100px}
	.ep-proposal-trust{display:grid}
}


/* =========================================================
   Explore Puncak Proposal UI — v0.10.2 Typography Curation
   Hardening layer. Deliberately scoped by proposal components,
   not body class, to avoid Flatsome/body-class collision.
   ========================================================= */

.ep-proposal-page{
  --ep-type-display: Georgia, "Times New Roman", serif;
  --ep-type-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Header: explicit geometry so theme CSS cannot stack the menu. */
.ep-site-header{
  height:88px !important;
  min-height:88px !important;
  background:#fffef9 !important;
  border-bottom:1px solid rgba(23,61,41,.10) !important;
}
.ep-site-header .ep-shell.ep-site-nav{
  width:min(1280px,calc(100% - 48px)) !important;
  max-width:1280px !important;
  height:88px !important;
  min-height:88px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:34px !important;
}
.ep-site-header .ep-brand{
  display:flex !important;
  align-items:center !important;
  flex:0 0 205px !important;
  width:205px !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
}
.ep-site-header .ep-brand img{
  display:block !important;
  width:190px !important;
  max-width:190px !important;
  height:auto !important;
  max-height:66px !important;
  margin:0 !important;
}
.ep-site-header .ep-main-menu{
  display:flex !important;
  flex:1 1 auto !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:center !important;
  gap:30px !important;
  height:88px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.ep-site-header .ep-main-menu a{
  display:flex !important;
  align-items:center !important;
  height:88px !important;
  margin:0 !important;
  padding:0 !important;
  color:#173b29 !important;
  font-family:var(--ep-type-ui) !important;
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:-.01em !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
.ep-site-header .ep-header-cta{
  flex:0 0 auto !important;
  min-height:48px !important;
  padding:0 22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-family:var(--ep-type-ui) !important;
  font-size:15px !important;
  font-weight:800 !important;
}

/* Hero composition: calmer editorial hierarchy, larger readable support text. */
.ep-proposal-hero{
  padding:82px 0 78px !important;
}
.ep-proposal-hero-grid{
  width:min(1280px,calc(100% - 48px)) !important;
  max-width:1280px !important;
  margin:0 auto !important;
  grid-template-columns:minmax(0,1.38fr) minmax(330px,.62fr) !important;
  gap:72px !important;
}
.ep-proposal-hero .ep-eyebrow,
.ep-proposal-main .ep-eyebrow,
.ep-proposal-faq .ep-eyebrow{
  font-family:var(--ep-type-ui) !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
  letter-spacing:.14em !important;
}
.ep-proposal-hero h1{
  max-width:780px !important;
  margin:16px 0 24px !important;
  font-family:var(--ep-type-display) !important;
  font-size:clamp(3.15rem,4.25vw,4.15rem) !important;
  line-height:1.04 !important;
  letter-spacing:-.035em !important;
  font-weight:700 !important;
  text-wrap:balance;
}
.ep-proposal-hero p{
  max-width:700px !important;
  margin:0 !important;
  font-family:var(--ep-type-ui) !important;
  font-size:18px !important;
  line-height:1.68 !important;
  font-weight:450 !important;
  color:#496558 !important;
}
.ep-proposal-trust{
  gap:12px !important;
  margin-top:30px !important;
}
.ep-proposal-trust span{
  padding:10px 14px !important;
  font-family:var(--ep-type-ui) !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}
.ep-proposal-summary-card{
  border-radius:24px !important;
  padding:34px 34px 32px !important;
}
.ep-proposal-summary-card > span{
  font-family:var(--ep-type-ui) !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:850 !important;
}
.ep-proposal-summary-card strong{
  margin-bottom:18px !important;
  font-family:var(--ep-type-display) !important;
  font-size:32px !important;
  line-height:1.18 !important;
  letter-spacing:-.02em !important;
}
.ep-proposal-summary-card p{
  font-family:var(--ep-type-ui) !important;
  font-size:15px !important;
  line-height:1.65 !important;
}

/* Form/readability scale. */
.ep-proposal-main{padding:76px 0 !important}
.ep-proposal-main > .ep-shell,
.ep-proposal-faq > .ep-shell{
  width:min(1280px,calc(100% - 48px)) !important;
  max-width:1280px !important;
  margin-inline:auto !important;
}
.ep-proposal-layout{
  grid-template-columns:minmax(0,1.55fr) minmax(330px,.68fr) !important;
  gap:30px !important;
}
.ep-proposal-form-card{padding:42px !important}
.ep-proposal-form-head h2,
.ep-proposal-aside h2,
.ep-proposal-success h2{
  font-size:34px !important;
  line-height:1.18 !important;
}
.ep-proposal-form-head p,
.ep-proposal-aside-card p,
.ep-proposal-success p{
  font-family:var(--ep-type-ui) !important;
  font-size:16px !important;
  line-height:1.65 !important;
}
.ep-form-public-section h3{
  font-family:var(--ep-type-ui) !important;
  font-size:19px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
.ep-proposal-form label>span,
.ep-public-textarea>span{
  font-family:var(--ep-type-ui) !important;
  font-size:14px !important;
  line-height:1.3 !important;
  font-weight:750 !important;
  letter-spacing:0 !important;
}
.ep-proposal-form input[type=text],
.ep-proposal-form input[type=email],
.ep-proposal-form input[type=tel],
.ep-proposal-form input[type=number],
.ep-proposal-form input[type=date],
.ep-proposal-form select,
.ep-proposal-form textarea{
  min-height:52px !important;
  font-family:var(--ep-type-ui) !important;
  font-size:16px !important;
  line-height:1.45 !important;
}
.ep-need-option span,
.ep-public-check span{
  font-family:var(--ep-type-ui) !important;
  font-size:15px !important;
  line-height:1.4 !important;
}
.ep-proposal-submit-row small{
  font-family:var(--ep-type-ui) !important;
  font-size:13px !important;
  line-height:1.55 !important;
}
.ep-proposal-aside-card li{
  font-family:var(--ep-type-ui) !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.ep-proposal-steps strong{font-size:15px !important}
.ep-proposal-steps small{font-size:13px !important;line-height:1.5 !important}
.ep-proposal-steps b{font-size:12px !important}
.ep-submit-proposal{
  min-height:54px !important;
  padding:0 24px !important;
  font-size:16px !important;
  font-weight:800 !important;
}

/* FAQ */
.ep-proposal-faq .ep-section-heading h2{
  font-size:40px !important;
  line-height:1.15 !important;
}
.ep-faq-grid summary{
  font-size:16px !important;
  line-height:1.4 !important;
  font-weight:750 !important;
}
.ep-faq-grid p{
  font-size:15px !important;
  line-height:1.65 !important;
}

/* Responsive hierarchy */
@media (max-width:1100px){
  .ep-site-header .ep-shell.ep-site-nav{gap:20px !important}
  .ep-site-header .ep-brand{flex-basis:180px !important;width:180px !important}
  .ep-site-header .ep-brand img{width:170px !important}
  .ep-site-header .ep-main-menu{gap:18px !important}
  .ep-site-header .ep-main-menu a{font-size:14px !important}
  .ep-proposal-hero-grid{gap:42px !important}
}
@media (max-width:900px){
  .ep-site-header{height:76px !important;min-height:76px !important}
  .ep-site-header .ep-shell.ep-site-nav{height:76px !important;min-height:76px !important}
  .ep-site-header .ep-main-menu{display:none !important}
  .ep-site-header .ep-brand{flex:1 1 auto !important}
  .ep-site-header .ep-header-cta{display:inline-flex !important}
  .ep-proposal-hero-grid,.ep-proposal-layout{grid-template-columns:1fr !important}
  .ep-proposal-hero h1{max-width:760px !important}
  .ep-proposal-summary-card{max-width:620px !important}
}
@media (max-width:600px){
  .ep-site-header .ep-shell.ep-site-nav,
  .ep-proposal-hero-grid,
  .ep-proposal-main > .ep-shell,
  .ep-proposal-faq > .ep-shell{width:calc(100% - 28px) !important}
  .ep-site-header .ep-header-cta{display:none !important}
  .ep-site-header .ep-brand img{width:158px !important}
  .ep-proposal-hero{padding:54px 0 48px !important}
  .ep-proposal-hero h1{font-size:clamp(2.55rem,12vw,3.25rem) !important;line-height:1.02 !important}
  .ep-proposal-hero p{font-size:17px !important;line-height:1.62 !important}
  .ep-proposal-trust span{font-size:13px !important}
  .ep-proposal-summary-card{padding:28px 24px !important}
  .ep-proposal-summary-card strong{font-size:28px !important}
  .ep-proposal-form-card{padding:28px 20px !important}
  .ep-proposal-form-head h2,.ep-proposal-aside h2,.ep-proposal-success h2{font-size:29px !important}
  .ep-proposal-faq .ep-section-heading h2{font-size:32px !important}
}


/* =========================================================
   Explore Puncak Global Public Design System — v0.10.3
   One typography family, fewer colors, fewer button variants.
   ========================================================= */

:root{
  --ep-forest:#155238;
  --ep-forest-dark:#0f3828;
  --ep-ivory:#f7f5ee;
  --ep-paper:#ffffff;
  --ep-charcoal:#1e2f27;
  --ep-muted:#5f7067;
  --ep-accent:#6f994f;
  --ep-line:rgba(30,47,39,.12);
  --ep-shadow:0 16px 36px rgba(15,56,40,.10);
  --ep-shadow-soft:0 8px 22px rgba(15,56,40,.07);
  --ep-font:Calibri,"Segoe UI",Arial,sans-serif;
}

/* TYPOGRAPHY — Calibri-first everywhere on Core public pages */
body.ep-core-home,
body.ep-proposal-page,
.ep-core-home,
.ep-proposal-page,
.ep-core-home button,
.ep-core-home input,
.ep-core-home select,
.ep-core-home textarea,
.ep-proposal-page button,
.ep-proposal-page input,
.ep-proposal-page select,
.ep-proposal-page textarea{
  font-family:var(--ep-font) !important;
  color:var(--ep-charcoal);
}

.ep-core-home h1,.ep-core-home h2,.ep-core-home h3,.ep-core-home h4,
.ep-proposal-page h1,.ep-proposal-page h2,.ep-proposal-page h3,.ep-proposal-page h4,
.ep-hero-copy h1,.ep-intro-panel h2,.ep-section-head h2,.ep-card-body h3,
.ep-service-invite h3,.ep-final-cta h2,.ep-proposal-summary-card strong,
.ep-proposal-form-head h2,.ep-proposal-aside h2,.ep-proposal-success h2,
.ep-proposal-faq .ep-section-heading h2{
  font-family:var(--ep-font) !important;
  letter-spacing:-.025em !important;
}

.ep-eyebrow{
  font-family:var(--ep-font) !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  color:var(--ep-accent) !important;
}

/* HEADER — clear, single-scale navigation */
.ep-site-header{
  background:rgba(255,255,255,.97) !important;
  border-bottom:1px solid var(--ep-line) !important;
  box-shadow:0 2px 12px rgba(15,56,40,.035);
}
.ep-brand img{width:190px !important}
.ep-main-menu a{
  font-family:var(--ep-font) !important;
  font-size:16px !important;
  font-weight:700 !important;
  color:var(--ep-charcoal) !important;
}
.ep-main-menu a:hover,.ep-main-menu a.is-active{color:var(--ep-forest) !important}

/* BUTTON SYSTEM
   1. Primary = Forest
   2. Secondary = neutral/outline
   3. WhatsApp inherits the same system, no extra bright-green language
*/
.ep-btn{
  min-height:50px !important;
  padding:0 22px !important;
  border-radius:9px !important;
  font-family:var(--ep-font) !important;
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:none !important;
}
.ep-btn-primary,
.ep-btn-wa{
  background:var(--ep-forest) !important;
  border:1px solid var(--ep-forest) !important;
  color:#fff !important;
}
.ep-btn-primary:hover,
.ep-btn-wa:hover{
  background:var(--ep-forest-dark) !important;
  border-color:var(--ep-forest-dark) !important;
  color:#fff !important;
}
.ep-btn-secondary,
.ep-btn-ivory,
.ep-btn-soft{
  background:#fff !important;
  border:1px solid rgba(21,82,56,.24) !important;
  color:var(--ep-forest) !important;
}
.ep-btn-secondary:hover,
.ep-btn-ivory:hover,
.ep-btn-soft:hover{
  background:#f1f4ef !important;
  border-color:rgba(21,82,56,.38) !important;
  color:var(--ep-forest-dark) !important;
}
.ep-btn-on-dark{
  background:transparent !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.55) !important;
}
.ep-btn-on-dark:hover{
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  border-color:#fff !important;
}

/* HOMEPAGE HERO — decisive left contrast, clear white copy */
.ep-hero{
  min-height:680px !important;
  background:#173d2c !important;
}
.ep-hero-slides{z-index:-3 !important}
.ep-hero-shade{
  z-index:-2 !important;
  background:
    linear-gradient(90deg,
      rgba(9,38,26,.88) 0%,
      rgba(9,38,26,.78) 31%,
      rgba(9,38,26,.48) 52%,
      rgba(9,38,26,.15) 73%,
      rgba(9,38,26,.04) 100%) !important;
}
.ep-hero-inner{
  min-height:680px !important;
  padding:74px 0 118px !important;
}
.ep-hero-copy{
  width:min(760px,62%) !important;
}
.ep-hero-copy .ep-eyebrow{
  color:#d7e8cb !important;
  margin-bottom:16px !important;
}
.ep-hero-copy h1{
  max-width:760px !important;
  margin:0 0 24px !important;
  color:#fff !important;
  font-size:clamp(54px,4.7vw,68px) !important;
  line-height:1.02 !important;
  font-weight:700 !important;
  text-shadow:0 2px 16px rgba(0,0,0,.20) !important;
}
.ep-hero-copy p{
  max-width:690px !important;
  color:#f0f5f1 !important;
  font-size:19px !important;
  line-height:1.58 !important;
  font-weight:400 !important;
  text-shadow:0 1px 8px rgba(0,0,0,.18);
}
.ep-hero-actions{
  margin-top:30px !important;
  gap:12px !important;
}
.ep-hero-actions .ep-btn-secondary{
  background:rgba(255,255,255,.94) !important;
  color:var(--ep-forest-dark) !important;
  border-color:rgba(255,255,255,.94) !important;
}

/* Finder: stop using tiny UI text */
.ep-finder{
  border-radius:14px !important;
  padding:10px !important;
}
.ep-finder-field label{
  font-size:14px !important;
  font-weight:700 !important;
  color:var(--ep-charcoal) !important;
}
.ep-finder-field select{
  font-family:var(--ep-font) !important;
  font-size:15px !important;
  color:var(--ep-muted) !important;
}

/* QUICK CATEGORY */
.ep-quick-body h2{
  font-size:20px !important;
  line-height:1.15 !important;
  font-weight:700 !important;
}
.ep-quick-body p{
  font-size:14px !important;
  line-height:1.45 !important;
}

/* SECTIONS */
.ep-section{padding:82px 0 !important}
.ep-intro-panel h2,.ep-section-head h2{
  font-size:clamp(38px,3.5vw,46px) !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  color:var(--ep-charcoal) !important;
}
.ep-intro-panel p,.ep-section-head p{
  font-size:17px !important;
  line-height:1.6 !important;
  color:var(--ep-muted) !important;
}
.ep-product-layout{
  grid-template-columns:minmax(260px,310px) minmax(0,1fr) !important;
  gap:38px !important;
}

/* Cards: readable, no 8–10px commercial text */
.ep-card-body{padding:18px !important}
.ep-card-body h3{
  font-size:21px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  color:var(--ep-charcoal) !important;
}
.ep-card-body>p{
  min-height:auto !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.ep-card-meta span{
  font-size:12px !important;
  line-height:1.2 !important;
  padding:6px 8px !important;
}
.ep-card-footer small{font-size:12px !important}
.ep-card-footer strong{font-size:14px !important}
.ep-card-footer>a{font-size:14px !important}

.ep-card-photo>span{
  font-size:12px !important;
  padding:6px 9px !important;
}

/* Dark image invitations: force white contrast */
.ep-service-invite{
  background:
    linear-gradient(90deg,rgba(9,38,26,.90),rgba(9,38,26,.48)),
    var(--ep-invite-image) center/cover no-repeat !important;
}
.ep-service-invite span{font-size:13px !important;color:#dbe9d2 !important}
.ep-service-invite h3{
  color:#fff !important;
  font-size:38px !important;
  line-height:1.08 !important;
}
.ep-service-invite p{
  color:#f2f6f3 !important;
  font-size:16px !important;
  line-height:1.6 !important;
}
.ep-service-invite .ep-btn{
  background:#fff !important;
  color:var(--ep-forest-dark) !important;
  border-color:#fff !important;
}

/* Trust / Articles */
.ep-trust-item strong{font-size:16px !important}
.ep-trust-item p{font-size:14px !important;line-height:1.5 !important}
.ep-article-card>div>span{font-size:12px !important}
.ep-article-card h3{font-size:18px !important;line-height:1.35 !important}
.ep-article-card p{font-size:14px !important;line-height:1.55 !important}
.ep-read-more{font-size:14px !important}

/* FINAL CTA — one dark surface, white heading, restrained buttons */
.ep-final-cta{
  background:var(--ep-forest-dark) !important;
  color:#fff !important;
  padding:64px 0 !important;
}
.ep-final-cta .ep-eyebrow{color:#d6e5ce !important}
.ep-final-cta h2{
  max-width:720px !important;
  color:#fff !important;
  font-size:42px !important;
  line-height:1.08 !important;
  font-weight:700 !important;
}
.ep-final-cta p{
  max-width:700px !important;
  color:#e7efe9 !important;
  font-size:17px !important;
  line-height:1.6 !important;
}
.ep-final-cta .ep-btn-primary{
  background:#fff !important;
  color:var(--ep-forest-dark) !important;
  border-color:#fff !important;
}
.ep-final-cta .ep-btn-primary:hover{
  background:#f1f3ed !important;
  color:var(--ep-forest-dark) !important;
  border-color:#f1f3ed !important;
}

/* FOOTER — raise all tiny text */
.ep-footer{
  background:#0b2d20 !important;
  padding:50px 0 26px !important;
}
.ep-footer p,.ep-footer a,.ep-footer span{
  font-size:14px !important;
  line-height:1.6 !important;
}
.ep-footer-grid>div>strong{
  font-size:15px !important;
  font-weight:700 !important;
}
.ep-footer-bottom span{
  font-size:13px !important;
}

/* Proposal page uses the SAME family and scale */
.ep-proposal-hero h1{
  font-family:var(--ep-font) !important;
  font-size:clamp(48px,4.2vw,62px) !important;
  line-height:1.04 !important;
  font-weight:700 !important;
}
.ep-proposal-hero p{
  font-size:18px !important;
  line-height:1.6 !important;
}
.ep-proposal-summary-card strong{
  font-size:30px !important;
}
.ep-proposal-form-head h2,
.ep-proposal-aside h2,
.ep-proposal-success h2{
  font-size:34px !important;
  font-weight:700 !important;
}
.ep-proposal-form-head p,
.ep-proposal-aside-card p,
.ep-proposal-success p{
  font-size:16px !important;
}
.ep-form-public-section h3{font-size:19px !important}
.ep-proposal-form label>span,.ep-public-textarea>span{font-size:15px !important}
.ep-proposal-form input[type=text],
.ep-proposal-form input[type=email],
.ep-proposal-form input[type=tel],
.ep-proposal-form input[type=number],
.ep-proposal-form input[type=date],
.ep-proposal-form select,
.ep-proposal-form textarea{
  font-size:16px !important;
}

/* Mobile: still clear, never tiny */
@media(max-width:980px){
  .ep-product-layout{grid-template-columns:1fr !important}
  .ep-main-menu a{font-size:16px !important}
}
@media(max-width:680px){
  .ep-hero{
    min-height:700px !important;
  }
  .ep-hero-inner{
    min-height:700px !important;
    padding:52px 0 300px !important;
  }
  .ep-hero-shade{
    background:
      linear-gradient(180deg,
        rgba(8,36,24,.91) 0%,
        rgba(8,36,24,.80) 42%,
        rgba(8,36,24,.35) 72%,
        rgba(8,36,24,.10) 100%) !important;
  }
  .ep-hero-copy{
    width:100% !important;
    padding-top:20px !important;
  }
  .ep-hero-copy h1{
    max-width:560px !important;
    font-size:42px !important;
    line-height:1.04 !important;
  }
  .ep-hero-copy p{
    max-width:520px !important;
    font-size:17px !important;
    line-height:1.55 !important;
  }
  .ep-hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    max-width:340px !important;
  }
  .ep-btn{
    min-height:50px !important;
    font-size:16px !important;
  }
  .ep-quick-body h2{font-size:18px !important}
  .ep-quick-body p{font-size:13px !important}
  .ep-intro-panel h2,.ep-section-head h2{font-size:36px !important}
  .ep-intro-panel p,.ep-section-head p{font-size:16px !important}
  .ep-final-cta h2{font-size:36px !important}
  .ep-final-cta p{font-size:16px !important}
  .ep-footer p,.ep-footer a,.ep-footer span{font-size:14px !important}
  .ep-mobile-cta a{
    min-height:48px !important;
    font-family:var(--ep-font) !important;
    font-size:15px !important;
    font-weight:700 !important;
  }
}

/* Batch 13 managed dynamic navigation */
.ep-dynamic-nav__item{position:relative;display:flex;align-items:center}.ep-dynamic-nav__item>a{display:inline-flex;align-items:center;min-height:42px}.ep-dynamic-nav__item.has-children>a:after{content:"⌄";font-size:12px;margin-left:6px;opacity:.7}.ep-dynamic-nav__dropdown{position:absolute;left:0;top:calc(100% + 4px);min-width:260px;padding:10px;background:#fff;border:1px solid rgba(31,68,52,.12);border-radius:14px;box-shadow:0 18px 50px rgba(20,45,34,.16);display:none;z-index:50}.ep-dynamic-nav__dropdown a{display:block!important;padding:10px 12px!important;border-radius:9px;line-height:1.3;color:#20372c!important;white-space:normal}.ep-dynamic-nav__dropdown a:hover{background:#f3f5ef}.ep-dynamic-nav__item:hover .ep-dynamic-nav__dropdown,.ep-dynamic-nav__item:focus-within .ep-dynamic-nav__dropdown{display:block}@media(max-width:980px){.ep-dynamic-nav__item{display:block;width:100%}.ep-dynamic-nav__dropdown{position:static;display:block;box-shadow:none;border:0;border-left:2px solid rgba(31,68,52,.14);border-radius:0;background:transparent;margin:0 0 4px 10px;padding:0 0 0 8px}.ep-dynamic-nav__dropdown a{padding:8px 10px!important}}


/* Remove the visual split between Flatsome's transparent-home state
 * and standard inner-page state. Header remains theme-owned but uses one
 * visual contract across homepage, hubs, legacy pages, 404s and proposal.
 */
body 

/* Dropdowns: same surface across all pages. */





/* Mobile remains Flatsome-owned; only normalize typography/CTA. */
@media(max-width:849px){
  
  
  
  .mobile-sidebar .nav > li > a,
  .off-canvas .nav > li > a{
    font-family:Calibri,"Segoe UI",Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:700!important;
  }
  
}

/*
 * v0.13.4 FLATSOME NATIVE MENU LOCK
 * Explore Puncak Core intentionally does not style .header, .header-main,
 * .header-wrapper, .nav, .nav-dropdown, mobile sidebar, or menu CTA.
 * Flatsome Header Builder + Flatsome CSS are the sole presentation owners.
 */


/* v0.14.0 — dynamic product detail */
.ep-detail-page{font-family:Calibri,"Segoe UI",Arial,sans-serif;background:#fbfaf5;color:#17382b}
.ep-detail-hero{padding:56px 0;background:#f7f5ed}
.ep-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:46px;align-items:center}
.ep-detail-copy h1{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:clamp(42px,5vw,64px);line-height:1.02;letter-spacing:-.035em;font-weight:800;color:#153d2d;margin:10px 0 18px}
.ep-detail-copy>p{font-size:18px;line-height:1.7;color:#566a61;max-width:760px}
.ep-detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.ep-detail-meta span,.ep-chip-list span{background:#eef4e9;border-radius:999px;padding:7px 10px;font-size:14px;color:#41624f}
.ep-detail-price{margin:24px 0}.ep-detail-price small{display:block;color:#6c7b74;font-size:13px}.ep-detail-price strong{display:block;font-size:28px;color:#155e45}
.ep-detail-actions{display:flex;gap:10px;flex-wrap:wrap}
.ep-detail-media img,.ep-detail-media-placeholder{width:100%;height:470px;object-fit:cover;border-radius:24px;background:#e9ede6}
.ep-detail-media-placeholder{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;color:#789083}
.ep-detail-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:46px}
.ep-detail-main h2{font-size:30px;margin:0 0 14px;color:#153d2d}.ep-detail-main p{font-size:17px;line-height:1.75;color:#50645a}
.ep-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0 34px}
.ep-detail-facts div{background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:14px;padding:16px}.ep-detail-facts small{display:block;color:#77877f}.ep-detail-facts strong{display:block;margin-top:5px;font-size:18px}
.ep-chip-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:34px}
.ep-detail-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ep-detail-gallery img{width:100%;height:260px;object-fit:cover;border-radius:16px}
.ep-detail-sticky-card{position:sticky;top:120px;background:#173f2e;color:#fff;border-radius:20px;padding:24px}.ep-detail-sticky-card span{font-size:13px;opacity:.75}.ep-detail-sticky-card h3{font-size:27px;line-height:1.15;color:#fff;margin:10px 0}.ep-detail-sticky-card p{font-size:15px;line-height:1.6;color:rgba(255,255,255,.78)}
@media(max-width:900px){.ep-detail-hero-grid,.ep-detail-content-grid{grid-template-columns:1fr}.ep-detail-media{order:-1}.ep-detail-media img,.ep-detail-media-placeholder{height:340px}.ep-detail-sticky-card{position:static}}


/* v0.14.2 — Product Tour-style package detail */
.ep-detail-main-highlight{margin:18px 0 24px;padding:14px 16px;border-left:4px solid #6ea842;background:#f1f6eb;border-radius:0 12px 12px 0;font-size:17px;font-weight:700;color:#214936}
.ep-detail-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 34px}.ep-detail-check-grid>div{padding:13px 14px;background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:12px;font-size:15px}
.ep-detail-itinerary{display:grid;margin:0 0 34px}.ep-detail-itinerary-row{display:grid;grid-template-columns:90px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid rgba(22,64,46,.08)}.ep-detail-itinerary-row time{font-size:13px;color:#6a7d73;font-weight:700}.ep-detail-itinerary-row strong{display:block;font-size:16px}.ep-detail-itinerary-row p{margin:4px 0 0!important;font-size:14px!important}
.ep-detail-two-col-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 34px}.ep-detail-two-col-lists>div{padding:20px;border:1px solid rgba(22,64,46,.09);border-radius:14px;background:#fff}.ep-detail-two-col-lists h2{font-size:22px!important}.ep-detail-two-col-lists p{font-size:14px!important;margin:8px 0!important}
.ep-detail-videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:34px}.ep-video-embed{position:relative;padding-top:56.25%;background:#0c1813;border-radius:15px;overflow:hidden}.ep-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ep-video-link{display:flex;min-height:90px;align-items:center;padding:16px;border:1px solid rgba(22,64,46,.12);border-radius:14px;background:#fff;color:#155e45;font-weight:700}
.ep-detail-notes{padding:18px 20px;background:#f5f4ee;border-radius:14px}.ep-detail-notes p{margin:6px 0!important;font-size:14px!important}
@media(max-width:700px){.ep-detail-check-grid,.ep-detail-two-col-lists,.ep-detail-videos{grid-template-columns:1fr}.ep-detail-itinerary-row{grid-template-columns:72px 1fr}}


/* v0.15.0 — Package Hub Refinement */
.ep-package-hub-page{font-family:Calibri,"Segoe UI",Arial,sans-serif;background:#fbfaf5;color:#17382b}
.ep-package-hub-page .ep-shared-hero-package-hub{margin-bottom:38px}
.ep-package-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.ep-package-section-head h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:clamp(30px,3vw,42px);line-height:1.08;letter-spacing:-.025em;margin:6px 0;color:#153d2d}
.ep-package-section-head p{margin:6px 0 0;color:#66776f;font-size:16px}.ep-package-section-head>a{color:#155e45;font-weight:800;white-space:nowrap}
.ep-package-category-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.ep-package-category-card{min-height:112px;border-radius:14px;border:1px solid rgba(22,64,46,.08);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px;color:#183c2d;box-shadow:0 8px 24px rgba(28,59,46,.04)}
.ep-package-category-card span{font-size:28px;color:#155e45;margin-bottom:8px}.ep-package-category-card strong{font-size:14px}.ep-package-category-card:hover,.ep-package-category-card.is-active{border-color:rgba(21,94,69,.35);background:#f0f6ed;transform:translateY(-2px)}
.ep-package-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ep-package-hub-card{height:100%;background:#fff;border:1px solid rgba(22,64,46,.09);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(22,64,46,.055);display:flex;flex-direction:column}
.ep-package-hub-photo{display:block;height:190px;background-size:cover;background-position:center;position:relative}.ep-package-hub-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,30,20,0) 50%,rgba(7,30,20,.18))}
.ep-package-hub-photo>span{position:absolute;left:12px;top:12px;z-index:1;background:#155e45;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}
.ep-package-hub-body{padding:16px;display:flex;flex-direction:column;flex:1}.ep-package-hub-body h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:20px;line-height:1.2;margin:0 0 9px;color:#133b2b}.ep-package-hub-body h3 a{color:inherit}
.ep-package-hub-meta{display:flex;flex-wrap:wrap;gap:8px;color:#66776f;font-size:13px}.ep-package-hub-body>p{font-size:14px;line-height:1.6;color:#5d6f66;margin:12px 0}
.ep-package-hub-attrs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px}.ep-package-hub-attrs span{font-size:12px;color:#3f6350;background:#f0f5ec;border-radius:999px;padding:6px 8px}
.ep-package-hub-footer{margin-top:auto;padding-top:14px;border-top:1px solid rgba(22,64,46,.08);display:flex;align-items:end;justify-content:space-between;gap:10px}.ep-package-hub-price small{display:block;color:#849087;font-size:11px}.ep-package-hub-price strong{display:block;color:#153d2d;font-size:15px}.ep-package-detail-link{font-size:14px;color:#155e45;font-weight:800;white-space:nowrap}
.ep-package-results-header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.ep-package-results-header h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:clamp(32px,3vw,44px);margin:5px 0}.ep-package-results-header p{margin:0;color:#6c7b74}
.ep-package-sort{display:flex;gap:8px;align-items:center}.ep-package-sort label{font-size:13px;font-weight:700}.ep-package-sort select{min-width:180px;height:42px;border:1px solid rgba(22,64,46,.14);border-radius:10px;background:#fff;padding:0 12px}
.ep-applied-filters{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 20px}.ep-applied-filters a{background:#eaf3e5;color:#36624d;border-radius:999px;padding:7px 10px;font-size:13px}.ep-applied-filters .ep-reset-all{background:transparent;font-weight:800}
.ep-package-results-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px;align-items:start}.ep-package-filter-panel{background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:14px;padding:18px;position:sticky;top:110px}.ep-package-filter-head{display:flex;justify-content:space-between;align-items:center;font-size:18px}.ep-package-filter-head button{display:none;border:0;background:none;font-size:26px}
.ep-package-filter-group{padding:16px 0;border-top:1px solid rgba(22,64,46,.08)}.ep-package-filter-group:first-of-type{border-top:0}.ep-package-filter-group>strong{display:block;font-size:14px;margin-bottom:10px}.ep-package-filter-group label{display:block;font-size:13px;color:#52665b;margin:8px 0}
.ep-package-filter-actions{display:grid;gap:8px}.ep-package-filter-actions .ep-btn{width:100%;justify-content:center}.ep-package-filter-actions>a{text-align:center;color:#155e45;font-weight:700;font-size:13px}
.ep-package-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ep-package-result-item.is-load-hidden{display:none}.ep-package-load-more{display:block;width:100%;margin-top:18px;height:48px;border:0;border-radius:12px;background:#eaf3e5;color:#155e45;font-weight:800;cursor:pointer}
.ep-package-mobile-actions{display:none}
.ep-package-ecosystem-section{background:linear-gradient(180deg,#f7f8f3 0%,#eef3ec 100%)}.ep-package-ecosystem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ep-package-ecosystem-grid>a{display:grid;grid-template-columns:42% 1fr;background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:16px;overflow:hidden;color:#17382b;min-height:185px}.ep-ecosystem-photo{background-size:cover;background-position:center}.ep-package-ecosystem-grid>a>div:last-child{padding:18px}.ep-package-ecosystem-grid span{color:#155e45;font-size:24px}.ep-package-ecosystem-grid h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:22px;margin:5px 0}.ep-package-ecosystem-grid p{font-size:14px;line-height:1.5;color:#63746b}.ep-package-ecosystem-grid b{font-size:13px;color:#155e45}
.ep-package-area-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ep-package-area-grid>a{height:150px;border-radius:15px;background-size:cover;background-position:center;position:relative;overflow:hidden;display:flex;align-items:end;justify-content:space-between;padding:16px;color:#fff;font-size:20px;font-weight:800}.ep-package-area-grid>a:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,30,20,.03),rgba(7,30,20,.72))}.ep-package-area-grid span,.ep-package-area-grid b{position:relative;z-index:1}
.ep-package-proposal-cta{padding:42px 0;background:linear-gradient(100deg,#113c2c,#1c6047);color:#fff}.ep-package-proposal-cta>.ep-shell{display:flex;align-items:center;justify-content:space-between;gap:28px}.ep-package-proposal-cta h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:36px;color:#fff;margin:6px 0}.ep-package-proposal-cta p{color:rgba(255,255,255,.78);margin:0}.ep-package-proposal-cta .ep-eyebrow{color:#a9d37e}
@media(max-width:1180px){.ep-package-category-grid{grid-template-columns:repeat(4,1fr)}.ep-package-featured-grid{grid-template-columns:repeat(2,1fr)}.ep-package-results-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:849px){
  .ep-package-section-head{align-items:start}.ep-package-section-head>a{font-size:13px}
  .ep-package-category-grid{grid-template-columns:repeat(2,1fr)}.ep-package-featured-grid{grid-template-columns:1fr}
  .ep-package-results-header{align-items:center;flex-wrap:wrap}.ep-package-sort{width:100%;justify-content:space-between}.ep-package-sort select{flex:1}
  .ep-package-mobile-actions{display:block;margin-left:auto}.ep-package-mobile-actions button{border:1px solid rgba(22,64,46,.15);background:#fff;border-radius:10px;padding:10px 16px;font-weight:800;color:#155e45}
  .ep-package-results-layout{grid-template-columns:1fr}.ep-package-results-grid{grid-template-columns:1fr}
  .ep-package-filter-panel{position:fixed;z-index:100000;left:0;right:0;bottom:0;top:auto;max-height:88vh;overflow:auto;border-radius:22px 22px 0 0;padding:20px;transform:translateY(105%);transition:transform .25s ease}.ep-package-filter-panel.is-open{transform:translateY(0)}.ep-package-filter-head button{display:block}.ep-filter-open{overflow:hidden}
  .ep-package-ecosystem-grid{grid-template-columns:1fr}.ep-package-area-grid{grid-template-columns:repeat(2,1fr)}
  .ep-package-proposal-cta>.ep-shell{display:block}.ep-package-proposal-cta .ep-btn{margin-top:18px}
}


/* v0.15.2 — Package Detail Refinement + WhatsApp */
.ep-detail-breadcrumb-wrap{background:#fbfaf5;padding:16px 0 0}
.ep-detail-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#738078}
.ep-detail-breadcrumb a{color:#426553}.ep-detail-breadcrumb strong{color:#17382b;font-weight:700}
.ep-detail-hero{padding:28px 0 42px!important}
.ep-detail-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr)!important;gap:38px!important}
.ep-detail-copy h1{font-size:clamp(44px,4.8vw,68px)!important}
.ep-detail-copy>p{max-width:650px!important}
.ep-detail-meta span{display:inline-flex;align-items:center;gap:4px}
.ep-detail-hero-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0 4px}
.ep-detail-hero-facts>div{display:flex;gap:8px;align-items:center;padding:10px 0}
.ep-detail-hero-facts span{font-size:22px;color:#155e45}.ep-detail-hero-facts strong{font-size:13px;line-height:1.3;color:#29493a}
.ep-detail-price strong em{font-size:14px;font-style:normal;font-weight:600;color:#536b5f}
.ep-btn-whatsapp{border-color:#b9cfc3!important}
.ep-detail-image-frame{width:100%;background:#eef2ea;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(22,64,46,.08)}
.ep-detail-media img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;border-radius:0!important;background:#eef2ea!important}
.ep-detail-media-placeholder{height:420px!important}
.ep-detail-anchor-bar{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid rgba(22,64,46,.08);border-bottom:1px solid rgba(22,64,46,.08)}
.admin-bar .ep-detail-anchor-bar{top:32px}
.ep-detail-anchor-bar>.ep-shell{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.ep-detail-anchor-bar>.ep-shell::-webkit-scrollbar{display:none}
.ep-detail-anchor-bar a{display:block;padding:15px 14px;color:#43594e;font-size:14px;font-weight:700;white-space:nowrap;border-bottom:2px solid transparent}
.ep-detail-anchor-bar a:hover{color:#155e45;border-bottom-color:#6ea842}
.ep-detail-main h2[id]{scroll-margin-top:90px}
.ep-detail-sidebar-actions{display:grid;gap:9px}.ep-detail-sidebar-actions .ep-btn{justify-content:center;width:100%}
.ep-detail-sidebar-actions .ep-btn-secondary{color:#fff!important;border-color:rgba(255,255,255,.28)!important;background:transparent!important}
.ep-detail-sidebar-actions .ep-btn-secondary:hover{background:rgba(255,255,255,.08)!important}
.ep-floating-whatsapp{position:fixed;right:24px;bottom:28px;z-index:9998;display:flex;align-items:center;gap:9px;background:#25d366;color:#fff!important;border-radius:999px;padding:10px 14px 10px 10px;box-shadow:0 12px 32px rgba(18,80,47,.25);font-family:Calibri,"Segoe UI",Arial,sans-serif;font-weight:800;transition:transform .18s ease,box-shadow .18s ease}
.ep-floating-whatsapp:hover{transform:translateY(-2px);box-shadow:0 16px 38px rgba(18,80,47,.32);color:#fff!important}
.ep-floating-whatsapp-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);font-size:20px}
.ep-floating-whatsapp-label{font-size:14px}
@media(max-width:960px){.ep-detail-hero-grid{grid-template-columns:1fr!important}.ep-detail-media{order:-1}.ep-detail-hero-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar .ep-detail-anchor-bar{top:46px}}
@media(max-width:700px){.ep-detail-breadcrumb{font-size:12px}.ep-detail-hero{padding-top:18px!important}.ep-detail-copy h1{font-size:42px!important}.ep-detail-anchor-bar a{padding:13px 11px;font-size:13px}.ep-floating-whatsapp{right:16px;bottom:18px;padding:8px}.ep-floating-whatsapp-icon{width:44px;height:44px}.ep-floating-whatsapp-label{display:none}}


/* v0.16.0 — Package Detail Completion */
.ep-detail-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:34px 0 18px}
.ep-detail-section-head h2{margin:5px 0!important}.ep-detail-section-head p{margin:5px 0 0!important;max-width:720px}.ep-detail-section-head>a{color:#155e45;font-weight:800;white-space:nowrap}
.ep-detail-gallery-slider{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 8px;margin-bottom:36px}.ep-detail-gallery-slider::-webkit-scrollbar{display:none}
.ep-detail-gallery-item{flex:0 0 min(74%,560px);height:330px;padding:0;border:0;border-radius:16px;overflow:hidden;background:#e9eee8;cursor:zoom-in;scroll-snap-align:start}.ep-detail-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.ep-detail-gallery-item:hover img{transform:scale(1.018)}
.ep-gallery-controls{display:flex;gap:7px}.ep-gallery-controls button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(22,64,46,.13);background:#fff;color:#155e45;font-weight:800;cursor:pointer}
.ep-gallery-lightbox{position:fixed;inset:0;z-index:100000;background:rgba(5,16,11,.94);display:none;align-items:center;justify-content:center;padding:54px 80px}.ep-gallery-lightbox.is-open{display:flex}.ep-gallery-lightbox img{display:block;max-width:min(1200px,88vw);max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:12px}.ep-gallery-lightbox-close{position:absolute;right:25px;top:22px;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:29px;cursor:pointer}.ep-gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer}.ep-gallery-lightbox-nav.is-prev{left:22px}.ep-gallery-lightbox-nav.is-next{right:22px}.ep-lightbox-open{overflow:hidden}
.ep-detail-ecosystem-section{background:linear-gradient(180deg,#f8f8f3,#eef3ec)}.ep-detail-ecosystem-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ep-detail-ecosystem-grid>a{display:grid;grid-template-rows:190px 1fr;border-radius:17px;overflow:hidden;background:#fff;border:1px solid rgba(22,64,46,.08);color:#17382b;box-shadow:0 10px 28px rgba(22,64,46,.045)}.ep-detail-ecosystem-photo{background-size:cover;background-position:center}.ep-detail-ecosystem-grid>a>div:last-child{padding:18px}.ep-detail-ecosystem-grid span{font-size:11px;letter-spacing:.12em;color:#6b8a79;font-weight:800}.ep-detail-ecosystem-grid h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:23px;margin:5px 0}.ep-detail-ecosystem-grid p{font-size:14px;line-height:1.55;color:#62736a}.ep-detail-ecosystem-grid b{display:block;margin-top:12px;color:#155e45;font-size:14px}
.ep-related-package-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ep-related-package-card{background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:16px;overflow:hidden}.ep-related-package-photo{height:200px;background-size:cover;background-position:center;display:block;position:relative}.ep-related-package-photo span{position:absolute;left:12px;top:12px;padding:7px 10px;border-radius:999px;background:#155e45;color:#fff;font-size:12px;font-weight:800}.ep-related-package-card>div{padding:16px}.ep-related-package-card h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:20px;line-height:1.2;margin:0 0 8px}.ep-related-package-card h3 a{color:#17382b}.ep-related-package-card p{font-size:13px;color:#6b7a72;margin:0 0 14px}.ep-related-package-footer{border-top:1px solid rgba(22,64,46,.08);padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ep-related-package-footer strong{font-size:14px;color:#17382b}.ep-related-package-footer a{font-size:13px;font-weight:800;color:#155e45;white-space:nowrap}
.ep-package-detail-final-cta{padding:46px 0;background:linear-gradient(100deg,#113b2b,#1c6349);color:#fff}.ep-package-detail-final-cta>.ep-shell{display:flex;align-items:center;justify-content:space-between;gap:32px}.ep-package-detail-final-cta h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:clamp(30px,3vw,42px);line-height:1.1;color:#fff;margin:6px 0}.ep-package-detail-final-cta p{max-width:760px;color:rgba(255,255,255,.78);margin:0}.ep-package-detail-final-cta .ep-eyebrow{color:#add581}.ep-package-detail-final-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.ep-package-detail-final-actions .ep-btn-secondary{color:#fff!important;border-color:rgba(255,255,255,.32)!important;background:transparent!important}
@media(max-width:900px){.ep-detail-ecosystem-grid,.ep-related-package-grid{grid-template-columns:1fr}.ep-detail-ecosystem-grid>a{grid-template-columns:40% 1fr;grid-template-rows:1fr;min-height:180px}.ep-package-detail-final-cta>.ep-shell{display:block}.ep-package-detail-final-actions{justify-content:flex-start;margin-top:20px}}
@media(max-width:700px){.ep-detail-section-head{align-items:start}.ep-detail-gallery-item{flex-basis:88%;height:250px}.ep-gallery-lightbox{padding:65px 14px}.ep-gallery-lightbox-nav{width:42px;height:42px}.ep-gallery-lightbox-nav.is-prev{left:8px}.ep-gallery-lightbox-nav.is-next{right:8px}.ep-detail-ecosystem-grid>a{grid-template-columns:1fr;grid-template-rows:160px 1fr}}


/* v0.17.0 — Villa Search + Allotment */
.ep-villa-hub-page{font-family:Calibri,"Segoe UI",Arial,sans-serif;background:#fbfaf5;color:#17382b}
.ep-villa-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ep-villa-quick-grid>a{min-height:120px;background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:15px;padding:18px;color:#17382b;display:flex;flex-direction:column;justify-content:center;box-shadow:0 8px 24px rgba(22,64,46,.04)}.ep-villa-quick-grid span{font-size:24px;color:#155e45}.ep-villa-quick-grid strong{font-size:17px;margin:6px 0}.ep-villa-quick-grid small{color:#6b7a72}
.ep-villa-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ep-villa-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ep-villa-hub-card{height:100%;background:#fff;border:1px solid rgba(22,64,46,.09);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(22,64,46,.055);display:flex;flex-direction:column}.ep-villa-hub-photo{height:210px;background-size:cover;background-position:center;display:block;position:relative}.ep-villa-hub-photo span{position:absolute;left:12px;top:12px;background:#fff;color:#155e45;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}
.ep-villa-hub-body{padding:16px;display:flex;flex-direction:column;flex:1}.ep-villa-hub-kicker{font-size:11px;letter-spacing:.09em;color:#71847a;font-weight:800;text-transform:uppercase}.ep-villa-hub-body h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:21px;line-height:1.2;margin:5px 0 9px}.ep-villa-hub-body h3 a{color:#17382b}.ep-villa-hub-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#68786f}.ep-villa-hub-body>p{font-size:14px;line-height:1.55;color:#5e7066}
.ep-villa-hub-features{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.ep-villa-hub-features span{font-size:12px;background:#eef4e9;color:#41624f;padding:6px 8px;border-radius:999px}.ep-villa-hub-footer{margin-top:auto;border-top:1px solid rgba(22,64,46,.08);padding-top:13px;display:flex;align-items:end;justify-content:space-between;gap:10px}.ep-villa-hub-footer small{display:block;color:#849087;font-size:11px}.ep-villa-hub-footer strong{display:block;font-size:15px;color:#17382b}.ep-villa-hub-footer>a{font-size:13px;font-weight:800;color:#155e45;white-space:nowrap}
.ep-finder input[type=date]{height:auto;border:0;background:transparent;padding:0;color:#53645b;font:inherit;max-width:145px}
.ep-villa-availability-section{background:#f4f7f1}.ep-villa-public-calendars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ep-villa-public-calendar{background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:16px;padding:18px}.ep-villa-public-calendar h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:20px;margin:0 0 13px}.ep-villa-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.ep-villa-calendar-week{font-size:11px;color:#7e8c84;text-align:center;padding:4px}.ep-villa-calendar-day{aspect-ratio:1/1;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:13px}.ep-villa-calendar-day.is-available{background:#e6f4df;color:#215f3e}.ep-villa-calendar-day.is-unavailable{background:#f1e7e5;color:#9a615a}.ep-villa-calendar-empty{aspect-ratio:1/1}.ep-villa-calendar-note{display:flex;align-items:center;gap:14px;margin-top:16px;flex-wrap:wrap}.ep-villa-calendar-note>span{display:flex;align-items:center;gap:6px;font-size:13px}.ep-villa-calendar-note i{width:12px;height:12px;border-radius:3px}.ep-villa-calendar-note i.is-available{background:#bdddaf}.ep-villa-calendar-note i.is-unavailable{background:#e2c5c0}.ep-villa-calendar-note .ep-btn{margin-left:auto}
@media(max-width:1100px){.ep-villa-results-grid{grid-template-columns:repeat(2,1fr)}.ep-villa-quick-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:849px){.ep-villa-featured-grid,.ep-villa-results-grid{grid-template-columns:1fr}.ep-villa-public-calendars{grid-template-columns:1fr}.ep-villa-calendar-note .ep-btn{margin-left:0;width:100%;justify-content:center}}
@media(max-width:600px){.ep-villa-quick-grid{grid-template-columns:1fr}}

/* v0.17.1 — Villa SEO Facet */
.ep-villa-seo-facet-page{font-family:Calibri,"Segoe UI",Arial,sans-serif;background:#fbfaf5;color:#17382b}
.ep-villa-seo-facet-page .ep-shared-hero-villa-seo-facet{margin-bottom:38px}


/* v0.18.0 — Villa Detail Refinement */
.ep-villa-detail-page{font-family:Calibri,"Segoe UI",Arial,sans-serif;background:#fbfaf5;color:#17382b}
.ep-villa-breadcrumb-wrap{padding:18px 0 4px;background:#fbfaf5}.ep-villa-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:13px;color:#7a887f}.ep-villa-breadcrumb a{color:#426553}.ep-villa-breadcrumb strong{color:#17382b}
.ep-villa-property-head{padding:18px 0 18px}.ep-villa-property-head h1{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:clamp(40px,4.3vw,62px);line-height:1.03;margin:5px 0 13px;color:#143d2d}.ep-villa-head-facts{display:flex;gap:9px;flex-wrap:wrap}.ep-villa-head-facts span{padding:8px 11px;border-radius:999px;background:#eef4e9;color:#3f5f4d;font-size:13px;font-weight:700}
.ep-villa-gallery-hero{padding:0 0 24px}.ep-villa-gallery-mosaic{position:relative;display:grid;grid-template-columns:2fr 1fr;gap:8px;height:510px;border-radius:20px;overflow:hidden;background:#e8eee7}.ep-villa-gallery-mosaic button{border:0;padding:0;background:#e8eee7;overflow:hidden;cursor:zoom-in}.ep-villa-gallery-mosaic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.ep-villa-gallery-mosaic button:hover img{transform:scale(1.012)}.ep-villa-gallery-side{display:grid;grid-template-rows:repeat(3,1fr);gap:8px}.ep-villa-gallery-all{position:absolute!important;right:18px;bottom:18px!important;width:auto!important;height:auto!important;background:#fff!important;color:#17382b!important;border-radius:10px!important;padding:10px 14px!important;font-weight:800!important;box-shadow:0 7px 22px rgba(0,0,0,.12)}
.ep-villa-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}.ep-villa-detail-main{min-width:0}.ep-villa-content-block{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid rgba(22,64,46,.09)}.ep-villa-content-block:last-child{border-bottom:0}.ep-villa-content-block h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:30px;line-height:1.1;color:#17382b;margin:0 0 15px}.ep-villa-copy{font-size:16px;line-height:1.72;color:#53675c;max-width:860px}
.ep-villa-key-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.ep-villa-key-grid>div{padding:14px;border-radius:12px;background:#f1f5ed;border:1px solid rgba(22,64,46,.06)}.ep-villa-key-grid small{display:block;color:#7d8b83;font-size:11px}.ep-villa-key-grid strong{display:block;margin-top:4px;font-size:16px}
.ep-villa-amenity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.ep-villa-amenity-grid>div{display:flex;align-items:center;gap:9px;padding:13px;border-radius:11px;background:#f5f7f2;border:1px solid rgba(22,64,46,.07);font-size:14px}.ep-villa-amenity-grid span{color:#5f9c43;font-weight:900}
.ep-villa-rate-table{border:1px solid rgba(22,64,46,.09);border-radius:14px;overflow:hidden;background:#fff}.ep-villa-rate-table>div{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid rgba(22,64,46,.07)}.ep-villa-rate-table>div:last-child{border-bottom:0}.ep-villa-rate-table span{color:#5c7065}.ep-villa-rate-table strong{color:#17382b}.ep-villa-rate-note{font-size:12px;color:#819087;margin-top:10px}
.ep-villa-booking-col{position:relative}.ep-villa-booking-card{position:sticky;top:92px;background:#fff;border:1px solid rgba(22,64,46,.1);border-radius:17px;padding:20px;box-shadow:0 16px 42px rgba(22,64,46,.09)}.admin-bar .ep-villa-booking-card{top:124px}.ep-villa-booking-card>small{display:block;color:#7e8d84;font-size:12px}.ep-villa-booking-price{font-family:Calibri,"Segoe UI",Arial,sans-serif;display:block;font-size:27px;color:#155e45;margin-top:3px}.ep-villa-booking-card>span{font-size:12px;color:#77867e}.ep-villa-booking-facts{display:grid;gap:8px;margin:18px 0}.ep-villa-booking-facts>div{display:flex;gap:8px;align-items:center;padding:9px;background:#f3f6f0;border-radius:9px;font-size:13px}.ep-villa-booking-card .ep-btn{width:100%;justify-content:center;margin-top:8px}.ep-villa-wa-button{border-color:#bad1c4!important}.ep-villa-proposal-link{display:block;text-align:center;margin-top:13px;font-size:13px;color:#155e45;font-weight:800}
.ep-villa-calendar-block{border-bottom:0}.ep-villa-public-calendars{gap:12px}.ep-villa-public-calendar{padding:15px}.ep-villa-calendar-day{border-radius:7px}.ep-villa-calendar-day.is-unavailable{background:#edcfca!important;color:#8f514a!important}.ep-villa-calendar-day.is-available{background:#dfeeda!important}.ep-villa-full-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ep-villa-full-gallery button{height:210px;border:0;padding:0;border-radius:11px;overflow:hidden;cursor:zoom-in;background:#e8eee7}.ep-villa-full-gallery img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:980px){.ep-villa-detail-grid{grid-template-columns:1fr}.ep-villa-booking-card{position:relative;top:auto}.admin-bar .ep-villa-booking-card{top:auto}.ep-villa-booking-col{order:-1}.ep-villa-gallery-mosaic{height:420px}.ep-villa-key-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.ep-villa-property-head h1{font-size:40px}.ep-villa-gallery-mosaic{height:auto;display:block;border-radius:14px}.ep-villa-gallery-main{display:block;width:100%;height:320px}.ep-villa-gallery-side{display:flex;overflow-x:auto;gap:7px;padding-top:7px}.ep-villa-gallery-side button{flex:0 0 42%;height:130px;border-radius:9px}.ep-villa-gallery-all{right:10px!important;bottom:10px!important}.ep-villa-amenity-grid{grid-template-columns:1fr 1fr}.ep-villa-full-gallery{grid-template-columns:1fr 1fr}.ep-villa-full-gallery button{height:150px}.ep-villa-rate-table>div{display:block}.ep-villa-rate-table strong{display:block;margin-top:4px}.ep-villa-head-facts{gap:6px}.ep-villa-head-facts span{font-size:12px}}


/* v0.19.0 — Villa Detail Production Lock */
.ep-villa-amenity-groups{display:grid;gap:20px}
.ep-villa-amenity-group h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:17px;margin:0 0 9px;color:#31513f}
.ep-villa-capacity-sleeping{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ep-villa-capacity-sleeping>div{padding:17px;border-radius:13px;background:#f3f6f0;border:1px solid rgba(22,64,46,.07)}
.ep-villa-capacity-sleeping>div>span{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:#718278;margin-bottom:10px}
.ep-villa-capacity-sleeping p{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:7px 0;padding-top:7px;border-top:1px solid rgba(22,64,46,.07)}
.ep-villa-capacity-sleeping p:first-of-type{border-top:0;padding-top:0}
.ep-villa-capacity-sleeping small{color:#7a887f}.ep-villa-capacity-sleeping strong{text-align:right}
.ep-villa-booking-dates{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:16px 0 8px}
.ep-villa-booking-dates>div,.ep-villa-date-field{border:1px solid rgba(22,64,46,.12);border-radius:10px;padding:8px 10px;background:#fbfcfa}
.ep-villa-booking-dates label,.ep-villa-date-field label{display:block;font-size:10px;font-weight:800;color:#718178;text-transform:uppercase;letter-spacing:.06em}
.ep-villa-booking-dates input,.ep-villa-date-field input{border:0!important;box-shadow:none!important;background:transparent!important;padding:3px 0!important;margin:0!important;height:auto!important;font-family:Calibri,"Segoe UI",Arial,sans-serif;color:#17382b;width:100%;cursor:pointer}
.ep-villa-booking-result,.ep-villa-availability-result{margin:9px 0 0;padding:11px 12px;border-radius:10px;font-size:13px}
.ep-villa-booking-result strong,.ep-villa-availability-result strong{display:block;margin-bottom:3px}
.ep-villa-booking-result p,.ep-villa-availability-result p{margin:0 0 4px}
.ep-villa-booking-result a,.ep-villa-availability-result a{font-weight:800}
.ep-villa-booking-result.is-available,.ep-villa-availability-result.is-available{background:#e5f2df;color:#245a38}
.ep-villa-booking-result.is-unavailable,.ep-villa-availability-result.is-unavailable{background:#f2dfdc;color:#87534d}
.ep-villa-booking-result.is-error,.ep-villa-availability-result.is-error{background:#f3eee0;color:#765f24}
.ep-villa-booking-result.is-loading,.ep-villa-availability-result.is-loading{background:#eef2ed;color:#56655c}
.ep-villa-inline-date-check{display:grid;grid-template-columns:1fr 1fr auto;gap:9px;align-items:end;margin:0 0 12px}
.ep-villa-inline-date-check .ep-btn{height:100%;min-height:54px}
.ep-villa-compact-calendar{max-width:620px;background:#fff;border:1px solid rgba(22,64,46,.08);border-radius:15px;padding:16px;margin-top:16px}
.ep-villa-compact-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.ep-villa-compact-calendar-head h3{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:20px;margin:0}
.ep-villa-compact-calendar-head span{font-size:11px;color:#819087}
.ep-villa-facet-section{background:#f8f9f5}
.ep-villa-facet-links{display:flex;gap:8px;flex-wrap:wrap}
.ep-villa-facet-links a{display:inline-flex;padding:9px 11px;border-radius:999px;background:#fff;border:1px solid rgba(22,64,46,.09);color:#155e45;font-weight:800;font-size:13px}
.ep-villa-mobile-sticky{display:none}
@media(max-width:700px){
  .ep-villa-capacity-sleeping{grid-template-columns:1fr}
  .ep-villa-inline-date-check{grid-template-columns:1fr 1fr}
  .ep-villa-inline-date-check .ep-btn{grid-column:1 / -1}
  .ep-villa-mobile-sticky{display:flex;position:fixed;left:10px;right:10px;bottom:10px;z-index:9997;align-items:center;justify-content:space-between;gap:10px;background:#103e2d;color:#fff;border-radius:14px;padding:10px 11px;box-shadow:0 14px 34px rgba(16,62,45,.28)}
  .ep-villa-mobile-sticky small{display:block;font-size:10px;color:rgba(255,255,255,.68)}
  .ep-villa-mobile-sticky strong{display:block;font-size:16px}
  .ep-villa-mobile-sticky a{background:#fff;color:#155e45;padding:10px 13px;border-radius:10px;font-weight:900;font-size:13px}
  .ep-villa-detail-page{padding-bottom:78px}
  .ep-floating-whatsapp{bottom:86px}
}


/* v0.19.1 — Villa Detail Visual Lock
   Normalize Flatsome boxed/page-width behavior only on Core Villa Detail. */
body.ep-core-villa-detail{background:#f4f5f2!important}
body.ep-core-villa-detail #wrapper,
body.ep-core-villa-detail #main,
body.ep-core-villa-detail .page-wrapper,
body.ep-core-villa-detail .header-wrapper,
body.ep-core-villa-detail .footer-wrapper{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body.ep-core-villa-detail .ep-villa-detail-page{width:100%!important;max-width:none!important;margin:0!important;background:#fff}
body.ep-core-villa-detail .ep-villa-shell,
body.ep-core-villa-detail .ep-shell{width:min(1280px,calc(100% - 48px))!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}

.ep-villa-top{padding:18px 0 54px;background:linear-gradient(180deg,#fff 0%,#fbfcf9 100%)}
.ep-villa-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:18px 0 22px}
.ep-villa-title-row h1{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:clamp(44px,4.4vw,64px);line-height:1.02;margin:5px 0 12px;color:#113d2d}
.ep-villa-head-actions{display:flex;gap:8px}.ep-villa-share{border:1px solid #cfd9d3;background:#fff;border-radius:9px;padding:10px 14px;color:#355a48;font-weight:800;cursor:pointer}
.ep-villa-commerce-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}
.ep-villa-commerce-main{display:grid;gap:16px}.ep-villa-commerce-side{display:grid;gap:16px;position:relative}

.ep-villa-card,.ep-villa-gallery-card{background:#fff;border:1px solid rgba(22,64,46,.09);border-radius:15px;box-shadow:0 5px 20px rgba(22,64,46,.045)}
.ep-villa-card{padding:18px 20px}.ep-villa-card h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:24px;line-height:1.12;color:#143d2d;margin:0 0 13px}
.ep-villa-card h3{font-family:Calibri,"Segoe UI",Arial,sans-serif}
.ep-villa-gallery-card{overflow:hidden}
.ep-villa-gallery-mosaic-lock{height:470px;border-radius:0!important;grid-template-columns:minmax(0,2.15fr) minmax(230px,.85fr)!important}
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-main{position:relative}.ep-villa-photo-count{position:absolute;left:12px;bottom:12px;background:rgba(12,47,34,.82);color:#fff;border-radius:7px;padding:7px 10px;font-size:12px;font-weight:800}
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side button{position:relative}
.ep-villa-more-overlay{position:absolute;inset:0;background:rgba(10,45,32,.56);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:25px;font-weight:900}.ep-villa-more-overlay small{font-size:12px;margin-top:4px}

.ep-villa-about-card .ep-villa-copy{max-width:none;font-size:15px;line-height:1.65}
.ep-villa-landmark-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.ep-villa-landmark-grid>div{display:flex;gap:10px;align-items:center;padding:12px;border-radius:10px;background:#eff6ed;color:#24523a}.ep-villa-landmark-grid>div>span{font-size:22px}.ep-villa-landmark-grid strong{font-size:13px}

.ep-villa-amenity-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ep-villa-amenity-column{border:1px solid rgba(22,64,46,.08);border-radius:10px;padding:13px}.ep-villa-amenity-column h3{font-size:14px;color:#315d46;margin:0 0 10px}.ep-villa-amenity-line{display:flex;gap:8px;align-items:center;padding:6px 0;font-size:13px;color:#435c4f}.ep-villa-amenity-line span{color:#168050;font-weight:900}
.ep-villa-two-cards{display:grid;grid-template-columns:1fr 1.3fr;gap:16px}.ep-villa-capacity-lock{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ep-villa-capacity-lock>div{padding:11px;border-radius:10px;background:#eff5ec}.ep-villa-capacity-lock small{display:block;font-size:10px;color:#7e8b84}.ep-villa-capacity-lock strong{display:block;margin-top:3px;font-size:16px}.ep-villa-sleep-lines{margin-top:12px}.ep-villa-sleep-lines p{margin:7px 0;display:flex;gap:9px;align-items:center;font-size:13px}

.ep-villa-rate-table-lock{border-radius:9px}.ep-villa-rate-table-lock>div{padding:10px 12px}.ep-villa-rate-table-lock span,.ep-villa-rate-table-lock strong{font-size:13px}
.ep-villa-location-lock{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:10px}.ep-villa-location-lock>div{display:flex;gap:9px;align-items:flex-start;padding:11px;border-radius:10px;background:#f5f8f3}.ep-villa-location-lock>div>span{font-size:21px;color:#126944}.ep-villa-location-lock strong{display:block;font-size:13px}.ep-villa-location-lock small{display:block;color:#7d8a83;font-size:11px;margin-top:2px}.ep-villa-map-note{margin-top:10px;padding:10px 12px;border-radius:9px;background:#fff4d9;color:#7a6228;font-size:12px}

.ep-villa-booking-card-lock{position:sticky;top:92px;padding:20px!important}.admin-bar .ep-villa-booking-card-lock{top:124px}.ep-villa-booking-card-lock .ep-villa-booking-price{font-size:31px}.ep-villa-booking-facts-inline{grid-template-columns:1fr;gap:5px}.ep-villa-booking-facts-inline>div{padding:6px 0;background:transparent}.ep-villa-whatsapp-cta{background:#e3f7df!important;color:#08733f!important;border:0!important}.ep-villa-proposal-cta{background:#fff!important;color:#184d36!important;border:1px solid #d7e0da!important}
.ep-villa-sidebar-calendar{position:relative}.ep-villa-sidebar-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ep-villa-sidebar-calendar-head h2{margin:0}.ep-villa-calendar-nav{display:flex;gap:5px}.ep-villa-calendar-nav button{width:32px;height:32px;border-radius:8px;border:1px solid #d6dfd9;background:#fff;color:#154c35;font-weight:900;cursor:pointer}.ep-villa-sidebar-calendar>h3{text-align:center;font-size:17px;margin:13px 0 10px}.ep-villa-calendar-grid-lock{gap:5px}.ep-villa-calendar-grid-lock .ep-villa-calendar-day{font-size:11px;border-radius:6px}.ep-villa-calendar-grid-lock .ep-villa-calendar-week{font-size:10px}.ep-villa-sidebar-calendar .ep-villa-calendar-note{margin-top:11px;gap:12px}
.ep-villa-suitability-card p{display:flex;gap:9px;align-items:center;margin:9px 0;font-size:13px}.ep-villa-suitability-card p span{color:#15734c}

.ep-villa-gallery-full-card{margin-top:16px}.ep-villa-card-head-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.ep-villa-card-head-row h2{margin:0}.ep-villa-card-head-row>a,.ep-villa-card-head-row>button{border:0;background:transparent;color:#155e45;font-weight:800;font-size:12px;cursor:pointer}
.ep-villa-gallery-strip{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px}.ep-villa-gallery-strip button{border:0;padding:0;background:transparent;text-align:left;cursor:zoom-in}.ep-villa-gallery-strip img{width:100%;height:90px;object-fit:cover;border-radius:8px;display:block}.ep-villa-gallery-strip span{display:block;font-size:10px;color:#56675e;margin-top:4px}

.ep-villa-facet-lock{padding:20px 0 4px}.ep-villa-facet-lock h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:26px;margin:3px 0 0;color:#143d2d}
.ep-villa-bottom-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:16px;margin-top:16px}.ep-villa-related-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ep-villa-related-row article{border:1px solid rgba(22,64,46,.08);border-radius:10px;overflow:hidden}.ep-villa-related-row img{width:100%;height:120px;object-fit:cover;display:block}.ep-villa-related-row h3{font-size:14px;margin:9px 10px 5px}.ep-villa-related-row h3 a{color:#17382b}.ep-villa-related-row p{font-size:10px;color:#617168;margin:0 10px 10px}
.ep-villa-final-recommend{border-radius:15px;padding:22px;background:linear-gradient(135deg,#e8f4e3,#f4f9f0);border:1px solid rgba(22,64,46,.08)}.ep-villa-final-recommend h2{font-family:Calibri,"Segoe UI",Arial,sans-serif;font-size:24px;line-height:1.12;margin:5px 0 9px;color:#143d2d}.ep-villa-final-recommend p{font-size:13px;line-height:1.55;color:#54685d}.ep-villa-final-recommend>div:last-child{display:flex;gap:8px;flex-wrap:wrap}
.ep-villa-ecosystem-lock{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.ep-villa-ecosystem-lock>a{display:flex;align-items:center;gap:10px;padding:13px;border-radius:11px;background:#f5f8f3;color:#17382b;border:1px solid rgba(22,64,46,.07)}.ep-villa-ecosystem-lock>a>span{font-size:22px;color:#155e45}.ep-villa-ecosystem-lock strong{display:block}.ep-villa-ecosystem-lock small{display:block;color:#7d8a83}

@media(max-width:1100px){
  .ep-villa-commerce-grid{grid-template-columns:minmax(0,1fr) 320px}
  .ep-villa-amenity-columns{grid-template-columns:repeat(2,1fr)}
  .ep-villa-gallery-strip{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:920px){
  body.ep-core-villa-detail .ep-villa-shell,body.ep-core-villa-detail .ep-shell{width:calc(100% - 28px)!important}
  .ep-villa-commerce-grid{grid-template-columns:1fr}
  .ep-villa-commerce-side{grid-template-columns:1fr 1fr}.ep-villa-booking-card-lock{position:relative;top:auto}.admin-bar .ep-villa-booking-card-lock{top:auto}
  .ep-villa-gallery-mosaic-lock{height:420px}
  .ep-villa-bottom-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .ep-villa-top{padding-bottom:88px}.ep-villa-title-row{display:block}.ep-villa-head-actions{margin-top:12px}
  .ep-villa-gallery-mosaic-lock{height:auto;display:block!important}.ep-villa-gallery-mosaic-lock .ep-villa-gallery-main{height:300px}.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side{display:flex;overflow-x:auto;padding:7px;gap:7px}.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side button{flex:0 0 42%;height:120px;border-radius:8px}
  .ep-villa-commerce-side{grid-template-columns:1fr}.ep-villa-two-cards{grid-template-columns:1fr}.ep-villa-amenity-columns{grid-template-columns:1fr}.ep-villa-location-lock{grid-template-columns:1fr}.ep-villa-gallery-strip{grid-template-columns:repeat(2,1fr)}.ep-villa-gallery-strip img{height:130px}.ep-villa-related-row{grid-template-columns:1fr}.ep-villa-related-row img{height:180px}.ep-villa-ecosystem-lock{grid-template-columns:1fr}
}


/* v0.19.2 — HARD full-width + gallery fill hotfix
   The previous build normalized #wrapper, but the live site is using an outer Flatsome boxed shell.
   These selectors deliberately target the outer shell only on Villa Detail. */

body.ep-core-villa-detail,
html.ep-villa-fullwidth-runtime body{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  background:#fff!important;
}

body.ep-core-villa-detail .boxed-page,
body.ep-core-villa-detail #wrapper,
body.ep-core-villa-detail #main,
body.ep-core-villa-detail .page-wrapper,
body.ep-core-villa-detail .page-wrapper > .row,
body.ep-core-villa-detail .content-area,
html.ep-villa-fullwidth-runtime .boxed-page,
html.ep-villa-fullwidth-runtime #wrapper,
html.ep-villa-fullwidth-runtime #main,
html.ep-villa-fullwidth-runtime .page-wrapper{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-shadow:none!important;
  transform:none!important;
}

body.ep-core-villa-detail .header-wrapper,
body.ep-core-villa-detail .header,
body.ep-core-villa-detail .header-main,
body.ep-core-villa-detail .footer-wrapper,
html.ep-villa-fullwidth-runtime .header-wrapper,
html.ep-villa-fullwidth-runtime .header,
html.ep-villa-fullwidth-runtime .header-main,
html.ep-villa-fullwidth-runtime .footer-wrapper{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

body.ep-core-villa-detail .header-inner,
body.ep-core-villa-detail .header-main .container,
body.ep-core-villa-detail .header .container,
html.ep-villa-fullwidth-runtime .header-inner,
html.ep-villa-fullwidth-runtime .header-main .container{
  width:min(1280px,calc(100% - 48px))!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.ep-core-villa-detail .ep-villa-detail-page,
html.ep-villa-fullwidth-runtime .ep-villa-detail-page{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

body.ep-core-villa-detail .ep-villa-shell,
body.ep-core-villa-detail .ep-villa-detail-page .ep-shell,
html.ep-villa-fullwidth-runtime .ep-villa-shell,
html.ep-villa-fullwidth-runtime .ep-villa-detail-page .ep-shell{
  box-sizing:border-box!important;
  width:min(1280px,calc(100vw - 48px))!important;
  max-width:1280px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Force the locked gallery to occupy the available card width.
   Flatsome image rules must not shrink the hero image to intrinsic/thumbnail width. */
.ep-villa-gallery-mosaic-lock,
.ep-villa-gallery-mosaic-lock > button,
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side,
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side > button{
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
}

.ep-villa-gallery-mosaic-lock .ep-villa-gallery-main img,
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
}

.ep-villa-gallery-mosaic-lock .ep-villa-gallery-main{
  height:100%!important;
}
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side{
  height:100%!important;
}
.ep-villa-gallery-mosaic-lock .ep-villa-gallery-side > button{
  height:100%!important;
}

/* Remove legacy/narrow theme layout constraints that can survive as .container/.row rules. */
body.ep-core-villa-detail .ep-villa-top > .ep-shell,
body.ep-core-villa-detail .ep-villa-top .ep-villa-shell{
  float:none!important;
  flex:none!important;
}

@media(max-width:920px){
  body.ep-core-villa-detail .header-inner,
  body.ep-core-villa-detail .header-main .container,
  body.ep-core-villa-detail .ep-villa-shell,
  body.ep-core-villa-detail .ep-villa-detail-page .ep-shell,
  html.ep-villa-fullwidth-runtime .header-inner,
  html.ep-villa-fullwidth-runtime .ep-villa-shell,
  html.ep-villa-fullwidth-runtime .ep-villa-detail-page .ep-shell{
    width:calc(100vw - 28px)!important;
    max-width:none!important;
  }
}


/* v0.19.3 — VIEWPORT BREAKOUT FIX
   Escape any parent/ancestor boxed-width constraint instead of trying to resize it. */
html.ep-villa-fullwidth-runtime,
html.ep-villa-fullwidth-runtime body{
  max-width:none!important;
  width:100%!important;
  overflow-x:hidden!important;
}

body.ep-core-villa-detail .ep-villa-detail-page,
html.ep-villa-fullwidth-runtime .ep-villa-detail-page{
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:none!important;
  min-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  padding:0!important;
  background:#fff!important;
}

body.ep-core-villa-detail .ep-villa-detail-page .ep-shell,
body.ep-core-villa-detail .ep-villa-detail-page .ep-villa-shell,
html.ep-villa-fullwidth-runtime .ep-villa-detail-page .ep-shell,
html.ep-villa-fullwidth-runtime .ep-villa-detail-page .ep-villa-shell{
  width:min(1280px,calc(100vw - 48px))!important;
  max-width:1280px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

/* Gallery: explicit grid geometry, no theme intrinsic image sizing. */
.ep-villa-gallery-mosaic-lock{
  display:grid!important;
  grid-template-columns:minmax(0,2.15fr) minmax(280px,.85fr)!important;
  grid-template-rows:470px!important;
  width:100%!important;
  height:470px!important;
  overflow:hidden!important;
}
.ep-villa-gallery-mosaic-lock > .ep-villa-gallery-main{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  height:470px!important;
}
.ep-villa-gallery-mosaic-lock > .ep-villa-gallery-side{
  grid-column:2!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  grid-template-rows:repeat(3,minmax(0,1fr))!important;
  width:100%!important;
  height:470px!important;
  gap:8px!important;
}
.ep-villa-gallery-mosaic-lock > .ep-villa-gallery-side > button{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
}
.ep-villa-gallery-mosaic-lock img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:920px){
  body.ep-core-villa-detail .ep-villa-detail-page .ep-shell,
  body.ep-core-villa-detail .ep-villa-detail-page .ep-villa-shell,
  html.ep-villa-fullwidth-runtime .ep-villa-detail-page .ep-shell,
  html.ep-villa-fullwidth-runtime .ep-villa-detail-page .ep-villa-shell{
    width:calc(100vw - 28px)!important;
    max-width:none!important;
  }
}
@media(max-width:700px){
  .ep-villa-gallery-mosaic-lock{
    display:block!important;
    height:auto!important;
  }
  .ep-villa-gallery-mosaic-lock > .ep-villa-gallery-main{
    display:block!important;
    width:100%!important;
    height:300px!important;
  }
  .ep-villa-gallery-mosaic-lock > .ep-villa-gallery-side{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    overflow-x:auto!important;
    padding:7px!important;
    gap:7px!important;
  }
  .ep-villa-gallery-mosaic-lock > .ep-villa-gallery-side > button{
    flex:0 0 42%!important;
    height:120px!important;
  }
}
