.elementor-kit-22{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-22 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   ELEKTRAWEB SOFTWARE STORE
   Elementor Pro + WooCommerce
   Voeg deze CSS één keer globaal toe.
   ========================================================= */

.ew-store {
  --ew-ink: #07111f;
  --ew-ink-soft: #0d1c31;
  --ew-paper: #f6f8fc;
  --ew-white: #ffffff;
  --ew-muted: #8090a7;
  --ew-line: rgba(220, 231, 247, .15);
  --ew-line-dark: rgba(8, 28, 54, .12);
  --ew-blue: #5c9dff;
  --ew-blue-bright: #82b6ff;
  --ew-acid: #c9ff4b;
  --ew-acid-dark: #a8de29;
  --ew-shadow: 0 20px 60px rgba(3, 14, 30, .14);
  --ew-radius-xl: 32px;
  --ew-radius-lg: 22px;
  --ew-radius-md: 16px;
  color: var(--ew-ink);
  overflow: hidden;
}

.ew-store *,
.ew-store *::before,
.ew-store *::after { box-sizing: border-box; }

.ew-store a { text-decoration: none; }
.ew-store img { max-width: 100%; height: auto; }
.ew-store .ew-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.ew-store .ew-section { padding: clamp(72px, 9vw, 132px) 0; }
.ew-store .ew-section--light { background: var(--ew-paper); }
.ew-store .ew-section--dark { background: var(--ew-ink); color: var(--ew-white); }

.ew-store .ew-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: inherit;
  font-size: .75rem;
  line-height: 1;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 800;
}
.ew-store .ew-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--ew-acid);
  box-shadow: 0 0 0 5px rgba(201,255,75,.14);
}

.ew-store .ew-title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  line-height: .99;
  letter-spacing: -.055em;
  font-weight: 800;
}
.ew-store .ew-title--medium { font-size: clamp(2rem, 3.8vw, 3.5rem); }
.ew-store .ew-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--ew-muted);
  font-size: clamp(1rem, 1.4vw, 1.19rem);
  line-height: 1.72;
}
.ew-store .ew-section--dark .ew-lead { color: #afbdd0; }

.ew-store .ew-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.ew-store .ew-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  font-size: .95rem;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ew-store .ew-btn:hover { transform: translateY(-2px); }
.ew-store .ew-btn--acid { background: var(--ew-acid); color: var(--ew-ink); box-shadow: 0 12px 28px rgba(176,223,39,.22); }
.ew-store .ew-btn--acid:hover { background: var(--ew-white); }
.ew-store .ew-btn--ghost { color: var(--ew-white); border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.ew-store .ew-btn--ghost:hover { border-color: var(--ew-acid); color: var(--ew-acid); }
.ew-store .ew-btn--dark { background: var(--ew-ink); color: var(--ew-white); }
.ew-store .ew-btn--dark:hover { background: var(--ew-blue); }
.ew-store .ew-text-link { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-weight: 800; }
.ew-store .ew-text-link::after { content: "→"; transition: transform .2s ease; }
.ew-store .ew-text-link:hover::after { transform: translateX(4px); }

/* Header */
.ew-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,17,31,.90);
  color: var(--ew-white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.ew-site-header .ew-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ew-site-header .ew-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ew-white); font-weight: 900; letter-spacing: -.04em; font-size: 1.3rem; }
