@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap');
:root{--green:#0c4b43;--green2:#155f56;--mint:#317f76;--gold:#e2a45f;--gold2:#f1c48f;--ink:#1f3a39;--text:#667674;--line:#e7eceb;--soft:#f4f5f5;--white:#fff;--r:22px;--shadow:0 18px 55px rgba(20,62,58,.12);--wrap:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.esp-site{margin:0;font-family:Vazirmatn,Tahoma,sans-serif;color:var(--text);line-height:1.85;background:#fff}body.esp-site h1,body.esp-site h2,body.esp-site h3{color:var(--ink);line-height:1.35;margin-top:0}a{text-decoration:none;color:inherit}.esp-wrap{width:min(calc(100% - 36px),var(--wrap));margin:auto}.esp-topline{height:30px;background:#184f48;color:#cfe1de;font-size:11px}.esp-topline .esp-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.esp-topline div div{display:flex;align-items:center;gap:10px}.esp-topline i{width:1px;height:10px;background:rgba(255,255,255,.25)}.esp-header{position:absolute;z-index:50;top:30px;right:0;left:0}.admin-bar .esp-header{top:62px}.esp-header-box{margin-top:16px;background:#fff;border-radius:16px;min-height:72px;padding:8px 18px;display:flex;align-items:center;gap:28px;box-shadow:0 8px 25px rgba(9,44,40,.16)}.esp-brand{display:flex;align-items:center;gap:9px;white-space:nowrap}.esp-brand img{width:52px;height:52px;object-fit:contain}.esp-brand span{display:flex;flex-direction:column}.esp-brand b{color:var(--green);font-size:18px}.esp-brand small{font-size:8px;letter-spacing:1px;color:var(--gold)}.esp-nav{margin:auto}.esp-menu{list-style:none;padding:0;margin:0;display:flex;gap:26px}.esp-menu a{color:#667572;font-size:13px;font-weight:600}.esp-menu a:hover,.esp-menu .current-menu-item>a{color:var(--green)}.esp-header-contact{display:flex;align-items:center;gap:8px}.esp-header-contact div{display:flex;flex-direction:column;text-align:left}.esp-header-contact small{font-size:9px}.esp-header-contact a{font-weight:800;color:var(--green);font-size:13px}.esp-header-contact>span{width:36px;height:36px;background:var(--gold);color:#fff;border-radius:50%;display:grid;place-items:center}.esp-nav-toggle{display:none;border:0;background:none;width:42px}.esp-nav-toggle span{display:block;height:2px;background:var(--green);margin:6px}.esp-hero{min-height:675px;background:linear-gradient(135deg,#0a443d 0%,#0c5148 55%,#0b453e 100%);position:relative;overflow:hidden;padding-top:145px;color:#d5e6e3}.esp-bg-orb{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.025)}.orb-a{width:600px;height:600px;right:-160px;top:-260px;box-shadow:0 0 0 70px rgba(255,255,255,.012),0 0 0 140px rgba(255,255,255,.01)}.orb-b{width:400px;height:400px;left:-180px;bottom:-220px;box-shadow:0 0 0 60px rgba(255,255,255,.012)}.esp-hero-grid{display:grid;grid-template-columns:.9fr .72fr 1.2fr;gap:40px;align-items:center;min-height:475px}.esp-lead-form{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:25px;backdrop-filter:blur(8px)}.esp-lead-form h3{color:#fff;text-align:center;font-size:20px;margin-bottom:4px}.esp-lead-form p{text-align:center;font-size:11px;margin:0 0 17px}.esp-lead-form label{display:block;margin-bottom:10px}.esp-lead-form label span{display:none}.esp-lead-form input{width:100%;border:0;background:rgba(255,255,255,.14);border-radius:999px;height:42px;padding:0 18px;color:#fff;font-family:inherit}.esp-lead-form input::placeholder{color:#bfd1ce}.esp-lead-form button{width:100%;height:42px;border:0;border-radius:999px;background:var(--gold);color:#fff;font-family:inherit;font-weight:800;cursor:pointer}.esp-socials{display:flex;gap:8px;margin-top:12px;justify-content:center;color:var(--gold2)}.esp-logo-stage{position:relative;width:250px;height:395px;margin:auto;border-radius:125px 125px 25px 25px;background:rgba(255,255,255,.98);display:flex;align-items:center;justify-content:center;border:6px solid rgba(255,255,255,.15);box-shadow:0 20px 50px rgba(0,0,0,.22)}.esp-logo-stage img{width:190px;filter:drop-shadow(0 12px 16px rgba(0,0,0,.18))}.esp-logo-stage .ring{position:absolute;border:1px solid rgba(226,164,95,.35);border-radius:50%}.r1{width:210px;height:210px}.r2{width:285px;height:285px}.spark{position:absolute;color:var(--gold);font-size:22px}.s1{top:35px;right:-20px}.s2{bottom:35px;left:-18px}.esp-kicker{display:block;color:#fff;font-size:13px;font-weight:700;margin-bottom:12px}.esp-kicker.dark{color:var(--gold)}.esp-hero-copy h1{font-size:36px;color:#fff;margin-bottom:18px}.esp-hero-copy h1 em{font-style:normal;color:var(--gold2)}.esp-hero-copy p{font-size:14px}.esp-hero-metrics{display:flex;gap:12px;margin:22px 0}.esp-hero-metrics div{background:rgba(255,255,255,.08);border-radius:10px;padding:10px 16px;display:flex;gap:8px;align-items:center}.esp-hero-metrics b{font-size:24px;color:var(--gold)}.esp-hero-metrics span{font-size:11px}.esp-hero-actions{display:flex;gap:10px}.esp-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;min-height:43px;border-radius:999px;font-family:inherit;font-weight:800;font-size:13px;transition:.25s}.esp-btn:hover{transform:translateY(-2px)}.esp-btn-gold{background:var(--gold);color:#fff}.esp-btn-ghost{border:1px solid rgba(255,255,255,.25);color:#fff}.esp-btn-dark{background:var(--green);color:#fff}.esp-btn-light{background:#fff;color:var(--green);border:1px solid var(--line)}.esp-ticker{height:34px;background:var(--gold);color:#fff;display:flex;align-items:center;transform:rotate(1deg);margin-top:9px;overflow:hidden}.esp-ticker>div{display:flex;white-space:nowrap;animation:ticker 30s linear infinite}.esp-ticker span{font-size:11px;margin-left:28px}@keyframes ticker{to{transform:translateX(50%)}}.esp-section-title{text-align:center;max-width:740px;margin:0 auto 44px}.esp-section-title>span{color:var(--gold);font-weight:800;font-size:13px}.esp-section-title h2{font-size:30px;margin:7px 0 8px}.esp-section-title p{font-size:13px}.esp-why{background:#f2f3f3;padding:65px 0 70px;position:relative}.esp-why-grid{display:grid;grid-template-columns:repeat(4,1fr)}.esp-why-card{text-align:center;padding:22px;border-left:1px solid #dde3e1}.esp-why-card:last-child{border-left:0}.esp-why-card i{font-style:normal;font-size:35px;color:var(--green2)}.esp-why-card h3{font-size:16px;margin:12px 0 6px}.esp-why-card p{font-size:12px}.esp-curve-down{position:absolute;bottom:-22px;right:50%;transform:translateX(50%);width:90px;height:44px;background:#fff;border-radius:0 0 45px 45px;display:grid;place-items:center;color:var(--green);font-size:28px;z-index:2}.esp-about-home{padding:85px 0;background:#fff}.esp-about-grid{display:grid;grid-template-columns:1fr .65fr 1fr;align-items:center;gap:40px}.esp-contact-panel{display:grid;gap:12px}.esp-contact-panel>div{background:#f3f4f4;border-radius:999px;min-height:54px;padding:8px 10px 8px 22px;display:grid;grid-template-columns:1fr auto;grid-template-areas:'small icon' 'bold icon';align-items:center}.esp-contact-panel small{grid-area:small;font-size:9px;color:#9aa4a2}.esp-contact-panel b{grid-area:bold;color:var(--green);font-size:12px}.esp-contact-panel i{grid-area:icon;width:38px;height:38px;background:var(--gold);border-radius:50%;display:grid;place-items:center;color:#fff;font-style:normal}.esp-about-mark>div{height:330px;border-radius:150px 150px 30px 30px;background:var(--green);border:5px solid #fff;box-shadow:0 0 0 2px var(--green),var(--shadow);display:flex;align-items:center;justify-content:center}.esp-about-mark img{width:155px}.esp-about-copy h2{font-size:28px}.esp-about-copy p{font-size:13px}.esp-link{color:var(--gold);font-weight:800;font-size:13px}.esp-steps{padding:75px 0;background:#fff}.esp-step-board{background:#f1f2f2;border-radius:30px;padding:42px 18px 24px;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.esp-step-card{background:#fff;border-radius:18px;padding:22px 16px;text-align:center;min-height:225px;box-shadow:0 12px 25px rgba(25,64,60,.08);position:relative}.esp-step-card>span{position:absolute;top:-44px;font-size:36px;color:#a8b1b0;font-weight:800}.esp-step-card i{display:grid;margin:auto;width:56px;height:56px;border-radius:16px;background:var(--green);color:#fff;place-items:center;font-style:normal;font-size:25px}.esp-step-card h3{font-size:14px;margin:14px 0 7px}.esp-step-card p{font-size:10px}.esp-step-card a{display:grid;width:30px;height:30px;border-radius:50%;background:#faf5ef;color:var(--gold);place-items:center;margin:auto}.esp-packages{padding:80px 0 100px;background:#fff}.esp-package-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:0;max-width:1020px;margin:auto}.esp-package{background:var(--green);color:#d9e6e4;padding:35px 30px 22px;border-radius:20px 0 0 20px;position:relative}.esp-package:nth-child(3){border-radius:0 20px 20px 0}.esp-package.featured{background:linear-gradient(#e4aa69,#d99a54);transform:scale(1.06);z-index:2;border-radius:20px;color:#fff;box-shadow:0 20px 45px rgba(204,142,72,.3)}.esp-package-icon{width:58px;height:58px;background:#fff;color:var(--gold);border-radius:12px;display:grid;place-items:center;margin:-62px auto 15px;box-shadow:var(--shadow)}.esp-package h3{color:#fff;text-align:center;font-size:21px}.esp-package p{text-align:center;font-size:11px}.esp-package ul{list-style:none;padding:18px;margin:20px 0;background:rgba(255,255,255,.11);border-radius:14px;font-size:12px}.esp-package-foot{background:#fff;border-radius:13px;padding:15px;text-align:center}.esp-package-foot span{display:block;color:var(--gold);font-weight:800;margin-bottom:10px}.esp-testimonials{padding:70px 0;background:#f1f2f2}.esp-quote{max-width:960px;margin:auto;background:#fff;border-radius:20px;padding:28px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.04)}.esp-quote .avatar{width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;margin:-55px auto 15px;border:5px solid #eef0f0;font-size:11px}.esp-quote p{font-size:13px}.esp-services-showcase{padding:85px 0 120px;background:#fff}.esp-service-show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.esp-service-show{border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 15px 35px rgba(23,63,59,.1)}.esp-service-visual{height:150px;background:linear-gradient(135deg,#e8eeee,#d5e5e2);display:grid;place-items:center}.esp-service-visual span{width:90px;height:90px;border-radius:26px;background:var(--green);color:var(--gold2);display:grid;place-items:center;font-size:40px;transform:rotate(-8deg)}.esp-service-show>div:last-child{padding:20px}.esp-service-show h3{font-size:17px}.esp-service-show p{font-size:11px}.esp-service-show a{display:inline-block;background:var(--gold);color:#fff;padding:7px 16px;border-radius:999px;font-size:11px}.esp-final-cta{padding:48px 0;background:#fff}.esp-final-cta .esp-wrap{background:var(--gold);border-radius:22px;padding:30px 38px;display:flex;justify-content:space-between;align-items:center;color:#fff}.esp-final-cta h2{color:#fff;margin:4px 0 0}.esp-footer{background:#fff;padding-bottom:20px}.esp-footer-card{background:var(--green);border-radius:24px;padding:38px;color:#c7d9d6;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.esp-footer .esp-brand b{color:#fff}.esp-footer h3{color:#fff;font-size:15px}.esp-footer p,.esp-footer li{font-size:11px}.esp-footer ul{list-style:none;padding:0}.esp-footer-phone{display:flex;gap:10px;flex-wrap:wrap;font-weight:800;color:#fff}.esp-copy{display:flex;justify-content:space-between;font-size:10px;padding-top:15px}.esp-page-hero{padding:170px 0 85px;background:linear-gradient(135deg,var(--green),#0b403a);color:#d7e6e3}.esp-page-hero span{color:var(--gold)}.esp-page-hero h1{color:#fff;font-size:42px;max-width:850px;margin:8px 0}.esp-page-hero p{max-width:700px}.esp-page-body{padding:75px 0}.esp-prose{max-width:880px}.esp-prose h2,.esp-prose h3{margin-top:35px}.esp-two-col,.esp-contact-page,.esp-service-single{display:grid;grid-template-columns:1fr 1fr;gap:55px}.esp-values{display:grid;gap:15px}.esp-values article{background:#f5f6f6;border-radius:16px;padding:20px}.esp-service-list{display:grid;grid-template-columns:1fr 1fr;gap:22px}.esp-service-list article{display:flex;gap:18px;border:1px solid var(--line);padding:25px;border-radius:18px}.esp-service-list article>div span{width:54px;height:54px;background:var(--green);color:var(--gold);display:grid;place-items:center;border-radius:15px}.esp-service-list h2{font-size:20px}.esp-contact-page>div:first-child{background:#f3f5f4;padding:30px;border-radius:20px}.esp-contact-page>div:first-child>a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #dde3e1}.esp-contact-page .esp-lead-form{background:var(--green);color:#fff}.esp-faq{max-width:850px}.esp-faq details{border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:12px}.esp-faq summary{font-weight:800;color:var(--ink);cursor:pointer}.esp-service-single{grid-template-columns:1fr 300px}.esp-service-single aside{background:#f4f5f5;padding:24px;border-radius:18px;height:max-content;position:sticky;top:30px}.esp-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.esp-post{border:1px solid var(--line);border-radius:18px;overflow:hidden}.esp-post .thumb{height:160px;background:#dfe9e7;display:grid;place-items:center;color:var(--green);font-weight:900}.esp-post img{width:100%;height:100%;object-fit:cover}.esp-post>div:last-child{padding:20px}.esp-post h2{font-size:18px}.esp-thanks{min-height:70vh;display:grid;place-items:center;background:#f3f5f4;padding:80px 20px}.esp-thanks>div{text-align:center;background:#fff;border-radius:25px;padding:55px;box-shadow:var(--shadow)}.esp-thanks span{font-size:48px;color:var(--gold)}.esp-reveal{opacity:0;transform:translateY(18px);transition:.6s}.esp-reveal.show{opacity:1;transform:none}@media(max-width:1000px){.esp-header-contact{display:none}.esp-nav-toggle{display:block;margin-right:auto}.esp-nav{display:none;position:absolute;top:82px;right:18px;left:18px;background:#fff;padding:15px;border-radius:15px;box-shadow:var(--shadow)}.esp-nav.open{display:block}.esp-menu{flex-direction:column}.esp-hero-grid{grid-template-columns:1fr 1fr}.esp-hero-copy{grid-column:1/-1;text-align:center}.esp-hero-actions,.esp-hero-metrics{justify-content:center}.esp-about-grid{grid-template-columns:1fr 1fr}.esp-about-copy{grid-column:1/-1}.esp-step-board{grid-template-columns:repeat(2,1fr);gap:45px 18px}.esp-package-grid{grid-template-columns:1fr;gap:55px;max-width:520px}.esp-package,.esp-package:nth-child(3){border-radius:20px}.esp-package.featured{transform:none}.esp-footer-card{grid-template-columns:1fr 1fr}.esp-service-show-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.esp-topline span{display:none}.esp-header-box{min-height:62px}.esp-brand img{width:43px;height:43px}.esp-hero{padding-top:120px}.esp-hero-grid{grid-template-columns:1fr}.esp-hero-center{order:-1}.esp-logo-stage{height:270px;width:190px}.esp-logo-stage img{width:135px}.esp-logo-stage .r1{width:160px;height:160px}.esp-logo-stage .r2{width:215px;height:215px}.esp-hero-copy h1{font-size:28px}.esp-why-grid,.esp-service-show-grid,.esp-blog-grid,.esp-service-list{grid-template-columns:1fr}.esp-why-card{border-left:0;border-bottom:1px solid #dde3e1}.esp-about-grid,.esp-two-col,.esp-contact-page,.esp-service-single{grid-template-columns:1fr}.esp-step-board{grid-template-columns:1fr;gap:50px}.esp-footer-card{grid-template-columns:1fr}.esp-final-cta .esp-wrap,.esp-copy{flex-direction:column;gap:18px;align-items:flex-start}.esp-page-hero h1{font-size:32px}}

/* v2.0.1 visual corrections */
.esp-hero-copy h1,
body.esp-site .esp-hero-copy h1{
  color:#ffffff !important;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}
.esp-hero-copy h1 em,
body.esp-site .esp-hero-copy h1 em{
  color:#f4c98f !important;
}
.esp-hero-copy .esp-kicker,
.esp-hero-copy p{
  color:#e3f0ee !important;
}
.esp-lead-form h3,
body.esp-site .esp-lead-form h3{
  color:#ffffff !important;
  text-shadow:0 1px 10px rgba(0,0,0,.12);
}
.esp-lead-form p{
  color:#d9e9e6 !important;
}
.esp-logo-stage img{
  width:205px;
  max-height:245px;
  object-fit:contain;
}
.esp-about-mark img{
  width:205px;
  max-height:245px;
  object-fit:contain;
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.22));
}
.esp-contact-panel i.esp-info-icon{
  background:linear-gradient(145deg,#efb66f,#d69248);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 7px 18px rgba(191,124,52,.24);
}
.esp-info-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.esp-contact-panel>div{
  padding-inline-end:9px;
}
@media(max-width:680px){
  .esp-logo-stage img{width:155px;max-height:185px}
  .esp-about-mark img{width:175px;max-height:210px}
}

/* v2.0.2 brand, slider and contrast corrections */
.esp-hero-slider{background:#073d39;isolation:isolate}
.esp-slides,.esp-slide,.esp-hero-overlay{position:absolute;inset:0}
.esp-slides{z-index:-3}
.esp-slide{background-position:center;background-size:cover;opacity:0;transform:scale(1.035);transition:opacity .8s ease,transform 6s ease}
.esp-slide.is-active{opacity:1;transform:scale(1)}
.esp-hero-overlay{z-index:-2;background:linear-gradient(90deg,rgba(5,52,48,.94) 0%,rgba(7,66,60,.76) 44%,rgba(5,49,46,.9) 100%)}
.esp-hero-grid,.esp-slider-dots,.esp-ticker{position:relative;z-index:2}
.esp-slider-dots{position:absolute;bottom:54px;right:50%;transform:translateX(50%);display:flex;gap:8px}
.esp-slider-dots button{width:9px;height:9px;border:1px solid #f1c48f;border-radius:50%;background:transparent;padding:0;cursor:pointer}
.esp-slider-dots button.is-active{background:#e2a45f;box-shadow:0 0 0 4px rgba(226,164,95,.2)}
.esp-logo-stage{background:rgba(255,255,255,.94)}
.esp-logo-stage img{width:185px;max-height:300px}
.esp-brand img{object-fit:contain}
.esp-brand b{font-size:19px}
.esp-brand small{letter-spacing:2px}

/* Consultation form clarity */
.esp-lead-form{background:rgba(8,65,59,.88);border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 40px rgba(0,0,0,.22)}
.esp-lead-form h3,body.esp-site .esp-lead-form h3{color:#fff!important;font-weight:900;font-size:21px}
.esp-lead-form p{color:#e4f0ee!important;font-size:12px}
.esp-lead-form input{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.16)}
.esp-lead-form button{background:linear-gradient(135deg,#f1bd7d,#db9850);color:#073d39;border:2px solid rgba(255,255,255,.5);box-shadow:0 9px 18px rgba(0,0,0,.18);font-size:14px}
.esp-lead-form button:hover{filter:brightness(1.06);transform:translateY(-1px)}

/* All internal page hero titles */
.esp-page-hero{position:relative;background:linear-gradient(135deg,#0a4c45,#073a36)}
.esp-page-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 30%,rgba(226,164,95,.14),transparent 38%);pointer-events:none}
.esp-page-hero .esp-wrap{position:relative;z-index:1}
.esp-page-hero h1,body.esp-site .esp-page-hero h1{color:#fff!important;text-shadow:0 2px 16px rgba(0,0,0,.2)}
.esp-page-hero p{color:#d9e9e6!important}
.esp-page-hero span{color:#f1bd7d!important}

/* Footer and final CTA contrast */
.esp-final-cta .esp-wrap{background:linear-gradient(135deg,#e9ad64,#dc9650)}
.esp-final-cta span{color:#fff;font-weight:700}
.esp-final-cta h2,body.esp-site .esp-final-cta h2{color:#123c39!important}
.esp-final-cta .esp-btn{background:#fff!important;color:#0c4b43!important;border:2px solid rgba(12,75,67,.18);min-width:150px;box-shadow:0 8px 20px rgba(55,40,20,.13)}
.esp-footer-card h3,body.esp-site .esp-footer-card h3{color:#fff!important;font-weight:900}
.esp-footer-card a{color:#eaf4f2}
.esp-footer-card a:hover{color:#f1c48f}
.esp-footer-card .esp-btn-light{background:#fff!important;color:#0c4b43!important;border:2px solid #fff;box-shadow:0 8px 22px rgba(0,0,0,.16)}
.esp-footer-card p,.esp-footer-card li{color:#d2e2df}

@media(max-width:680px){
 .esp-slider-dots{bottom:47px}
 .esp-hero-overlay{background:rgba(5,58,53,.88)}
 .esp-logo-stage img{width:145px;max-height:230px}
}


/* v2.0.4 requested layout refinements */
/* Keep the moving strip perfectly horizontal */
.esp-ticker{
  transform:none!important;
  margin-top:0!important;
  width:100%;
  left:auto;
  right:auto;
}

/* Increase logo presence in hero slider and about section */
.esp-logo-stage img{
  width:230px!important;
  max-height:315px!important;
}
.esp-about-mark img{
  width:260px!important;
  max-height:285px!important;
}

/* Add breathing room between step icons and their titles */
.esp-step-card i{
  margin:0 auto 20px!important;
}
.esp-step-card h3{
  margin:0 0 7px!important;
}

/* Five-pixel separation between collaboration cards */
.esp-package-grid{
  gap:5px!important;
}
.esp-package,
.esp-package:nth-child(3),
.esp-package.featured{
  border-radius:20px!important;
}
.esp-package.featured{
  transform:translateY(-8px)!important;
}

/* Improve package heading contrast on dark and gold panels */
.esp-package h3,
body.esp-site .esp-package h3{
  color:#ffffff!important;
  text-shadow:0 1px 12px rgba(0,0,0,.18);
}
.esp-package.featured h3,
body.esp-site .esp-package.featured h3{
  color:#123c39!important;
  text-shadow:none;
}
.esp-package p{
  color:#e7f1ef!important;
}
.esp-package.featured p{
  color:#173f3c!important;
}

/* Professional service icons */
.esp-service-visual span{
  transform:none!important;
  border-radius:24px!important;
  box-shadow:0 12px 28px rgba(12,75,67,.18);
}
.esp-service-visual span svg{
  width:45px;
  height:45px;
  fill:none;
  stroke:var(--gold2);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:680px){
  .esp-logo-stage img{width:175px!important;max-height:215px!important}
  .esp-about-mark img{width:210px!important;max-height:235px!important}
  .esp-package.featured{transform:none!important}
}

/* v2.1.0 — editorial photography and premium visual treatment */
.esp-photo-stage{
  overflow:hidden;
  isolation:isolate;
  background:#092f2c!important;
  border-color:rgba(255,255,255,.34)!important;
  box-shadow:0 24px 65px rgba(0,0,0,.34),0 0 0 1px rgba(226,164,95,.28) inset!important;
}
.esp-photo-stage:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(7,49,45,.08) 0%,rgba(7,49,45,.18) 46%,rgba(7,49,45,.9) 100%);
  pointer-events:none;
}
.esp-photo-stage:after{
  content:"";
  position:absolute;
  inset:12px;
  z-index:2;
  border:1px solid rgba(241,196,143,.5);
  border-radius:112px 112px 19px 19px;
  pointer-events:none;
}
.esp-photo-stage .esp-stage-photo{
  position:absolute!important;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover;
  object-position:center;
  filter:grayscale(1) contrast(1.12)!important;
  transform:scale(1.02);
}
.esp-stage-logo{
  position:relative;
  z-index:4;
  width:112px;
  height:112px;
  border-radius:32px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 18px 42px rgba(0,0,0,.3);
  backdrop-filter:blur(10px);
}
.esp-stage-logo img{
  width:88px!important;
  height:88px!important;
  max-height:none!important;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.18))!important;
}
.esp-stage-caption{
  position:absolute;
  z-index:4;
  right:24px;
  left:24px;
  bottom:26px;
  display:flex;
  flex-direction:column;
  text-align:center;
  color:#fff;
  line-height:1.55;
}
.esp-stage-caption span{font-size:10px;color:var(--gold2);font-weight:800;letter-spacing:.4px}
.esp-stage-caption b{font-size:12px;color:#fff}
.esp-photo-stage .ring{z-index:3;border-color:rgba(241,196,143,.42)}

.esp-photo-mark>div{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  padding:0!important;
  background:#0b403b!important;
}
.esp-photo-mark>div:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(7,55,50,.06),rgba(7,55,50,.74));
  pointer-events:none;
}
.esp-photo-mark .esp-about-photo{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-height:none!important;
  object-fit:cover;
  object-position:center;
  filter:grayscale(1) contrast(1.08);
  transition:transform .55s ease;
}
.esp-photo-mark:hover .esp-about-photo{transform:scale(1.035)}
.esp-about-logo{
  position:relative;
  z-index:2;
  width:88px;
  height:88px;
  border-radius:25px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.91);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 15px 34px rgba(0,0,0,.24);
}
.esp-about-logo img{
  width:68px!important;
  height:68px!important;
  max-height:none!important;
  object-fit:contain;
}
.esp-photo-mark small{
  position:absolute;
  z-index:2;
  right:18px;
  left:18px;
  bottom:20px;
  color:#fff;
  font-size:10px;
  font-weight:700;
  text-align:center;
}

.esp-package-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:var(--green);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.esp-package.featured .esp-package-icon svg{stroke:#b97734}

.esp-testimonials{
  position:relative;
  isolation:isolate;
  padding:100px 0 105px!important;
  background-image:linear-gradient(90deg,rgba(5,45,42,.91),rgba(8,68,61,.78)),var(--esp-testimonial)!important;
  background-size:cover!important;
  background-position:center!important;
}
.esp-testimonials:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 16% 22%,rgba(226,164,95,.2),transparent 32%);
}
.esp-testimonials .esp-section-title>span{color:var(--gold2)}
.esp-testimonials .esp-section-title h2,
body.esp-site .esp-testimonials .esp-section-title h2{color:#fff!important;text-shadow:0 3px 20px rgba(0,0,0,.25)}
.esp-testimonials .esp-quote{
  max-width:880px;
  padding:35px 42px;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 22px 55px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
}
.esp-testimonials .esp-quote p{color:#fff;font-size:14px}
.esp-testimonials .esp-quote b{color:var(--gold2)}
.esp-testimonials .esp-quote .avatar{background:var(--gold);color:#113f3b;border-color:rgba(255,255,255,.9);font-weight:900}

.esp-service-show{
  border:1px solid rgba(12,75,67,.08);
  transition:transform .32s ease,box-shadow .32s ease;
}
.esp-service-show:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(23,63,59,.16)}
.esp-service-visual{
  position:relative;
  overflow:hidden;
  display:block!important;
  background:#dfe6e4;
}
.esp-service-visual:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(6,47,43,.04) 35%,rgba(6,47,43,.76) 100%);
  pointer-events:none;
}
.esp-service-visual img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(1) contrast(1.08);
  transition:transform .55s ease,filter .55s ease;
}
.esp-service-show:hover .esp-service-visual img{transform:scale(1.045);filter:grayscale(1) contrast(1.13)}
.esp-service-visual span{
  position:absolute;
  z-index:2;
  right:16px;
  bottom:16px;
  width:58px!important;
  height:58px!important;
  border-radius:18px!important;
  background:rgba(8,70,63,.94)!important;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(8px);
}
.esp-service-visual span svg{width:30px!important;height:30px!important}

@media(max-width:680px){
  .esp-photo-stage:after{border-radius:82px 82px 17px 17px}
  .esp-stage-logo{width:88px;height:88px;border-radius:25px}
  .esp-stage-logo img{width:68px!important;height:68px!important}
  .esp-stage-caption{bottom:17px;right:15px;left:15px}
  .esp-stage-caption b{font-size:10px}
  .esp-photo-mark>div{height:390px}
  .esp-testimonials{padding:78px 0!important}
  .esp-testimonials .esp-quote{padding:30px 22px}
}


/* v2.4.0 — focused homepage header + hero. Internal pages remain untouched. */
.home .esp-header-box{
  margin-top:0;
  min-height:82px;
  padding:8px 0;
  background:transparent;
  border-radius:0;
  box-shadow:none;
  border-bottom:1px solid rgba(255,255,255,.14);
  gap:38px;
}
.home .esp-header{top:30px}
.home .esp-brand{gap:11px;position:relative;z-index:2}
.home .esp-brand img{
  width:48px;
  height:48px;
  filter:drop-shadow(0 7px 14px rgba(0,0,0,.22));
}
.home .esp-brand b{color:#fff;font-size:20px;letter-spacing:-.2px}
.home .esp-brand small{color:#f0b66f;font-size:8px;letter-spacing:2.5px}
.home .esp-nav{margin-right:auto;margin-left:0}
.home .esp-menu{gap:30px;align-items:center}
.home .esp-menu a{color:#e6f0ee;font-size:13px;font-weight:700;position:relative;padding:11px 0}
.home .esp-menu a:after{content:"";position:absolute;right:0;left:100%;bottom:4px;height:2px;background:var(--gold);transition:.22s ease}
.home .esp-menu a:hover{color:#fff}
.home .esp-menu a:hover:after{left:0}
.home .esp-hero{padding-top:112px}
.home .esp-hero-grid{
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:76px;
  max-width:980px;
  min-height:520px;
}
.home .esp-hero-center{align-self:center}
.home .esp-hero-copy{max-width:610px}
.home .esp-hero-actions{gap:12px;align-items:center}
.home .esp-hero-actions .esp-btn{min-width:148px;min-height:47px}
.home .esp-hero-actions .esp-btn-gold{color:#103e3a;background:linear-gradient(135deg,#f2bd7b,#df9d52);box-shadow:0 10px 24px rgba(0,0,0,.16)}
.home .esp-hero-actions .esp-btn-ghost{border:1.5px solid rgba(241,196,143,.85);color:#fff;background:rgba(7,61,57,.22)}
.home #services{scroll-margin-top:28px}
.home #contact-cta{scroll-margin-top:28px}
@media(max-width:1000px){
  .home .esp-header-box{min-height:70px;padding-inline:0}
  .home .esp-nav{margin:0}
  .home .esp-nav.open{background:rgba(7,61,57,.98);border:1px solid rgba(255,255,255,.13)}
  .home .esp-menu a{color:#fff}
  .home .esp-nav-toggle span{background:#fff}
  .home .esp-hero-grid{grid-template-columns:1fr 1fr;gap:38px;max-width:920px}
  .home .esp-hero-copy{grid-column:auto;text-align:right}
  .home .esp-hero-actions,.home .esp-hero-metrics{justify-content:flex-start}
}
@media(max-width:680px){
  .home .esp-header{top:30px}
  .home .esp-header-box{min-height:64px}
  .home .esp-brand img{width:42px;height:42px}
  .home .esp-brand b{font-size:17px}
  .home .esp-hero{padding-top:110px}
  .home .esp-hero-grid{grid-template-columns:1fr;gap:28px;min-height:auto;padding-bottom:68px}
  .home .esp-hero-center{order:1}
  .home .esp-hero-copy{order:2;text-align:center}
  .home .esp-hero-actions,.home .esp-hero-metrics{justify-content:center}
  .home .esp-hero-actions{flex-wrap:wrap}
}


/* v2.4.1 — single clean header */
.esp-topline{display:none!important}
.esp-header{top:0}.admin-bar .esp-header{top:32px}
.esp-header-box{margin-top:0;min-height:74px;padding:10px 0;background:transparent;border-radius:0;box-shadow:none;border-bottom:1px solid rgba(255,255,255,.14);gap:34px}
.esp-nav{margin-right:auto;margin-left:0}
.esp-menu{gap:28px;align-items:center}
.esp-menu a{font-size:13px;font-weight:700}
.home .esp-header{top:0}.admin-bar.home .esp-header{top:32px}
.home .esp-header-box{min-height:78px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.14);background:transparent;box-shadow:none;border-radius:0;gap:34px}
.home .esp-brand img{width:46px;height:46px;filter:drop-shadow(0 7px 14px rgba(0,0,0,.22))}
.home .esp-brand b{color:#fff;font-size:20px}
.home .esp-brand small{color:#f0b66f;font-size:8px;letter-spacing:2.5px}
.home .esp-nav{margin-right:auto;margin-left:0}
.home .esp-menu{gap:28px;align-items:center}
.home .esp-menu a{color:#e6f0ee;font-size:13px;font-weight:700;position:relative;padding:11px 0}
.home .esp-menu a:after{content:"";position:absolute;right:0;left:100%;bottom:4px;height:2px;background:var(--gold);transition:.22s ease}
.home .esp-menu a:hover{color:#fff}
.home .esp-menu a:hover:after{left:0}
.home .esp-hero{padding-top:96px}
@media(max-width:1000px){
  .admin-bar .esp-header,.admin-bar.home .esp-header{top:46px}
  .esp-header-box,.home .esp-header-box{min-height:68px;padding-inline:0}
  .esp-nav.open,.home .esp-nav.open{background:rgba(7,61,57,.98);border:1px solid rgba(255,255,255,.13)}
  .esp-menu a,.home .esp-menu a{color:#fff}
  .esp-nav-toggle span,.home .esp-nav-toggle span{background:#fff}
}
@media(max-width:782px){.admin-bar .esp-header,.admin-bar.home .esp-header{top:46px}}
@media(max-width:680px){
  .esp-header,.home .esp-header{top:0}.admin-bar .esp-header,.admin-bar.home .esp-header{top:46px}
  .esp-header-box,.home .esp-header-box{min-height:62px}
  .home .esp-brand img{width:42px;height:42px}
  .home .esp-brand b{font-size:17px}
  .home .esp-hero{padding-top:100px}
}
