
:root{
  --eas-yellow:#ffcc00;
  --eas-black:#101214;
  --eas-ink:#1b1f23;
  --eas-gray:#5b646b;
  --eas-soft:#f5f6f7;
  --eas-line:#d9dde0;
  --eas-line-strong:#cfd4d8;
  --eas-shadow:0 16px 42px rgba(16,18,20,.08);
}
html{scroll-behavior:smooth}
body.eas-v1-active{margin:0!important;background:#fff;color:var(--eas-ink);font-family:"Manrope",sans-serif;overflow-x:hidden}
body.eas-v1-active #wpadminbar{z-index:999999}
.eas-v1,.eas-v1 *{box-sizing:border-box}
.eas-v1{max-width:100vw;overflow:hidden;background:#fff;color:var(--eas-ink);font-family:"Manrope",sans-serif;line-height:1.6}
.eas-v1 h1,.eas-v1 h2,.eas-v1 h3,.eas-v1 p{margin-top:0}
.eas-v1 h1,.eas-v1 h2,.eas-v1 h3{font-family:"Plus Jakarta Sans","Manrope",sans-serif;color:var(--eas-black);letter-spacing:-.035em}
.eas-v1 a{text-decoration:none}
.eas-wrap{width:min(1160px,calc(100% - 48px));max-width:100%;margin:0 auto}
.eas-skip{position:absolute;left:-9999px}.eas-skip:focus{left:12px;top:12px;z-index:100000;background:#fff;color:#000;padding:12px;border-radius:8px}

.eas-header{position:relative;z-index:300;background:#fff;border-bottom:1px solid rgba(16,18,20,.08)}
.eas-header.is-sticky{position:fixed;left:0;right:0;top:0;box-shadow:0 10px 35px rgba(16,18,20,.10)}
.admin-bar .eas-header.is-sticky{top:32px}
.eas-header-inner{height:82px;display:flex;align-items:center;gap:24px;min-width:0}
.eas-brand{display:inline-flex;align-items:center;gap:11px;color:var(--eas-black)}
.eas-brand-mark{width:52px;height:52px;background:var(--eas-yellow);color:#111;display:grid;place-items:center;font-weight:900;font-size:21px;border-radius:13px;box-shadow:inset 0 -4px 0 rgba(0,0,0,.09)}
.eas-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.eas-brand-copy strong{font-size:15px;letter-spacing:.08em}
.eas-brand-copy small{font-size:10.5px;color:#777;margin-top:5px}
.eas-nav{display:flex;align-items:center;gap:20px;margin-left:auto}
.eas-nav a{position:relative;color:#333;font-size:14px;font-weight:700;padding:29px 0}
.eas-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:3px;background:var(--eas-yellow);border-radius:10px;transition:.25s}
.eas-nav a:hover:after,.eas-nav a.is-active:after{right:0}
.eas-menu-toggle{display:none;margin-left:auto;width:46px;height:46px;border:1px solid var(--eas-line);background:#fff;border-radius:12px;padding:11px}
.eas-menu-toggle span{display:block;height:2px;background:#111;margin:5px 0}
.eas-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:12px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.24s}
.eas-btn:hover{transform:translateY(-2px)}
.eas-btn-header{background:var(--eas-black);color:#fff!important;min-height:46px;padding:0 18px;white-space:nowrap}
.eas-btn-primary{background:var(--eas-yellow);color:#111}
.eas-btn-ghost{background:#fff;color:#111;border-color:var(--eas-line-strong)}
.eas-btn-dark{background:#111;color:#fff}
.eas-btn-outline{background:transparent;color:#111;border-color:#111}

.eas-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#81868a;margin-bottom:18px}
.eas-breadcrumb a{color:#666}.eas-breadcrumb strong{color:#222}
.eas-kicker{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:800;color:#747b80}
.eas-kicker:before{content:"";width:24px;height:7px;border-radius:99px;background:var(--eas-yellow)}
.eas-kicker-dark{color:#50470c}.eas-kicker-dark:before{background:#111}

/* Intro / hero */
.eas-page-intro{padding:56px 0 54px;background:linear-gradient(180deg,#fff 0%,#fbfbfb 100%);border-bottom:1px solid #eceef0}
.eas-page-intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:start}
.eas-page-copy h1{font-size:clamp(44px,4.6vw,64px);line-height:1.03;margin:16px 0 20px;max-width:720px}
.eas-page-copy p{font-size:17px;line-height:1.78;color:#5e666d;max-width:740px}
.eas-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 20px}
.eas-inline-points{display:flex;gap:18px;flex-wrap:wrap;color:#333;font-size:12px;font-weight:700}
.eas-summary-card{background:#fff;border:1px solid var(--eas-line-strong);border-radius:24px;padding:30px;box-shadow:0 18px 42px rgba(16,18,20,.06)}
.eas-summary-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#fff8d9;color:#695900;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.eas-summary-top h2{font-size:31px;line-height:1.1;margin:14px 0 10px}
.eas-summary-top p{color:#646b71;font-size:14px;line-height:1.75;margin:0}
.eas-summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.eas-summary-stats div{background:var(--eas-soft);border:1px solid #e4e7ea;border-radius:16px;padding:16px 14px}
.eas-summary-stats strong{display:block;font-family:"Plus Jakarta Sans",sans-serif;font-size:28px;line-height:1;color:#111}
.eas-summary-stats span{display:block;margin-top:6px;font-size:11px;color:#636a70;font-weight:700}
.eas-summary-list{list-style:none;margin:0;padding:0;border-top:1px solid #e4e7ea}
.eas-summary-list li{position:relative;padding:13px 0 13px 25px;border-bottom:1px solid #e4e7ea;color:#41484d;font-size:13px}
.eas-summary-list li:before{content:"✓";position:absolute;left:0;top:13px;color:#111;font-weight:900}

/* Service overview */
.eas-service-overview{padding:66px 0 32px;background:#fff}
.eas-section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:end;margin-bottom:34px}
.eas-section-head-tight{margin-bottom:28px}
.eas-section-head h2{font-size:clamp(34px,3.8vw,50px);line-height:1.08;margin:10px 0 0;max-width:740px}
.eas-section-head p{margin:0;color:#666e74;font-size:15px;line-height:1.78}
.eas-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.eas-overview-card{background:#fff;border:1px solid var(--eas-line);border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:8px;min-height:170px;box-shadow:0 10px 24px rgba(16,18,20,.035);transition:.22s}
.eas-overview-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(16,18,20,.07)}
.eas-overview-card.is-featured{border-color:#e4bd00;box-shadow:0 14px 28px rgba(255,204,0,.12)}
.eas-overview-icon{width:42px;height:42px;border-radius:12px;background:#111;color:var(--eas-yellow);display:grid;place-items:center;font-size:16px;font-weight:900;margin-bottom:2px}
.eas-overview-card strong{font-size:18px;color:#111}
.eas-overview-card small{font-size:13px;line-height:1.65;color:#60686e}

/* Detail section */
.eas-section{padding:78px 0}
.eas-services-detail{background:var(--eas-soft)}
.eas-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.eas-detail-card{background:#fff;border:1px solid var(--eas-line);border-radius:22px;padding:32px;box-shadow:0 10px 26px rgba(16,18,20,.04);scroll-margin-top:105px}
.eas-detail-card.eas-featured{border-color:#e5bd00;box-shadow:0 16px 34px rgba(255,204,0,.13)}
.eas-detail-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.eas-detail-num{width:40px;height:40px;border-radius:12px;background:#111;color:var(--eas-yellow);display:grid;place-items:center;font-size:11px;font-weight:800}
.eas-detail-label{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;color:#8b9195}
.eas-detail-card h3{font-size:27px;line-height:1.15;margin-bottom:13px}
.eas-detail-card>p{color:#5b646b;font-size:15px;line-height:1.75}
.eas-detail-card ul{list-style:none;margin:22px 0 26px;padding:0;border-top:1px solid #e5e7e9}
.eas-detail-card li{position:relative;padding:12px 0 12px 24px;border-bottom:1px solid #e5e7e9;font-size:13px;color:#434a4f}
.eas-detail-card li:before{content:"✓";position:absolute;left:0;color:#111;font-weight:900}
.eas-detail-card a{color:#111;font-size:12.5px;font-weight:800}

/* Packing section */
.eas-protection{background:#fff}
.eas-protection-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}
.eas-protection-image{position:relative;background:#fff;border:1px solid var(--eas-line);border-radius:26px;padding:18px;box-shadow:var(--eas-shadow)}
.eas-protection-image img{display:block;width:100%;height:auto;border-radius:17px}
.eas-image-tag{position:absolute;right:-18px;bottom:24px;background:var(--eas-yellow);padding:16px 20px;border-radius:15px;display:flex;flex-direction:column;box-shadow:0 15px 35px rgba(0,0,0,.12)}
.eas-image-tag strong{font-size:14px}.eas-image-tag span{font-size:10px}
.eas-protection-copy h2{font-size:clamp(35px,4vw,50px);line-height:1.08;margin:11px 0 16px}
.eas-protection-copy>p{color:#626a70;font-size:15px;line-height:1.8}
.eas-feature-list{margin-top:28px}
.eas-feature-list>div{display:grid;grid-template-columns:54px 1fr;gap:15px;padding:17px 0;border-top:1px solid #dedfe1}
.eas-feature-list>div>span{width:40px;height:40px;border-radius:12px;background:#111;color:var(--eas-yellow);display:grid;place-items:center;font-size:11px;font-weight:800}
.eas-feature-list strong{font-size:14px}.eas-feature-list p{font-size:13px;color:#687076;line-height:1.7;margin:4px 0 0}

/* Process */
.eas-process{background:var(--eas-soft)}
.eas-centered{text-align:center;max-width:820px;margin:0 auto 32px}
.eas-centered h2{font-size:clamp(34px,4vw,48px);line-height:1.08;margin:10px 0 12px}
.eas-centered p{color:#6a7176;margin:0 auto;max-width:610px;font-size:15px}
.eas-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.eas-step{background:#fff;border:1px solid var(--eas-line-strong);border-top:3px solid var(--eas-yellow);border-radius:0 0 18px 18px;min-height:220px;padding:27px 23px;box-shadow:0 10px 24px rgba(16,18,20,.04)}
.eas-step>span{font-size:11px;font-weight:800;color:#858c91}
.eas-step h3{font-size:20px;margin:22px 0 11px}
.eas-step p{font-size:13px;color:#5d656c;line-height:1.75}

/* Area */
.eas-area{background:var(--eas-yellow);padding:78px 0}
.eas-area-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:center}
.eas-area h2{font-size:clamp(38px,4.3vw,56px);line-height:1.05;margin:10px 0 18px;max-width:800px}
.eas-area p{color:#514b20;max-width:760px;font-size:15px}
.eas-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.eas-pills span{background:rgba(255,255,255,.57);border:1px solid rgba(0,0,0,.10);padding:9px 12px;border-radius:999px;font-size:11px;font-weight:800}
.eas-area-card{background:#111;color:#fff;border-radius:22px;padding:32px;display:flex;flex-direction:column;gap:14px}
.eas-area-card small{color:#aaa;text-transform:uppercase;letter-spacing:.08em}.eas-area-card strong{font-size:21px;line-height:1.45}.eas-area-card a{color:var(--eas-yellow);font-size:12px;font-weight:800}

/* FAQ */
.eas-faq{background:#fff}
.eas-faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:68px}
.eas-faq-grid h2{font-size:42px;line-height:1.1;margin:10px 0 18px}
.eas-faq-grid>div:first-child p{color:#687076}
.eas-text-link{display:inline-block;margin-top:9px;color:#111;font-size:12px;font-weight:800}
.eas-accordion{border-top:1px solid #d6dade}
.eas-faq-item{border-bottom:1px solid #d6dade}
.eas-faq-item button{width:100%;border:0;background:none;padding:24px 0;display:flex;justify-content:space-between;gap:18px;align-items:center;text-align:left;font-family:inherit;font-size:15px;font-weight:800;color:#111;cursor:pointer}
.eas-faq-item button b{flex:0 0 32px;width:32px;height:32px;border-radius:50%;background:var(--eas-soft);display:grid;place-items:center;font-size:18px}
.eas-faq-answer{display:none;padding:0 52px 22px 0}.eas-faq-item.is-open .eas-faq-answer{display:block}
.eas-faq-answer p{font-size:13.5px;color:#5e666c;line-height:1.75;margin:0}

/* CTA + footer */
.eas-cta{padding:42px 0 70px;background:#fff}
.eas-cta-inner{background:var(--eas-yellow);border-radius:25px;padding:42px 46px;display:grid;grid-template-columns:1.25fr .75fr;gap:36px;align-items:center}
.eas-cta h2{font-size:36px;line-height:1.1;margin:9px 0 10px}.eas-cta p{color:#554d16;margin:0}
.eas-cta-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}

.eas-footer{background:#0d0f10;color:#c5c8ca;padding:64px 0 24px}
.eas-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,.7fr);gap:48px}
.eas-brand-footer .eas-brand-copy strong{color:#fff}.eas-brand-footer .eas-brand-copy small{color:#888}
.eas-footer-brand p{font-size:13px;max-width:320px;color:#8f9498;margin-top:20px}
.eas-footer h3{font-size:13px;color:#fff;margin-bottom:18px}
.eas-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.eas-footer a,.eas-footer span{color:#9da1a4;font-size:12px}
.eas-footer a:hover{color:var(--eas-yellow)}
.eas-footer-bottom{border-top:1px solid #26292b;margin-top:42px;padding-top:19px;display:flex;justify-content:space-between;gap:20px}
.eas-wa{position:fixed;right:22px;bottom:22px;z-index:9999;width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff!important;display:grid;place-items:center;font-weight:900;font-size:13px;box-shadow:0 16px 40px rgba(0,0,0,.2)}

@media(max-width:1120px){
  .eas-btn-header{display:none}
  .eas-menu-toggle{display:block}
  .eas-nav{display:none;position:absolute;top:82px;left:20px;right:20px;background:#fff;border:1px solid var(--eas-line);border-radius:16px;padding:12px;box-shadow:var(--eas-shadow);flex-direction:column;align-items:stretch;gap:0}
  .eas-nav.is-open{display:flex}
  .eas-nav a{padding:13px}.eas-nav a:after{display:none}
  .eas-page-intro-grid{grid-template-columns:1fr;gap:22px}
  .eas-overview-grid{grid-template-columns:repeat(2,1fr)}
  .eas-section-head{grid-template-columns:1fr;gap:14px}
  .eas-protection-grid{grid-template-columns:1fr;gap:44px}.eas-protection-image{max-width:700px;margin:0 auto}
  .eas-process-grid{grid-template-columns:repeat(2,1fr)}
  .eas-area-grid{grid-template-columns:1fr}.eas-area-card{max-width:520px}
  .eas-faq-grid{grid-template-columns:1fr;gap:34px}
  .eas-footer-grid{grid-template-columns:1.2fr 1fr 1fr}.eas-footer-grid>div:last-child{grid-column:2/-1}
}

@media(max-width:760px){
  .eas-wrap{width:min(100% - 28px,1160px)}
  .eas-header-inner{height:72px}.eas-nav{top:72px}
  .eas-brand-mark{width:44px;height:44px;font-size:18px}.eas-brand-copy strong{font-size:12.5px}.eas-brand-copy small{font-size:9.5px}
  .eas-page-intro{padding:44px 0 46px}.eas-page-copy h1{font-size:42px}.eas-page-copy p{font-size:15px}
  .eas-hero-actions{flex-direction:column}.eas-btn{width:100%}.eas-inline-points{gap:10px;font-size:11px}
  .eas-summary-stats{grid-template-columns:1fr 1fr}
  .eas-service-overview{padding:56px 0 22px}
  .eas-overview-grid{grid-template-columns:1fr}
  .eas-section{padding:66px 0}.eas-section-head h2{font-size:36px}
  .eas-detail-grid{grid-template-columns:1fr}.eas-detail-card{padding:26px}
  .eas-image-tag{right:8px;bottom:12px}.eas-protection-copy h2{font-size:36px}
  .eas-process-grid{grid-template-columns:1fr}.eas-step{min-height:auto}
  .eas-area{padding:64px 0}.eas-area h2{font-size:38px}
  .eas-faq-grid h2{font-size:36px}.eas-faq-item button{font-size:14px}
  .eas-cta-inner{grid-template-columns:1fr;padding:31px 24px}.eas-cta-actions{justify-content:flex-start}
  .eas-footer-grid{grid-template-columns:1fr 1fr}.eas-footer-grid>div:first-child{grid-column:1/-1}.eas-footer-grid>div:last-child{grid-column:auto}.eas-footer-bottom{flex-direction:column}
}
@media(max-width:430px){
  .eas-summary-stats{grid-template-columns:1fr}
  .eas-footer-grid{grid-template-columns:1fr}.eas-footer-grid>div:first-child,.eas-footer-grid>div:last-child{grid-column:auto}
}


/* =========================================================
   EA MOVERS SERVICES PAGE — FINAL APPROVED
   Final readability polish only; layout is locked.
   ========================================================= */

/* Six service overview cards: slightly easier scanning */
.eas-overview-card small{
  font-size:13.5px;
  line-height:1.7;
  color:#545d64;
}

/* Detailed service cards: improve body/list readability */
.eas-detail-card>p{
  font-size:15.5px;
  line-height:1.78;
  color:#535d64;
}
.eas-detail-card li{
  font-size:13.5px;
  line-height:1.65;
  color:#3f474d;
}
.eas-detail-card a{
  font-size:13px;
}

/* Service summary card: more breathing room */
.eas-summary-stats{
  margin:26px 0 24px;
}
.eas-summary-list{
  padding-top:4px;
}
.eas-summary-list li{
  padding-top:14px;
  padding-bottom:14px;
  line-height:1.6;
}

/* Keep supporting copy consistent */
.eas-protection-copy>p,
.eas-section-head p,
.eas-centered p{
  color:#596269;
}

/* Mobile: preserve readability without crowding */
@media(max-width:760px){
  .eas-overview-card small{font-size:13px}
  .eas-detail-card>p{font-size:15px}
  .eas-detail-card li{font-size:13px}
}


/* =========================================================
   SERVICES v1.3 — IMAGE CONSISTENCY FIX
   Keeps the approved framed packing image treatment
   and uses a fresh asset filename to force update.
   ========================================================= */


/* =========================================================
   SERVICES v1.4 — UNIQUE SERVICE IMAGE FIX
   Replaces the repeated packing image with a unique
   service-specific apartment packing scene.
   ========================================================= */