.ew-site-header .ew-brand-mark { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 8px; color: var(--ew-ink); background: var(--ew-acid); font-size: 1.1rem; }
.ew-site-header .ew-nav { display: flex; align-items: center; justify-content: center; gap: 22px; }
.ew-site-header .ew-nav a { color: #c8d2e3; font-size: .91rem; font-weight: 750; transition: color .2s ease; }
.ew-site-header .ew-nav a:hover { color: var(--ew-acid); }
.ew-site-header .ew-header-actions { display: flex; align-items: center; gap: 10px; }
.ew-site-header .ew-header-link { color: var(--ew-white); font-weight: 750; font-size: .9rem; }
.ew-site-header .ew-cart-link { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 13px; border-radius: 10px; color: var(--ew-ink); background: var(--ew-acid); font-weight: 850; font-size: .87rem; }

/* Hero */
.ew-store .ew-hero {
  position: relative;
  min-height: min(820px, calc(100vh - 78px));
  display: grid;
  align-items: center;
  padding: 76px 0;
  isolation: isolate;
  color: var(--ew-white);
  background: var(--ew-ink);
}
.ew-store .ew-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 84% 28%, rgba(92,157,255,.34), transparent 25%),
    radial-gradient(circle at 61% 87%, rgba(201,255,75,.14), transparent 23%),
    linear-gradient(120deg, #07111f 15%, #0a1a30 100%);
}
.ew-store .ew-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  right: -18vw;
  top: -23vw;
  border: 1px solid rgba(201,255,75,.20);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(201,255,75,.035), 0 0 0 110px rgba(201,255,75,.025);
}
.ew-store .ew-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); align-items: center; gap: clamp(40px, 7vw, 120px); }
.ew-store .ew-hero .ew-lead { color: #bdc9d9; }
.ew-store .ew-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.ew-store .ew-platform { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #d8e1ef; background: rgba(255,255,255,.04); font-size: .78rem; font-weight: 800; }
.ew-store .ew-product-preview { position: relative; max-width: 500px; margin-left: auto; padding: 20px; border-radius: var(--ew-radius-xl); border: 1px solid rgba(255,255,255,.12); background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.045)); box-shadow: 0 32px 70px rgba(0,0,0,.28); }
.ew-store .ew-product-preview::before { content: ""; position: absolute; left: -14px; bottom: 26px; width: 92px; height: 92px; border-radius: 22px; background: var(--ew-acid); filter: blur(1px); z-index: -1; }
.ew-store .ew-preview-window { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: #0b1728; }
.ew-store .ew-window-top { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); color: #b7c3d5; font-size: .78rem; }
.ew-store .ew-window-dots { display: flex; gap: 6px; }
.ew-store .ew-window-dots i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #8091aa; }
.ew-store .ew-preview-body { padding: 26px; }
.ew-store .ew-preview-label { display: inline-flex; margin-bottom: 18px; padding: 7px 10px; color: var(--ew-acid); border-radius: 8px; background: rgba(201,255,75,.09); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; font-weight: 850; }
.ew-store .ew-preview-title { margin: 0; font-size: clamp(1.45rem, 2.5vw, 2.3rem); line-height: 1; letter-spacing: -.05em; }
.ew-store .ew-preview-copy { margin: 14px 0 24px; color: #9fb0c5; line-height: 1.6; }
.ew-store .ew-code { display: grid; gap: 9px; padding: 16px; border-radius: 12px; background: #07111f; color: #b4c6da; font-size: .82rem; line-height: 1.45; }
.ew-store .ew-code b { color: var(--ew-acid); font-weight: 750; }
.ew-store .ew-preview-bottom { display: flex; flex-wrap: wrap; gap: 12px; padding: 20px 26px 25px; }
.ew-store .ew-mini-stat { flex: 1 1 120px; color: #aebdce; font-size: .75rem; }
.ew-store .ew-mini-stat strong { display: block; margin-bottom: 4px; color: var(--ew-white); font-size: 1rem; }

/* Category cards */
.ew-store .ew-section-top { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.ew-store .ew-section-top .ew-lead { max-width: 510px; }
.ew-store .ew-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.ew-store .ew-category-card { position: relative; min-height: 250px; padding: 22px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; border: 1px solid var(--ew-line-dark); border-radius: var(--ew-radius-lg); color: var(--ew-ink); background: var(--ew-white); box-shadow: 0 12px 30px rgba(6,26,52,.04); transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.ew-store .ew-category-card:hover { transform: translateY(-6px); background: var(--ew-ink); color: var(--ew-white); box-shadow: var(--ew-shadow); }
.ew-store .ew-category-icon { position: absolute; top: 22px; left: 22px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; color: var(--ew-ink); background: var(--ew-acid); }
.ew-store .ew-category-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ew-store .ew-category-card h3 { margin: 0; font-size: 1.28rem; letter-spacing: -.04em; }
.ew-store .ew-category-card p { margin: 10px 0 0; color: var(--ew-muted); line-height: 1.55; font-size: .91rem; }
.ew-store .ew-category-card:hover p { color: #b4c2d5; }
.ew-store .ew-category-arrow { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--ew-line-dark); border-radius: 50%; font-weight: 900; transition: transform .2s ease; }
.ew-store .ew-category-card:hover .ew-category-arrow { border-color: rgba(201,255,75,.5); color: var(--ew-acid); transform: rotate(-45deg); }

/* Woo product grids */
.ew-store .ew-product-area .woocommerce,
.ew-store .ew-product-area { width: 100%; }
.ew-store .ew-product-area ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ew-store .ew-product-area ul.products::before,
.ew-store .ew-product-area ul.products::after { display: none !important; }
.ew-store .ew-product-area ul.products li.product {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid var(--ew-line-dark);
  border-radius: 20px;
  background: var(--ew-white);
  box-shadow: 0 8px 25px rgba(5,22,44,.045);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ew-store .ew-product-area ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--ew-shadow); }
.ew-store .ew-product-area ul.products li.product a img { margin: 0 0 15px !important; border-radius: 13px; background: #eaf0f8; }
.ew-store .ew-product-area .woocommerce-loop-product__title { padding: 0 4px !important; color: var(--ew-ink); font-size: 1.02rem !important; line-height: 1.25 !important; letter-spacing: -.025em; }
.ew-store .ew-product-area .price { display: block; padding: 0 4px; color: #56728f !important; font-weight: 800 !important; font-size: .9rem !important; }
.ew-store .ew-product-area .price ins { text-decoration: none; color: var(--ew-ink); }
.ew-store .ew-product-area .star-rating { margin: 8px 4px !important; color: #f4b400; }
.ew-store .ew-product-area .button,
.ew-store .ew-product-area a.added_to_cart {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  margin: 10px 4px 0 !important;
  padding: 0 13px !important;
  border-radius: 9px !important;
  background: var(--ew-ink) !important;
  color: var(--ew-white) !important;
  font-size: .81rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.ew-store .ew-product-area .button:hover { background: var(--ew-blue) !important; }
.ew-store .ew-product-area .onsale { top: 23px !important; left: 23px !important; min-width: auto !important; min-height: auto !important; padding: 7px 9px !important; border-radius: 7px !important; background: var(--ew-acid) !important; color: var(--ew-ink) !important; font-size: .7rem !important; font-weight: 900 !important; line-height: 1 !important; }

/* Platform strip */
.ew-store .ew-split-panel { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: var(--ew-radius-xl); background: var(--ew-ink); color: var(--ew-white); }
.ew-store .ew-split-copy { padding: clamp(38px, 6vw, 78px); }
.ew-store .ew-split-copy .ew-lead { color: #aebdd0; }
.ew-store .ew-split-visual { position: relative; min-height: 430px; overflow: hidden; background: linear-gradient(135deg,#163965,#1b2d4c); }
.ew-store .ew-split-visual::before { content: ""; position: absolute; width: 370px; height: 370px; right: -92px; top: 40px; border-radius: 50%; background: var(--ew-acid); box-shadow: 0 0 0 54px rgba(201,255,75,.18), 0 0 0 108px rgba(201,255,75,.09); }
.ew-store .ew-theme-card { position: absolute; top: 50%; left: clamp(28px, 7vw, 90px); width: min(330px, calc(100% - 56px)); padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(4,15,28,.74); box-shadow: 0 22px 55px rgba(0,0,0,.28); transform: translateY(-50%) rotate(-5deg); }
.ew-store .ew-theme-card-top { height: 104px; margin-bottom: 17px; border-radius: 10px; background: linear-gradient(135deg, var(--ew-blue), #d9eeff); }
.ew-store .ew-theme-card strong { display: block; margin-bottom: 6px; font-size: 1.2rem; }
.ew-store .ew-theme-card span { color: #a9bad0; font-size: .86rem; }
.ew-store .ew-theme-card-lines { display: grid; gap: 8px; margin-top: 20px; }
.ew-store .ew-theme-card-lines i { display: block; height: 8px; border-radius: 99px; background: rgba(255,255,255,.18); }
.ew-store .ew-theme-card-lines i:nth-child(1) { width: 74%; }
.ew-store .ew-theme-card-lines i:nth-child(2) { width: 94%; }
.ew-store .ew-theme-card-lines i:nth-child(3) { width: 58%; }

/* Services and process */
.ew-store .ew-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 46px; }
.ew-store .ew-process-item { padding: 25px; border-top: 1px solid rgba(255,255,255,.22); }
.ew-store .ew-process-number { display: block; margin-bottom: 36px; color: var(--ew-acid); font-size: .82rem; letter-spacing: .12em; font-weight: 850; }
.ew-store .ew-process-item h3 { margin: 0; color: var(--ew-white); font-size: 1.22rem; letter-spacing: -.03em; }
.ew-store .ew-process-item p { margin: 11px 0 0; color: #afbdd0; font-size: .91rem; line-height: 1.65; }
.ew-store .ew-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.ew-store .ew-service-card { padding: 28px; border: 1px solid var(--ew-line-dark); border-radius: var(--ew-radius-lg); background: var(--ew-white); box-shadow: 0 9px 26px rgba(4,20,42,.04); }
.ew-store .ew-service-card--accent { color: var(--ew-white); background: var(--ew-ink); border-color: var(--ew-ink); }
.ew-store .ew-service-kicker { margin: 0 0 14px; color: #627994; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 850; }
.ew-store .ew-service-card--accent .ew-service-kicker { color: var(--ew-acid); }
.ew-store .ew-service-card h3 { margin: 0; font-size: 1.48rem; letter-spacing: -.05em; }
.ew-store .ew-service-card p { margin: 14px 0 24px; color: #63758e; line-height: 1.65; }
.ew-store .ew-service-card--accent p { color: #afbdd0; }
.ew-store .ew-checks { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ew-store .ew-checks li { position: relative; padding-left: 24px; color: inherit; font-size: .9rem; }
.ew-store .ew-checks li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--ew-acid-dark); font-weight: 900; }
.ew-store .ew-service-card--accent .ew-checks li::before { color: var(--ew-acid); }
.ew-store .ew-service-card .ew-text-link { margin-top: 28px; }

/* Proof */
.ew-store .ew-proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 7vw, 90px); align-items: center; }
.ew-store .ew-stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.ew-store .ew-stat-box { padding: 25px; border-radius: 18px; background: var(--ew-white); border: 1px solid var(--ew-line-dark); }
.ew-store .ew-stat-box strong { display: block; margin-bottom: 8px; font-size: clamp(1.85rem,3vw,2.8rem); line-height: 1; letter-spacing: -.06em; }
.ew-store .ew-stat-box span { color: #6d7e95; font-size: .86rem; line-height: 1.4; }
.ew-store .ew-quote { margin: 0; padding: clamp(28px,5vw,54px); border-radius: var(--ew-radius-xl); background: #e9f0fa; }
.ew-store .ew-quote p { margin: 0; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.25; letter-spacing: -.045em; font-weight: 750; }
.ew-store .ew-quote footer { margin-top: 26px; color: #657992; font-size: .92rem; }

/* FAQ */
.ew-store .ew-faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(32px,7vw,90px); align-items: start; }
.ew-store .ew-faq-list { border-top: 1px solid var(--ew-line-dark); }
.ew-store .ew-faq-item { border-bottom: 1px solid var(--ew-line-dark); }
.ew-store .ew-faq-item summary { position: relative; padding: 21px 42px 21px 0; cursor: pointer; list-style: none; color: var(--ew-ink); font-weight: 800; }
.ew-store .ew-faq-item summary::-webkit-details-marker { display: none; }
.ew-store .ew-faq-item summary::after { content: "+"; position: absolute; top: 15px; right: 0; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--ew-line-dark); font-size: 1.15rem; font-weight: 400; }
.ew-store .ew-faq-item[open] summary::after { content: "−"; color: var(--ew-ink); border-color: var(--ew-acid); background: var(--ew-acid); }
.ew-store .ew-faq-item p { max-width: 650px; margin: 0; padding: 0 0 22px; color: #687b93; line-height: 1.7; }

/* CTA and footer */
.ew-store .ew-cta { position: relative; overflow: hidden; padding: clamp(44px,7vw,82px); border-radius: var(--ew-radius-xl); color: var(--ew-ink); background: var(--ew-acid); }
.ew-store .ew-cta::after { content: ""; position: absolute; right: -130px; top: -200px; width: 520px; height: 520px; border: 1px solid rgba(7,17,31,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(7,17,31,.05), 0 0 0 110px rgba(7,17,31,.04); }
.ew-store .ew-cta > * { position: relative; z-index: 1; }
.ew-store .ew-cta .ew-title { max-width: 770px; }
.ew-store .ew-cta .ew-lead { color: #203419; }
.ew-store .ew-cta .ew-btn--dark:hover { background: var(--ew-white); color: var(--ew-ink); }
.ew-site-footer { color: #aab7c9; background: var(--ew-ink); }
.ew-site-footer .ew-footer-top { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 32px; padding: 72px 0 42px; }
.ew-site-footer .ew-footer-brand { color: var(--ew-white); font-size: 1.35rem; font-weight: 900; letter-spacing: -.05em; }
.ew-site-footer p { max-width: 315px; margin: 17px 0 0; color: #9aabc0; font-size: .91rem; line-height: 1.65; }
.ew-site-footer h3 { margin: 5px 0 17px; color: var(--ew-white); font-size: .9rem; }
.ew-site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ew-site-footer a { color: #aab7c9; font-size: .87rem; }
.ew-site-footer a:hover { color: var(--ew-acid); }
.ew-site-footer .ew-footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #8190a4; font-size: .78rem; }

/* Responsive */
@media (max-width: 1120px) {
  .ew-store .ew-category-grid { grid-template-columns: repeat(3,1fr); }
  .ew-store .ew-category-card:nth-child(4), .ew-store .ew-category-card:nth-child(5) { min-height: 220px; }
  .ew-store .ew-product-area ul.products { grid-template-columns: repeat(3,minmax(0,1fr)) !important; }
  .ew-store .ew-process-grid { grid-template-columns: repeat(2,1fr); }
  .ew-site-footer .ew-footer-top { grid-template-columns: 1.3fr repeat(2,.8fr); }
}
@media (max-width: 860px) {
  .ew-site-header .ew-nav { display: none; }
  .ew-store .ew-hero { min-height: auto; padding: 70px 0; }
  .ew-store .ew-hero-grid, .ew-store .ew-split-panel, .ew-store .ew-proof-grid, .ew-store .ew-faq { grid-template-columns: 1fr; }
  .ew-store .ew-product-preview { width: 100%; margin: 0; }
  .ew-store .ew-split-visual { min-height: 360px; }
  .ew-store .ew-service-grid { grid-template-columns: 1fr; }
  .ew-store .ew-section-top { align-items: start; flex-direction: column; }
  .ew-store .ew-section-top .ew-lead { margin-top: 0; }
}
@media (max-width: 620px) {
  .ew-store .ew-shell { width: min(100% - 32px, 1240px); }
  .ew-store .ew-section { padding: 68px 0; }
  .ew-site-header .ew-header-inner { min-height: 65px; }
  .ew-site-header .ew-header-link { display: none; }
  .ew-site-header .ew-cart-link { min-height: 36px; padding: 0 10px; font-size: .78rem; }
  .ew-store .ew-title { font-size: clamp(2.2rem, 12vw, 3.4rem); }
  .ew-store .ew-btns { gap: 10px; }
  .ew-store .ew-btn { flex: 1 1 100%; }
  .ew-store .ew-category-grid, .ew-store .ew-product-area ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .ew-store .ew-category-card { min-height: 215px; padding: 18px; }
  .ew-store .ew-category-card h3 { font-size: 1.05rem; }
  .ew-store .ew-category-card p { font-size: .8rem; }
  .ew-store .ew-category-icon { top: 17px; left: 17px; width: 42px; height: 42px; }
  .ew-store .ew-category-icon svg { width: 21px; height: 21px; }
  .ew-store .ew-product-area ul.products li.product { padding: 10px !important; }
  .ew-store .ew-product-area .woocommerce-loop-product__title { font-size: .9rem !important; }
  .ew-store .ew-product-area .button { width: calc(100% - 8px); font-size: .72rem !important; }
  .ew-store .ew-process-grid, .ew-store .ew-stat-grid { grid-template-columns: 1fr; }
  .ew-store .ew-process-item { padding-left: 0; padding-right: 0; }
  .ew-store .ew-split-copy { padding: 38px 28px; }
  .ew-store .ew-split-visual { min-height: 315px; }
  .ew-store .ew-theme-card { left: 28px; }
  .ew-store .ew-cta { padding: 38px 26px; }
  .ew-site-footer .ew-footer-top { grid-template-columns: 1fr 1fr; gap: 32px 22px; padding: 56px 0 34px; }
  .ew-site-footer .ew-footer-top > :first-child { grid-column: 1 / -1; }
  .ew-site-footer .ew-footer-bottom { align-items: start; flex-direction: column; }
}/* End custom CSS */