:root{
  --elm-theme-navy:#061B3A;
  --elm-theme-deep:#021B36;
  --elm-theme-gold:#D9A62E;
  --elm-theme-gold-light:#F4C94F;
  --elm-theme-ink:#172033;
  --elm-theme-muted:#667085;
  --elm-theme-line:#E5E7EB;
  --elm-theme-surface:#F5F6F8;
  --elm-theme-white:#fff;
  --elm-theme-success:#177245;
  --elm-theme-danger:#B42318;
  --elm-theme-radius:18px;
  --elm-theme-radius-sm:12px;
  --elm-theme-shadow:0 14px 40px rgba(6,27,58,.08);
  --elm-theme-shell:min(1280px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.elm-marketplace-theme{margin:0;color:var(--elm-theme-ink);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
body.elm-theme-rtl{font-family:Tahoma,"Segoe UI",Arial,sans-serif}
body.elm-mobile-menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.elm-shell{width:var(--elm-theme-shell);margin-inline:auto}
.elm-inline-icon{display:inline-flex;width:1.1em;height:1.1em;align-items:center;justify-content:center;vertical-align:-.13em}
.elm-inline-icon svg{display:block;width:100%;height:100%;fill:currentColor}
.screen-reader-text,.elm-skip-link{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.elm-skip-link:focus{position:fixed!important;z-index:999999;inset-block-start:10px;inset-inline-start:10px;width:auto!important;height:auto!important;clip:auto!important;padding:10px 14px!important;background:#fff;color:#000;border-radius:8px}

/* Header */
.elm-site-header{position:relative;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(6,27,58,.08)}
.elm-site-header.is-scrolled{box-shadow:0 7px 30px rgba(6,27,58,.12)}
.elm-topbar{background:var(--elm-theme-deep);color:#fff;font-size:13px}
.elm-topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.elm-topbar p,.elm-topbar a{margin:0;display:flex;align-items:center;gap:7px}
.elm-topbar p{opacity:.92}
.elm-topbar a{font-weight:700;color:#fff}
.elm-topbar a:hover{color:var(--elm-theme-gold-light)}
.elm-header-main{background:#fff}
.elm-header-main-inner{min-height:84px;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(330px,1fr);align-items:center;gap:32px}
.elm-site-branding{min-width:0}
.elm-brand-fallback,.custom-logo-link{display:inline-flex;align-items:center;gap:12px}
.elm-brand-fallback img,.custom-logo{width:58px;max-height:58px;object-fit:contain;border-radius:50%}
.elm-brand-copy{display:flex;flex-direction:column;line-height:1.08}
.elm-brand-copy strong{font-size:21px;letter-spacing:.8px;color:var(--elm-theme-navy)}
.elm-brand-copy small{font-size:11px;color:var(--elm-theme-muted);margin-top:5px;font-weight:650}
.elm-header-context{display:flex;justify-content:center}
.elm-header-location{display:flex;align-items:center;gap:8px;color:var(--elm-theme-navy);padding:8px 12px;border-radius:11px}
.elm-header-location:hover{background:var(--elm-theme-surface)}
.elm-header-location .elm-inline-icon{width:22px;height:22px;color:var(--elm-theme-gold)}
.elm-header-location span,.elm-account-link span{display:flex;flex-direction:column;line-height:1.2}
.elm-header-location small,.elm-account-link small{font-size:11px;color:var(--elm-theme-muted)}
.elm-header-location strong,.elm-account-link strong{font-size:13px;color:var(--elm-theme-navy)}
.elm-header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}
.elm-account-link{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:11px}
.elm-account-link:hover{background:var(--elm-theme-surface)}
.elm-account-link .elm-inline-icon{width:23px;height:23px;color:var(--elm-theme-navy)}
.elm-header-cta,.elm-btn-gold-theme{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--elm-theme-gold-light),var(--elm-theme-gold));color:var(--elm-theme-deep);font-weight:850;border:0;border-radius:12px;padding:12px 17px;box-shadow:0 7px 20px rgba(217,166,46,.22);transition:.2s ease}
.elm-header-cta:hover,.elm-btn-gold-theme:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(217,166,46,.32)}
.elm-btn-large{padding:15px 21px;font-size:15px}
.elm-menu-toggle{display:none;border:1px solid var(--elm-theme-line);background:#fff;color:var(--elm-theme-navy);width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center}
.elm-menu-toggle .elm-inline-icon{width:24px;height:24px}
.elm-primary-nav{background:var(--elm-theme-navy);color:#fff}
.elm-primary-nav-inner{min-height:50px;display:flex;align-items:stretch;gap:8px;overflow:hidden}
.elm-category-trigger{display:flex;align-items:center;gap:9px;padding:0 18px;background:rgba(255,255,255,.09);font-weight:800;white-space:nowrap}
.elm-category-trigger:hover{background:rgba(255,255,255,.15)}
.elm-category-trigger .elm-inline-icon{width:19px}
.elm-primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;gap:0;flex:1}
.elm-primary-menu li{display:flex}
.elm-primary-menu a{display:flex;align-items:center;padding:0 14px;font-size:13px;font-weight:700;color:#fff;white-space:nowrap}
.elm-primary-menu a:hover,.elm-primary-menu .current-menu-item>a{color:var(--elm-theme-gold-light);background:rgba(255,255,255,.05)}
.elm-mobile-panel{position:fixed;inset:0;z-index:1000;background:rgba(2,27,54,.52);backdrop-filter:blur(4px)}
.elm-mobile-panel[hidden]{display:none!important}
.elm-mobile-panel::before{content:"";position:absolute;inset-block:0;inset-inline-end:0;width:min(88vw,380px);background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.15)}
.elm-mobile-panel>*{position:relative;margin-inline-start:auto;width:min(88vw,380px)}
.elm-mobile-panel-head{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid var(--elm-theme-line);color:var(--elm-theme-navy)}
.elm-mobile-panel-head button{border:0;background:transparent;color:var(--elm-theme-navy);font-size:34px;line-height:1}
.elm-mobile-menu{list-style:none;margin:0;padding:10px 22px}
.elm-mobile-menu li{border-bottom:1px solid var(--elm-theme-line)}
.elm-mobile-menu a{display:block;padding:14px 4px;color:var(--elm-theme-navy);font-weight:760}
.elm-mobile-actions{padding:20px 22px;display:grid;gap:12px}
.elm-mobile-actions>a:first-child{padding:12px;border:1px solid var(--elm-theme-line);border-radius:12px;text-align:center;font-weight:750}

/* Shared */
.elm-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--elm-theme-gold);font-size:12px;letter-spacing:.11em;text-transform:uppercase;font-weight:900;margin-bottom:12px}
.elm-kicker .elm-inline-icon{width:16px;height:16px}
.elm-kicker-light{color:var(--elm-theme-gold-light)}
.elm-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.elm-section-head h2,.elm-centered-head h2,.elm-why-copy h2,.elm-footer-cta h2,.elm-merchant-cta h2{margin:0;color:var(--elm-theme-navy);font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.03em}
.elm-section-head p{margin:10px 0 0;color:var(--elm-theme-muted);max-width:660px}
.elm-section-head>a{display:inline-flex;align-items:center;gap:7px;color:var(--elm-theme-navy);font-size:14px;font-weight:850;white-space:nowrap}
.elm-section-head>a .elm-inline-icon{width:17px;transition:.2s ease}
.elm-section-head>a:hover .elm-inline-icon{transform:translateX(3px)}
.elm-home-section{padding:72px 0}
.elm-muted-section{background:var(--elm-theme-surface)}
.elm-centered-head{text-align:center;max-width:730px;margin:0 auto 40px}
.elm-btn-navy-theme{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--elm-theme-navy);color:#fff;border-radius:12px;padding:13px 18px;font-weight:850;border:1px solid var(--elm-theme-navy);transition:.2s ease}
.elm-btn-navy-theme:hover{background:var(--elm-theme-deep);transform:translateY(-1px)}
.elm-outline-link{display:inline-flex;align-items:center;justify-content:center;padding:12px 17px;border:1px solid rgba(6,27,58,.2);border-radius:12px;color:var(--elm-theme-navy);font-weight:800}
.elm-plugin-placeholder{padding:22px;border:1px dashed rgba(6,27,58,.22);border-radius:14px;background:#fff;color:var(--elm-theme-muted);display:flex;flex-direction:column;gap:4px}

/* Hero */
.elm-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbff 0%,#fff 52%,#fffaf0 100%);padding:70px 0 64px;border-bottom:1px solid #eef0f3}
.elm-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(6,27,58,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(6,27,58,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 75%)}
.elm-hero-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.elm-hero-glow-one{width:380px;height:380px;background:rgba(244,201,79,.17);inset-block-start:-180px;inset-inline-end:4%}
.elm-hero-glow-two{width:420px;height:420px;background:rgba(6,27,58,.06);inset-block-end:-250px;inset-inline-start:-80px}
.elm-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:70px;align-items:center}
.elm-hero-copy h1{margin:0;max-width:800px;font-size:clamp(42px,5.4vw,72px);line-height:.99;letter-spacing:-.05em;color:var(--elm-theme-navy)}
.elm-hero-copy>p{font-size:18px;color:#4b5565;max-width:720px;margin:24px 0 28px}
.elm-hero-search{max-width:840px}
.elm-hero-links{display:flex;align-items:center;gap:24px;margin-top:18px;font-size:13px;font-weight:800;color:var(--elm-theme-navy)}
.elm-hero-links a:first-child{display:flex;align-items:center;gap:6px}
.elm-hero-links a:hover{color:#946b05}
.elm-hero-trust-card{background:var(--elm-theme-navy);color:#fff;border-radius:28px;padding:26px;box-shadow:0 28px 80px rgba(6,27,58,.2);position:relative;overflow:hidden}
.elm-hero-trust-card::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(244,201,79,.1);inset-block-start:-100px;inset-inline-end:-100px}
.elm-trust-seal{position:relative;background:#fff;color:var(--elm-theme-navy);border:4px solid var(--elm-theme-gold);border-radius:50%;width:170px;height:170px;margin:-3px auto 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.elm-trust-seal-icon{width:55px;height:55px;color:var(--elm-theme-gold);margin-bottom:4px}
.elm-trust-seal-icon .elm-inline-icon{width:100%;height:100%}
.elm-trust-seal span{font-size:11px;letter-spacing:.12em;font-weight:900}
.elm-trust-seal strong{font-size:16px;line-height:1.15;max-width:120px;margin-top:3px}
.elm-trust-card-content{position:relative}
.elm-trust-card-content h2{font-size:25px;margin:0 0 16px;color:#fff;line-height:1.15}
.elm-trust-card-content ul{list-style:none;margin:0 0 20px;padding:0;display:grid;gap:10px}
.elm-trust-card-content li{display:flex;align-items:center;gap:10px;color:#dfe7f2;font-size:14px}
.elm-trust-card-content li span{display:grid;place-items:center;width:24px;height:24px;background:var(--elm-theme-gold);color:var(--elm-theme-deep);border-radius:50%;font-weight:950}
.elm-text-link-light{display:inline-flex;align-items:center;gap:7px;color:var(--elm-theme-gold-light);font-weight:850;font-size:13px}

/* Plugin hero search integration */
.elm-marketplace-theme .elm-search-shell.elm-search-hero{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;margin:0!important}
.elm-marketplace-theme .elm-search-hero .elm-search-form{margin:0!important}
.elm-marketplace-theme .elm-search-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.5fr) minmax(210px,.7fr) auto!important;gap:0!important;background:#fff!important;border:2px solid var(--elm-theme-gold)!important;border-radius:16px!important;padding:5px!important;box-shadow:0 14px 36px rgba(6,27,58,.1)!important}
.elm-marketplace-theme .elm-search-hero-grid label{margin:0!important;padding:5px 14px!important;min-width:0!important}
.elm-marketplace-theme .elm-search-hero-grid label+label{border-inline-start:1px solid var(--elm-theme-line)!important}
.elm-marketplace-theme .elm-search-hero-grid label span{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:900!important;color:#7b8492!important;margin-bottom:1px!important;display:block!important}
.elm-marketplace-theme .elm-search-hero-grid input,.elm-marketplace-theme .elm-search-hero-grid select{border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:5px 0!important;height:36px!important;color:var(--elm-theme-navy)!important;font-weight:720!important;width:100%!important;outline:0!important}
.elm-marketplace-theme .elm-search-hero-grid .elm-btn{align-self:stretch!important;border-radius:11px!important;min-width:130px!important;background:var(--elm-theme-gold)!important;color:var(--elm-theme-deep)!important;border:0!important;font-weight:900!important;padding:0 20px!important}

/* Trust strip */
.elm-trust-strip{background:#fff;border-bottom:1px solid var(--elm-theme-line)}
.elm-trust-strip-grid{min-height:86px;display:grid;grid-template-columns:repeat(4,1fr)}
.elm-trust-strip-grid>div{display:flex;align-items:center;gap:12px;padding:18px 22px;border-inline-end:1px solid var(--elm-theme-line)}
.elm-trust-strip-grid>div:last-child{border-inline-end:0}
.elm-trust-strip .elm-inline-icon{width:28px;height:28px;color:var(--elm-theme-gold);flex:0 0 auto}
.elm-trust-strip span{display:flex;flex-direction:column}
.elm-trust-strip strong{font-size:14px;color:var(--elm-theme-navy)}
.elm-trust-strip small{font-size:12px;color:var(--elm-theme-muted);margin-top:1px}

/* Categories */
.elm-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.elm-category-card{min-height:155px;border:1px solid var(--elm-theme-line);border-radius:16px;padding:20px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;transition:.2s ease}
.elm-category-card::after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:var(--elm-theme-surface);inset-block-start:-25px;inset-inline-end:-25px;transition:.2s ease}
.elm-category-card:hover{border-color:rgba(217,166,46,.55);transform:translateY(-3px);box-shadow:var(--elm-theme-shadow)}
.elm-category-card:hover::after{background:#fff5d7;transform:scale(1.15)}
.elm-category-emoji{position:absolute;z-index:1;inset-block-start:16px;inset-inline-start:18px;font-size:36px;line-height:1}
.elm-category-card strong{color:var(--elm-theme-navy);font-size:15px;line-height:1.25;position:relative;z-index:1}
.elm-category-card small{color:var(--elm-theme-muted);font-size:11px;margin-top:4px;position:relative;z-index:1}

/* Why */
.elm-why-section{background:var(--elm-theme-navy);position:relative;overflow:hidden}
.elm-why-section::before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(244,201,79,.18);border-radius:50%;inset-block-start:-260px;inset-inline-end:-120px}
.elm-why-grid{position:relative;display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:center}
.elm-why-copy h2{color:#fff}
.elm-why-copy p{color:#c8d2e1;font-size:16px;margin:18px 0 26px}
.elm-why-copy .elm-btn-navy-theme{background:var(--elm-theme-gold);border-color:var(--elm-theme-gold);color:var(--elm-theme-deep)}
.elm-why-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.elm-why-cards article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:22px;color:#fff;backdrop-filter:blur(5px)}
.elm-why-cards article span{display:grid;place-items:center;width:37px;height:37px;border-radius:10px;background:var(--elm-theme-gold);color:var(--elm-theme-deep);font-size:12px;font-weight:950;margin-bottom:24px}
.elm-why-cards h3{margin:0 0 7px;font-size:17px}
.elm-why-cards p{margin:0;color:#c7d1df;font-size:13px}

/* Process */
.elm-process-section{background:#fff}
.elm-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:process}
.elm-process-grid>div{border:1px solid var(--elm-theme-line);border-radius:18px;padding:26px;position:relative;background:#fff;min-height:200px}
.elm-process-grid>div::after{content:"";position:absolute;inset-block-start:44px;inset-inline-end:-25px;width:34px;border-top:2px dashed #d5d9df}
.elm-process-grid>div:last-child::after{display:none}
.elm-process-grid>div>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff4d2;color:#8b6505;font-weight:950;margin-bottom:28px}
.elm-process-grid h3{margin:0 0 8px;color:var(--elm-theme-navy);font-size:19px}
.elm-process-grid p{margin:0;color:var(--elm-theme-muted);font-size:13px}

/* Complaint */
.elm-complaint-section{padding-top:20px}
.elm-complaint-box{background:linear-gradient(135deg,var(--elm-theme-deep),var(--elm-theme-navy));border-radius:24px;padding:34px 38px;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;box-shadow:0 22px 65px rgba(6,27,58,.18)}
.elm-complaint-icon{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:rgba(244,201,79,.12);color:var(--elm-theme-gold-light)}
.elm-complaint-icon .elm-inline-icon{width:42px;height:42px}
.elm-complaint-box h2{font-size:28px;line-height:1.1;margin:0 0 8px;color:#fff}
.elm-complaint-box p{margin:0;color:#cbd5e1;max-width:720px}
.elm-complaint-actions{display:flex;flex-direction:column;align-items:stretch;gap:9px;min-width:215px;text-align:center}
.elm-complaint-actions>a:last-child{font-size:13px;color:#fff;text-decoration:underline;text-underline-offset:3px}

/* Merchant CTA */
.elm-merchant-cta{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;border:1px solid #eadfbf;background:linear-gradient(135deg,#fff,#fff9e8);border-radius:26px;padding:44px;box-shadow:0 12px 40px rgba(217,166,46,.08)}
.elm-merchant-cta p{color:var(--elm-theme-muted);font-size:16px;max-width:700px;margin:16px 0 24px}
.elm-cta-actions{display:flex;gap:10px;flex-wrap:wrap}
.elm-merchant-cta-features{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.elm-merchant-cta-features span{background:#fff;border:1px solid #ece2c5;border-radius:12px;padding:12px 13px;color:var(--elm-theme-navy);font-size:13px;font-weight:750}

/* Page */
.elm-page-main{min-height:55vh;background:#fff}
.elm-page-hero{background:linear-gradient(135deg,var(--elm-theme-navy),#0a2c5f);color:#fff;padding:50px 0 46px;position:relative;overflow:hidden}
.elm-page-hero::after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(244,201,79,.12);inset-block-start:-180px;inset-inline-end:5%}
.elm-page-hero>.elm-shell{position:relative;z-index:1}
.elm-page-hero h1{margin:8px 0 0;color:#fff;font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.035em}
.elm-page-hero p{color:#d2dceb;max-width:750px;font-size:16px}
.elm-page-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#bfcbe0}
.elm-page-breadcrumb a{color:var(--elm-theme-gold-light);font-weight:750}
.elm-page-content{padding-block:48px 72px}
.elm-editor-content{max-width:1120px;margin-inline:auto}
.elm-editor-content>h2{color:var(--elm-theme-navy);font-size:28px;line-height:1.2;margin-top:38px}
.elm-editor-content>h3{color:var(--elm-theme-navy)}
.elm-editor-content>p{color:#505b6b}
.elm-page-lead{font-size:17px!important;color:#536072!important;max-width:860px;margin:0 0 28px!important}
.elm-editor-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.elm-editor-steps section{border:1px solid var(--elm-theme-line);border-radius:18px;padding:28px;background:#fff}
.elm-editor-steps section>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff4d2;color:#806007;font-weight:950;margin-bottom:18px}
.elm-editor-steps h2{font-size:21px;margin:0 0 8px!important}
.elm-editor-steps p{margin:0;color:var(--elm-theme-muted)}
.elm-faq-list{display:grid;gap:12px;max-width:920px}
.elm-faq-list details{border:1px solid var(--elm-theme-line);border-radius:14px;background:#fff;padding:0 18px}
.elm-faq-list summary{cursor:pointer;padding:18px 0;color:var(--elm-theme-navy);font-weight:850;list-style:none}
.elm-faq-list summary::-webkit-details-marker{display:none}
.elm-faq-list p{margin:0 0 18px;color:var(--elm-theme-muted)}
.elm-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.elm-contact-card{border:1px solid var(--elm-theme-line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:4px;background:#fff;transition:.2s ease}
.elm-contact-card:hover{border-color:#d9b34b;box-shadow:var(--elm-theme-shadow);transform:translateY(-2px)}
.elm-contact-card strong{color:var(--elm-theme-navy)}
.elm-contact-card span{color:var(--elm-theme-muted)}
.elm-notice-card{padding:22px;border:1px solid #f0dca1;background:#fff8e5;border-radius:14px}
.elm-notice-card p{margin-bottom:0}

/* Blog */
.elm-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-block:50px}
.elm-blog-card{border:1px solid var(--elm-theme-line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s ease}
.elm-blog-card:hover{transform:translateY(-3px);box-shadow:var(--elm-theme-shadow)}
.elm-blog-thumb{height:220px;background:var(--elm-theme-surface);display:grid;place-items:center;overflow:hidden}
.elm-blog-thumb img{width:100%;height:100%;object-fit:cover}
.elm-blog-thumb>span{width:58px;height:58px;color:var(--elm-theme-gold)}
.elm-blog-thumb .elm-inline-icon{width:100%;height:100%}
.elm-blog-card-body{padding:22px}
.elm-blog-card-body time{font-size:11px;color:var(--elm-theme-muted);font-weight:750}
.elm-blog-card h2{font-size:21px;line-height:1.2;margin:8px 0 10px;color:var(--elm-theme-navy)}
.elm-blog-card p{color:var(--elm-theme-muted);font-size:13px}
.elm-text-link{display:inline-flex;align-items:center;gap:6px;color:var(--elm-theme-navy);font-size:13px;font-weight:850}
.elm-text-link .elm-inline-icon{width:16px}
.elm-theme-pagination{padding-bottom:60px}
.elm-article-hero{background:var(--elm-theme-surface);padding:52px 0}
.elm-article-hero-inner{display:grid;grid-template-columns:1fr .7fr;gap:50px;align-items:center}
.elm-article-hero h1{font-size:clamp(36px,4.4vw,58px);line-height:1.04;letter-spacing:-.04em;color:var(--elm-theme-navy);margin:8px 0 0}
.elm-article-hero p{font-size:17px;color:var(--elm-theme-muted)}
.elm-article-hero-image img{width:100%;border-radius:22px;max-height:380px;object-fit:cover}
.elm-article-layout{max-width:920px;padding-block:55px 80px}
.elm-article-content{font-size:16px}
.elm-index-entry,.elm-search-entry{border-bottom:1px solid var(--elm-theme-line);padding:24px 0}
.elm-index-entry h2,.elm-search-entry h2{color:var(--elm-theme-navy)}

/* Footer */
.elm-footer-cta{background:var(--elm-theme-gold);color:var(--elm-theme-deep)}
.elm-footer-cta-inner{min-height:190px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:34px}
.elm-footer-cta h2{color:var(--elm-theme-deep);font-size:clamp(26px,3vw,39px);max-width:850px}
.elm-footer-cta .elm-kicker{color:var(--elm-theme-deep);opacity:.74}
.elm-footer-cta .elm-btn-gold-theme{background:var(--elm-theme-deep);color:#fff;box-shadow:none;white-space:nowrap}
.elm-footer-main{background:var(--elm-theme-deep);color:#fff;padding:58px 0}
.elm-footer-grid{display:grid;grid-template-columns:1.45fr .8fr .8fr .8fr;gap:46px}
.elm-footer-brand .elm-brand-copy strong,.elm-footer-brand .elm-brand-copy small{color:#fff}
.elm-footer-brand p{color:#aebbd0;max-width:500px;font-size:13px;margin:18px 0}
.elm-footer-main h3{font-size:14px;margin:0 0 16px;color:#fff}
.elm-footer-menu,.elm-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.elm-footer-menu a,.elm-footer-links a{color:#aebbd0;font-size:13px}
.elm-footer-menu a:hover,.elm-footer-links a:hover{color:var(--elm-theme-gold-light)}
.elm-footer-trust{display:flex;flex-wrap:wrap;gap:10px}
.elm-footer-trust span{display:flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 10px;font-size:11px;color:#d0d8e5}
.elm-footer-trust .elm-inline-icon{color:var(--elm-theme-gold);width:14px;height:14px}
.elm-footer-bottom{background:#01152a;color:#8291a7;font-size:11px;border-top:1px solid rgba(255,255,255,.06)}
.elm-footer-bottom>.elm-shell{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.elm-footer-bottom p{margin:0}

/* 404 */
.elm-404-main{min-height:58vh;display:grid;place-items:center;background:var(--elm-theme-surface);padding:60px 0}
.elm-404-box{text-align:center;max-width:720px}
.elm-404-box>span{display:inline-block;color:var(--elm-theme-gold);font-size:80px;font-weight:950;line-height:1}
.elm-404-box h1{color:var(--elm-theme-navy);font-size:42px;margin:12px 0}
.elm-404-box p{color:var(--elm-theme-muted)}
.elm-404-box>div{display:flex;justify-content:center;gap:10px;margin-top:24px}

/* =========================================================
   Elmawthoq Core visual integration
   ========================================================= */
.elm-marketplace-theme .elm-container{width:var(--elm-theme-shell)!important;max-width:none!important;margin-inline:auto!important;padding-inline:0!important}
.elm-marketplace-theme .elm-single-main{background:var(--elm-theme-surface)!important;padding:42px 0 70px!important}
.elm-marketplace-theme .elm-surface,
.elm-marketplace-theme .elm-dashboard-panel,
.elm-marketplace-theme .elm-admin-panel,
.elm-marketplace-theme .elm-form-card{border-radius:18px!important;border-color:var(--elm-theme-line)!important;box-shadow:0 7px 28px rgba(6,27,58,.05)!important}
.elm-marketplace-theme .elm-btn{min-height:42px!important;border-radius:10px!important;font-weight:820!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;transition:.18s ease!important}
.elm-marketplace-theme .elm-btn-primary{background:var(--elm-theme-navy)!important;border-color:var(--elm-theme-navy)!important;color:#fff!important}
.elm-marketplace-theme .elm-btn-primary:hover{background:var(--elm-theme-deep)!important;transform:translateY(-1px)}
.elm-marketplace-theme .elm-btn-gold{background:var(--elm-theme-gold)!important;border-color:var(--elm-theme-gold)!important;color:var(--elm-theme-deep)!important}
.elm-marketplace-theme .elm-btn-secondary{background:#eef3f8!important;border-color:#d8e0ea!important;color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-btn-ghost{background:#fff!important;border-color:#d9dee7!important;color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-badge-verified{background:#fff5d7!important;color:#755505!important;border:1px solid #e9c762!important;border-radius:999px!important;font-weight:850!important;box-shadow:none!important}
.elm-marketplace-theme .elm-verified-tick{background:var(--elm-theme-gold)!important;color:var(--elm-theme-deep)!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;min-width:20px!important;height:20px!important;font-size:12px!important;font-weight:950!important}
.elm-marketplace-theme .elm-rating-line strong,.elm-marketplace-theme .elm-rating-chip strong{color:#8a6200!important}
.elm-marketplace-theme input:not([type="checkbox"]):not([type="radio"]),
.elm-marketplace-theme select,
.elm-marketplace-theme textarea{border:1px solid #d9dee7!important;border-radius:10px!important;background:#fff!important;color:var(--elm-theme-ink)!important;box-shadow:none!important;outline:0!important}
.elm-marketplace-theme input:not([type="checkbox"]):not([type="radio"]):focus,
.elm-marketplace-theme select:focus,
.elm-marketplace-theme textarea:focus{border-color:var(--elm-theme-gold)!important;box-shadow:0 0 0 3px rgba(217,166,46,.15)!important}
.elm-marketplace-theme label{color:var(--elm-theme-navy)}

/* Full search */
.elm-marketplace-theme .elm-search-shell:not(.elm-search-hero){background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:20px!important;padding:22px!important;box-shadow:var(--elm-theme-shadow)!important}
.elm-marketplace-theme .elm-search-grid{gap:12px!important}
.elm-marketplace-theme .elm-search-grid label span{font-size:11px!important;font-weight:850!important;color:#526073!important}
.elm-marketplace-theme .elm-search-actions{border-top:1px solid var(--elm-theme-line)!important;margin-top:18px!important;padding-top:18px!important}
.elm-marketplace-theme .elm-search-meta{color:var(--elm-theme-muted)!important;font-weight:750!important}

/* Merchant cards */
.elm-marketplace-theme .elm-merchant-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.elm-marketplace-theme .elm-merchant-card{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:18px!important;overflow:hidden!important;padding:0!important;box-shadow:none!important;transition:.2s ease!important;display:block!important}
.elm-marketplace-theme .elm-merchant-card:hover{transform:translateY(-3px)!important;border-color:#dfc578!important;box-shadow:var(--elm-theme-shadow)!important}
.elm-marketplace-theme .elm-merchant-logo{height:160px!important;background:linear-gradient(135deg,#f6f8fb,#fff)!important;border:0!important;border-radius:0!important;display:grid!important;place-items:center!important;padding:22px!important}
.elm-marketplace-theme .elm-merchant-logo img{max-width:105px!important;max-height:105px!important;border-radius:16px!important;object-fit:contain!important}
.elm-marketplace-theme .elm-merchant-logo>span{display:grid!important;place-items:center!important;width:80px!important;height:80px!important;border-radius:20px!important;background:var(--elm-theme-navy)!important;color:var(--elm-theme-gold)!important;font-size:34px!important;font-weight:950!important}
.elm-marketplace-theme .elm-merchant-card-body{padding:18px!important}
.elm-marketplace-theme .elm-merchant-name-line{align-items:flex-start!important}
.elm-marketplace-theme .elm-merchant-name-line h3{font-size:17px!important;line-height:1.2!important;color:var(--elm-theme-navy)!important;margin:0 0 8px!important}
.elm-marketplace-theme .elm-merchant-category,.elm-marketplace-theme .elm-merchant-location{color:var(--elm-theme-muted)!important;font-size:12px!important}
.elm-marketplace-theme .elm-rating-line{border-top:1px solid #eef0f3!important;margin-top:12px!important;padding-top:12px!important;font-size:12px!important}
.elm-marketplace-theme .elm-card-actions{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;margin-top:14px!important}

/* Product cards */
.elm-marketplace-theme .elm-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.elm-marketplace-theme .elm-product-card{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:none!important;transition:.2s ease!important}
.elm-marketplace-theme .elm-product-card:hover{transform:translateY(-3px)!important;border-color:#dfc578!important;box-shadow:var(--elm-theme-shadow)!important}
.elm-marketplace-theme .elm-product-card-image{height:220px!important;background:#f7f8fa!important;border-radius:0!important;position:relative!important;overflow:hidden!important}
.elm-marketplace-theme .elm-product-card-image img{width:100%!important;height:100%!important;object-fit:cover!important}
.elm-marketplace-theme .elm-product-card-body{padding:18px!important}
.elm-marketplace-theme .elm-product-merchant{color:var(--elm-theme-muted)!important;font-size:11px!important;font-weight:780!important}
.elm-marketplace-theme .elm-product-card h3{font-size:17px!important;color:var(--elm-theme-navy)!important;line-height:1.23!important;min-height:42px!important;margin:8px 0 10px!important}
.elm-marketplace-theme .elm-product-price{font-size:18px!important;font-weight:900!important;color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-product-price small{font-size:10px!important;color:var(--elm-theme-muted)!important;font-weight:500!important}
.elm-marketplace-theme .elm-from-monthly{background:#fff5d7!important;color:#755505!important;border-radius:10px!important;padding:9px 10px!important;font-weight:850!important;font-size:12px!important;margin:10px 0!important}
.elm-marketplace-theme .elm-product-card .elm-btn{width:100%!important;margin-top:8px!important}
.elm-marketplace-theme .elm-availability{border-radius:999px!important;font-style:normal!important;font-size:10px!important;font-weight:850!important}
.elm-marketplace-theme .elm-limited{background:#fff2cc!important;color:#7a5900!important}
.elm-marketplace-theme .elm-unavailable{background:#fef0ef!important;color:var(--elm-theme-danger)!important}

/* Merchant profile */
.elm-marketplace-theme .elm-merchant-profile{font-family:inherit!important}
.elm-marketplace-theme .elm-profile-hero{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:22px!important;padding:28px!important;box-shadow:var(--elm-theme-shadow)!important;gap:24px!important}
.elm-marketplace-theme .elm-profile-logo{width:130px!important;height:130px!important;border-radius:22px!important;background:var(--elm-theme-surface)!important;border:1px solid var(--elm-theme-line)!important;overflow:hidden!important;display:grid!important;place-items:center!important}
.elm-marketplace-theme .elm-profile-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:8px!important}
.elm-marketplace-theme .elm-profile-title-row h1{color:var(--elm-theme-navy)!important;font-size:clamp(30px,4vw,46px)!important;letter-spacing:-.03em!important;line-height:1.05!important}
.elm-marketplace-theme .elm-eyebrow{color:#8f6808!important;letter-spacing:.07em!important;text-transform:uppercase!important;font-size:10px!important;font-weight:900!important}
.elm-marketplace-theme .elm-profile-meta{color:#657184!important;font-size:13px!important}
.elm-marketplace-theme .elm-profile-nav{position:sticky!important;top:0!important;z-index:20!important;background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:14px!important;margin:15px 0!important;padding:6px!important;box-shadow:0 8px 24px rgba(6,27,58,.06)!important}
.elm-marketplace-theme .elm-profile-nav a{color:var(--elm-theme-navy)!important;border-radius:9px!important;padding:10px 13px!important;font-size:12px!important;font-weight:800!important}
.elm-marketplace-theme .elm-profile-nav a:hover{background:var(--elm-theme-surface)!important}
.elm-marketplace-theme .elm-profile-layout{gap:18px!important}
.elm-marketplace-theme .elm-profile-content>section,.elm-marketplace-theme .elm-profile-sidebar>section{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:18px!important;padding:24px!important;box-shadow:none!important}
.elm-marketplace-theme .elm-profile-content h2,.elm-marketplace-theme .elm-profile-sidebar h2{color:var(--elm-theme-navy)!important;font-size:22px!important}
.elm-marketplace-theme .elm-conditions-grid>div{background:var(--elm-theme-surface)!important;border-color:#e5e8ec!important;border-radius:12px!important}

/* Product profile */
.elm-marketplace-theme .elm-product-profile{font-family:inherit!important}
.elm-marketplace-theme .elm-breadcrumb{color:var(--elm-theme-muted)!important;font-size:12px!important;margin-bottom:14px!important}
.elm-marketplace-theme .elm-product-hero{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:22px!important;padding:28px!important;gap:32px!important;box-shadow:var(--elm-theme-shadow)!important}
.elm-marketplace-theme .elm-product-main-image{background:var(--elm-theme-surface)!important;border-radius:18px!important;overflow:hidden!important;border:1px solid var(--elm-theme-line)!important}
.elm-marketplace-theme .elm-product-main-image img{width:100%!important;height:100%!important;object-fit:contain!important}
.elm-marketplace-theme .elm-product-summary h1{color:var(--elm-theme-navy)!important;font-size:clamp(30px,4vw,48px)!important;line-height:1.05!important;letter-spacing:-.035em!important}
.elm-marketplace-theme .elm-product-merchant-line>a{font-weight:850!important;color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-product-price-large strong{color:var(--elm-theme-navy)!important;font-size:30px!important}
.elm-marketplace-theme .elm-from-monthly-large{font-size:15px!important;border:1px solid #efd27d!important}
.elm-marketplace-theme .elm-offline-notice{background:#f5f8fc!important;border-color:#dce5ef!important;color:#445166!important;border-radius:13px!important}
.elm-marketplace-theme .elm-product-content-grid{gap:18px!important}
.elm-marketplace-theme .elm-product-content-card,.elm-marketplace-theme .elm-facility-card{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:18px!important;padding:24px!important;box-shadow:none!important}
.elm-marketplace-theme .elm-product-content-card h2,.elm-marketplace-theme .elm-facility-card h2{color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-payment-plan{border:1px solid #eadcae!important;background:#fffaf0!important;border-radius:14px!important}
.elm-marketplace-theme .elm-plan-number{color:#8a6507!important;font-weight:900!important}
.elm-marketplace-theme .elm-chip-list span{background:#eff3f7!important;color:var(--elm-theme-navy)!important;border-radius:999px!important}
.elm-marketplace-theme .elm-product-request-wrap{margin-top:18px!important}
.elm-marketplace-theme .elm-steps{background:#fff!important;border:1px solid var(--elm-theme-line)!important;border-radius:18px!important;padding:24px!important}
.elm-marketplace-theme .elm-steps-grid>div>span{background:var(--elm-theme-gold)!important;color:var(--elm-theme-deep)!important}

/* Dashboard/forms */
.elm-marketplace-theme .elm-dashboard{gap:18px!important}
.elm-marketplace-theme .elm-dashboard-sidebar{background:var(--elm-theme-deep)!important;border-radius:18px!important;color:#fff!important;overflow:hidden!important}
.elm-marketplace-theme .elm-dashboard-sidebar a{color:#dce5f1!important;border-radius:9px!important}
.elm-marketplace-theme .elm-dashboard-sidebar a:hover,.elm-marketplace-theme .elm-dashboard-sidebar .active{background:rgba(244,201,79,.15)!important;color:var(--elm-theme-gold-light)!important}
.elm-marketplace-theme .elm-dashboard-content{min-width:0!important}
.elm-marketplace-theme .elm-stat-card{border-color:var(--elm-theme-line)!important;border-radius:16px!important;background:#fff!important}
.elm-marketplace-theme .elm-login,.elm-marketplace-theme .elm-lost-password{max-width:560px!important;margin:0 auto!important;padding:28px!important;background:#fff!important}
.elm-marketplace-theme .elm-login h2,.elm-marketplace-theme .elm-lost-password h2{color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-notice{border-radius:12px!important}

/* Pagination */
.elm-marketplace-theme .elm-pagination ul,.elm-theme-pagination .nav-links{display:flex!important;justify-content:center!important;gap:6px!important;list-style:none!important;padding:0!important}
.elm-marketplace-theme .elm-pagination a,.elm-marketplace-theme .elm-pagination span,.elm-theme-pagination .page-numbers{display:grid!important;place-items:center!important;min-width:38px!important;height:38px!important;border:1px solid var(--elm-theme-line)!important;border-radius:9px!important;background:#fff!important;color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-pagination .current,.elm-theme-pagination .current{background:var(--elm-theme-navy)!important;color:#fff!important;border-color:var(--elm-theme-navy)!important}

/* RTL */
.elm-theme-rtl .elm-inline-icon svg{transform:none}
.elm-theme-rtl .elm-section-head>a .elm-inline-icon,.elm-theme-rtl .elm-text-link .elm-inline-icon,.elm-theme-rtl .elm-text-link-light .elm-inline-icon,.elm-theme-rtl .elm-footer-cta .elm-inline-icon{transform:scaleX(-1)}
.elm-theme-rtl .elm-section-head>a:hover .elm-inline-icon{transform:scaleX(-1) translateX(3px)}
.elm-theme-rtl .elm-process-grid>div::after{inset-inline-end:auto;inset-inline-start:-25px}

/* Responsive */
@media (max-width:1180px){
  :root{--elm-theme-shell:min(100% - 32px,1180px)}
  .elm-header-main-inner{grid-template-columns:1fr auto;gap:18px}.elm-header-context{display:none}
  .elm-category-grid{grid-template-columns:repeat(4,1fr)}
  .elm-marketplace-theme .elm-merchant-grid,.elm-marketplace-theme .elm-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .elm-hero-grid{gap:38px;grid-template-columns:1.25fr .75fr}
  .elm-footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:36px}.elm-footer-grid>div:last-child{grid-column:2/4}
}
@media (max-width:960px){
  .elm-topbar-inner>a{display:none}
  .elm-header-main-inner{min-height:74px}.elm-primary-nav{display:none}.elm-menu-toggle{display:flex}.elm-header-cta{display:none}.elm-account-link span{display:none}
  .elm-hero{padding-top:50px}.elm-hero-grid{grid-template-columns:1fr}.elm-hero-trust-card{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:20px}.elm-trust-seal{margin:0 auto}
  .elm-trust-strip-grid{grid-template-columns:repeat(2,1fr)}.elm-trust-strip-grid>div:nth-child(2){border-inline-end:0}.elm-trust-strip-grid>div:nth-child(-n+2){border-bottom:1px solid var(--elm-theme-line)}
  .elm-category-grid{grid-template-columns:repeat(3,1fr)}
  .elm-why-grid{grid-template-columns:1fr;gap:40px}
  .elm-process-grid{grid-template-columns:repeat(2,1fr)}.elm-process-grid>div::after{display:none}
  .elm-complaint-box{grid-template-columns:auto 1fr}.elm-complaint-actions{grid-column:1/-1;flex-direction:row;justify-content:flex-start}.elm-complaint-actions>a{min-width:200px}
  .elm-merchant-cta{grid-template-columns:1fr}
  .elm-footer-cta-inner{align-items:flex-start;flex-direction:column}.elm-footer-grid{grid-template-columns:repeat(2,1fr)}.elm-footer-grid>div:last-child{grid-column:auto}
  .elm-blog-grid{grid-template-columns:repeat(2,1fr)}
  .elm-article-hero-inner{grid-template-columns:1fr}.elm-article-hero-image{max-width:700px}
  .elm-marketplace-theme .elm-merchant-grid,.elm-marketplace-theme .elm-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .elm-marketplace-theme .elm-search-hero-grid{grid-template-columns:1fr 190px auto!important}
}
@media (max-width:680px){
  :root{--elm-theme-shell:calc(100% - 24px)}
  .elm-topbar-inner{min-height:34px}.elm-topbar p{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .elm-header-main-inner{grid-template-columns:1fr auto;gap:8px}.elm-brand-fallback img,.custom-logo{width:46px;max-height:46px}.elm-brand-copy strong{font-size:17px}.elm-brand-copy small{display:none}.elm-account-link{padding:8px}.elm-account-link .elm-inline-icon{width:21px}
  .elm-hero{padding:38px 0 42px}.elm-hero-copy h1{font-size:40px}.elm-hero-copy>p{font-size:15px;margin:18px 0 22px}.elm-kicker{font-size:10px}.elm-hero-links{flex-direction:column;align-items:flex-start;gap:9px}
  .elm-marketplace-theme .elm-search-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important;padding:6px!important}.elm-marketplace-theme .elm-search-hero-grid label{padding:8px 10px!important}.elm-marketplace-theme .elm-search-hero-grid label+label{border-inline-start:0!important;border-top:1px solid var(--elm-theme-line)!important}.elm-marketplace-theme .elm-search-hero-grid .elm-btn{min-height:48px!important;margin-top:4px!important}
  .elm-hero-trust-card{grid-template-columns:1fr;padding:22px}.elm-trust-seal{width:150px;height:150px}.elm-trust-card-content h2{text-align:center}.elm-trust-card-content ul{max-width:320px;margin-inline:auto;margin-bottom:20px}.elm-text-link-light{justify-content:center;width:100%}
  .elm-trust-strip-grid{grid-template-columns:1fr}.elm-trust-strip-grid>div{border-inline-end:0!important;border-bottom:1px solid var(--elm-theme-line)!important}.elm-trust-strip-grid>div:last-child{border-bottom:0!important}
  .elm-home-section{padding:52px 0}.elm-section-head{align-items:flex-start;flex-direction:column;gap:12px}.elm-section-head h2,.elm-centered-head h2,.elm-why-copy h2,.elm-merchant-cta h2{font-size:30px}
  .elm-category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.elm-category-card{min-height:140px;padding:16px}.elm-category-emoji{inset-block-start:15px;inset-inline-start:15px;font-size:31px}
  .elm-why-cards{grid-template-columns:1fr}.elm-why-cards article{padding:20px}.elm-process-grid{grid-template-columns:1fr}.elm-process-grid>div{min-height:auto}
  .elm-complaint-box{grid-template-columns:1fr;padding:26px}.elm-complaint-icon{width:58px;height:58px}.elm-complaint-actions{grid-column:auto;flex-direction:column}.elm-complaint-actions>a{min-width:0}
  .elm-merchant-cta{padding:28px}.elm-merchant-cta-features{grid-template-columns:1fr}.elm-cta-actions{flex-direction:column;align-items:stretch}
  .elm-page-hero{padding:38px 0}.elm-page-hero h1{font-size:37px}.elm-page-content{padding-block:36px 58px}.elm-editor-steps{grid-template-columns:1fr}.elm-contact-grid{grid-template-columns:1fr}
  .elm-blog-grid{grid-template-columns:1fr;padding-block:36px}.elm-blog-thumb{height:200px}
  .elm-footer-grid{grid-template-columns:1fr}.elm-footer-main{padding:44px 0}.elm-footer-bottom>.elm-shell{padding-block:15px;flex-direction:column;align-items:flex-start;gap:5px}.elm-footer-cta-inner{min-height:auto}
  .elm-404-box>span{font-size:60px}.elm-404-box h1{font-size:32px}.elm-404-box>div{flex-direction:column}
  .elm-marketplace-theme .elm-merchant-grid,.elm-marketplace-theme .elm-product-grid{grid-template-columns:1fr!important}.elm-marketplace-theme .elm-merchant-logo{height:145px!important}.elm-marketplace-theme .elm-product-card-image{height:240px!important}
  .elm-marketplace-theme .elm-profile-hero{padding:20px!important}.elm-marketplace-theme .elm-profile-logo{width:100px!important;height:100px!important}.elm-marketplace-theme .elm-profile-title-row h1{font-size:32px!important}.elm-marketplace-theme .elm-profile-nav{overflow-x:auto!important;white-space:nowrap!important;justify-content:flex-start!important}
  .elm-marketplace-theme .elm-product-hero{padding:20px!important}.elm-marketplace-theme .elm-product-summary h1{font-size:32px!important}
}

/* =========================================================
   FR / AR switcher + standalone merchant dashboard
   ========================================================= */
.elm-theme-language{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--elm-theme-line);background:#fff;border-radius:999px;padding:4px 6px;font-size:11px;font-weight:900;line-height:1}
.elm-theme-language a{display:grid;place-items:center;min-width:27px;height:27px;border-radius:999px;color:var(--elm-theme-muted);transition:.18s ease}
.elm-theme-language a:hover{color:var(--elm-theme-navy);background:var(--elm-theme-surface)}
.elm-theme-language a.is-active{background:var(--elm-theme-navy);color:#fff}
.elm-theme-language>span{color:#c5cbd4}
.elm-theme-language-mobile{justify-self:start;margin-bottom:2px}
.elm-theme-language-footer{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}
.elm-theme-language-footer a{color:#aeb9c8}.elm-theme-language-footer a.is-active{background:var(--elm-theme-gold);color:var(--elm-theme-deep)}
.elm-mobile-actions>a:not(.elm-btn-gold-theme){padding:12px;border:1px solid var(--elm-theme-line);border-radius:12px;text-align:center;font-weight:750}
.elm-footer-bottom-copy,.elm-footer-bottom-side{display:flex;align-items:center;gap:14px;min-width:0}
.elm-footer-bottom-side{justify-content:flex-end}
.elm-mior-credit a{color:var(--elm-theme-gold-light);font-weight:800}.elm-mior-credit a:hover{text-decoration:underline}
body.elm-theme-dashboard-page{background:#f4f7fb;min-height:100vh}
body.elm-theme-dashboard-page #wpadminbar{display:none!important}
html:has(body.elm-theme-dashboard-page){margin-top:0!important}
.elm-dashboard-page-main{min-height:100vh;width:100%;padding:0;margin:0;background:#f4f7fb}
.elm-dashboard-page-main>.elm-dashboard,.elm-dashboard-page-main .elm-dashboard{min-height:100vh;border-radius:0!important;border:0!important;box-shadow:none!important;margin:0!important}
.elm-dashboard-page-main .elm-dashboard-main{min-height:100vh}
.elm-theme-rtl{direction:rtl;text-align:right}

@media (max-width:960px){
  .elm-theme-language-header{display:none}
  .elm-footer-bottom-copy,.elm-footer-bottom-side{align-items:flex-start;flex-direction:column;gap:5px}
}
@media (max-width:680px){
  .elm-footer-bottom-side{justify-content:flex-start}
  .elm-dashboard-page-main{min-height:100dvh}
}

/* v1.1.3 — Dedicated registration/auth pages */
.elm-register-landing{background:#f4f7fb}
.elm-register-landing-hero{padding:56px 0 70px;background:linear-gradient(135deg,var(--elm-theme-deep),var(--elm-theme-navy) 58%,#0b356c);color:#fff;position:relative;overflow:hidden}
.elm-register-landing-hero:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:rgba(244,201,79,.10);inset-block-start:-250px;inset-inline-end:-80px}
.elm-register-landing-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:48px;align-items:center}
.elm-register-landing-hero h1{max-width:850px;margin:10px 0 16px;color:#fff;font-size:clamp(38px,4.5vw,66px);line-height:1.02;letter-spacing:-.04em}
.elm-register-landing-hero p{max-width:800px;margin:0;color:#d7e2ef;font-size:17px;line-height:1.75}
.elm-register-promise-card{padding:26px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);box-shadow:0 20px 55px rgba(0,0,0,.16)}
.elm-register-promise-card>strong{display:block;margin-bottom:15px;color:var(--elm-theme-gold-light);font-size:16px}
.elm-register-promise-card ul{display:grid;gap:12px;margin:0;padding:0;list-style:none;color:#fff;font-weight:700;font-size:14px}
.elm-register-landing-form{padding:0 0 82px}
.elm-register-landing-form>.elm-shell{transform:translateY(-28px)}
.elm-register-landing-form .elm-register-wrap{background:#fff}
.elm-auth-page-hero{padding-block:42px 40px}
.elm-auth-page-hero p{margin:12px 0 0}
.elm-auth-content{padding:48px 0 76px;background:#f6f8fb}
.elm-auth-content-grid{display:grid;grid-template-columns:minmax(0,560px) minmax(280px,1fr);justify-content:center;gap:34px;align-items:start}
.elm-auth-main{width:100%}
.elm-auth-main-centered{max-width:580px;margin-inline:auto}
.elm-auth-side-card{padding:34px;border-radius:20px;background:linear-gradient(145deg,#dca82e,#f3c84c);color:var(--elm-theme-deep);box-shadow:0 18px 50px rgba(217,166,46,.22)}
.elm-auth-side-card>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--elm-theme-deep);color:#fff;font-size:24px;font-weight:950}
.elm-auth-side-card h2{margin:20px 0 10px;color:var(--elm-theme-deep);font-size:28px;line-height:1.15}
.elm-auth-side-card p{margin:0 0 22px;line-height:1.65}
.elm-auth-side-card .elm-theme-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:11px;background:var(--elm-theme-deep);color:#fff;text-decoration:none;font-weight:850}
.elm-theme-rtl .elm-register-landing,.elm-theme-rtl .elm-auth-landing{direction:rtl;text-align:right}
@media(max-width:900px){.elm-register-landing-grid,.elm-auth-content-grid{grid-template-columns:1fr}.elm-register-landing-hero{padding:44px 0 58px}.elm-register-landing-hero h1{font-size:42px}.elm-register-promise-card{max-width:620px}.elm-auth-side-card{max-width:560px;margin-inline:auto;width:100%;box-sizing:border-box}}
@media(max-width:560px){.elm-register-landing-hero h1{font-size:34px}.elm-register-landing-hero p{font-size:15px}.elm-register-landing-form>.elm-shell{transform:translateY(-18px)}.elm-auth-content{padding-top:30px}}

/* Merchant public profile: sales-first presentation. */
.elm-marketplace-theme .elm-merchant-profile .elm-profile-products-first{border-color:#e7d18f!important;background:linear-gradient(180deg,#fffdf7 0%,#fff 34%)!important;box-shadow:0 14px 36px rgba(6,27,58,.06)!important}
.elm-marketplace-theme .elm-merchant-profile .elm-profile-products-first>.elm-section-head-inline{padding-bottom:14px!important;border-bottom:1px solid #f0e4c4!important;margin-bottom:18px!important}

/* v1.2 — Merchant cards: logo is always a true 1:1 square. */
.elm-merchant-card .elm-merchant-logo{display:flex!important;width:100%!important;height:auto!important;aspect-ratio:1/1!important;min-height:0!important;align-items:center;justify-content:center;overflow:hidden;background:#fff;border-radius:16px 16px 0 0;padding:18px;box-sizing:border-box}
.elm-merchant-card .elm-merchant-logo img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;aspect-ratio:1/1}
.elm-merchant-meta{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:10px 0 14px}.elm-merchant-meta strong{color:#061B3A;font-size:.86rem}

/* v1.3.0 — conversion-oriented marketplace */
.elm-offers-section{position:relative;background:linear-gradient(180deg,#fff,#f6f8fb);border-block:1px solid #e9edf3}
.elm-offers-section .elm-section-head h2{font-size:clamp(28px,3vw,40px)}
.elm-offers-section .elm-section-head p{max-width:680px}
.elm-marketplace-theme .elm-product-card{position:relative!important;box-shadow:0 8px 25px rgba(6,27,58,.055)!important}
.elm-marketplace-theme .elm-product-image{display:grid!important;place-items:center!important;width:100%!important;aspect-ratio:1/1!important;overflow:hidden!important;background:#f7f8fa!important}
.elm-marketplace-theme .elm-product-image img{width:100%!important;height:100%!important;object-fit:contain!important;transition:transform .25s ease!important}
.elm-marketplace-theme .elm-product-card:hover .elm-product-image img{transform:scale(1.035)}
.elm-marketplace-theme .elm-product-merchant{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;color:#617087!important;font-size:11px!important}
.elm-marketplace-theme .elm-product-merchant a{color:#52627a!important;text-decoration:none!important;font-weight:750!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.elm-marketplace-theme .elm-product-verified{display:inline-flex!important;align-items:center!important;gap:3px!important;flex:0 0 auto!important;padding:4px 7px!important;border-radius:999px!important;background:#eaf8ef!important;color:#17643a!important;font-size:9px!important;font-weight:900!important}
.elm-marketplace-theme .elm-product-price{display:flex!important;align-items:baseline!important;gap:4px!important;margin:10px 0 4px!important;color:var(--elm-theme-navy)!important}
.elm-marketplace-theme .elm-product-price strong{font-size:24px!important;font-weight:950!important;letter-spacing:-.03em!important}
.elm-marketplace-theme .elm-product-price small{font-size:11px!important;font-weight:800!important;color:#68778b!important}
.elm-marketplace-theme .elm-product-payment-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important;min-height:26px!important;margin-bottom:10px!important}
.elm-marketplace-theme .elm-product-payment-meta span{display:inline-flex!important;padding:5px 8px!important;border-radius:999px!important;background:#f1f4f8!important;color:#526075!important;font-size:10px!important;font-weight:750!important}
.elm-marketplace-theme .elm-product-card .elm-btn{min-height:43px!important;background:var(--elm-theme-gold)!important;border-color:var(--elm-theme-gold)!important;color:var(--elm-theme-navy)!important;font-weight:900!important}
.elm-marketplace-theme .elm-product-card .elm-btn:hover{background:#efc448!important;border-color:#efc448!important}
.elm-marketplace-theme .elm-merchant-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:12px 0!important;padding-top:10px!important;border-top:1px solid #edf1f5!important;color:#667085!important;font-size:11px!important}
.elm-marketplace-theme .elm-merchant-meta strong{color:var(--elm-theme-navy)!important;font-size:11px!important}
@media(max-width:700px){.elm-marketplace-theme .elm-product-price strong{font-size:21px!important}}
