.ecomflow-site-experience header.wp-block-template-part a[href*="/my-account/"],
.ecomflow-site-experience header.wp-block-template-part .wp-block-woocommerce-mini-cart,
.ecomflow-site-experience .wp-block-woocommerce-mini-cart__drawer,
.ecomflow-site-experience.single-product .product_meta,
.ecomflow-site-experience.single-product p.stock {
  display: none !important;
}

.ecomflow-site-experience header.wp-block-template-part {
  height: 72px !important;
  min-height: 0 !important;
}
.ecomflow-site-experience header.wp-block-template-part > div,
.ecomflow-site-experience header.wp-block-template-part > .wp-block-group {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 72px !important;
  min-height: 72px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ecomflow-site-experience header.wp-block-template-part .wp-block-group {
  justify-content: center !important;
}
.ecomflow-site-experience .ef-brand-logo {
  margin: 0 auto !important;
  line-height: 0;
  text-align: center;
}
.ecomflow-site-experience .ef-brand-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ecomflow-site-experience .ef-brand-logo img {
  display: block;
  width: auto;
  height: 56px;
  max-width: min(340px,48vw);
  object-fit: contain;
}

.ef-whatsapp-support {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 15px 8px 10px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: #20b95a;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(19,120,60,.32);
  direction: rtl;
  text-decoration: none !important;
  transition: transform .2s ease,box-shadow .2s ease;
}
.ef-whatsapp-support:hover {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(19,120,60,.4);
}
.ef-whatsapp-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #20b95a;
}
.ef-whatsapp-icon svg { width: 27px; height: 27px; }
.ef-whatsapp-label { display: grid; gap: 1px; line-height: 1.3; }
.ef-whatsapp-label strong { color: #fff; font-size: 13px; }
.ef-whatsapp-label small { color: rgba(255,255,255,.88); font-size: 11px; }

.ef-page-nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  padding: 18px 0 4px;
}
.ef-page-nav a { color: var(--ef-navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.ef-page-nav a:hover { color: var(--ef-blue); }

.ef-dashboard-card {
  position: relative;
  z-index: 2;
  width: min(390px, 88%);
  padding: 24px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--ef-shadow);
  backdrop-filter: blur(10px);
  transform: rotate(-1.5deg);
}
.ef-dashboard-head,
.ef-dashboard-product,
.ef-dashboard-footer { display: flex; align-items: center; justify-content: space-between; }
.ef-dashboard-head { padding-bottom: 16px; border-bottom: 1px solid var(--ef-line); font-weight: 900; }
.ef-dashboard-head b { padding: 6px 10px; border-radius: 999px; background: #e8f2ff; color: #075bbf; font-size: 11px; }
.ef-customer-row { display: flex; align-items: center; gap: 12px; padding: 18px 0; }
.ef-customer-row div { display: grid; gap: 4px; }
.ef-customer-row small { color: var(--ef-muted); }
.ef-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg,var(--ef-blue),var(--ef-cyan)); color: #fff; font-weight: 900; }
.ef-dashboard-product { padding: 14px; border-radius: 13px; background: var(--ef-soft); color: var(--ef-muted); }
.ef-dashboard-product strong { color: var(--ef-blue); }
.ef-status-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 15px 0; }
.ef-status-row span { padding: 9px 5px; border: 1px solid var(--ef-line); border-radius: 10px; color: #657588; font-size: 10px; font-weight: 900; text-align: center; }
.ef-status-row .is-active { border-color: #b9ead0; background: #eafaf1; color: #137643; }
.ef-dashboard-footer { padding-top: 14px; border-top: 1px solid var(--ef-line); color: var(--ef-muted); font-size: 12px; }
.ef-dashboard-footer strong { color: #137643; }

.ef-problems { background: #f8fbfe; }
.ef-problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ef-problem-grid article { padding: 26px; border: 1px solid var(--ef-line); border-radius: 20px; background: #fff; }
.ef-problem-grid b { padding: 6px 9px; border-radius: 999px; background: #eaf4ff; color: var(--ef-blue); font-size: 12px; }
.ef-problem-grid h3 { margin: 18px 0 9px; color: var(--ef-navy); font-size: 19px; }
.ef-problem-grid p { margin: 0; color: var(--ef-muted); font-size: 14px; line-height: 1.75; }

.ef-dashboard-section { background: linear-gradient(135deg,#06192b,#0b2d4d 58%,#0b5572); color: #fff; }
.ef-dashboard-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.ef-dashboard-copy h2,
.ef-portfolio h2 { margin: 0 0 16px; color: #fff; font-size: clamp(31px,4vw,48px); line-height: 1.2; }
.ef-dashboard-copy > p { color: #c9d9e8; font-size: 17px; line-height: 1.9; }
.ef-check-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.ef-check-list li { position: relative; padding-right: 28px; line-height: 1.65; }
.ef-check-list li::before { content: "✓"; position: absolute; top: 0; right: 0; color: var(--ef-cyan); font-weight: 900; }
.ef-confirm-preview { padding: 26px; border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.25); color: var(--ef-ink); }
.ef-confirm-top,
.ef-confirm-customer,
.ef-confirm-info { display: flex; align-items: center; justify-content: space-between; }
.ef-confirm-top { padding-bottom: 17px; border-bottom: 1px solid var(--ef-line); font-weight: 900; }
.ef-confirm-top b { padding: 6px 10px; border-radius: 999px; background: #eafaf1; color: #137643; font-size: 11px; }
.ef-confirm-customer { padding: 20px 0; }
.ef-confirm-customer span { color: var(--ef-muted); font-size: 12px; }
.ef-confirm-info { gap: 12px; }
.ef-confirm-info > div { display: grid; flex: 1; gap: 5px; padding: 13px; border-radius: 12px; background: var(--ef-soft); }
.ef-confirm-info small { color: var(--ef-muted); }
.ef-confirm-actions { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin: 16px 0; }
.ef-confirm-actions span { padding: 10px 4px; border: 1px solid var(--ef-line); border-radius: 10px; font-size: 10px; font-weight: 900; text-align: center; }
.ef-confirm-actions .is-confirmed { border-color: #137643; background: #137643; color: #fff; }
.ef-confirm-history { padding: 11px 13px; border-radius: 11px; background: #eef9f3; color: #137643; font-size: 12px; font-weight: 800; }

.ef-operations { background: linear-gradient(180deg,#f7fbff,#eef6fd); }
.ef-operation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ef-operation-grid article { position: relative; padding: 28px 24px; border: 1px solid #cfe0ef; border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(10,45,77,.06); }
.ef-operation-grid article:not(:last-child)::after { content: "←"; position: absolute; top: 34px; left: -14px; z-index: 2; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--ef-blue); color: #fff; font-weight: 900; }
.ef-operation-grid b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg,var(--ef-navy),#0b5572); color: #fff; }
.ef-operation-grid h3 { margin: 18px 0 9px; color: var(--ef-navy); font-size: 20px; }
.ef-operation-grid p { margin: 0; color: var(--ef-muted); line-height: 1.75; }
.ef-operation-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 18px; padding: 16px; border-radius: 20px; background: var(--ef-navy); color: #fff; }
.ef-operation-metrics > div { padding: 12px 15px; border-left: 1px solid rgba(255,255,255,.14); }
.ef-operation-metrics > div:last-child { border-left: 0; }
.ef-operation-metrics span,.ef-operation-metrics strong { display: block; }
.ef-operation-metrics span { color: #9ebbd1; font-size: 12px; }
.ef-operation-metrics strong { margin-top: 4px; color: #fff; font-size: 16px; }

.ef-portfolio { background: #fff; }
.ef-portfolio-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding: 50px; border-radius: 28px; background: linear-gradient(135deg,var(--ef-navy),#0b5572); color: #fff; }
.ef-portfolio p { margin-bottom: 0; color: #c9d9e8; line-height: 1.9; }
.ef-brand-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.ef-brand-chips span { padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); font-weight: 800; }

.ef-offer { background: var(--ef-soft); }
.ef-offer-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 22px; }
.ef-package-card,
.ef-addon-card { padding: 36px; border-radius: 26px; }
.ef-package-card { border: 2px solid #b9d9f8; background: #fff; box-shadow: var(--ef-shadow); }
.ef-package-card h3,
.ef-addon-card h3 { margin: 14px 0 22px; color: var(--ef-navy); font-size: 27px; }
.ef-package-card .ef-check-list { grid-template-columns: 1fr 1fr; }
.ef-package-card .ef-check-list li::before { color: #137643; }
.ef-package-label { display: inline-block; padding: 7px 11px; border-radius: 999px; background: #eaf4ff; color: #075bbf; font-size: 12px; font-weight: 900; }
.ef-addon-card { background: var(--ef-navy); color: #fff; }
.ef-addon-card h3 { color: #fff; }
.ef-addon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ef-addon-list span { padding: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.06); }
.ef-addon-list b { color: var(--ef-gold); }
.ef-addon-card p { margin: 24px 0 0; color: #bdcddd; line-height: 1.75; }
.ef-process-grid.ef-process-six { grid-template-columns: repeat(3,1fr); row-gap: 14px; }
.ef-process-six > div { border: 1px solid var(--ef-line); border-radius: 18px; background: #fff; }

.ef-faq { background: #f8fbfe; }
.ef-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ef-faq details { padding: 0 20px; border: 1px solid var(--ef-line); border-radius: 16px; background: #fff; }
.ef-faq summary { padding: 20px 0; color: var(--ef-navy); cursor: pointer; font-weight: 900; list-style: none; }
.ef-faq summary::after { content: "+"; float: left; color: var(--ef-blue); font-size: 22px; }
.ef-faq details[open] summary::after { content: "−"; }
.ef-faq details p { margin: 0 0 20px; color: var(--ef-muted); line-height: 1.8; }

.ef-contact { padding: 80px 0; background: linear-gradient(135deg,#071f37,var(--ef-navy) 56%,#0b5572); color: #fff; }
.ef-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.ef-contact-copy h2 { margin: 0 0 16px; font-size: clamp(32px,4vw,49px); line-height: 1.2; }
.ef-contact-copy p { margin-bottom: 24px; color: #cbdbea; font-size: 17px; line-height: 1.9; }
.ef-lead-card { padding: 28px; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); color: var(--ef-ink); }
.ef-lead-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ef-lead-card label { display: grid; gap: 7px; color: var(--ef-navy); font-size: 13px; font-weight: 800; }
.ef-lead-card label:nth-of-type(4),
.ef-lead-card button,
.ef-lead-card small { grid-column: 1 / -1; }
.ef-lead-card input,
.ef-lead-card select,
.ef-lead-card textarea { width: 100%; padding: 12px 13px; border: 1px solid #cfdae5; border-radius: 11px; background: #fff; color: var(--ef-ink); font: inherit; }
.ef-lead-card input:focus,
.ef-lead-card select:focus,
.ef-lead-card textarea:focus { outline: 2px solid rgba(14,121,233,.18); border-color: var(--ef-blue); }
.ef-lead-card small { color: var(--ef-muted); line-height: 1.6; }
.ef-honeypot { position: fixed !important; top: 0 !important; right: 0 !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; clip-path: inset(50%) !important; }
.ef-alert { margin-bottom: 14px; padding: 12px 14px; border-radius: 11px; font-size: 13px; font-weight: 800; }
.ef-alert-success { background: #eafaf1; color: #137643; }
.ef-alert-error { background: #fff0f0; color: #a22; }
.ef-footer-note a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #d8e6f2; font-size: 12px; text-decoration: none; }
.ef-legal { max-width: 850px !important; margin: 60px auto !important; padding: 0 20px; direction: rtl; }
.ef-legal h2,
.ef-legal h3 { color: var(--ef-navy); }
.ef-legal p,
.ef-legal li { color: var(--ef-muted); line-height: 1.9; }

@media (max-width: 900px) {
  .ef-page-nav { justify-content: center; }
  .ef-problem-grid { grid-template-columns: 1fr 1fr; }
  .ef-dashboard-grid,
  .ef-portfolio-inner,
  .ef-offer-grid,
  .ef-contact-grid { grid-template-columns: 1fr; }
  .ef-portfolio-inner { padding: 36px; }
  .ef-faq-grid { grid-template-columns: 1fr; }
  .ef-operation-grid { grid-template-columns: 1fr 1fr; }
  .ef-operation-grid article::after { display: none !important; }
  .ef-operation-metrics { grid-template-columns: 1fr 1fr; }
  .ef-operation-metrics > div:nth-child(2) { border-left: 0; }
  .ef-package-card .ef-check-list { grid-template-columns: 1fr; }
  .ef-contact-grid { gap: 34px; }
}

@media (max-width: 600px) {
  .ecomflow-site-experience header.wp-block-template-part {
    height: 60px !important;
    max-height: 60px !important;
  }
  .ecomflow-site-experience header.wp-block-template-part > div,
  .ecomflow-site-experience header.wp-block-template-part > .wp-block-group {
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .ecomflow-site-experience header.wp-block-template-part .wp-block-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    justify-content: center !important;
  }
  .ecomflow-site-experience header.wp-block-template-part .wp-block-navigation,
  .ecomflow-site-experience header.wp-block-template-part .wp-block-navigation__responsive-container-open,
  .ecomflow-site-experience header.wp-block-template-part .wp-block-navigation__responsive-container-close {
    display: none !important;
  }
  .ecomflow-site-experience .ef-brand-logo {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center;
  }
  .ecomflow-site-experience .ef-brand-logo a { justify-content: center; }
  .ecomflow-site-experience .ef-brand-logo img { height: 44px; max-width: 200px; }
  .ef-whatsapp-support { right: 14px; bottom: 14px; min-height: 54px; padding: 7px; }
  .ef-whatsapp-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .ef-whatsapp-label { display: none; }
  .ef-page-nav { display: none; }
  .ef-problem-grid { grid-template-columns: 1fr; }
  .ef-dashboard-card { width: 94%; padding: 18px; }
  .ef-dashboard-head,
  .ef-customer-row strong { font-size: 13px; }
  .ef-float-card { display: none; }
  .ef-confirm-preview { padding: 17px; }
  .ef-confirm-actions { grid-template-columns: 1fr 1fr; }
  .ef-operation-grid,.ef-operation-metrics { grid-template-columns: 1fr; }
  .ef-operation-metrics > div { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .ef-operation-metrics > div:last-child { border-bottom: 0; }
  .ef-portfolio-inner,
  .ef-package-card,
  .ef-addon-card { padding: 24px; }
  .ef-brand-chips { justify-content: flex-start; }
  .ef-addon-list { grid-template-columns: 1fr; }
  .ef-lead-card { padding: 20px; }
  .ef-lead-card form { grid-template-columns: 1fr; }
  .ef-lead-card label,
  .ef-lead-card label:nth-of-type(4),
  .ef-lead-card button,
  .ef-lead-card small { grid-column: 1; }
  .ef-contact { padding: 62px 0; }
  .ef-footer-note { display: grid; }
}
