/* EK Framework 2.0 — fully scoped */
:root{
  --ekfw2-primary:#0D1F3D;
  --ekfw2-accent:#F2363C;
  --ekfw2-wa:#2AAE67;
  --ekfw2-wa-hover:#177A44;
  --ekfw2-text:#4B5563;
  --ekfw2-muted:#7C8896;
  --ekfw2-border:#E5E7EB;
  --ekfw2-light:#F7F8FA;
}

.ekfw2, .ekfw2 *{box-sizing:border-box}
.ekfw2{font-family:"Plus Jakarta Sans",Inter,system-ui,sans-serif;color:var(--ekfw2-text);line-height:1.7;max-width:100%;overflow:visible}
.ekfw2 a{text-decoration:none}
.ekfw2 img{max-width:100%;height:auto}
.ekfw2-alert{padding:22px;border:1px solid var(--ekfw2-border);border-radius:18px;background:#fff;color:var(--ekfw2-primary)}

.ekfw2-wa-svg{width:18px;height:18px;flex:0 0 18px}
.ekfw2-btn,.ekfw2 .wa,.ekfw2-btn-wa{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:0 24px;border-radius:14px;font-weight:900;background:var(--ekfw2-wa);color:#fff!important;box-shadow:0 12px 30px rgba(42,174,103,.20)}
.ekfw2-btn:hover,.ekfw2 .wa:hover{background:var(--ekfw2-wa-hover);color:#fff!important}

/* CTA */
.ekfw2-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:48px;border-radius:28px;background:radial-gradient(circle at 88% 50%,rgba(42,174,103,.22),transparent 28%),radial-gradient(circle at 100% 0%,rgba(242,54,60,.13),transparent 26%),linear-gradient(135deg,#06142A 0%,#0D1F3D 55%,#241A32 100%);box-shadow:0 22px 70px rgba(13,31,61,.16)}
.ekfw2-cta span{display:block;color:#FF3B42;font-size:13px;font-weight:900;letter-spacing:1.2px;margin-bottom:12px}
.ekfw2-cta h2{color:#fff;font-size:clamp(30px,3vw,42px);line-height:1.15;margin:0 0 14px;font-weight:900;max-width:820px}
.ekfw2-cta p{color:rgba(255,255,255,.76);margin:0;max-width:740px}

/* Contact */
.ekfw2-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ekfw2-contact-grid>div{padding:26px;border:1px solid var(--ekfw2-border);border-radius:24px;background:#fff;box-shadow:0 8px 30px rgba(13,31,61,.05)}
.ekfw2-contact-grid span{display:block;color:var(--ekfw2-accent);font-size:13px;font-weight:900;letter-spacing:.8px;margin-bottom:10px}
.ekfw2-contact-grid strong{display:block;color:var(--ekfw2-primary);font-size:18px;line-height:1.45}
.ekfw2-contact-grid .accent{background:linear-gradient(135deg,#06142A,#0D1F3D)}
.ekfw2-contact-grid .accent strong{color:#fff;margin-bottom:16px}

/* Product catalog */
.ekfw2-catalog-hero{padding:64px 52px;margin-bottom:38px;border-radius:28px;background:linear-gradient(135deg,#08152B,#0D1F3D);color:#fff}
.ekfw2-catalog-hero span{color:var(--ekfw2-accent);font-size:13px;font-weight:900;letter-spacing:1.2px}
.ekfw2-catalog-hero h1{color:#fff;font-size:clamp(36px,4vw,54px);line-height:1.1;margin:12px 0 16px}
.ekfw2-catalog-hero p{color:rgba(255,255,255,.76);font-size:18px;max-width:720px;margin:0}
.ekfw2-catalog-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px}
.ekfw2-sidebar{position:sticky;top:110px;padding:24px;border:1px solid var(--ekfw2-border);border-radius:24px;background:#fff;box-shadow:0 8px 30px rgba(13,31,61,.05)}
.ekfw2-sidebar h3{margin:0 0 18px;color:var(--ekfw2-primary);font-size:20px}
.ekfw2-cats{display:grid;gap:8px}
.ekfw2-cats button{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding:0 14px;border:0;border-radius:14px;background:transparent;color:var(--ekfw2-primary);font-weight:800;text-align:left;cursor:pointer}
.ekfw2-cats button.active,.ekfw2-cats button:hover{background:rgba(242,54,60,.08);color:var(--ekfw2-accent)}
.ekfw2-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px;padding:16px;border:1px solid var(--ekfw2-border);border-radius:20px;background:#fff}
.ekfw2-actions{display:flex;gap:10px;flex-wrap:wrap}
.ekfw2-actions input,.ekfw2-actions select{height:48px;border:1px solid var(--ekfw2-border);border-radius:14px;padding:0 14px;font-weight:700}
.ekfw2-actions button{height:48px;border:0;border-radius:14px;padding:0 22px;background:var(--ekfw2-accent);color:#fff;font-weight:900}
.ekfw2-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.ekfw2-product-card{display:flex;flex-direction:column;min-width:0;padding:22px;border:1px solid var(--ekfw2-border);border-radius:24px;background:#fff;box-shadow:0 8px 30px rgba(13,31,61,.05)}
.ekfw2-product-img{height:230px;display:flex;align-items:center;justify-content:center;padding:16px;border-radius:18px;background:var(--ekfw2-light);margin-bottom:18px}
.ekfw2-product-img img{width:100%;height:100%;object-fit:contain}
.ekfw2-product-card .meta{color:var(--ekfw2-accent);font-size:12px;font-weight:900;letter-spacing:.8px;text-transform:uppercase}
.ekfw2-product-card h3{margin:10px 0 14px;line-height:1.25}
.ekfw2-product-card h3 a{color:var(--ekfw2-primary);font-size:21px;font-weight:900;word-break:normal;overflow-wrap:break-word}
.ekfw2-product-card .specs{display:grid;gap:8px;margin-bottom:20px}
.ekfw2-product-card .specs small{display:block;padding:9px 11px;border-radius:12px;background:#F8FAFC;color:#475569;font-weight:700}
.ekfw2-product-card .buttons{display:flex;gap:10px;margin-top:auto}
.ekfw2-product-card .details{flex:1;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--ekfw2-primary);color:#fff;font-weight:900}
.ekfw2-product-card .wa{min-height:48px;padding:0 16px}
.ekfw2-pagination{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:38px}
.ekfw2-pagination button{width:46px;height:46px;border-radius:14px;border:1px solid var(--ekfw2-border);background:#fff;color:var(--ekfw2-primary);font-weight:900}
.ekfw2-pagination button.active,.ekfw2-pagination button:hover{background:var(--ekfw2-accent);border-color:var(--ekfw2-accent);color:#fff}

/* Single product */
.ekfw2-single-product{width:100%}
.ekfw2-sp-hero{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);gap:clamp(36px,5vw,76px);align-items:center;padding:72px 0}
.ekfw2-sp-image{min-height:500px;display:flex;align-items:center;justify-content:center;padding:42px;border:1px solid var(--ekfw2-border);border-radius:32px;background:#fff;box-shadow:0 18px 60px rgba(13,31,61,.08)}
.ekfw2-sp-image img{width:100%;max-height:430px;object-fit:contain}
.ekfw2-sp-summary>span,.ekfw2-sp-section .head span,.ekfw2-sp-content article>span{display:block;color:var(--ekfw2-accent);font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:12px}
.ekfw2-sp-summary h1{color:var(--ekfw2-primary);font-size:clamp(42px,4.4vw,64px);line-height:1.04;margin:0 0 24px;font-weight:900;letter-spacing:-.045em;word-break:normal;overflow-wrap:normal}
.ekfw2-sp-summary .excerpt{font-size:18px;color:#6B7280;line-height:1.8;margin-bottom:28px;max-width:680px}
.ekfw2-sp-summary .features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px}
.ekfw2-sp-summary .features div{padding:15px 16px;border:1px solid var(--ekfw2-border);border-radius:16px;background:#fff;color:var(--ekfw2-primary);font-weight:800}
.ekfw2-sp-summary .actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.ekfw2-sp-summary .actions a{min-height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;padding:0 22px;font-weight:900}
.ekfw2-sp-summary .actions .outline{border:1px solid var(--ekfw2-border);color:var(--ekfw2-primary);background:#fff}
.ekfw2-sp-summary .downloads{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ekfw2-sp-summary .downloads a,.ekfw2-sp-summary .downloads button{text-align:left;border:1px solid var(--ekfw2-border);border-radius:16px;background:#F8FAFC;color:var(--ekfw2-primary);padding:16px;font-family:inherit;cursor:pointer}
.ekfw2-sp-summary .downloads strong{display:block;font-weight:900}
.ekfw2-sp-summary .downloads small{display:block;color:#64748B;margin-top:3px}
.ekfw2-sp-section{padding:70px 0}
.ekfw2-sp-section.light{background:var(--ekfw2-light);padding-left:calc((100vw - min(1320px, calc(100vw - 64px))) / 2);padding-right:calc((100vw - min(1320px, calc(100vw - 64px))) / 2)}
.ekfw2-sp-section .head h2,.ekfw2-sp-content h2{color:var(--ekfw2-primary);font-size:clamp(32px,3vw,44px);line-height:1.15;margin:0 0 22px}
.ekfw2-spec-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ekfw2-spec-grid>div{padding:22px;border:1px solid var(--ekfw2-border);border-radius:20px;background:#fff}
.ekfw2-spec-grid strong{display:block;color:var(--ekfw2-muted);font-size:13px;text-transform:uppercase;margin-bottom:8px}
.ekfw2-spec-grid span{display:block;color:var(--ekfw2-primary);font-weight:900;font-size:18px}
.ekfw2-sp-content{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:52px}
.ekfw2-sp-content article{padding:38px;border:1px solid var(--ekfw2-border);border-radius:26px;background:#fff}
.ekfw2-sp-content article p{font-size:17px;line-height:1.9}
.ekfw2-sp-content aside{align-self:start;position:sticky;top:110px;padding:28px;border-radius:24px;background:var(--ekfw2-primary);color:#fff}
.ekfw2-sp-content aside h3{color:#fff;margin:0 0 12px}
.ekfw2-sp-content aside p{color:rgba(255,255,255,.74)}
.ekfw2-related{padding:70px 0}
.ekfw2-related .grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ekfw2-related .grid a{display:grid;grid-template-columns:140px minmax(0,1fr);gap:18px;align-items:center;padding:20px;border:1px solid var(--ekfw2-border);border-radius:22px;background:#fff;color:var(--ekfw2-primary)}
.ekfw2-related .grid div{height:110px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--ekfw2-light);padding:10px}
.ekfw2-related .grid img{max-height:90px;object-fit:contain}
.ekfw2-related .grid strong{font-size:20px;line-height:1.25}
.ekfw2-related .grid span{display:block;margin-top:8px;font-weight:900;color:var(--ekfw2-accent)}

/* References */
.ekfw2-ref-builder{display:grid;gap:54px}
.ekfw2-ref-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ekfw2-ref-stats div,.ekfw2-ref-sectors article,.ekfw2-ref-projects article{padding:26px;border:1px solid var(--ekfw2-border);border-radius:24px;background:#fff;box-shadow:0 8px 30px rgba(13,31,61,.05)}
.ekfw2-ref-stats strong{display:block;color:var(--ekfw2-accent);font-size:42px;line-height:1;margin-bottom:10px}
.ekfw2-ref-stats span{font-weight:900;color:var(--ekfw2-primary)}
.ekfw2-ref-logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.ekfw2-ref-logos article,.ekfw2-ref-logos a,.ekfw2-ref-slider .slide{min-height:118px;display:flex;align-items:center;justify-content:center;padding:22px;border:1px solid var(--ekfw2-border);border-radius:22px;background:#fff;filter:grayscale(1);opacity:.82;box-shadow:0 8px 30px rgba(13,31,61,.04)}
.ekfw2-ref-logos img,.ekfw2-ref-slider img{max-height:76px;object-fit:contain}
.ekfw2-ref-slider{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}
.ekfw2-ref-slider .track{display:flex;gap:18px;width:max-content;animation:ekfw2slide 34s linear infinite}
.ekfw2-ref-slider .slide{width:190px}
@keyframes ekfw2slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.ekfw2-ref-sectors{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ekfw2-ref-sectors article div{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:rgba(242,54,60,.08);font-size:24px;margin-bottom:16px}
.ekfw2-ref-sectors h3{color:var(--ekfw2-primary);font-size:22px;line-height:1.25;margin:0 0 12px}
.ekfw2-ref-sectors p{margin:0;color:#6B7280}
.ekfw2-ref-projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ekfw2-ref-projects article div{height:90px;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:16px;background:var(--ekfw2-light);margin-bottom:14px}
.ekfw2-ref-map{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:34px;align-items:center;padding:38px;border:1px solid var(--ekfw2-border);border-radius:28px;background:#fff}
.ekfw2-ref-map .visual{position:relative;min-height:340px;border-radius:24px;background:linear-gradient(135deg,#F8FAFC,#EEF2F7);overflow:hidden}
.ekfw2-ref-map .visual:before{content:"";position:absolute;inset:44px 70px;border-radius:55% 45% 50% 48%;background:linear-gradient(135deg,#fff,#E9EEF5);border:1px solid #D8E0EA;transform:rotate(-10deg)}
.ekfw2-ref-map i{position:absolute;width:16px;height:16px;border-radius:50%;background:var(--ekfw2-accent);box-shadow:0 0 0 8px rgba(242,54,60,.16);z-index:2}
.ekfw2-ref-map .p1{left:48%;top:45%}.ekfw2-ref-map .p2{left:33%;top:30%}.ekfw2-ref-map .p3{left:25%;top:58%}.ekfw2-ref-map .p4{left:40%;top:70%}.ekfw2-ref-map .p5{left:62%;top:51%}
.ekfw2-ref-map span{color:var(--ekfw2-accent);font-weight:900;letter-spacing:1.2px}
.ekfw2-ref-map h2{color:var(--ekfw2-primary);font-size:clamp(30px,3vw,42px);line-height:1.15;margin:12px 0 14px}

/* Responsive */
@media(max-width:1280px){
  .ekfw2-sp-hero{grid-template-columns:1fr;gap:40px}
  .ekfw2-sp-image{min-height:420px}
}
@media(max-width:1024px){
  .ekfw2-catalog-layout,.ekfw2-sp-content,.ekfw2-ref-map{grid-template-columns:1fr}
  .ekfw2-sidebar,.ekfw2-sp-content aside{position:relative;top:auto}
  .ekfw2-product-grid,.ekfw2-ref-sectors,.ekfw2-ref-projects{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ekfw2-spec-grid,.ekfw2-ref-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ekfw2-ref-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:767px){
  .ekfw2-catalog-hero,.ekfw2-cta{padding:34px 22px;border-radius:22px}
  .ekfw2-cta{grid-template-columns:1fr}
  .ekfw2-catalog-layout{gap:22px}
  .ekfw2-actions,.ekfw2-actions input,.ekfw2-actions select,.ekfw2-actions button{width:100%}
  .ekfw2-product-grid,.ekfw2-spec-grid,.ekfw2-ref-stats,.ekfw2-ref-logos,.ekfw2-ref-sectors,.ekfw2-ref-projects,.ekfw2-contact-grid{grid-template-columns:1fr}
  .ekfw2-product-card .buttons,.ekfw2-sp-summary .actions{flex-direction:column}
  .ekfw2-product-card .buttons a,.ekfw2-sp-summary .actions a,.ekfw2-btn{width:100%}
  .ekfw2-sp-hero{padding:42px 0;gap:26px}
  .ekfw2-sp-image{min-height:260px;padding:18px;border-radius:22px}
  .ekfw2-sp-summary h1{font-size:clamp(32px,10vw,42px);line-height:1.08;letter-spacing:-.035em}
  .ekfw2-sp-summary .features,.ekfw2-sp-summary .downloads{grid-template-columns:1fr}
  .ekfw2-sp-section{padding:48px 0}
  .ekfw2-sp-content article{padding:24px}
  .ekfw2-related .grid{grid-template-columns:1fr}
  .ekfw2-related .grid a{grid-template-columns:1fr}
  .ekfw2-ref-slider{mask-image:none}
}

@media print{
  body *{visibility:hidden!important}
  #ekfw2-product-print,#ekfw2-product-print *{visibility:visible!important}
  #ekfw2-product-print{position:absolute;left:0;top:0;width:100%!important}
  #ekfw2-product-print .no-print,
  #ekfw2-product-print .actions,
  #ekfw2-product-print .downloads,
  #ekfw2-product-print aside,
  header,footer{display:none!important}
}


/* Instagram Gallery */
.ekfw2-instagram-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.ekfw2-instagram-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ekfw2-instagram-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ekfw2-instagram-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.ekfw2-instagram-grid.columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}

.ekfw2-instagram-card{
  display:block;
  border:1px solid var(--ekfw2-border);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  color:var(--ekfw2-primary);
  box-shadow:0 8px 30px rgba(13,31,61,.05);
  transition:.22s ease;
}

.ekfw2-instagram-card:hover{
  transform:translateY(-5px);
  border-color:var(--ekfw2-accent);
  box-shadow:0 18px 50px rgba(13,31,61,.12);
}

.ekfw2-instagram-media{
  position:relative;
  display:block;
  aspect-ratio:1/1;
  background:var(--ekfw2-light);
}

.ekfw2-instagram-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.ekfw2-instagram-media em{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(13,31,61,.78);
  color:#fff;
  font-style:normal;
}

.ekfw2-instagram-card small{
  display:block;
  padding:14px 16px 16px;
  color:#526071;
  line-height:1.55;
}

@media(max-width:1024px){
  .ekfw2-instagram-grid,
  .ekfw2-instagram-grid.columns-5,
  .ekfw2-instagram-grid.columns-6{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:767px){
  .ekfw2-instagram-grid,
  .ekfw2-instagram-grid.columns-2,
  .ekfw2-instagram-grid.columns-3,
  .ekfw2-instagram-grid.columns-4,
  .ekfw2-instagram-grid.columns-5,
  .ekfw2-instagram-grid.columns-6{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .ekfw2-instagram-card{
    border-radius:16px;
  }
}


/* EK Framework 2.2 — Premium single product layout fixes */
.ekfw2-single-product{
  --ekfw2-container:min(1320px, calc(100vw - 64px));
}

.ekfw2-single-product > .ekfw2-sp-hero,
.ekfw2-single-product > .ekfw2-sp-section:not(.light),
.ekfw2-single-product > .ekfw2-related{
  width:var(--ekfw2-container);
  margin-left:auto;
  margin-right:auto;
}

.ekfw2-sp-hero{
  grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);
  padding-top:78px;
  padding-bottom:82px;
}

.ekfw2-sp-summary h1{
  max-width:760px;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

.ekfw2-sp-summary .excerpt{
  max-width:620px;
}

.ekfw2-sp-section.light{
  padding:86px 0;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:0!important;
  padding-right:0!important;
  background:linear-gradient(180deg,#F7F8FA 0%,#F3F6FA 100%);
}

.ekfw2-sp-content-wrap{
  width:var(--ekfw2-container);
  margin-left:auto;
  margin-right:auto;
}

.ekfw2-sp-content{
  grid-template-columns:minmax(0, 1fr) 360px;
  align-items:start;
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
}

.ekfw2-sp-content article{
  width:100%;
  max-width:470px;
  justify-self:end;
  padding:42px;
  border-radius:24px;
  box-shadow:0 10px 40px rgba(13,31,61,.05);
}

.ekfw2-sp-content article h2{
  font-size:clamp(34px,3.6vw,54px);
  line-height:1.08;
  letter-spacing:-.04em;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

.ekfw2-sp-content article p{
  color:#5B6678;
}

.ekfw2-sp-content aside{
  width:100%;
  max-width:360px;
  justify-self:start;
  top:120px;
  border-radius:24px;
  box-shadow:0 16px 50px rgba(13,31,61,.16);
}

.ekfw2-sp-content aside .ekfw2-btn{
  width:auto;
  min-width:150px;
}

.ekfw2-sp-content aside .ekfw2-btn span{
  color:#fff;
}

@media(max-width:1180px){
  .ekfw2-sp-hero{
    grid-template-columns:1fr;
    padding-top:58px;
  }

  .ekfw2-sp-summary h1{
    max-width:900px;
  }

  .ekfw2-sp-content{
    max-width:100%;
    grid-template-columns:minmax(0,1fr) 340px;
  }

  .ekfw2-sp-content article{
    max-width:none;
  }
}

@media(max-width:900px){
  .ekfw2-single-product{
    --ekfw2-container:min(100% - 36px,1320px);
  }

  .ekfw2-sp-content{
    grid-template-columns:1fr;
  }

  .ekfw2-sp-content article,
  .ekfw2-sp-content aside{
    max-width:none;
    justify-self:stretch;
  }

  .ekfw2-sp-content aside{
    position:relative;
    top:auto;
  }
}

@media(max-width:767px){
  .ekfw2-single-product{
    --ekfw2-container:min(100% - 28px,1320px);
  }

  .ekfw2-sp-section.light{
    padding:56px 0;
  }

  .ekfw2-sp-content article{
    padding:26px;
  }

  .ekfw2-sp-content article h2{
    font-size:clamp(30px,9vw,40px);
  }
}


/* EK Framework 2.3 — Single product description width fix */
.ekfw2-single-product{
  --ekfw2-container:min(1320px, calc(100vw - 64px));
  --ekfw2-content-container:min(1180px, calc(100vw - 64px));
}

.ekfw2-sp-section.light{
  padding-top:84px!important;
  padding-bottom:84px!important;
}

.ekfw2-sp-content-wrap{
  width:var(--ekfw2-content-container)!important;
}

.ekfw2-sp-content{
  width:100%!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 380px)!important;
  gap:clamp(28px,4vw,56px)!important;
  align-items:start!important;
}

.ekfw2-sp-content article{
  max-width:none!important;
  width:100%!important;
  justify-self:stretch!important;
  padding:clamp(30px,3vw,48px)!important;
}

.ekfw2-sp-content aside{
  max-width:none!important;
  width:100%!important;
  justify-self:stretch!important;
}

.ekfw2-sp-content article h2{
  font-size:clamp(34px,4vw,58px)!important;
  line-height:1.06!important;
  max-width:100%!important;
}

.ekfw2-sp-content article p{
  max-width:760px!important;
}

/* Very long product titles should scale down inside description card */
.ekfw2-sp-content article h2{
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}

/* Better offer card proportion */
.ekfw2-sp-content aside{
  padding:clamp(26px,2.8vw,36px)!important;
}

.ekfw2-sp-content aside h3{
  font-size:clamp(24px,2.2vw,32px)!important;
  line-height:1.2!important;
}

@media(max-width:1100px){
  .ekfw2-single-product{
    --ekfw2-content-container:min(100% - 48px, 980px);
  }

  .ekfw2-sp-content{
    grid-template-columns:1fr!important;
  }

  .ekfw2-sp-content aside{
    position:relative!important;
    top:auto!important;
  }

  .ekfw2-sp-content article p{
    max-width:none!important;
  }
}

@media(max-width:767px){
  .ekfw2-single-product{
    --ekfw2-container:min(100% - 28px,1320px);
    --ekfw2-content-container:min(100% - 28px,980px);
  }

  .ekfw2-sp-section.light{
    padding-top:52px!important;
    padding-bottom:52px!important;
  }

  .ekfw2-sp-content article{
    padding:24px!important;
  }

  .ekfw2-sp-content article h2{
    font-size:clamp(30px,9vw,40px)!important;
  }
}


/* EK Framework Pro Complete v3.1 — product catalog polish */

/* Sticky category sidebar restored */
.ekfw2-catalog-layout{
  align-items:start;
}

.ekfw2-sidebar{
  position:sticky!important;
  top:110px!important;
  align-self:start!important;
  z-index:5;
  max-height:calc(100vh - 140px);
  overflow:auto;
  scrollbar-width:thin;
}

/* Product card rhythm */
.ekfw2-product-card{
  min-height:100%;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ekfw2-product-card:hover{
  transform:translateY(-6px);
  border-color:var(--ekfw2-accent);
  box-shadow:0 18px 50px rgba(13,31,61,.12);
}

.ekfw2-product-img{
  height:250px;
}

.ekfw2-product-card h3{
  min-height:unset;
}

.ekfw2-product-card .buttons{
  align-items:center;
}

.ekfw2-product-card .details,
.ekfw2-product-card .wa{
  white-space:nowrap;
}

.ekfw2-product-card .wa .ekfw2-wa-svg{
  width:17px;
  height:17px;
}

/* Pagination fixed and centered */
.ekfw2-pagination-wrap{
  width:100%;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  clear:both!important;
}

.ekfw2-pagination{
  width:100%;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:42px auto 0!important;
  padding:0!important;
}

.ekfw2-pagination button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  width:48px!important;
  height:48px!important;
  padding:0!important;
  line-height:1!important;
}

/* Apple-like cleaner catalog spacing */
.ekfw2-toolbar{
  box-shadow:0 8px 30px rgba(13,31,61,.04);
}

.ekfw2-catalog-main.loading{
  opacity:.55;
  pointer-events:none;
}

/* Tablet behavior */
@media(max-width:1024px){
  .ekfw2-sidebar{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }

  .ekfw2-cats{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* Mobile behavior */
@media(max-width:767px){
  .ekfw2-cats{
    grid-template-columns:1fr;
    max-height:280px;
    overflow:auto;
  }

  .ekfw2-product-img{
    height:220px;
  }

  .ekfw2-pagination{
    gap:8px!important;
  }

  .ekfw2-pagination button{
    min-width:44px!important;
    width:44px!important;
    height:44px!important;
  }
}


/* EK Framework Pro Complete v3.2 — Blog module */
.ekfw2-blog-hero{
  padding:64px 52px;
  margin-bottom:38px;
  border-radius:28px;
  background:linear-gradient(135deg,#08152B,#0D1F3D);
  color:#fff;
}

.ekfw2-blog-hero span,
.ekfw2-post-hero > span{
  color:var(--ekfw2-accent);
  font-size:13px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.ekfw2-blog-hero h1{
  color:#fff;
  font-size:clamp(36px,4vw,54px);
  line-height:1.1;
  margin:12px 0 16px;
}

.ekfw2-blog-hero p{
  color:rgba(255,255,255,.76);
  font-size:18px;
  max-width:720px;
  margin:0;
}

.ekfw2-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}

.ekfw2-blog-card{
  border:1px solid var(--ekfw2-border);
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 30px rgba(13,31,61,.05);
  transition:.22s ease;
}

.ekfw2-blog-card:hover{
  transform:translateY(-6px);
  border-color:var(--ekfw2-accent);
  box-shadow:0 18px 50px rgba(13,31,61,.12);
}

.ekfw2-blog-img{
  display:flex;
  height:220px;
  background:var(--ekfw2-light);
}

.ekfw2-blog-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ekfw2-blog-img div{
  width:100%;
  display:grid;
  place-items:center;
  color:#7C8896;
}

.ekfw2-blog-content{
  padding:24px;
}

.ekfw2-blog-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
  color:#7C8896;
  font-size:12px;
  font-weight:800;
}

.ekfw2-blog-meta span{
  color:var(--ekfw2-accent);
  text-transform:uppercase;
}

.ekfw2-blog-card h3{
  margin:0 0 12px;
  line-height:1.25;
}

.ekfw2-blog-card h3 a{
  color:var(--ekfw2-primary);
  font-size:22px;
  font-weight:900;
}

.ekfw2-blog-card p{
  color:#6B7280;
  margin:0 0 18px;
}

.ekfw2-blog-read{
  color:var(--ekfw2-accent);
  font-weight:900;
}

/* Single post */
.ekfw2-post-hero{
  padding:70px 0 50px;
}

.ekfw2-post-hero h1{
  max-width:920px;
  color:var(--ekfw2-primary);
  font-size:clamp(38px,4vw,62px);
  line-height:1.08;
  margin:14px 0 18px;
  font-weight:900;
  letter-spacing:-.04em;
}

.ekfw2-post-hero p{
  max-width:780px;
  color:#64748B;
  font-size:18px;
  line-height:1.8;
}

.ekfw2-post-meta{
  display:flex;
  gap:14px;
  margin:0 0 32px;
  color:#475569;
  font-weight:800;
}

.ekfw2-post-featured{
  border-radius:28px;
  overflow:hidden;
  border:1px solid var(--ekfw2-border);
  box-shadow:0 18px 60px rgba(13,31,61,.10);
}

.ekfw2-post-featured img{
  width:100%;
  max-height:520px;
  object-fit:cover;
}

.ekfw2-post-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:56px;
  padding:56px 0 80px;
}

.ekfw2-post-content{
  max-width:820px;
}

.ekfw2-post-content h2{
  color:var(--ekfw2-primary);
  font-size:34px;
  line-height:1.18;
  scroll-margin-top:120px;
}

.ekfw2-post-content p,
.ekfw2-post-content li{
  font-size:18px;
  line-height:1.9;
  color:#334155;
}

.ekfw2-post-sidebar{
  align-self:start;
  position:sticky;
  top:110px;
}

.ekfw2-post-box,
.ekfw2-post-cta{
  padding:24px;
  border:1px solid var(--ekfw2-border);
  border-radius:22px;
  background:#fff;
  margin-bottom:22px;
  box-shadow:0 8px 30px rgba(13,31,61,.05);
}

.ekfw2-post-box h3,
.ekfw2-post-cta h3{
  color:var(--ekfw2-primary);
  margin:0 0 14px;
}

.ekfw2-post-box a{
  display:block;
  padding:9px 0;
  color:var(--ekfw2-primary);
  font-weight:800;
}

.ekfw2-post-box a:hover{
  color:var(--ekfw2-accent);
}

.ekfw2-post-cta{
  background:var(--ekfw2-primary);
  color:#fff;
}

.ekfw2-post-cta h3{
  color:#fff;
}

.ekfw2-post-cta p{
  color:rgba(255,255,255,.72);
}

@media(max-width:1024px){
  .ekfw2-blog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ekfw2-post-layout{
    grid-template-columns:1fr;
  }

  .ekfw2-post-sidebar{
    position:relative;
    top:auto;
  }
}

@media(max-width:767px){
  .ekfw2-blog-hero{
    padding:34px 22px;
    border-radius:22px;
  }

  .ekfw2-blog-grid{
    grid-template-columns:1fr;
  }

  .ekfw2-blog-img{
    height:200px;
  }

  .ekfw2-post-hero{
    padding:42px 0 34px;
  }

  .ekfw2-post-layout{
    padding:38px 0 56px;
  }

  .ekfw2-post-content h2{
    font-size:28px;
  }

  .ekfw2-post-content p,
  .ekfw2-post-content li{
    font-size:16px;
  }
}


/* EK Framework Pro Complete v3.3 — single product + single post premium refinement */

/* Single product container rhythm */
.ekfw2-single-product{
  --ekfw2-container:min(1320px, calc(100vw - 64px));
  --ekfw2-readable:min(1180px, calc(100vw - 64px));
}

.ekfw2-single-product > .ekfw2-sp-hero,
.ekfw2-single-product > .ekfw2-sp-section:not(.light),
.ekfw2-single-product > .ekfw2-related{
  width:var(--ekfw2-container);
  margin-left:auto;
  margin-right:auto;
}

.ekfw2-sp-hero{
  grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr)!important;
  gap:clamp(44px,5vw,84px)!important;
  padding:78px 0 86px!important;
}

.ekfw2-sp-image{
  min-height:clamp(420px,38vw,560px)!important;
  border-radius:34px!important;
}

.ekfw2-sp-summary{
  min-width:0!important;
}

.ekfw2-sp-summary h1{
  max-width:820px!important;
  font-size:clamp(42px,4.2vw,66px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

.ekfw2-sp-summary .excerpt{
  max-width:680px!important;
}

.ekfw2-sp-summary .features{
  max-width:680px!important;
}

.ekfw2-sp-summary .downloads{
  max-width:680px!important;
}

/* Description zone: balanced content + CTA */
.ekfw2-sp-section.light{
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:88px 0!important;
  background:linear-gradient(180deg,#F8FAFC 0%,#F3F6FA 100%)!important;
}

.ekfw2-sp-content-wrap{
  width:var(--ekfw2-readable)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.ekfw2-sp-content{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(330px,390px)!important;
  gap:clamp(28px,4vw,58px)!important;
  align-items:start!important;
}

.ekfw2-sp-content article{
  max-width:none!important;
  width:100%!important;
  justify-self:stretch!important;
  padding:clamp(34px,3.4vw,54px)!important;
  border-radius:28px!important;
  box-shadow:0 12px 44px rgba(13,31,61,.05)!important;
}

.ekfw2-sp-content article h2{
  max-width:900px!important;
  font-size:clamp(36px,3.6vw,58px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}

.ekfw2-sp-content article p,
.ekfw2-sp-content article li{
  max-width:820px!important;
  color:#5B6678!important;
}

.ekfw2-sp-content aside{
  position:sticky!important;
  top:120px!important;
  width:100%!important;
  max-width:none!important;
  justify-self:stretch!important;
  padding:clamp(28px,2.6vw,38px)!important;
  border-radius:28px!important;
  box-shadow:0 18px 54px rgba(13,31,61,.18)!important;
}

.ekfw2-sp-content aside h3{
  font-size:clamp(25px,2.15vw,32px)!important;
  line-height:1.2!important;
}

/* Single post layout */
.ekfw2-single-post{
  --ekfw2-post-container:min(1120px, calc(100vw - 64px));
}

.ekfw2-post-hero,
.ekfw2-post-layout{
  width:var(--ekfw2-post-container);
  margin-left:auto;
  margin-right:auto;
}

.ekfw2-post-hero{
  padding:72px 0 54px!important;
}

.ekfw2-post-hero h1{
  max-width:940px!important;
  font-size:clamp(40px,4.3vw,64px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
}

.ekfw2-post-hero p{
  max-width:780px!important;
}

.ekfw2-post-layout{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:clamp(36px,5vw,68px)!important;
}

.ekfw2-post-content{
  max-width:780px!important;
}

.ekfw2-post-content h2{
  color:var(--ekfw2-primary)!important;
  font-size:clamp(30px,2.7vw,40px)!important;
  line-height:1.18!important;
  margin-top:38px!important;
}

.ekfw2-post-content p,
.ekfw2-post-content li{
  font-size:18px!important;
  line-height:1.9!important;
  color:#334155!important;
}

.ekfw2-post-sidebar{
  position:sticky!important;
  top:120px!important;
}

.ekfw2-post-box,
.ekfw2-post-cta{
  border-radius:24px!important;
}

.ekfw2-post-cta .ekfw2-btn span{
  color:#fff!important;
}

/* Responsive */
@media(max-width:1180px){
  .ekfw2-sp-hero{
    grid-template-columns:1fr!important;
    padding-top:58px!important;
  }

  .ekfw2-sp-summary h1{
    max-width:980px!important;
  }

  .ekfw2-sp-content{
    grid-template-columns:1fr!important;
  }

  .ekfw2-sp-content aside{
    position:relative!important;
    top:auto!important;
  }
}

@media(max-width:1024px){
  .ekfw2-post-layout{
    grid-template-columns:1fr!important;
  }

  .ekfw2-post-sidebar{
    position:relative!important;
    top:auto!important;
  }

  .ekfw2-post-content{
    max-width:100%!important;
  }
}

@media(max-width:767px){
  .ekfw2-single-product{
    --ekfw2-container:min(100% - 28px,1320px);
    --ekfw2-readable:min(100% - 28px,1180px);
  }

  .ekfw2-single-post{
    --ekfw2-post-container:min(100% - 28px,1120px);
  }

  .ekfw2-sp-hero{
    padding:42px 0 50px!important;
    gap:28px!important;
  }

  .ekfw2-sp-image{
    min-height:260px!important;
    padding:18px!important;
    border-radius:22px!important;
  }

  .ekfw2-sp-summary h1{
    font-size:clamp(32px,10vw,42px)!important;
    line-height:1.08!important;
  }

  .ekfw2-sp-summary .downloads,
  .ekfw2-sp-summary .features{
    grid-template-columns:1fr!important;
  }

  .ekfw2-sp-section.light{
    padding:56px 0!important;
  }

  .ekfw2-sp-content article{
    padding:26px!important;
    border-radius:22px!important;
  }

  .ekfw2-sp-content article h2{
    font-size:clamp(30px,9vw,42px)!important;
  }

  .ekfw2-post-hero{
    padding:44px 0 34px!important;
  }

  .ekfw2-post-hero h1{
    font-size:clamp(34px,10vw,46px)!important;
  }

  .ekfw2-post-content p,
  .ekfw2-post-content li{
    font-size:16px!important;
  }
}


/* EK Framework Pro Complete v4 — stable single/product/blog/catalog rebuild */

/* Catalog AJAX + category reliability */
.ekfw2-catalog-main.loading{
  opacity:.55;
  pointer-events:none;
  transition:opacity .2s ease;
}

.ekfw2-cats button{
  appearance:none!important;
}

.ekfw2-pagination-wrap{
  width:100%;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  clear:both!important;
  grid-column:1/-1;
}

.ekfw2-pagination{
  width:auto!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:44px auto 0!important;
  padding:0!important;
}

.ekfw2-pagination button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  width:48px!important;
  height:48px!important;
  padding:0!important;
  line-height:1!important;
  border-radius:14px!important;
}

/* Single product full rebuild */
.ekfw2-single-product{
  --ekfw2-container:min(1320px, calc(100vw - 64px));
  --ekfw2-readable:min(1180px, calc(100vw - 64px));
  overflow:visible!important;
}

.ekfw2-single-product > .ekfw2-sp-hero,
.ekfw2-single-product > .ekfw2-sp-section:not(.light),
.ekfw2-single-product > .ekfw2-related{
  width:var(--ekfw2-container)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.ekfw2-sp-hero{
  display:grid!important;
  grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr)!important;
  gap:clamp(44px,5vw,82px)!important;
  align-items:center!important;
  padding:76px 0 84px!important;
}

.ekfw2-sp-image{
  min-height:clamp(420px,40vw,560px)!important;
  padding:clamp(26px,4vw,48px)!important;
  border-radius:34px!important;
  background:#fff!important;
  border:1px solid var(--ekfw2-border)!important;
  box-shadow:0 18px 60px rgba(13,31,61,.08)!important;
}

.ekfw2-sp-summary{
  min-width:0!important;
}

.ekfw2-sp-summary>span,
.ekfw2-sp-section .head span,
.ekfw2-sp-content article>span{
  letter-spacing:1.4px!important;
}

.ekfw2-sp-summary h1{
  max-width:820px!important;
  font-size:clamp(42px,4.3vw,66px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  margin-bottom:22px!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}

.ekfw2-sp-summary .excerpt{
  max-width:680px!important;
  color:#667085!important;
}

.ekfw2-sp-summary .features,
.ekfw2-sp-summary .downloads{
  max-width:680px!important;
}

.ekfw2-sp-summary .features div{
  box-shadow:0 4px 18px rgba(13,31,61,.03);
}

.ekfw2-sp-summary .downloads a,
.ekfw2-sp-summary .downloads button{
  transition:.22s ease;
}

.ekfw2-sp-summary .downloads a:hover,
.ekfw2-sp-summary .downloads button:hover{
  transform:translateY(-3px);
  border-color:var(--ekfw2-accent);
}

/* Technical specs */
.ekfw2-sp-section:not(.light){
  padding:72px 0!important;
}

.ekfw2-sp-section .head{
  margin-bottom:28px!important;
}

.ekfw2-sp-section .head h2{
  margin-bottom:0!important;
}

.ekfw2-spec-grid{
  gap:20px!important;
}

.ekfw2-spec-grid>div{
  border-radius:22px!important;
  padding:24px!important;
  box-shadow:0 6px 24px rgba(13,31,61,.035);
}

/* Description */
.ekfw2-sp-section.light{
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:88px 0!important;
  background:linear-gradient(180deg,#F8FAFC 0%,#F3F6FA 100%)!important;
}

.ekfw2-sp-content-wrap{
  width:var(--ekfw2-readable)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.ekfw2-sp-content{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(330px,390px)!important;
  gap:clamp(30px,4vw,58px)!important;
  align-items:start!important;
}

.ekfw2-sp-content article{
  width:100%!important;
  max-width:none!important;
  justify-self:stretch!important;
  padding:clamp(34px,3.3vw,54px)!important;
  border-radius:28px!important;
  background:#fff!important;
  box-shadow:0 14px 50px rgba(13,31,61,.055)!important;
}

.ekfw2-sp-content article h2{
  max-width:900px!important;
  font-size:clamp(36px,3.5vw,58px)!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  hyphens:none!important;
}

.ekfw2-sp-content article p,
.ekfw2-sp-content article li{
  max-width:820px!important;
  color:#5B6678!important;
}

.ekfw2-sp-content aside{
  width:100%!important;
  max-width:none!important;
  justify-self:stretch!important;
  position:sticky!important;
  top:120px!important;
  padding:clamp(28px,2.6vw,38px)!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#06142A,#0D1F3D)!important;
  box-shadow:0 20px 58px rgba(13,31,61,.18)!important;
}

.ekfw2-sp-content aside h3{
  font-size:clamp(25px,2.1vw,32px)!important;
  line-height:1.2!important;
}

.ekfw2-sp-content aside .ekfw2-btn span{
  color:#fff!important;
}

/* Single post rebuild */
.ekfw2-single-post{
  --ekfw2-post-container:min(1120px, calc(100vw - 64px));
}

.ekfw2-post-hero,
.ekfw2-post-layout{
  width:var(--ekfw2-post-container)!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.ekfw2-post-hero{
  padding:72px 0 54px!important;
}

.ekfw2-post-hero h1{
  max-width:940px!important;
  font-size:clamp(40px,4.25vw,64px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
}

.ekfw2-post-layout{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:clamp(36px,5vw,68px)!important;
  align-items:start!important;
}

.ekfw2-post-content{
  max-width:780px!important;
}

.ekfw2-post-content h2{
  font-size:clamp(30px,2.7vw,40px)!important;
  line-height:1.18!important;
}

.ekfw2-post-sidebar{
  position:sticky!important;
  top:120px!important;
}

.ekfw2-post-cta .ekfw2-btn span{
  color:#fff!important;
}

/* Responsive */
@media(max-width:1180px){
  .ekfw2-sp-hero{
    grid-template-columns:1fr!important;
    padding-top:58px!important;
  }
  .ekfw2-sp-content{
    grid-template-columns:1fr!important;
  }
  .ekfw2-sp-content aside{
    position:relative!important;
    top:auto!important;
  }
}

@media(max-width:1024px){
  .ekfw2-sidebar{
    position:relative!important;
    top:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .ekfw2-post-layout{
    grid-template-columns:1fr!important;
  }
  .ekfw2-post-sidebar{
    position:relative!important;
    top:auto!important;
  }
  .ekfw2-post-content{
    max-width:100%!important;
  }
}

@media(max-width:767px){
  .ekfw2-single-product{
    --ekfw2-container:min(100% - 28px,1320px);
    --ekfw2-readable:min(100% - 28px,1180px);
  }
  .ekfw2-single-post{
    --ekfw2-post-container:min(100% - 28px,1120px);
  }
  .ekfw2-sp-hero{
    padding:42px 0 50px!important;
    gap:28px!important;
  }
  .ekfw2-sp-image{
    min-height:260px!important;
    padding:18px!important;
    border-radius:22px!important;
  }
  .ekfw2-sp-summary h1{
    font-size:clamp(32px,10vw,42px)!important;
    line-height:1.08!important;
  }
  .ekfw2-sp-summary .features,
  .ekfw2-sp-summary .downloads{
    grid-template-columns:1fr!important;
  }
  .ekfw2-sp-section.light{
    padding:56px 0!important;
  }
  .ekfw2-sp-content article{
    padding:26px!important;
    border-radius:22px!important;
  }
  .ekfw2-sp-content article h2{
    font-size:clamp(30px,9vw,42px)!important;
  }
  .ekfw2-post-hero{
    padding:44px 0 34px!important;
  }
  .ekfw2-post-hero h1{
    font-size:clamp(34px,10vw,46px)!important;
  }
}


/* EK Framework PRO 5.0 admin */
.ekfw2-admin-wrap .ekfw2-admin-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  max-width:1180px;
  margin:22px 0;
}

.ekfw2-admin-card{
  background:#fff;
  border:1px solid #dcdcde;
  border-radius:14px;
  padding:22px;
  box-shadow:0 8px 24px rgba(13,31,61,.05);
}

.ekfw2-admin-card strong{
  display:block;
  font-size:34px;
  line-height:1;
  color:#0D1F3D;
  margin-bottom:10px;
}

.ekfw2-admin-card span{
  color:#475569;
  font-weight:700;
}

.ekfw2-admin-card.warning strong{
  color:#F2363C;
}

.ekfw2-migration-panel{
  max-width:1080px;
  background:#fff;
  border:1px solid #dcdcde;
  border-radius:16px;
  padding:24px;
}


/* EK Framework PRO 5.1 — Reference logo premium hover only */
.ekfw2-ref-logos article,
.ekfw2-ref-logos a{
  position:relative;
  min-height:124px;
  border-radius:24px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(229,231,235,.95)!important;
  box-shadow:0 8px 28px rgba(13,31,61,.045)!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease!important;
  overflow:hidden;
}

.ekfw2-ref-logos article:before,
.ekfw2-ref-logos a:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 0%, rgba(242,54,60,.08), transparent 42%);
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}

.ekfw2-ref-logos article:hover,
.ekfw2-ref-logos a:hover{
  transform:translateY(-6px);
  border-color:rgba(242,54,60,.32)!important;
  background:#fff!important;
  box-shadow:0 20px 58px rgba(13,31,61,.14)!important;
}

.ekfw2-ref-logos article:hover:before,
.ekfw2-ref-logos a:hover:before{
  opacity:1;
}

.ekfw2-ref-logos img{
  max-width:82%;
  max-height:78px;
  object-fit:contain;
  filter:grayscale(100%) saturate(0%) contrast(88%) brightness(92%)!important;
  opacity:.58!important;
  transform:scale(1);
  transition:filter .32s ease, opacity .32s ease, transform .32s ease!important;
}

.ekfw2-ref-logos article:hover img,
.ekfw2-ref-logos a:hover img{
  filter:grayscale(0%) saturate(100%) contrast(100%) brightness(100%)!important;
  opacity:1!important;
  transform:scale(1.045);
}

.ekfw2-ref-slider:hover .track{
  animation-play-state:paused;
}

.ekfw2-ref-slider .slide{
  position:relative;
  border-radius:24px!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(229,231,235,.95)!important;
  box-shadow:0 8px 28px rgba(13,31,61,.045)!important;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease!important;
  overflow:hidden;
}

.ekfw2-ref-slider .slide:hover{
  transform:translateY(-6px);
  border-color:rgba(242,54,60,.32)!important;
  background:#fff!important;
  box-shadow:0 20px 58px rgba(13,31,61,.14)!important;
}

.ekfw2-ref-slider .slide img{
  max-width:82%;
  max-height:78px;
  object-fit:contain;
  filter:grayscale(100%) saturate(0%) contrast(88%) brightness(92%)!important;
  opacity:.58!important;
  transform:scale(1);
  transition:filter .32s ease, opacity .32s ease, transform .32s ease!important;
}

.ekfw2-ref-slider .slide:hover img{
  filter:grayscale(0%) saturate(100%) contrast(100%) brightness(100%)!important;
  opacity:1!important;
  transform:scale(1.045);
}

.ekfw2-ref-projects article div img{
  filter:grayscale(100%) saturate(0%) contrast(88%) brightness(92%)!important;
  opacity:.62!important;
  transition:filter .32s ease, opacity .32s ease, transform .32s ease!important;
}

.ekfw2-ref-projects article:hover div img{
  filter:grayscale(0%) saturate(100%) contrast(100%) brightness(100%)!important;
  opacity:1!important;
  transform:scale(1.035);
}

@media(hover:none){
  .ekfw2-ref-logos img,
  .ekfw2-ref-slider .slide img,
  .ekfw2-ref-projects article div img{
    opacity:.74!important;
  }
}


/* EK Framework PRO 6.0 admin additions */
.ekfw2-admin-wrap .ekfw2-admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1180px;margin:22px 0}
.ekfw2-admin-card{background:#fff;border:1px solid #dcdcde;border-radius:14px;padding:22px;box-shadow:0 8px 24px rgba(13,31,61,.05)}
.ekfw2-admin-card strong{display:block;font-size:34px;line-height:1;color:#0D1F3D;margin-bottom:10px}
.ekfw2-admin-card span{color:#475569;font-weight:700}
.ekfw2-admin-card.warning strong{color:#F2363C}
.ekfw2-migration-panel{max-width:1080px;background:#fff;border:1px solid #dcdcde;border-radius:16px;padding:24px}


/* EK Framework PRO 7.0 Live Ready */
.ekfw2-live-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  max-width:1180px;
  margin:22px 0;
}

.ekfw2-live-checks > div{
  background:#fff;
  border:1px solid #dcdcde;
  border-left-width:5px;
  border-radius:12px;
  padding:18px;
}

.ekfw2-live-checks > div.ok{
  border-left-color:#2AAE67;
}

.ekfw2-live-checks > div.warn{
  border-left-color:#F2363C;
}

.ekfw2-live-checks strong{
  display:block;
  color:#0D1F3D;
  font-size:16px;
  margin-bottom:6px;
}

.ekfw2-live-checks span{
  color:#475569;
}
