:root{
  --shopy-bg:#f7fafc;
  --shopy-surface:#ffffff;
  --shopy-ink:#0f172a;
  --shopy-muted:#64748b;
  --shopy-line:#e2e8f0;
  --shopy-blue:#2563eb;
  --shopy-violet:#7c3aed;
  --shopy-green:#22c55e;
  --shopy-navy:#0b1730;
  --shopy-soft:#eef4ff;
  --shopy-shadow:0 24px 70px rgba(15,23,42,.10);
  --shopy-shadow-soft:0 12px 34px rgba(15,23,42,.07);
  --shopy-radius:8px;
  --shopy-max:1180px;
}

.shopy-hero[style*="--shopy-hero-bg"]::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(90deg, rgba(2,6,23,.86), rgba(11,23,48,.70)),
    var(--shopy-hero-bg) center/cover no-repeat;
  opacity:.42;
  pointer-events:none;
}
.shopy-hero[style*="--shopy-hero-bg"] > *{position:relative;z-index:1}
html[dir="ltr"] .shopy-body,
html[dir="ltr"] .shopy-page{text-align:left}
html[dir="ltr"] .shopy-hero-copy,
html[dir="ltr"] .shopy-section-head,
html[dir="ltr"] .shopy-final-card{text-align:left}
html[dir="ltr"] .shopy-stock-row,
html[dir="ltr"] .shopy-mock-content,
html[dir="ltr"] .shopy-form{text-align:left}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
.shopy-body{
  margin:0;
  font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif;
  background:
    radial-gradient(800px 360px at 12% -12%, rgba(37,99,235,.16), transparent 65%),
    radial-gradient(720px 340px at 88% 0%, rgba(124,58,237,.12), transparent 60%),
    var(--shopy-bg);
  color:var(--shopy-ink);
}
.shopy-body button,
.shopy-body input,
.shopy-body select,
.shopy-body textarea{font-family:inherit}
.shopy-page{overflow:hidden}
.shopy-shell{width:min(var(--shopy-max), calc(100% - 32px));margin-inline:auto}

.shopy-header{
  position:sticky;
  top:12px;
  z-index:50;
  width:min(var(--shopy-max), calc(100% - 24px));
  margin:12px auto 0;
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px;
  border:1px solid rgba(226,232,240,.88);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 36px rgba(15,23,42,.08);
}
.shopy-brand{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-width:max-content;
  text-decoration:none;
  color:var(--shopy-ink);
}
.shopy-brand[data-platform-owner-trigger]{
  cursor:default;
  outline:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
  user-select:none;
  touch-action:manipulation;
}
.shopy-brand-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:3px;
  line-height:1.05;
}
.shopy-brand-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
  box-shadow:0 14px 30px rgba(37,99,235,.24);
}
.shopy-brand-logo{
  width:46px;
  height:46px;
  flex:0 0 auto;
  object-fit:contain;
  border-radius:16px;
  padding:6px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(219,234,254,.92);
  box-shadow:0 14px 30px rgba(37,99,235,.18);
}
.shopy-brand-text{font-size:24px;font-weight:950}
.shopy-brand-badge{
  min-height:20px;
  display:inline-flex;
  align-items:center;
  width:max-content;
  padding:0 8px;
  border-radius:999px;
  color:var(--shopy-blue);
  font-size:10px;
  font-weight:950;
  background:#eef4ff;
  border:1px solid #dbeafe;
}
.shopy-nav{display:none;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}
.shopy-nav a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  color:var(--shopy-muted);
  text-decoration:none;
  font-weight:800;
  font-size:13px;
}
.shopy-nav a:hover{color:var(--shopy-ink);background:#f1f5f9}
.shopy-language-switcher{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#f8fbff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.shopy-language-switcher a{
  min-width:34px;
  min-height:30px;
  display:inline-grid;
  place-items:center;
  border-radius:999px;
  color:#64748b;
  font-size:12px;
  font-weight:950;
  text-decoration:none;
}
.shopy-language-switcher a.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
  box-shadow:0 10px 22px rgba(37,99,235,.22);
}
.shopy-header-actions{display:flex;align-items:center;gap:8px;min-width:max-content}
.shopy-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid var(--shopy-line);
  background:#fff;
  color:var(--shopy-ink);
  font-weight:950;
  text-decoration:none;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.shopy-btn:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(15,23,42,.13)}
.shopy-btn-primary{
  position:relative;
  overflow:hidden;
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
}
.shopy-btn-primary:after{
  content:"";
  position:absolute;
  inset:-45% auto -45% -40%;
  width:48px;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.44),transparent);
  animation:shopy-shine 3.8s ease-in-out infinite;
}
.shopy-btn-secondary{background:#fff}
.shopy-btn-whatsapp{
  color:#062c15;
  border-color:transparent;
  background:linear-gradient(135deg,#86efac,var(--shopy-green));
}
.shopy-btn-lg{min-height:54px;padding-inline:24px}
.shopy-btn-block{width:100%;min-height:52px}

.shopy-hero{position:relative;padding:92px 0 42px}
.shopy-hero:before{
  content:"";
  position:absolute;
  inset:4% auto auto 50%;
  width:min(740px, 90vw);
  height:420px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(37,99,235,.18),rgba(124,58,237,.16));
  filter:blur(34px);
  transform:translateX(-50%);
  z-index:-1;
}
.shopy-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.96fr);gap:38px;align-items:center}
.shopy-eyebrow{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border-radius:999px;
  color:var(--shopy-blue);
  font-weight:950;
  font-size:13px;
  background:#eef4ff;
  border:1px solid #dbeafe;
}
.shopy-hero-logo{
  display:block;
  width:auto;
  max-width:170px;
  max-height:76px;
  object-fit:contain;
  margin:0 auto 16px;
  padding:10px 14px;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(219,234,254,.72);
  box-shadow:0 18px 45px rgba(15,23,42,.12);
}
.shopy-hero-copy h1{
  margin:18px 0 0;
  max-width:12ch;
  font-size:clamp(44px,5.8vw,78px);
  line-height:1.04;
  letter-spacing:0;
}
.shopy-hero-copy p{
  max-width:660px;
  margin:22px 0 0;
  color:var(--shopy-muted);
  font-size:19px;
  line-height:2;
}
.shopy-hero-actions{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-top:30px}
.shopy-primary-action span,
.shopy-microcopy{display:block;margin-top:9px;color:var(--shopy-muted);font-size:12px;font-weight:850}
.shopy-proof-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.shopy-proof-row span{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 12px;
  border-radius:999px;
  color:#334155;
  font-size:13px;
  font-weight:850;
  background:rgba(255,255,255,.78);
  border:1px solid var(--shopy-line);
}
.shopy-proof-row span:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--shopy-green);
  box-shadow:0 0 0 4px rgba(34,197,94,.14);
}

.shopy-dashboard-wrap{position:relative;min-height:680px;isolation:isolate}
.shopy-dashboard-glow{
  position:absolute;
  inset:28px 16px 16px 28px;
  border-radius:36px;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
  transform:rotate(-3deg);
  filter:drop-shadow(0 34px 65px rgba(37,99,235,.22));
  opacity:.92;
  z-index:-2;
}
.shopy-dashboard{
  position:absolute;
  inset:0;
  border:1px solid rgba(226,232,240,.8);
  border-radius:30px;
  background:#f5f8fc;
  box-shadow:var(--shopy-shadow);
  overflow:hidden;
  transform:perspective(1200px) rotateY(-5deg) rotateX(2deg);
  animation:shopy-frame-float 7s ease-in-out infinite;
}
.shopy-inventory-preview{
  display:grid;
  grid-template-columns:168px minmax(0,1fr);
  direction:rtl;
}
.shopy-mock-sidebar{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding:18px 14px;
  color:#fff;
  background:linear-gradient(180deg,#061b33,#020617);
}
.shopy-mock-logo{
  display:flex;
  align-items:center;
  gap:9px;
  padding:8px;
}
.shopy-mock-logo span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:linear-gradient(135deg,#4f46e5,#2563eb);
  font-weight:950;
}
.shopy-mock-logo strong{font-size:18px}
.shopy-mock-menu{display:grid;gap:7px}
.shopy-mock-menu span{
  min-height:35px;
  display:flex;
  align-items:center;
  padding:0 11px;
  border-radius:12px;
  color:rgba(255,255,255,.68);
  font-size:12px;
  font-weight:900;
}
.shopy-mock-menu span:before{
  content:"";
  width:7px;
  height:7px;
  margin-inline-end:9px;
  border-radius:50%;
  background:rgba(255,255,255,.26);
}
.shopy-mock-menu .shopy-mock-active{
  color:#fff;
  background:linear-gradient(135deg,#4f46e5,#2563eb);
  box-shadow:0 12px 26px rgba(79,70,229,.28);
}
.shopy-mock-menu .shopy-mock-active:before{background:#fff}
.shopy-mock-user{
  margin-top:auto;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.07);
}
.shopy-mock-user>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#061b33;
  background:#fff;
  font-weight:950;
}
.shopy-mock-user strong,
.shopy-mock-user small{display:block}
.shopy-mock-user strong{font-size:12px}
.shopy-mock-user small{color:rgba(255,255,255,.56);font-size:10px;margin-top:2px}
.shopy-mock-content{
  min-width:0;
  padding:18px;
  overflow:hidden;
}
.shopy-mock-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.shopy-mock-head h2{margin:0;font-size:28px;line-height:1.1}
.shopy-mock-head p{margin:7px 0 0;color:#64748b;font-size:12px;font-weight:800}
.shopy-mock-live{
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  color:#15803d;
  background:#dcfce7;
  font-size:11px;
  font-weight:950;
  white-space:nowrap;
}
.shopy-inventory-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
}
.shopy-inventory-stat,
.shopy-mock-panel,
.shopy-branches-panel article,
.shopy-product-detail{
  border:1px solid #e2e8f0;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,23,42,.055);
}
.shopy-inventory-stat{
  min-height:98px;
  padding:13px;
  border-radius:18px;
}
.shopy-inventory-stat small{display:block;color:#64748b;font-size:11px;font-weight:900}
.shopy-inventory-stat strong{display:block;margin-top:9px;color:#0f172a;font-size:21px;line-height:1.08}
.shopy-inventory-stat span{display:block;margin-top:6px;color:#2563eb;font-size:11px;font-weight:950}
.shopy-inventory-stat:nth-child(4) span{color:#ef4444}
.shopy-mock-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  gap:10px;
  margin-top:10px;
}
.shopy-mock-panel{
  border-radius:18px;
  padding:12px;
}
.shopy-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.shopy-panel-head strong{font-size:14px}
.shopy-panel-head span{color:#64748b;font-size:10px;font-weight:900}
.shopy-danger-text{color:#ef4444 !important}
.shopy-stock-table{
  display:grid;
  gap:6px;
  min-width:0;
}
.shopy-stock-row{
  display:grid;
  grid-template-columns:1.35fr .8fr .65fr .9fr .7fr .65fr .75fr .55fr;
  gap:6px;
  align-items:center;
  min-height:38px;
  padding:0 8px;
  border-radius:12px;
  background:#f8fafc;
}
.shopy-stock-header{
  min-height:32px;
  background:#eef2ff;
}
.shopy-stock-row span{
  min-width:0;
  overflow:hidden;
  color:#334155;
  font-size:9.5px;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.shopy-stock-header span{color:#4f46e5;font-weight:950}
.shopy-stock-row span:first-child{color:#0f172a;font-weight:950}
.shopy-stock-row span:nth-child(6){color:#ef4444}
.shopy-stock-row span:last-child{
  justify-self:start;
  min-height:24px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#4f46e5,#2563eb);
}
.shopy-mock-side{display:grid;gap:10px}
.shopy-low-list,
.shopy-transfer-list{display:grid;gap:7px}
.shopy-low-list p,
.shopy-transfer-list p{
  margin:0;
  padding:9px;
  border-radius:13px;
  background:#f8fafc;
}
.shopy-low-list strong,
.shopy-low-list span,
.shopy-transfer-list strong,
.shopy-transfer-list span,
.shopy-transfer-list em{display:block}
.shopy-low-list strong,
.shopy-transfer-list strong{
  color:#0f172a;
  font-size:11px;
  line-height:1.4;
}
.shopy-low-list span,
.shopy-transfer-list span{
  margin-top:4px;
  color:#64748b;
  font-size:10px;
  font-weight:850;
}
.shopy-transfer-list em{
  width:max-content;
  margin-top:6px;
  padding:3px 7px;
  border-radius:999px;
  font-size:9px;
  font-style:normal;
  font-weight:950;
}
.shopy-status-done{color:#15803d;background:#dcfce7}
.shopy-status-progress{color:#1d4ed8;background:#dbeafe}
.shopy-branches-panel{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  margin-top:10px;
}
.shopy-branches-panel article{
  padding:11px;
  border-radius:17px;
}
.shopy-branches-panel strong{display:block;color:#0f172a;font-size:12px}
.shopy-branches-panel span{display:block;margin-top:5px;color:#22c55e;font-size:10px;font-weight:950}
.shopy-branches-panel p{margin:6px 0 0;color:#64748b;font-size:10px;font-weight:850}
.shopy-branches-panel b{color:#0f172a;font-size:12px}
.shopy-product-detail{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
  margin-top:10px;
  padding:11px;
  border-radius:18px;
}
.shopy-product-detail strong{
  color:#0f172a;
  font-size:13px;
  margin-inline-end:2px;
}
.shopy-product-detail span{
  min-height:26px;
  display:inline-flex;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  color:#334155;
  background:#f1f5f9;
  font-size:10px;
  font-weight:900;
}

.shopy-trust-strip{padding:16px 0 46px}
.shopy-trust-strip .shopy-shell{
  padding:16px;
  border:1px solid var(--shopy-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--shopy-shadow-soft);
  text-align:center;
}
.shopy-trust-strip h2{
  margin:0 0 16px;
  color:#0f172a;
  font-size:clamp(24px,3vw,38px);
  line-height:1.25;
  font-weight:950;
}
.shopy-feature-marquee{
  position:relative;
  overflow:hidden;
  padding:4px 0 18px;
  direction:ltr;
  mask-image:linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.shopy-feature-track{
  display:flex;
  width:max-content;
  gap:10px;
  margin:8px 0;
  transform:translate3d(0,0,0);
  animation:shopy-marquee-left 36s linear infinite;
  will-change:transform;
}
.shopy-feature-set{
  display:flex;
  flex:0 0 auto;
  gap:10px;
}
.shopy-feature-track-right{
  animation:shopy-marquee-right 34s linear infinite;
}
.shopy-feature-track-left{
  animation:shopy-marquee-left 38s linear infinite;
}
.shopy-feature-marquee:hover .shopy-feature-track{
  animation-play-state:paused;
}
.shopy-feature-track span,
.shopy-chip-row span{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
  padding:0 14px;
  border-radius:999px;
  color:#1e3a8a;
  font-weight:950;
  background:#eef4ff;
  border:1px solid #dbeafe;
  direction:rtl;
}
.shopy-feature-track span:nth-child(3n){
  color:#4c1d95;
  background:#f5f3ff;
  border-color:#ddd6fe;
}
.shopy-feature-track span:nth-child(4n){
  color:#166534;
  background:#ecfdf5;
  border-color:#bbf7d0;
}
.shopy-feature-chips{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  max-width:920px;
  margin:4px auto 0;
}
.shopy-feature-chips span{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  padding:0 15px;
  border-radius:999px;
  color:#1e3a8a;
  font-weight:950;
  background:linear-gradient(180deg,#f8fbff,#eef4ff);
  border:1px solid #dbeafe;
  box-shadow:0 12px 28px rgba(37,99,235,.07);
}
.shopy-feature-chips span:nth-child(3n){
  color:#4c1d95;
  background:linear-gradient(180deg,#fff,#f5f3ff);
  border-color:#ddd6fe;
}
.shopy-feature-chips span:nth-child(4n){
  color:#166534;
  background:linear-gradient(180deg,#fff,#ecfdf5);
  border-color:#bbf7d0;
}
.shopy-chip-row{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.shopy-trust-strip p{margin:14px 0 0;color:var(--shopy-muted);font-weight:850}

@keyframes shopy-marquee-right{
  from{transform:translate3d(-50%,0,0)}
  to{transform:translate3d(0,0,0)}
}
@keyframes shopy-marquee-left{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@keyframes shopy-scroll-dots{
  0%,100%{
    background:
      radial-gradient(circle at 4px 50%, #2563eb 0 4px, transparent 4.5px),
      radial-gradient(circle at 17px 50%, rgba(148,163,184,.55) 0 4px, transparent 4.5px),
      radial-gradient(circle at 30px 50%, rgba(148,163,184,.55) 0 4px, transparent 4.5px);
  }
  50%{
    background:
      radial-gradient(circle at 4px 50%, rgba(148,163,184,.55) 0 4px, transparent 4.5px),
      radial-gradient(circle at 17px 50%, rgba(148,163,184,.55) 0 4px, transparent 4.5px),
      radial-gradient(circle at 30px 50%, #2563eb 0 4px, transparent 4.5px);
  }
}

@media (prefers-reduced-motion:reduce){
  .shopy-feature-track{animation:none}
}

.shopy-section{padding:80px 0;border-top:1px solid rgba(226,232,240,.72)}
.shopy-section-tinted{background:rgba(255,255,255,.45)}
.shopy-section-head{max-width:780px;margin-bottom:30px}
.shopy-section-head h2{
  margin:14px 0 0;
  font-size:clamp(31px,4.4vw,54px);
  line-height:1.14;
  letter-spacing:0;
}
.shopy-section-head p{
  margin:14px 0 0;
  color:var(--shopy-muted);
  font-size:17px;
  line-height:1.9;
}
.shopy-card{
  position:relative;
  border:1px solid var(--shopy-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 13px 30px rgba(15,23,42,.045);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.shopy-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,99,235,.32);
  box-shadow:0 24px 48px rgba(15,23,42,.10);
}
.shopy-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--shopy-blue);
  font-size:13px;
  font-weight:950;
  background:linear-gradient(135deg,#eef4ff,#f5f3ff);
  border:1px solid #dbeafe;
}
.shopy-card h3{margin:16px 0 0;font-size:21px;line-height:1.3}
.shopy-card p{margin:10px 0 0;color:var(--shopy-muted);line-height:1.75}
.shopy-problem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.shopy-problem-card{min-height:220px;padding:18px}
.shopy-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.shopy-solution-card{min-height:250px;padding:22px}
.shopy-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.shopy-benefit-card{min-height:210px;padding:22px}
.shopy-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.shopy-feature-card{min-height:205px;padding:22px}
.shopy-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.shopy-industry-card{min-height:160px;padding:22px}

.shopy-connected-store{
  position:relative;
  overflow:hidden;
  padding:86px 0;
  background:
    radial-gradient(circle at 5% 18%, rgba(79,70,229,.10), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(37,99,235,.10), transparent 30%),
    #f3f6ff;
}
.shopy-connected-store:before,
.shopy-connected-store:after{
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:.34;
}
.shopy-connected-store:before{
  inset:34px auto auto -42px;
  width:154px;
  height:154px;
  border:2px solid rgba(37,99,235,.12);
  border-radius:50%;
}
.shopy-connected-store:after{
  right:34px;
  bottom:44px;
  width:210px;
  height:70px;
  background:repeating-linear-gradient(135deg, transparent 0 20px, rgba(37,99,235,.13) 20px 23px, transparent 23px 42px);
}
.shopy-connected-head{
  margin-inline:auto;
  text-align:center;
}
.shopy-connected-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:30px;
}
.shopy-connected-card{
  min-height:310px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:34px;
  border:1px solid rgba(226,232,240,.88);
  border-radius:6px;
  background:#fff;
  box-shadow:0 26px 70px rgba(15,23,42,.08);
}
.shopy-connected-card p{
  margin:0;
  color:#64748b;
  font-size:18px;
  line-height:2;
  font-weight:700;
}
.shopy-connected-card div{
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:center;
  gap:8px 14px;
  margin-top:28px;
}
.shopy-connected-card span{
  grid-row:1 / span 2;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  font-weight:950;
  box-shadow:0 16px 34px rgba(37,99,235,.22);
}
.shopy-connected-card strong{
  color:#0f172a;
  font-size:21px;
  line-height:1.35;
}
.shopy-connected-card small{
  color:#4f46e5;
  font-size:14px;
  font-weight:850;
}

.shopy-store-showcase{
  padding:90px 0;
  background:#fff;
}
.shopy-store-showcase-head{
  margin-inline:auto;
  text-align:center;
}
.shopy-showcase-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,276px));
  justify-content:center;
  gap:54px 28px;
  margin-top:38px;
}
.shopy-showcase-grid.shopy-showcase-count-1{grid-template-columns:minmax(250px,276px)}
.shopy-showcase-grid.shopy-showcase-count-2{grid-template-columns:repeat(2,minmax(250px,276px))}
.shopy-showcase-grid.shopy-showcase-count-3{grid-template-columns:repeat(3,minmax(250px,276px))}
.shopy-showcase-grid.shopy-showcase-count-4{grid-template-columns:repeat(4,minmax(250px,276px))}
.shopy-showcase-card{
  position:relative;
  min-height:210px;
  display:grid;
  justify-items:center;
  align-content:center;
  gap:14px;
  padding:54px 22px 26px;
  text-align:center;
  border:1px solid rgba(226,232,240,.72);
  border-radius:10px;
  background:#fff;
  box-shadow:0 24px 58px rgba(15,23,42,.075);
  overflow:visible;
}
.shopy-showcase-card:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:5px;
  border-radius:0 0 10px 10px;
  background:linear-gradient(90deg,#4f46e5,#0ea5e9,#22c55e);
}
.shopy-showcase-logo{
  position:absolute;
  top:-32px;
  left:50%;
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  padding:6px;
  border:2px solid #38bdf8;
  border-radius:12px;
  background:#fff;
  transform:translateX(-50%);
  box-shadow:0 18px 40px rgba(15,23,42,.10);
}
.shopy-showcase-logo span{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  border-radius:9px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.34), transparent 32%),
    linear-gradient(135deg,#2563eb,#7c3aed);
  font-size:20px;
  font-weight:950;
  letter-spacing:0;
}
.shopy-showcase-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:9px;
}

@media (max-width:768px){
  .shopy-connected-card{
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between;
    text-align:center;
  }
  .shopy-connected-card p{
    font-size:11px;
    line-height:1.6;
  }
  .shopy-connected-card div{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:6px;
    margin-top:10px;
    text-align:center;
  }
  .shopy-connected-card span{
    grid-row:auto;
    width:42px;
    height:42px;
  }
  .shopy-connected-card strong{
    font-size:13px;
  }
  .shopy-connected-card small{
    font-size:10px;
  }
  .shopy-showcase-card{
    display:grid !important;
    grid-template-columns:1fr;
    justify-items:center;
    align-content:center;
    gap:10px;
    padding:46px 10px 12px !important;
    text-align:center;
  }
  .shopy-showcase-logo{
    top:-24px;
    width:58px;
    height:58px;
  }
  .shopy-showcase-card h3{
    margin:0;
    font-size:13px;
    text-align:center;
  }
  .shopy-showcase-card p{
    grid-column:auto;
    margin:0;
    font-size:10px;
    line-height:1.45;
    text-align:center;
  }
  .shopy-showcase-card a{
    grid-column:auto;
    grid-row:auto;
    align-self:center;
    justify-self:center;
    width:36px;
    height:36px;
  }
  .shopy-showcase-card:after{
    height:4px;
  }
  .shopy-testimonial-card{
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between;
    text-align:center;
  }
  .shopy-testimonial-card p{
    font-size:11px;
    line-height:1.6;
  }
  .shopy-testimonial-card div{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    gap:6px;
    margin-top:10px;
    text-align:center;
  }
  .shopy-testimonial-card div:after{
    display:none;
  }
  .shopy-testimonial-card span{
    grid-row:auto;
    width:42px;
    height:42px;
  }
  .shopy-testimonial-card strong{
    font-size:12px;
  }
  .shopy-testimonial-card small{
    font-size:10px;
  }
}
.shopy-showcase-card h3{
  margin:0;
  width:100%;
  color:#1e293b;
  font-size:21px;
  line-height:1.35;
  text-align:center;
}
.shopy-showcase-card p{
  width:min(100%,220px);
  margin:0 auto;
  color:#64748b;
  font-size:13px;
  font-weight:850;
  line-height:1.65;
  text-align:center;
}
.shopy-showcase-card a{
  margin-inline:auto;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  text-decoration:none;
  background:linear-gradient(135deg,#4f46e5,#06b6d4);
  box-shadow:0 18px 34px rgba(37,99,235,.22);
  transition:transform .2s ease, box-shadow .2s ease;
}
.shopy-showcase-card a:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(37,99,235,.28);
}

.shopy-testimonials{
  position:relative;
  overflow:hidden;
  padding:94px 0;
  background:
    radial-gradient(circle at 4% 12%, rgba(15,23,42,.08), transparent 18%),
    radial-gradient(circle at 96% 4%, rgba(79,70,229,.10), transparent 20%),
    #f1f4ff;
}
.shopy-testimonials:before,
.shopy-testimonials:after{
  content:"";
  position:absolute;
  pointer-events:none;
  opacity:.28;
}
.shopy-testimonials:before{
  left:-78px;
  top:54px;
  width:210px;
  height:210px;
  border:2px solid rgba(15,23,42,.13);
  border-radius:50%;
}
.shopy-testimonials:after{
  right:36px;
  bottom:48px;
  width:230px;
  height:90px;
  background:repeating-linear-gradient(135deg, transparent 0 20px, rgba(15,23,42,.12) 20px 23px, transparent 23px 42px);
}
.shopy-testimonials-head{
  margin-inline:auto;
  text-align:center;
}
.shopy-testimonial-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin-top:38px;
}
.shopy-testimonial-card{
  min-height:310px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:34px;
  border:1px solid rgba(226,232,240,.68);
  border-radius:4px;
  background:#fff;
  box-shadow:0 28px 70px rgba(15,23,42,.08);
}
.shopy-testimonial-card p{
  margin:0;
  color:#64748b;
  font-size:18px;
  line-height:2;
  font-weight:700;
}
.shopy-testimonial-card div{
  position:relative;
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  gap:6px 14px;
  margin-top:28px;
}
.shopy-testimonial-card div:after{
  content:"”";
  position:absolute;
  left:10px;
  bottom:-22px;
  color:rgba(15,23,42,.08);
  font-size:86px;
  line-height:1;
  font-weight:950;
}
.shopy-testimonial-card span{
  grid-row:1 / span 2;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#0ea5e9,#4f46e5);
  font-weight:950;
  box-shadow:0 16px 32px rgba(37,99,235,.20);
}
.shopy-testimonial-card strong{
  color:#0f172a;
  font-size:20px;
  line-height:1.35;
}
.shopy-testimonial-card small{
  color:#4f46e5;
  font-size:14px;
  font-weight:850;
}

.shopy-inline-cta{
  margin-top:26px;
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border:1px solid var(--shopy-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shopy-shadow-soft);
}
.shopy-inline-cta strong{font-size:18px;line-height:1.6}

.shopy-before-after{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.shopy-compare-card{
  padding:28px;
  border:1px solid var(--shopy-line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shopy-shadow-soft);
}
.shopy-compare-card h3{margin:0;font-size:30px}
.shopy-compare-card ul,
.shopy-plan ul,
.shopy-trust-box ul{
  list-style:none;
  margin:20px 0 0;
  padding:0;
  display:grid;
  gap:12px;
}
.shopy-compare-card li,
.shopy-plan li,
.shopy-trust-box li{
  position:relative;
  padding-inline-start:24px;
  color:var(--shopy-muted);
  line-height:1.7;
  font-weight:800;
}
.shopy-compare-card li:before,
.shopy-plan li:before,
.shopy-trust-box li:before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:.7em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#cbd5e1;
}
.shopy-compare-card-after{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
  box-shadow:0 28px 70px rgba(37,99,235,.22);
}
.shopy-compare-card-after li{color:rgba(255,255,255,.86)}
.shopy-compare-card-after li:before{background:var(--shopy-green);box-shadow:0 0 0 4px rgba(34,197,94,.18)}

.shopy-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;counter-reset:steps}
.shopy-step{
  min-height:210px;
  padding:24px;
  border:1px solid var(--shopy-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shopy-shadow-soft);
}
.shopy-step span{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-weight:950;
  font-size:20px;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
}
.shopy-step h3{margin:18px 0 0;font-size:22px}
.shopy-step p{margin:10px 0 0;color:var(--shopy-muted);line-height:1.8}

.shopy-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}
.shopy-pricing-main-grid{
  grid-template-columns:repeat(3,1fr);
  justify-content:stretch;
}
.shopy-plan{
  position:relative;
  min-height:520px;
  display:flex;
  flex-direction:column;
  padding:26px;
  border:1px solid var(--shopy-line);
  border-radius:26px;
  background:#fff;
  box-shadow:var(--shopy-shadow-soft);
}
.shopy-plan-featured{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(145deg,#0f172a,#1d4ed8 62%,#7c3aed);
  box-shadow:0 30px 80px rgba(37,99,235,.24);
  transform:translateY(-12px);
}
.shopy-plan-badge{
  width:max-content;
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  color:#062c15;
  background:var(--shopy-green);
  font-size:12px;
  font-weight:950;
  margin-bottom:12px;
}
.shopy-plan h3{margin:0;font-size:32px}
.shopy-plan p{color:var(--shopy-muted);line-height:1.8}
.shopy-plan-featured p{color:rgba(255,255,255,.76)}
.shopy-price{
  margin:14px 0 4px;
  font-size:28px;
  font-weight:950;
}
.shopy-price-note{
  margin:0 0 12px;
  font-size:14px;
  font-weight:900;
}
.shopy-plan .shopy-btn{margin-top:auto}
.shopy-plan-featured li{color:rgba(255,255,255,.84)}
.shopy-plan-featured li:before{background:var(--shopy-green)}
.shopy-plan-main{
  min-height:300px;
  cursor:pointer;
}
.shopy-plan-main .shopy-btn{
  width:100%;
  border:0;
  font:inherit;
  cursor:pointer;
}
.shopy-pricing-dialog{
  width:min(1120px,100%);
  padding:0;
}
.shopy-pricing-modal-head{
  padding:28px 28px 8px;
  text-align:center;
}
.shopy-pricing-modal-head h3{
  margin:12px 0 8px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.18;
}
.shopy-pricing-modal-head p{
  margin:0 auto;
  max-width:680px;
  color:var(--shopy-muted);
  line-height:1.8;
}
.shopy-pricing-modal-grid{
  padding:20px 28px 28px;
}
.shopy-pricing-modal-grid .shopy-plan{
  min-height:500px;
}
@media(max-width:760px){
  .shopy-pricing-main-grid{
    display:block;
  }
  .shopy-plan-main{
    min-height:auto;
  }
  .shopy-pricing-dialog{
    width:100%;
  }
  .shopy-pricing-modal-head{
    padding:22px 18px 6px;
  }
  .shopy-pricing-modal-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    overflow:visible !important;
    padding:14px;
  }
  .shopy-pricing-modal-grid > *{
    min-width:0 !important;
  }
  .shopy-pricing-modal-grid .shopy-plan{
    min-height:auto;
  }
}

.shopy-trial-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:24px;align-items:start}
.shopy-trust-box,
.shopy-form{
  border:1px solid var(--shopy-line);
  border-radius:28px;
  background:#fff;
  box-shadow:var(--shopy-shadow);
}
.shopy-trust-box{
  position:sticky;
  top:110px;
  padding:28px;
  background:
    linear-gradient(145deg,rgba(37,99,235,.08),rgba(124,58,237,.08)),
    #fff;
}
.shopy-trust-box h2{margin:14px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.15}
.shopy-trust-box p{color:var(--shopy-muted);line-height:1.9}
.shopy-form{padding:24px}
.shopy-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}
.shopy-form-head h3{margin:0;font-size:30px}
.shopy-form-head p{margin:8px 0 0;color:var(--shopy-muted)}
.shopy-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.shopy-form label{
  display:grid;
  gap:8px;
  color:#475569;
  font-size:13px;
  font-weight:900;
}
.shopy-form input,
.shopy-form select,
.shopy-form textarea{
  width:100%;
  border:1px solid var(--shopy-line);
  border-radius:15px;
  background:#f8fafc;
  color:var(--shopy-ink);
  padding:14px 13px;
  outline:none;
  font-size:15px;
}
.shopy-form input:focus,
.shopy-form select:focus,
.shopy-form textarea:focus{
  border-color:var(--shopy-blue);
  box-shadow:0 0 0 4px rgba(37,99,235,.12);
  background:#fff;
}
.shopy-field-full{grid-column:1/-1}
.shopy-alert{
  margin-bottom:14px;
  padding:14px 15px;
  border-radius:16px;
  line-height:1.7;
  font-weight:850;
}
.shopy-alert-success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}
.shopy-alert-error{color:#9f1239;background:#fff1f2;border:1px solid #fecdd3}

.shopy-faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.shopy-faq{
  border:1px solid var(--shopy-line);
  border-radius:14px;
  background:#fff;
  padding:0;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  overflow:hidden;
}
.shopy-faq summary{
  position:relative;
  min-height:52px;
  display:flex;
  align-items:center;
  padding:12px 44px 12px 14px;
  cursor:pointer;
  font-weight:950;
  font-size:15px;
  line-height:1.45;
  list-style:none;
}
.shopy-faq summary::-webkit-details-marker{display:none}
.shopy-faq summary:before{
  content:"+";
  position:absolute;
  inset-inline-start:14px;
  top:50%;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#2563eb;
  background:#eff6ff;
  transform:translateY(-50%);
  font-weight:950;
}
.shopy-faq[open] summary:before{
  content:"-";
}
.shopy-faq p{
  margin:0;
  padding:0 14px 14px;
  color:var(--shopy-muted);
  line-height:1.7;
  font-size:14px;
}

.shopy-final-cta{padding:72px 0;background:linear-gradient(135deg,#0f172a,#1e3a8a)}
.shopy-final-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#fff;
}
.shopy-final-card h2{margin:0;font-size:clamp(34px,4.8vw,60px);line-height:1.12}
.shopy-final-card p{margin:12px 0 0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.8}
.shopy-final-actions{display:flex;gap:12px;flex-wrap:wrap}

.shopy-footer{padding:42px 0;background:#fff;border-top:1px solid var(--shopy-line)}
.shopy-footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:24px}
.shopy-footer p{color:var(--shopy-muted);line-height:1.8;max-width:440px}
.shopy-footer-links{display:grid;gap:10px;align-content:start}
.shopy-footer-links a{color:var(--shopy-muted);text-decoration:none;font-weight:850}
.shopy-footer-links a:hover{color:var(--shopy-blue)}
.shopy-social-links{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
  margin-top:16px;
}
.shopy-social-link{
  position:relative;
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid #e2e8f0;
  border-radius:50%;
  background:#f8fafc;
  color:#2563eb;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(15,23,42,.06);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.shopy-social-link:hover{
  transform:translateY(-3px);
  border-color:rgba(37,99,235,.28);
  box-shadow:0 16px 32px rgba(15,23,42,.12);
}
.shopy-social-link span{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.shopy-social-link svg{
  position:relative;
  z-index:1;
  width:20px;
  height:20px;
  display:block;
  fill:currentColor;
}
.shopy-social-link:before,
.shopy-social-link:after{
  content:none !important;
  position:absolute;
  box-sizing:border-box;
}
.shopy-social-facebook{color:#1877f2}
.shopy-social-instagram{color:#c13584}
.shopy-social-tiktok{color:#0f172a}
.shopy-social-linkedin{color:#0a66c2}
.shopy-social-facebook:before{
  width:8px;
  height:20px;
  border-inline-start:4px solid currentColor;
  border-top:4px solid currentColor;
  border-radius:7px 0 0 0;
  transform:translateX(-1px);
}
.shopy-social-instagram:before{
  width:20px;
  height:20px;
  border:2px solid currentColor;
  border-radius:7px;
}
.shopy-social-instagram:after{
  width:7px;
  height:7px;
  border:2px solid currentColor;
  border-radius:50%;
  box-shadow:7px -7px 0 -3px currentColor;
}
.shopy-social-tiktok:before{
  width:11px;
  height:20px;
  border-inline-end:4px solid currentColor;
  border-bottom:4px solid currentColor;
  border-radius:0 0 8px 8px;
  transform:translateX(2px);
}
.shopy-social-tiktok:after{
  width:11px;
  height:4px;
  background:currentColor;
  transform:translate(3px,-8px);
  border-radius:999px;
}
.shopy-social-linkedin:before{
  width:18px;
  height:18px;
  border-inline-start:4px solid currentColor;
  border-bottom:4px solid currentColor;
  border-radius:2px;
}
.shopy-social-linkedin:after{
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
  transform:translate(8px,-8px);
}
.shopy-social-whatsapp{
  color:#16a34a;
}
.shopy-social-whatsapp:before{
  width:20px;
  height:20px;
  border:2px solid currentColor;
  border-radius:50%;
}
.shopy-social-whatsapp:after{
  width:10px;
  height:5px;
  border-inline-start:3px solid currentColor;
  border-bottom:3px solid currentColor;
  transform:rotate(-28deg) translate(-1px,1px);
  border-radius:2px;
}
.shopy-copyright{margin-top:24px;color:var(--shopy-muted);font-size:13px}
.shopy-mobile-cta{display:none}

.shopy-trial-modal[hidden]{
  display:none !important;
}
.shopy-trial-modal{
  position:fixed;
  inset:0;
  z-index:2000;
  display:grid;
  place-items:center;
  padding:22px;
  overflow:auto;
}
.shopy-trial-backdrop{
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.58);
  backdrop-filter:blur(10px);
}
.shopy-trial-dialog{
  position:relative;
  width:min(560px,100%);
  max-height:calc(100vh - 44px);
  overflow:auto;
  border-radius:28px;
  background:#fff;
  box-shadow:0 34px 100px rgba(2,6,23,.34);
}
.shopy-trial-modal:not(.shopy-pricing-modal) .shopy-trial-dialog{
  width:min(920px,calc(100vw - 48px));
}
.shopy-pricing-dialog{
  width:min(1180px,calc(100vw - 48px));
  max-height:calc(100vh - 44px);
  overflow:auto;
}
.shopy-pricing-modal-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  overflow:visible;
}
.shopy-pricing-modal-grid .shopy-plan{
  min-width:0;
}
@media(max-width:900px){
  .shopy-pricing-dialog{
    width:min(720px,calc(100vw - 24px));
  }
  .shopy-pricing-modal-grid{
    grid-template-columns:1fr;
    padding-inline:16px;
  }
  .shopy-pricing-modal-grid .shopy-plan{
    min-height:auto;
    transform:none;
  }
}
.shopy-trial-close{
  position:absolute;
  top:14px;
  inset-inline-start:14px;
  z-index:2;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #e2e8f0;
  border-radius:50%;
  color:#0f172a;
  background:#fff;
  font-size:24px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(15,23,42,.08);
}
.shopy-trial-modal-form{
  border:0;
  border-radius:28px;
  box-shadow:none;
}
.shopy-trial-modal-form .shopy-form-head{
  display:block;
  text-align:center;
  padding-inline:26px;
}
.shopy-trial-modal-form .shopy-form-head h3{
  font-size:clamp(30px,4vw,42px);
}
.shopy-trial-modal-form .shopy-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.shopy-trial-whatsapp{
  display:none;
}
.shopy-module-picker{
  margin-top:4px;
  padding:18px;
  border:1px solid rgba(148,163,184,.28);
  border-radius:24px;
  background:linear-gradient(180deg,#f8fbff,#fff);
}
.shopy-module-picker-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}
.shopy-module-picker-head strong{
  color:#0f172a;
  font-size:19px;
  font-weight:950;
}
.shopy-module-picker-head span{
  color:var(--shopy-muted);
  font-size:13px;
  font-weight:800;
}
.shopy-module-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.shopy-module-chip{
  position:relative;
  cursor:pointer;
}
.shopy-module-chip input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.shopy-module-chip span{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:9px 10px;
  border:1px solid #dbeafe;
  border-radius:999px;
  color:#1e3a8a;
  background:#f8fbff;
  font-size:13px;
  font-weight:950;
  transition:transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}
.shopy-module-chip input:checked + span{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
  box-shadow:0 14px 28px rgba(79,70,229,.22);
  transform:translateY(-1px);
}

.shopy-body.shopy-modal-open{
  overflow:hidden;
}

[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease, transform .65s ease}
[data-reveal].shopy-visible{opacity:1;transform:none}

@keyframes shopy-frame-float{
  0%,100%{transform:perspective(1300px) rotateY(3deg) rotateX(1.2deg) translateY(0)}
  50%{transform:perspective(1300px) rotateY(3deg) rotateX(1.2deg) translateY(-8px)}
}
@keyframes shopy-shine{
  0%,55%{left:-45%;opacity:0}
  66%{opacity:1}
  100%{left:130%;opacity:0}
}
@media (prefers-reduced-motion: reduce){
  *,*:before,*:after{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}

@media (max-width:1024px){
  .shopy-hero-grid,
  .shopy-trial-grid{grid-template-columns:1fr}
  .shopy-dashboard-wrap{min-height:680px}
  .shopy-dashboard{transform:none;animation:none}
  .shopy-problem-grid{grid-template-columns:repeat(3,1fr)}
  .shopy-solution-grid,
  .shopy-steps{grid-template-columns:repeat(2,1fr)}
  .shopy-benefit-grid,
  .shopy-feature-grid,
  .shopy-industry-grid{grid-template-columns:repeat(2,1fr)}
  .shopy-trust-box{position:static}
  .shopy-nav{display:none}
}

@media (max-width:768px){
  .shopy-body{padding-bottom:82px}
  .shopy-shell{width:calc(100% - 24px)}
  .shopy-header{
    position:relative;
    top:0;
    display:grid;
    grid-template-columns:1fr;
    border-radius:18px;
  }
  .shopy-header-actions{width:100%;min-width:0}
  .shopy-header-actions .shopy-btn{flex:1;padding-inline:10px}
  .shopy-hero{padding:52px 0 30px}
  .shopy-hero-copy h1{font-size:42px;max-width:100%}
  .shopy-hero-copy p{font-size:17px}
  .shopy-hero-actions{display:grid}
  .shopy-hero-actions .shopy-btn,
  .shopy-primary-action{width:100%}
  .shopy-dashboard-wrap{min-height:auto}
  .shopy-dashboard{
    position:relative;
    border-radius:22px;
  }
  .shopy-dashboard-glow{inset:18px 8px 8px 18px;border-radius:24px}
  .shopy-inventory-preview{grid-template-columns:1fr}
  .shopy-mock-sidebar{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:14px;
  }
  .shopy-mock-menu{
    display:flex;
    gap:7px;
    overflow:hidden;
    flex-wrap:wrap;
  }
  .shopy-mock-menu span{min-height:32px;font-size:11px;padding:0 9px}
  .shopy-mock-user{display:none}
  .shopy-mock-content{padding:14px}
  .shopy-mock-head{display:grid}
  .shopy-inventory-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shopy-mock-grid{grid-template-columns:1fr}
  .shopy-stock-header{display:none}
  .shopy-stock-table{gap:9px}
  .shopy-stock-row{
    grid-template-columns:1fr 1fr;
    gap:8px;
    min-height:auto;
    padding:10px;
    border:1px solid #e2e8f0;
    background:#fff;
  }
  .shopy-stock-row span{
    white-space:normal;
    font-size:11px;
    line-height:1.4;
  }
  .shopy-stock-row span:before{
    content:attr(data-label);
    display:block;
    margin-bottom:3px;
    color:#94a3b8;
    font-size:9px;
    font-weight:950;
  }
  .shopy-stock-row span:first-child{
    grid-column:1/-1;
    font-size:13px;
  }
  .shopy-stock-row span:last-child{
    justify-self:stretch;
    justify-content:center;
  }
  .shopy-branches-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
  .shopy-section{padding:48px 0}
  .shopy-section-head h2{font-size:34px}
  .shopy-problem-grid,
  .shopy-solution-grid,
  .shopy-connected-grid,
  .shopy-showcase-grid,
  .shopy-testimonial-grid,
  .shopy-benefit-grid,
  .shopy-feature-grid,
  .shopy-industry-grid,
  .shopy-steps,
  .shopy-pricing-grid,
  .shopy-before-after,
  .shopy-faq-grid,
  .shopy-footer-grid{grid-template-columns:1fr}
  .shopy-plan-featured{transform:none}
  .shopy-inline-cta,
  .shopy-final-card{display:grid}
  .shopy-form-grid{grid-template-columns:1fr}
  .shopy-mobile-cta{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:70;
    display:grid;
    grid-template-columns:1fr .72fr;
    gap:8px;
    padding:8px;
    border:1px solid rgba(226,232,240,.88);
    border-radius:18px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(16px);
    box-shadow:0 20px 50px rgba(15,23,42,.18);
  }
  .shopy-mobile-cta .shopy-btn{min-height:48px;padding-inline:10px}
}

@media (max-width:480px){
  .shopy-brand-text{font-size:21px}
  .shopy-brand-badge{font-size:11px}
  .shopy-btn{width:100%}
  .shopy-inventory-stats,
  .shopy-branches-panel{grid-template-columns:1fr}
  .shopy-stock-row{grid-template-columns:1fr}
  .shopy-chip-row{justify-content:flex-start}
  .shopy-form,
  .shopy-trust-box,
  .shopy-compare-card,
  .shopy-plan{padding:20px}
}

/* Premium redesign layer */
:root{
  --shopy-bg:#f5f7fb;
  --shopy-surface:#ffffff;
  --shopy-ink:#0a1222;
  --shopy-muted:#607086;
  --shopy-line:#dde6f2;
  --shopy-blue:#2563eb;
  --shopy-violet:#6d5dfc;
  --shopy-green:#22c55e;
  --shopy-navy:#07152a;
  --shopy-shadow:0 30px 90px rgba(10,18,34,.14);
  --shopy-shadow-soft:0 18px 45px rgba(10,18,34,.08);
}

.shopy-body{
  background:
    linear-gradient(180deg,#f9fbff 0%,#f3f6fb 46%,#eef3f8 100%);
}
.shopy-page{
  background-image:
    linear-gradient(rgba(37,99,235,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.04) 1px, transparent 1px);
  background-size:58px 58px;
}
.shopy-header{
  top:16px;
  min-height:76px;
  padding:13px 14px;
  border-radius:26px;
  border-color:rgba(255,255,255,.14);
  background:rgba(5,16,34,.62);
  box-shadow:0 20px 55px rgba(0,0,0,.22);
  backdrop-filter:blur(20px);
}
.shopy-brand-mark{
  border-radius:16px;
  background:linear-gradient(135deg,#061b33 0%,#2563eb 55%,#6d5dfc 100%);
}
.shopy-brand-badge{
  color:#dbeafe;
  background:rgba(37,99,235,.18);
  border-color:rgba(147,197,253,.24);
}
.shopy-nav{
  padding:5px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
.shopy-nav a{
  min-height:34px;
  padding:0 13px;
  color:rgba(226,232,240,.72);
}
.shopy-nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.12);
  box-shadow:none;
}
.shopy-btn{
  min-height:46px;
  border-color:rgba(221,230,242,.9);
  box-shadow:0 8px 18px rgba(10,18,34,.035);
}
.shopy-btn-primary{
  background:linear-gradient(135deg,#2563eb 0%,#4f46e5 52%,#7c3aed 100%);
  box-shadow:0 18px 36px rgba(37,99,235,.26);
}
.shopy-btn-whatsapp{
  color:#052e16;
  background:linear-gradient(135deg,#bbf7d0 0%,#22c55e 92%);
  box-shadow:0 16px 34px rgba(34,197,94,.20);
}
.shopy-btn-secondary{
  color:#0f172a;
  background:rgba(255,255,255,.92);
}

.shopy-hero{
  margin-top:-88px;
  padding:166px 0 88px;
  color:#fff;
  background:
    linear-gradient(135deg,#020617 0%,#07152a 44%,#102b55 100%);
  border-bottom:1px solid rgba(221,230,242,.72);
}
.shopy-hero:before{
  display:none;
}
.shopy-hero:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.88),transparent 86%);
}
.shopy-hero-grid{
  position:relative;
  z-index:1;
  width:min(1280px, calc(100% - 42px));
  grid-template-columns:minmax(430px,.95fr) minmax(560px,1.05fr);
  gap:54px;
}
.shopy-hero-copy h1{
  max-width:11.8ch;
  color:#fff;
  font-size:clamp(44px,5vw,72px);
  line-height:1.08;
}
.shopy-hero-copy p{
  color:rgba(226,232,240,.82);
  font-size:18px;
  max-width:600px;
}
.shopy-eyebrow{
  color:#bfdbfe;
  background:rgba(37,99,235,.16);
  border-color:rgba(147,197,253,.24);
}
.shopy-primary-action span,
.shopy-microcopy{color:rgba(226,232,240,.72)}
.shopy-proof-row span{
  color:#dbeafe;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}
.shopy-dashboard-wrap{
  min-height:650px;
  align-self:center;
}
.shopy-dashboard-glow{
  inset:34px 24px 28px 30px;
  border-radius:44px;
  background:linear-gradient(135deg,#2563eb,#7c3aed 58%,#22c55e);
  opacity:.72;
  filter:blur(0) drop-shadow(0 36px 90px rgba(37,99,235,.26));
}
.shopy-dashboard{
  border-radius:34px;
  border-color:rgba(255,255,255,.28);
  box-shadow:0 40px 100px rgba(0,0,0,.32);
  transform:perspective(1300px) rotateY(3deg) rotateX(1.2deg);
}
.shopy-inventory-preview{
  grid-template-columns:164px minmax(0,1fr);
  background:#f5f8fc;
}
.shopy-mock-sidebar{
  padding:18px 14px;
  background:
    linear-gradient(180deg,rgba(79,70,229,.10),transparent 34%),
    linear-gradient(180deg,#061b33 0%,#020617 100%);
}
.shopy-mock-menu span{
  border:1px solid transparent;
}
.shopy-mock-menu span:not(.shopy-mock-active):hover{
  color:#fff;
  border-color:rgba(255,255,255,.09);
  background:rgba(255,255,255,.06);
}
.shopy-mock-content{
  padding:18px;
}
.shopy-mock-head{
  padding:2px 2px 4px;
}
.shopy-mock-head h2{
  color:#0f172a;
  font-size:28px;
}
.shopy-inventory-stat,
.shopy-mock-panel,
.shopy-branches-panel article,
.shopy-product-detail{
  border-color:#e2e8f0;
  box-shadow:0 18px 42px rgba(15,23,42,.075);
}
.shopy-inventory-stat{
  min-height:96px;
  padding:13px;
  border-radius:22px;
}
.shopy-inventory-stat strong{
  font-size:21px;
}
.shopy-mock-grid{
  grid-template-columns:minmax(0,1fr) 200px;
  gap:10px;
}
.shopy-mock-panel{
  border-radius:22px;
  padding:12px;
}
.shopy-stock-row{
  min-height:38px;
  background:#f8fafc;
}
.shopy-low-list p,
.shopy-transfer-list p{
  background:#f8fafc;
  border:1px solid #eef2f7;
}
.shopy-product-detail{
  border-radius:22px;
}

.shopy-trust-strip{
  position:relative;
  z-index:2;
  margin-top:-34px;
  padding:0 0 64px;
}
.shopy-trust-strip .shopy-shell{
  padding:20px;
  border-radius:28px;
  box-shadow:0 24px 70px rgba(10,18,34,.12);
}
.shopy-chip-row span{
  color:#172554;
  background:#eff6ff;
  border-color:#dbeafe;
}

.shopy-section{
  position:relative;
  padding:92px 0;
  border-top:0;
}
.shopy-section:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-top:1px solid rgba(221,230,242,.7);
}
.shopy-section-tinted{
  background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(239,246,255,.42));
}
.shopy-section-head{
  max-width:850px;
}
.shopy-section-head h2{
  color:#0a1222;
  font-size:clamp(34px,4.2vw,58px);
}
.shopy-section-head p{
  max-width:720px;
  color:#607086;
}
.shopy-card,
.shopy-step,
.shopy-plan,
.shopy-form,
.shopy-trust-box,
.shopy-compare-card,
.shopy-faq,
.shopy-inline-cta{
  border-color:rgba(221,230,242,.95);
  box-shadow:0 20px 52px rgba(10,18,34,.075);
}
.shopy-card{
  overflow:hidden;
  border-radius:24px;
}
.shopy-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,#2563eb,#7c3aed,#22c55e);
  opacity:.78;
}
.shopy-icon{
  width:50px;
  height:50px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  border:0;
  box-shadow:0 14px 28px rgba(37,99,235,.22);
}
.shopy-problem-grid{gap:16px}
.shopy-problem-card,
.shopy-benefit-card,
.shopy-feature-card,
.shopy-solution-card,
.shopy-industry-card{padding:24px}
.shopy-inline-cta{
  border-radius:26px;
  padding:20px 22px;
  background:
    linear-gradient(135deg,rgba(37,99,235,.08),rgba(124,58,237,.07)),
    #fff;
}
.shopy-compare-card{
  border-radius:30px;
  padding:34px;
}
.shopy-compare-card-after{
  background:
    linear-gradient(135deg,rgba(34,197,94,.16),transparent 36%),
    linear-gradient(135deg,#0f172a 0%,#1d4ed8 60%,#6d5dfc 100%);
  box-shadow:0 34px 90px rgba(37,99,235,.28);
}
.shopy-step{
  border-radius:26px;
}
.shopy-step span{
  box-shadow:0 16px 30px rgba(37,99,235,.24);
}
.shopy-plan{
  border-radius:30px;
  background:
    linear-gradient(180deg,#fff, #fbfdff);
}
.shopy-plan-featured{
  background:
    linear-gradient(145deg,rgba(34,197,94,.14),transparent 32%),
    linear-gradient(145deg,#020617,#1d4ed8 58%,#7c3aed);
}
.shopy-trial-grid{
  grid-template-columns:.78fr 1.22fr;
}
.shopy-trust-box{
  color:#fff;
  border-color:transparent;
  background:
    linear-gradient(145deg,rgba(34,197,94,.16),transparent 34%),
    linear-gradient(145deg,#020617,#0f2b55 62%,#1d4ed8);
}
.shopy-trust-box .shopy-eyebrow{
  color:#bbf7d0;
  background:rgba(34,197,94,.12);
  border-color:rgba(187,247,208,.22);
}
.shopy-trust-box h2{color:#fff}
.shopy-trust-box p,
.shopy-trust-box li{color:rgba(255,255,255,.76)}
.shopy-trust-box li:before{background:#22c55e}
.shopy-form{
  border-radius:30px;
}
.shopy-form input,
.shopy-form select,
.shopy-form textarea{
  border-radius:18px;
  background:#f8fafc;
}
.shopy-faq{
  border-radius:22px;
}
.shopy-final-cta{
  padding:88px 0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(135deg,#020617,#0f2b55 56%,#1d4ed8);
  background-size:64px 64px,64px 64px,auto;
}
.shopy-final-card{
  padding:34px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:34px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}
.shopy-footer{
  background:#f8fafc;
}

@media (max-width:1024px){
  .shopy-hero{margin-top:0;padding:58px 0 62px}
  .shopy-hero-grid{
    width:min(var(--shopy-max), calc(100% - 32px));
    grid-template-columns:1fr;
  }
  .shopy-dashboard-wrap{min-height:680px}
  .shopy-dashboard{transform:none;animation:none}
}

@media (max-width:768px){
  .shopy-header{
    background:rgba(255,255,255,.92);
  }
  .shopy-hero{padding:46px 0 54px}
  .shopy-hero-copy h1{font-size:43px}
  .shopy-dashboard-wrap{min-height:auto}
  .shopy-dashboard-glow{display:none}
  .shopy-trust-strip{margin-top:0;padding-top:18px}
  .shopy-section{padding:56px 0}
  .shopy-trial-grid{grid-template-columns:1fr}
  .shopy-final-card{padding:24px}
}

/* Hero composition refinement */
.shopy-header .shopy-brand-text{
  color:#f8fafc;
}
.shopy-header .shopy-brand{
  opacity:1;
}
.shopy-hero{
  min-height:calc(100vh - 2px);
  display:flex;
  align-items:center;
  padding:138px 0 58px;
}
.shopy-hero-grid{
  grid-template-columns:minmax(430px,.9fr) minmax(520px,1fr);
  gap:58px;
}
.shopy-hero-copy{
  align-self:center;
}
.shopy-hero-copy h1{
  max-width:11.2ch;
  font-size:clamp(42px,4.6vw,66px);
  line-height:1.12;
}
.shopy-hero-copy p{
  max-width:560px;
  font-size:17px;
  line-height:2.05;
}
.shopy-dashboard-wrap{
  min-height:570px;
  max-width:720px;
  width:100%;
  justify-self:start;
}
.shopy-dashboard{
  border-radius:30px;
  transform:perspective(1400px) rotateY(2deg) rotateX(1deg);
}
.shopy-inventory-preview{
  grid-template-columns:150px minmax(0,1fr);
}
.shopy-mock-sidebar{
  padding:16px 12px;
}
.shopy-mock-logo span{
  width:31px;
  height:31px;
  border-radius:10px;
}
.shopy-mock-logo strong{font-size:16px}
.shopy-mock-menu{gap:5px}
.shopy-mock-menu span{
  min-height:31px;
  padding:0 9px;
  font-size:10.5px;
  border-radius:10px;
}
.shopy-mock-user{
  padding:8px;
  border-radius:14px;
}
.shopy-mock-content{
  padding:14px;
}
.shopy-mock-head{
  margin-bottom:10px;
}
.shopy-mock-head h2{
  font-size:25px;
}
.shopy-mock-head p{
  margin-top:5px;
  font-size:11px;
}
.shopy-mock-live{
  min-height:27px;
  font-size:10px;
}
.shopy-inventory-stats{
  gap:7px;
}
.shopy-inventory-stat{
  min-height:82px;
  padding:10px;
  border-radius:17px;
}
.shopy-inventory-stat small{
  font-size:9.5px;
}
.shopy-inventory-stat strong{
  margin-top:7px;
  font-size:18px;
}
.shopy-inventory-stat span{
  margin-top:4px;
  font-size:9.5px;
}
.shopy-mock-grid{
  grid-template-columns:minmax(0,1fr) 180px;
  gap:8px;
  margin-top:8px;
}
.shopy-mock-panel{
  padding:10px;
  border-radius:18px;
}
.shopy-panel-head{
  margin-bottom:7px;
}
.shopy-panel-head strong{font-size:12.5px}
.shopy-stock-table{gap:5px}
.shopy-stock-row{
  min-height:32px;
  padding:0 7px;
  gap:5px;
}
.shopy-stock-row span{
  font-size:8.6px;
}
.shopy-stock-row span:last-child{
  min-height:21px;
  padding:0 7px;
}
.shopy-low-list,
.shopy-transfer-list{gap:5px}
.shopy-low-list p,
.shopy-transfer-list p{
  padding:7px;
  border-radius:11px;
}
.shopy-low-list strong,
.shopy-transfer-list strong{
  font-size:9.8px;
}
.shopy-low-list span,
.shopy-transfer-list span{
  font-size:9px;
}
.shopy-transfer-list em{
  margin-top:4px;
  font-size:8px;
}
.shopy-branches-panel{
  gap:7px;
  margin-top:8px;
}
.shopy-branches-panel article{
  padding:9px;
  border-radius:15px;
}
.shopy-branches-panel strong{font-size:10.5px}
.shopy-branches-panel span,
.shopy-branches-panel p{font-size:8.8px}
.shopy-product-detail{
  margin-top:8px;
  padding:9px;
  border-radius:17px;
  gap:5px;
}
.shopy-product-detail strong{font-size:11px}
.shopy-product-detail span{
  min-height:23px;
  padding:0 7px;
  font-size:8.8px;
}

@keyframes shopy-frame-float{
  0%,100%{transform:perspective(1400px) rotateY(2deg) rotateX(1deg) translateY(0)}
  50%{transform:perspective(1400px) rotateY(2deg) rotateX(1deg) translateY(-7px)}
}

@media (max-width:1024px){
  .shopy-header .shopy-brand-text{color:#0f172a}
  .shopy-hero{
    min-height:auto;
    padding:58px 0 62px;
  }
  .shopy-dashboard-wrap{
    max-width:none;
    min-height:620px;
    justify-self:stretch;
  }
}

@media (max-width:768px){
  .shopy-hero{
    padding:42px 0 54px;
  }
  .shopy-hero-copy h1{
    font-size:40px;
  }
  .shopy-dashboard-wrap{
    min-height:auto;
  }
}

/* Landscape dashboard layout */
.shopy-hero-grid{
  width:min(1420px, calc(100% - 42px));
  grid-template-columns:minmax(360px,.64fr) minmax(780px,1.36fr);
  gap:42px;
}
.shopy-hero-copy h1{
  font-size:clamp(40px,4.2vw,62px);
}
.shopy-dashboard-wrap{
  max-width:980px;
  min-height:500px;
}
.shopy-dashboard{
  aspect-ratio:16 / 8.5;
}
.shopy-inventory-preview{
  grid-template-columns:132px minmax(0,1fr);
}
.shopy-mock-sidebar{
  padding:14px 10px;
}
.shopy-mock-logo{
  padding:6px;
}
.shopy-mock-menu span{
  min-height:28px;
  font-size:9.6px;
}
.shopy-mock-user{
  padding:7px;
}
.shopy-mock-user>span{
  width:28px;
  height:28px;
}
.shopy-mock-content{
  padding:12px;
}
.shopy-mock-head h2{
  font-size:22px;
}
.shopy-inventory-stats{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.shopy-inventory-stat{
  min-height:70px;
  padding:9px;
}
.shopy-inventory-stat strong{
  font-size:16px;
}
.shopy-mock-grid{
  grid-template-columns:minmax(0,1fr) 310px;
}
.shopy-mock-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.shopy-stock-row{
  min-height:29px;
}
.shopy-stock-row span{
  font-size:8px;
}
.shopy-low-list p,
.shopy-transfer-list p{
  padding:6px;
}
.shopy-low-list strong,
.shopy-transfer-list strong{
  font-size:8.8px;
}
.shopy-low-list span,
.shopy-transfer-list span{
  font-size:8px;
}
.shopy-transfer-list em{
  font-size:7.5px;
}
.shopy-branches-panel{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.shopy-product-detail{
  padding:7px;
}
.shopy-product-detail span{
  min-height:21px;
  font-size:8px;
}

@media (max-width:1200px){
  .shopy-hero-grid{
    grid-template-columns:1fr;
    width:min(var(--shopy-max), calc(100% - 32px));
  }
  .shopy-dashboard-wrap{
    max-width:none;
    min-height:560px;
  }
}

@media (max-width:768px){
  .shopy-dashboard{
    aspect-ratio:auto;
  }
  .shopy-mock-side{
    grid-template-columns:1fr;
  }
}

/* Wide transparent dashboard under hero copy */
.shopy-hero{
  padding:136px 0 70px;
}
.shopy-hero-grid{
  width:min(1240px, calc(100% - 42px));
  grid-template-columns:1fr;
  gap:34px;
}
.shopy-hero-copy{
  max-width:820px;
  margin-inline:auto;
  text-align:center;
}
.shopy-hero-copy h1{
  max-width:none;
  font-size:clamp(36px,4.2vw,58px);
  line-height:1.12;
}
.shopy-hero-copy p{
  max-width:720px;
  margin-inline:auto;
}
.shopy-hero-actions,
.shopy-proof-row{
  justify-content:center;
}
.shopy-dashboard-wrap{
  max-width:1120px;
  min-height:430px;
  justify-self:center;
  opacity:.88;
}
.shopy-dashboard-glow{
  inset:24px 54px 8px 54px;
  opacity:.36;
  filter:blur(18px);
}
.shopy-dashboard{
  aspect-ratio:16 / 6.4;
  background:rgba(245,248,252,.76);
  border-color:rgba(255,255,255,.34);
  box-shadow:0 38px 110px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
  transform:perspective(1400px) rotateX(2.2deg) translateY(0);
}
.shopy-inventory-preview{
  grid-template-columns:128px minmax(0,1fr);
}
.shopy-mock-sidebar{
  background:linear-gradient(180deg,rgba(6,27,51,.92),rgba(2,6,23,.92));
}
.shopy-inventory-stat,
.shopy-mock-panel,
.shopy-branches-panel article,
.shopy-product-detail{
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(12px);
}

@keyframes shopy-frame-float{
  0%,100%{transform:perspective(1400px) rotateX(2.2deg) translateY(0)}
  50%{transform:perspective(1400px) rotateX(2.2deg) translateY(-7px)}
}

@media (max-width:1024px){
  .shopy-hero-copy{
    text-align:inherit;
    margin-inline:0;
  }
  .shopy-hero-actions,
  .shopy-proof-row{
    justify-content:flex-start;
  }
  .shopy-dashboard-wrap{
    min-height:520px;
  }
}

@media (max-width:768px){
  .shopy-hero{
    padding:44px 0 54px;
  }
  .shopy-hero-copy h1{
    font-size:36px;
  }
  .shopy-dashboard{
    aspect-ratio:auto;
    opacity:1;
  }
}

/* Scroll visual tracking */
.shopy-scroll-progress{
  position:fixed;
  inset:0 0 auto;
  z-index:100;
  height:4px;
  background:rgba(255,255,255,.08);
}
.shopy-scroll-progress span{
  display:block;
  width:0%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#22c55e,#2563eb,#7c3aed);
  box-shadow:0 0 18px rgba(37,99,235,.45);
  transition:width .12s linear;
}
.shopy-nav a.shopy-active{
  color:#fff;
  background:rgba(255,255,255,.14);
}

/* Easy store visual features */
.shopy-easy-store{
  position:relative;
  padding:88px 0 76px;
  background:#fff;
  overflow:hidden;
}
.shopy-easy-store:before,
.shopy-easy-store:after{
  content:"";
  position:absolute;
  inset:auto 8% 26% 8%;
  height:180px;
  opacity:.38;
  pointer-events:none;
  background:
    linear-gradient(135deg,transparent 0 23%,rgba(37,99,235,.10) 23% 25%,transparent 25% 48%,rgba(37,99,235,.10) 48% 50%,transparent 50% 73%,rgba(37,99,235,.10) 73% 75%,transparent 75%);
}
.shopy-easy-store:after{
  inset:auto 8% 8% 8%;
  opacity:.24;
}
.shopy-easy-head{
  position:relative;
  z-index:1;
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}
.shopy-easy-head h2{
  margin:12px 0 0;
  color:#20242c;
  font-size:clamp(38px,5vw,68px);
  line-height:1.12;
}
.shopy-easy-head p{
  max-width:680px;
  margin:16px auto 0;
  color:#64748b;
  font-size:17px;
  line-height:1.9;
}
.shopy-easy-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:48px 28px;
}
.shopy-easy-item{
  min-height:292px;
  display:grid;
  justify-items:center;
  align-content:start;
  text-align:center;
}
.shopy-easy-visual{
  position:relative;
  width:134px;
  height:134px;
  display:grid;
  place-items:center;
  margin-bottom:28px;
}
.shopy-easy-visual:before{
  content:"";
  position:absolute;
  inset:24px;
  border-radius:42% 58% 52% 48%;
  background:#eef0ff;
  box-shadow:0 24px 55px rgba(79,70,229,.12);
  transform:rotate(-12deg);
}
.shopy-easy-visual:after{
  content:"";
  position:absolute;
  inset:42px 14px 18px 52px;
  border-radius:999px;
  background:rgba(37,99,235,.10);
}
.shopy-easy-number{
  position:absolute;
  top:0;
  inset-inline-start:8px;
  z-index:2;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:#f59e0b;
  box-shadow:0 18px 45px rgba(245,158,11,.26);
  font-weight:950;
  letter-spacing:0;
}
.shopy-easy-icon{
  position:relative;
  z-index:1;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:2px solid #dbeafe;
  border-radius:16px;
  color:#1d4ed8;
  background:linear-gradient(180deg,#f8fbff,#eaf2ff);
  box-shadow:0 12px 24px rgba(37,99,235,.14);
}
.shopy-easy-icon:before{
  content:"";
  width:34px;
  height:34px;
  display:block;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
}
.shopy-easy-icon-pos:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 10h36a4 4 0 0 1 4 4v36a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V14a4 4 0 0 1 4-4Zm6 8v12h24V18H20Zm0 20h8v8h-8v-8Zm14 0h10v8H34v-8Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 10h36a4 4 0 0 1 4 4v36a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V14a4 4 0 0 1 4-4Zm6 8v12h24V18H20Zm0 20h8v8h-8v-8Zm14 0h10v8H34v-8Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-inventory:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 6 8 17l24 11 24-11L32 6ZM12 25v22l18 11V36L12 25Zm40 0L34 36v22l18-11V25Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 6 8 17l24 11 24-11L32 6ZM12 25v22l18 11V36L12 25Zm40 0L34 36v22l18-11V25Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-staff:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M24 30a11 11 0 1 1 0-22 11 11 0 0 1 0 22Zm-16 24c1-12 7-19 16-19s15 7 16 19H8Zm35-22a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm1 22c-.5-7-3-12-7-16 2-1 4-2 7-2 7 0 12 6 13 18H44Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M24 30a11 11 0 1 1 0-22 11 11 0 0 1 0 22Zm-16 24c1-12 7-19 16-19s15 7 16 19H8Zm35-22a9 9 0 1 1 0-18 9 9 0 0 1 0 18Zm1 22c-.5-7-3-12-7-16 2-1 4-2 7-2 7 0 12 6 13 18H44Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-store:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 18h40l4 14H8l4-14Zm0 18h40v20H12V36Zm8 6v8h10v-8H20Zm18 0v8h8v-8h-8ZM18 8h28v8H18V8Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 18h40l4 14H8l4-14Zm0 18h40v20H12V36Zm8 6v8h10v-8H20Zm18 0v8h8v-8h-8ZM18 8h28v8H18V8Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-reports:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 8h40v48H12V8Zm10 34h6V28h-6v14Zm10 0h6V18h-6v24Zm10 0h6V34h-6v8ZM20 48h28v4H20v-4Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 8h40v48H12V8Zm10 34h6V28h-6v14Zm10 0h6V18h-6v24Zm10 0h6V34h-6v8ZM20 48h28v4H20v-4Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-whatsapp:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8C18 8 7 18 7 31c0 5 2 10 5 14L9 56l12-4c3 2 7 3 11 3 14 0 25-10 25-24S46 8 32 8Zm13 31c-1 3-5 5-8 4-8-2-15-9-17-17-1-3 1-7 4-8l4 7-3 3c2 4 5 7 9 9l3-3 8 5Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8C18 8 7 18 7 31c0 5 2 10 5 14L9 56l12-4c3 2 7 3 11 3 14 0 25-10 25-24S46 8 32 8Zm13 31c-1 3-5 5-8 4-8-2-15-9-17-17-1-3 1-7 4-8l4 7-3 3c2 4 5 7 9 9l3-3 8 5Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-barcode:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M8 12h4v40H8V12Zm8 0h8v40h-8V12Zm12 0h4v40h-4V12Zm8 0h10v40H36V12Zm14 0h6v40h-6V12ZM12 56h40v4H12v-4ZM12 4h40v4H12V4Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M8 12h4v40H8V12Zm8 0h8v40h-8V12Zm12 0h4v40h-4V12Zm8 0h10v40H36V12Zm14 0h6v40h-6V12ZM12 56h40v4H12v-4ZM12 4h40v4H12V4Z'/%3E%3C/svg%3E");
}
.shopy-easy-icon-loyalty:before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8a12 12 0 1 1 0 24 12 12 0 0 1 0-24Zm-22 48c2-12 10-19 22-19s20 7 22 19H10Zm38-45 2 5 5 1-4 4 1 6-4-3-5 3 2-6-4-4 5-1 2-5Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8a12 12 0 1 1 0 24 12 12 0 0 1 0-24Zm-22 48c2-12 10-19 22-19s20 7 22 19H10Zm38-45 2 5 5 1-4 4 1 6-4-3-5 3 2-6-4-4 5-1 2-5Z'/%3E%3C/svg%3E");
}
.shopy-easy-item h3{
  margin:0;
  color:#111827;
  font-size:24px;
  line-height:1.25;
}
.shopy-easy-item p{
  max-width:300px;
  margin:16px 0 0;
  color:#64748b;
  font-size:16px;
  line-height:1.95;
}

@media (max-width:1024px){
  .shopy-easy-grid{
    grid-template-columns:repeat(2,1fr);
    gap:42px 24px;
  }
}

@media (max-width:768px){
  .shopy-easy-store{
    padding:56px 0;
  }
  .shopy-easy-store:before,
  .shopy-easy-store:after{display:none}
  .shopy-easy-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .shopy-easy-item{
    min-height:auto;
    padding:22px;
    border:1px solid #e2e8f0;
    border-radius:24px;
    background:#fff;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
  }
  .shopy-easy-head h2{
    font-size:38px;
  }
}

/* Interactive scroll experience */
.shopy-page{
  --shopy-scroll-depth:0;
  --shopy-section-progress:0;
}
.shopy-page[data-scroll-stage="problem"],
.shopy-page[data-scroll-stage="solution"],
.shopy-page[data-scroll-stage="features"]{
  background-image:
    radial-gradient(720px 420px at 8% 22%, rgba(37,99,235,.07), transparent 68%),
    linear-gradient(rgba(37,99,235,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.035) 1px, transparent 1px);
}
.shopy-page[data-scroll-stage="pricing"],
.shopy-page[data-scroll-stage="trial"]{
  background-image:
    radial-gradient(720px 420px at 88% 72%, rgba(34,197,94,.08), transparent 68%),
    linear-gradient(rgba(124,58,237,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.035) 1px, transparent 1px);
}
.shopy-hero-copy{
  transform:translateY(calc(var(--shopy-scroll-depth) * -26px));
  transition:transform .12s linear;
}
.shopy-dashboard-wrap{
  transform:
    translateY(calc(var(--shopy-scroll-depth) * 42px))
    scale(calc(1 - (var(--shopy-scroll-depth) * .045)));
  transition:transform .12s linear, opacity .18s linear;
}
.shopy-trust-strip{
  transform:translateY(calc(var(--shopy-scroll-depth) * -16px));
}
[data-reveal]{
  will-change:transform, opacity, filter;
}
[data-reveal]:not(.shopy-visible){
  filter:blur(8px);
  transform:translateY(34px) scale(.985);
}
[data-reveal].shopy-visible{
  filter:blur(0);
  transform:none;
}
.shopy-card,
.shopy-step,
.shopy-plan,
.shopy-compare-card,
.shopy-faq,
.shopy-inline-cta{
  transform:
    translateY(calc((1 - var(--shopy-section-progress)) * 10px))
    rotateX(calc((1 - var(--shopy-section-progress)) * 1.4deg));
  transform-origin:center top;
}
.shopy-card:hover,
.shopy-step:hover,
.shopy-plan:hover,
.shopy-compare-card:hover{
  transform:translateY(-7px) scale(1.01);
}
.shopy-section:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:calc(.18 * var(--shopy-section-progress));
  background:linear-gradient(90deg,transparent,rgba(37,99,235,.10),transparent);
  transform:translateX(calc((1 - var(--shopy-section-progress)) * 22%));
}
.shopy-section-head{
  transform:translateX(calc((1 - var(--shopy-section-progress)) * 16px));
}
.shopy-section-head h2{
  background:linear-gradient(135deg,#0a1222 0%,#0a1222 55%,#2563eb 100%);
  -webkit-background-clip:text;
  background-clip:text;
}
.shopy-section.shopy-scroll-current .shopy-section-head h2{
  color:transparent;
}
.shopy-pricing-grid .shopy-plan-featured{
  transform:
    translateY(calc(-12px + ((1 - var(--shopy-section-progress)) * 10px)))
    scale(calc(1 + (var(--shopy-section-progress) * .01)));
}

@media (prefers-reduced-motion: reduce){
  .shopy-hero-copy,
  .shopy-dashboard-wrap,
  .shopy-trust-strip,
  .shopy-card,
  .shopy-step,
  .shopy-plan,
  .shopy-compare-card,
  .shopy-faq,
  .shopy-inline-cta,
  .shopy-section-head{
    transform:none !important;
  }
  [data-reveal]{filter:none !important}
}

@media (max-width:768px){
  .shopy-hero-copy,
  .shopy-dashboard-wrap,
  .shopy-trust-strip{
    transform:none;
  }
  .shopy-section:after{display:none}
}

/* Mobile cleanup */
.shopy-mobile-hero-panel{display:none}

@media (max-width:768px){
  .shopy-body{
    overflow-x:hidden;
    padding-bottom:76px;
  }
  .shopy-page{
    background-size:34px 34px;
  }
  .shopy-scroll-progress{
    height:3px;
  }
  .shopy-header{
    width:calc(100% - 20px);
    margin:10px auto 0;
    padding:10px;
    min-height:auto;
    border-radius:18px;
    display:grid;
    gap:10px;
    background:rgba(255,255,255,.94);
    box-shadow:0 14px 34px rgba(10,18,34,.12);
  }
  .shopy-header .shopy-brand-text{
    color:#0f172a;
    font-size:21px;
  }
  .shopy-brand-mark{
    width:38px;
    height:38px;
  }
  .shopy-brand-badge{
    color:#1d4ed8;
    background:#eff6ff;
    border-color:#dbeafe;
  }
  .shopy-nav{
    display:flex;
    width:100%;
    overflow-x:auto;
    flex-wrap:nowrap;
    justify-content:flex-start;
    padding:4px;
    background:#f1f5f9;
    border-color:#e2e8f0;
    scrollbar-width:none;
  }
  .shopy-nav::-webkit-scrollbar{display:none}
  .shopy-nav a{
    flex:0 0 auto;
    color:#475569;
    font-size:12px;
    min-height:34px;
  }
  .shopy-nav a.shopy-active{
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#7c3aed);
  }
  .shopy-header-actions{
    display:none;
  }
  .shopy-hero{
    min-height:auto;
    margin-top:0;
    padding:34px 0 42px;
  }
  .shopy-hero-grid{
    width:calc(100% - 22px);
    gap:22px;
  }
  .shopy-hero-copy{
    text-align:center;
    max-width:none;
    margin:0 auto;
  }
  .shopy-hero-copy h1{
    font-size:34px;
    line-height:1.16;
  }
  .shopy-hero-copy p{
    font-size:15px;
    line-height:1.9;
  }
  .shopy-hero-actions{
    display:none;
  }
  .shopy-proof-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    justify-content:center;
  }
  .shopy-proof-row span{
    justify-content:center;
    text-align:center;
    min-height:44px;
    padding:0 8px;
    line-height:1.25;
  }
  .shopy-proof-row span{
    min-height:32px;
    font-size:12px;
    padding:0 10px;
  }
  .shopy-dashboard-wrap{
    display:none;
  }
  .shopy-mobile-hero-panel{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }
  .shopy-mobile-hero-panel div{
    min-height:98px;
    padding:16px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(14px);
    box-shadow:0 18px 45px rgba(0,0,0,.16);
  }
  .shopy-mobile-hero-panel small{
    display:block;
    color:rgba(226,232,240,.72);
    font-weight:850;
  }
  .shopy-mobile-hero-panel strong{
    display:block;
    margin-top:10px;
    color:#fff;
    font-size:25px;
  }
  .shopy-trust-strip{
    margin-top:0;
    padding:18px 0 34px;
  }
  .shopy-trust-strip .shopy-shell{
    width:calc(100% - 22px);
    padding:14px;
    border-radius:20px;
  }
  .shopy-chip-row{
    justify-content:flex-start;
    gap:8px;
  }
  .shopy-trust-strip h2{
    margin-bottom:12px;
    font-size:22px;
  }
  .shopy-feature-track{
    gap:8px;
    margin:6px 0;
    animation-duration:22s;
  }
  .shopy-feature-track-left{
    animation-duration:24s;
  }
  .shopy-feature-track span{
    min-height:34px;
    padding:0 11px;
    font-size:12px;
  }
  .shopy-chip-row span{
    min-height:32px;
    padding:0 10px;
    font-size:12px;
  }
  .shopy-easy-store,
  .shopy-section{
    padding:44px 0;
  }
  .shopy-easy-head,
  .shopy-section-head{
    text-align:center;
    margin-bottom:22px;
  }
  .shopy-easy-head h2,
  .shopy-section-head h2{
    font-size:31px;
    line-height:1.2;
  }
  .shopy-easy-head p,
  .shopy-section-head p{
    font-size:15px;
    line-height:1.8;
  }
  .shopy-easy-grid,
  .shopy-problem-grid,
  .shopy-solution-grid,
  .shopy-connected-grid,
  .shopy-showcase-grid,
  .shopy-testimonial-grid,
  .shopy-benefit-grid,
  .shopy-feature-grid,
  .shopy-industry-grid,
  .shopy-steps,
  .shopy-pricing-grid,
  .shopy-before-after,
  .shopy-faq-grid,
  .shopy-footer-grid,
  .shopy-trial-grid{
    grid-template-columns:1fr !important;
    gap:14px;
  }
  .shopy-easy-item,
  .shopy-card,
  .shopy-step,
  .shopy-plan,
  .shopy-compare-card,
  .shopy-faq,
  .shopy-form,
  .shopy-trust-box{
    min-height:auto;
    padding:18px;
    border-radius:20px;
  }
  .shopy-easy-item{
    display:grid;
    grid-template-columns:78px 1fr;
    gap:14px;
    text-align:right;
    align-items:center;
    justify-items:stretch;
  }
  .shopy-easy-visual{
    width:76px;
    height:76px;
    margin:0;
  }
  .shopy-easy-visual:before{
    inset:12px;
  }
  .shopy-easy-number{
    width:32px;
    height:32px;
    font-size:11px;
    inset-inline-start:0;
  }
  .shopy-easy-icon{
    width:44px;
    height:44px;
    border-radius:14px;
  }
  .shopy-easy-icon:before{
    width:26px;
    height:26px;
  }
  .shopy-easy-item h3{
    font-size:19px;
  }
  .shopy-easy-item p{
    max-width:none;
    margin-top:7px;
    font-size:14px;
    line-height:1.7;
  }
  .shopy-inline-cta{
    display:grid;
    gap:12px;
    padding:16px;
    border-radius:20px;
  }
  .shopy-plan-featured{
    transform:none !important;
  }
  .shopy-form-head{
    display:block;
  }
  .shopy-form-head h3{
    font-size:24px;
  }
  .shopy-form-grid{
    grid-template-columns:1fr;
  }
  .shopy-final-cta{
    padding:44px 0;
  }
  .shopy-final-card{
    display:grid;
    padding:18px;
    border-radius:22px;
  }
  .shopy-final-card h2{
    font-size:30px;
  }
  .shopy-mobile-cta{
    grid-template-columns:1fr 92px;
    left:8px;
    right:8px;
    bottom:8px;
    border-radius:16px;
  }
  .shopy-mobile-cta .shopy-btn{
    width:100%;
    min-height:46px;
    font-size:13px;
  }
}

@media (max-width:380px){
  .shopy-hero-copy h1{font-size:30px}
  .shopy-mobile-hero-panel{grid-template-columns:1fr}
  .shopy-proof-row{grid-template-columns:1fr}
  .shopy-mobile-cta{grid-template-columns:1fr}
}

/* Mobile swipe cards */
@media (max-width:768px){
  .shopy-mobile-hero-panel,
  .shopy-easy-grid,
  .shopy-problem-grid,
  .shopy-solution-grid,
  .shopy-connected-grid,
  .shopy-showcase-grid,
  .shopy-testimonial-grid,
  .shopy-benefit-grid,
  .shopy-feature-grid,
  .shopy-industry-grid,
  .shopy-steps,
  .shopy-pricing-grid,
  .shopy-before-after,
  .shopy-faq-grid{
    display:grid !important;
    grid-auto-flow:column;
    grid-auto-columns:calc((100vw - 54px) / 3);
    grid-template-columns:none !important;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-inline:contain;
    scroll-snap-type:inline mandatory;
    scroll-padding-inline:12px;
    padding:4px 2px 14px;
    margin-inline:-2px;
    scrollbar-width:none;
  }
  .shopy-mobile-hero-panel::-webkit-scrollbar,
  .shopy-easy-grid::-webkit-scrollbar,
  .shopy-problem-grid::-webkit-scrollbar,
  .shopy-solution-grid::-webkit-scrollbar,
  .shopy-connected-grid::-webkit-scrollbar,
  .shopy-showcase-grid::-webkit-scrollbar,
  .shopy-testimonial-grid::-webkit-scrollbar,
  .shopy-benefit-grid::-webkit-scrollbar,
  .shopy-feature-grid::-webkit-scrollbar,
  .shopy-industry-grid::-webkit-scrollbar,
  .shopy-steps::-webkit-scrollbar,
  .shopy-pricing-grid::-webkit-scrollbar,
  .shopy-before-after::-webkit-scrollbar,
  .shopy-faq-grid::-webkit-scrollbar{
    display:none;
  }
  .shopy-mobile-hero-panel > *,
  .shopy-easy-grid > *,
  .shopy-problem-grid > *,
  .shopy-solution-grid > *,
  .shopy-connected-grid > *,
  .shopy-showcase-grid > *,
  .shopy-testimonial-grid > *,
  .shopy-benefit-grid > *,
  .shopy-feature-grid > *,
  .shopy-industry-grid > *,
  .shopy-steps > *,
  .shopy-pricing-grid > *,
  .shopy-before-after > *,
  .shopy-faq-grid > *{
    width:auto !important;
    min-width:0;
    scroll-snap-align:start;
  }
  .shopy-mobile-hero-panel div,
  .shopy-easy-item,
  .shopy-card,
  .shopy-connected-card,
  .shopy-showcase-card,
  .shopy-testimonial-card,
  .shopy-step,
  .shopy-plan,
  .shopy-compare-card,
  .shopy-faq{
    min-height:168px;
    padding:12px;
    border-radius:18px;
  }
  .shopy-mobile-hero-panel div{
    min-height:96px;
  }
  .shopy-mobile-hero-panel strong{
    font-size:20px;
  }
  .shopy-easy-item{
    display:grid;
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:8px;
  }
  .shopy-easy-visual{
    width:58px;
    height:58px;
  }
  .shopy-easy-number{
    width:25px;
    height:25px;
    font-size:9px;
  }
  .shopy-easy-icon{
    width:36px;
    height:36px;
    border-radius:12px;
  }
  .shopy-easy-icon:before{
    width:22px;
    height:22px;
  }
  .shopy-easy-item h3,
  .shopy-card h3,
  .shopy-step h3,
  .shopy-compare-card h3,
  .shopy-plan h3,
  .shopy-faq summary{
    font-size:14px;
    line-height:1.35;
  }
  .shopy-easy-item p,
  .shopy-card p,
  .shopy-step p,
  .shopy-compare-card li,
  .shopy-plan li,
  .shopy-faq p{
    font-size:11px;
    line-height:1.55;
  }
  .shopy-icon{
    width:36px;
    height:36px;
    border-radius:12px;
    font-size:10px;
  }
  .shopy-step span{
    width:36px;
    height:36px;
    font-size:14px;
  }
  .shopy-price{
    font-size:16px;
  }
  .shopy-plan .shopy-btn{
    min-height:36px;
    padding:0 8px;
    font-size:11px;
  }
  .shopy-section-head,
  .shopy-easy-head{
    position:relative;
  }
  .shopy-section-head:after,
  .shopy-easy-head:after{
    content:none;
  }
}

@media (max-width:380px){
  .shopy-mobile-hero-panel,
  .shopy-easy-grid,
  .shopy-problem-grid,
  .shopy-solution-grid,
  .shopy-connected-grid,
  .shopy-showcase-grid,
  .shopy-testimonial-grid,
  .shopy-benefit-grid,
  .shopy-feature-grid,
  .shopy-industry-grid,
  .shopy-steps,
  .shopy-pricing-grid,
  .shopy-before-after,
  .shopy-faq-grid{
    grid-auto-columns:calc((100vw - 42px) / 3);
  }
}

/* Mobile hero dashboard preview */
@media (max-width:768px){
  .shopy-mobile-hero-panel{
    display:block !important;
    width:100%;
    max-width:360px;
    margin:8px auto 0;
    padding:0 !important;
    overflow:visible !important;
    scroll-snap-type:none !important;
  }
  .shopy-mobile-hero-panel > *{
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:unset !important;
  }
  .shopy-mobile-dashboard-shot{
    position:relative;
    min-height:228px !important;
    padding:14px !important;
    overflow:hidden;
    border:1px solid rgba(226,232,240,.18) !important;
    border-radius:26px !important;
    background:
      linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.055)),
      radial-gradient(circle at 16% 12%, rgba(79,70,229,.24), transparent 32%),
      rgba(15,23,42,.44) !important;
    box-shadow:0 26px 70px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.18) !important;
    backdrop-filter:blur(18px);
  }
  .shopy-mobile-dashboard-shot:before{
    content:"";
    position:absolute;
    inset:10px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,.08);
    pointer-events:none;
  }
  .shopy-mobile-dashboard-shot div,
  .shopy-mobile-dashboard-shot span{
    min-height:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
  }
  .shopy-mobile-shot-top{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
  }
  .shopy-mobile-shot-top span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px !important;
    padding:0 12px !important;
    border-radius:999px !important;
    color:#bfdbfe;
    background:rgba(37,99,235,.18) !important;
    border:1px solid rgba(147,197,253,.22) !important;
    font-weight:950;
    font-size:12px;
  }
  .shopy-mobile-shot-top strong{
    margin:0 !important;
    color:#fff;
    font-size:24px !important;
    font-weight:950;
  }
  .shopy-mobile-shot-stats{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-bottom:10px;
  }
  .shopy-mobile-shot-stats span{
    display:grid;
    gap:5px;
    min-height:74px !important;
    padding:10px 8px !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.12) !important;
    border:1px solid rgba(226,232,240,.15) !important;
  }
  .shopy-mobile-shot-stats small{
    display:block;
    color:rgba(226,232,240,.72);
    font-size:10px;
    font-weight:900;
  }
  .shopy-mobile-shot-stats b{
    color:#fff;
    font-size:17px;
    font-weight:950;
  }
  .shopy-mobile-shot-table{
    position:relative;
    z-index:1;
    display:grid;
    gap:8px;
    padding:10px !important;
    border-radius:20px !important;
    background:rgba(255,255,255,.86) !important;
    border:1px solid rgba(226,232,240,.34) !important;
  }
  .shopy-mobile-shot-table i{
    display:block;
    height:24px;
    border-radius:999px;
    background:
      linear-gradient(90deg, rgba(37,99,235,.88) 0 13%, rgba(37,99,235,.12) 13% 16%, rgba(15,23,42,.14) 16% 52%, rgba(239,68,68,.22) 52% 59%, rgba(15,23,42,.1) 59% 100%);
  }
}

@media (max-width:380px){
  .shopy-mobile-hero-panel{
    max-width:100%;
  }
  .shopy-mobile-shot-stats{
    gap:6px;
  }
  .shopy-mobile-shot-stats span{
    min-height:66px !important;
    padding:8px 6px !important;
  }
}

/* Keep the feature marquee alive even when global motion reducers affect the page. */
.shopy-feature-track-right{
  animation:shopy-marquee-right 34s linear infinite !important;
}
.shopy-feature-track-left{
  animation:shopy-marquee-left 38s linear infinite !important;
}

.shopy-header .shopy-nav{
  display:none !important;
}

.shopy-eyebrow{
  color:#1d4ed8 !important;
  background:#eff6ff !important;
  border-color:#bfdbfe !important;
  box-shadow:0 10px 24px rgba(37,99,235,.08);
}
.shopy-hero .shopy-eyebrow{
  color:#dbeafe !important;
  background:rgba(37,99,235,.20) !important;
  border-color:rgba(147,197,253,.34) !important;
  box-shadow:none;
}
.shopy-trust-box .shopy-eyebrow{
  color:#bbf7d0 !important;
  background:rgba(34,197,94,.12) !important;
  border-color:rgba(187,247,208,.22) !important;
  box-shadow:none;
}

.shopy-swipe-dots{
  display:none;
}

@media (max-width:768px){
  .shopy-swipe-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin:10px auto 2px;
    direction:rtl;
  }
  .shopy-swipe-dots span{
    width:7px;
    height:7px;
    border-radius:999px;
    background:#cbd5e1;
    opacity:.78;
    transform:scale(.9);
    transition:width .25s ease, background-color .25s ease, opacity .25s ease, transform .25s ease;
  }
  .shopy-swipe-dots span.shopy-active{
    width:22px;
    background:#2563eb;
    opacity:1;
    transform:scale(1);
    box-shadow:0 8px 18px rgba(37,99,235,.22);
  }
}

@media (max-width:768px){
  #before-after .shopy-section-head:after{
    display:none;
  }
  .shopy-before-after{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-auto-flow:row !important;
    grid-auto-columns:auto !important;
    gap:10px !important;
    overflow:visible !important;
    padding:0 !important;
    margin-inline:0 !important;
    scroll-snap-type:none !important;
  }
  .shopy-before-after > *{
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:unset !important;
  }
  .shopy-before-after .shopy-compare-card{
    min-height:auto;
    padding:14px 10px;
    border-radius:18px;
  }
  .shopy-before-after .shopy-compare-card h3{
    font-size:17px;
    line-height:1.35;
  }
  .shopy-before-after .shopy-compare-card ul{
    margin-top:12px;
    gap:8px;
  }
  .shopy-before-after .shopy-compare-card li{
    padding-inline-start:16px;
    font-size:11px;
    line-height:1.55;
  }
  .shopy-before-after .shopy-compare-card li:before{
    width:7px;
    height:7px;
    top:.62em;
  }
}

@media (max-width:768px){
  .shopy-connected-grid,
  .shopy-showcase-grid,
  .shopy-testimonial-grid{
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:min(82vw, 360px) !important;
    grid-template-columns:none !important;
    gap:12px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:inline mandatory !important;
    scroll-padding-inline:12px;
    padding:6px 12px 16px !important;
    margin-inline:-12px !important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .shopy-connected-grid::-webkit-scrollbar,
  .shopy-showcase-grid::-webkit-scrollbar,
  .shopy-testimonial-grid::-webkit-scrollbar{
    display:none;
  }
  .shopy-connected-grid > *,
  .shopy-showcase-grid > *,
  .shopy-testimonial-grid > *{
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:start;
  }
}

/* Compact landing rhythm after adding the new proof sections. */
.shopy-section{
  padding:58px 0;
}
.shopy-easy-store,
.shopy-connected-store,
.shopy-store-showcase,
.shopy-testimonials{
  padding:58px 0;
}
.shopy-final-cta{
  padding:54px 0;
}
.shopy-section-head{
  margin-bottom:22px;
}
.shopy-connected-grid,
.shopy-showcase-grid,
.shopy-testimonial-grid{
  margin-top:26px;
}

@media (max-width:768px){
  .shopy-section,
  .shopy-easy-store,
  .shopy-connected-store,
  .shopy-store-showcase,
  .shopy-testimonials{
    padding:32px 0;
  }
  .shopy-trust-strip{
    padding-bottom:24px;
  }
  .shopy-section-head,
  .shopy-easy-head{
    margin-bottom:16px;
  }
  .shopy-section-head h2,
  .shopy-easy-head h2{
    font-size:28px;
  }
  .shopy-section-head p,
  .shopy-easy-head p{
    font-size:13px;
    line-height:1.65;
  }
  #problem,
  #solution,
  #before-after,
  #benefits,
  #industries,
  #how{
    display:none;
  }
  .shopy-final-cta{
    display:none;
  }
  .shopy-pricing-grid{
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:calc((100vw - 42px) / 2) !important;
    grid-template-columns:none !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:inline mandatory !important;
    scroll-padding-inline:12px;
    padding:4px 12px 16px !important;
    margin-inline:-12px !important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .shopy-pricing-grid::-webkit-scrollbar{
    display:none;
  }
  .shopy-pricing-grid > *{
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:start;
  }
  .shopy-pricing-grid .shopy-plan{
    min-height:250px;
    padding:12px 10px;
  }
  .shopy-pricing-grid .shopy-plan h3{
    font-size:16px;
  }
  .shopy-pricing-grid .shopy-plan p,
  .shopy-pricing-grid .shopy-plan li{
    font-size:10px;
    line-height:1.45;
  }
  .shopy-pricing-grid .shopy-price{
    font-size:13px;
  }
  .shopy-pricing-grid .shopy-btn{
    min-height:34px;
    padding:0 8px;
    font-size:10px;
  }
  .shopy-faq-grid{
    display:grid !important;
    grid-auto-flow:row !important;
    grid-auto-columns:auto !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    overflow:visible !important;
    padding:0 !important;
    margin-inline:0 !important;
    scroll-snap-type:none !important;
  }
  .shopy-faq-grid > *{
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:unset !important;
  }
  .shopy-faq-grid + .shopy-swipe-dots{
    display:none !important;
  }
}

/* Hero CTA polish */
.shopy-hero-actions{
  align-items:center;
}
.shopy-hero-actions > .shopy-btn,
.shopy-primary-action .shopy-btn{
  min-width:168px;
}

@media (max-width:768px){
  .shopy-hero-actions{
    display:none !important;
  }
  .shopy-proof-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    margin-top:20px;
  }
  .shopy-proof-row span{
    min-height:42px;
    justify-content:center;
    padding:0 8px;
    border-radius:999px;
    color:#dbeafe;
    background:rgba(255,255,255,.075);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
    font-size:11px;
    line-height:1.22;
    text-align:center;
  }
  .shopy-proof-row span:after{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 0 4px rgba(34,197,94,.16);
    flex:0 0 auto;
  }
}

@media (max-width:380px){
  .shopy-proof-row{
    gap:6px;
  }
  .shopy-proof-row span{
    min-height:38px;
    padding:0 6px;
    font-size:10px;
  }
}

/* Final Hero dashboard mockup: one real HTML/CSS dashboard on all viewports. */
.shopy-hero .shopy-dashboard-wrap{
  display:block !important;
}
.shopy-hero .shopy-dashboard{
  background:#f5f8fc;
}

@media (max-width:768px){
  .shopy-hero .shopy-dashboard-wrap{
    display:block !important;
    width:100%;
    max-width:100%;
    min-height:auto !important;
    margin:24px auto 0;
    overflow:visible;
    opacity:1;
  }
  .shopy-hero .shopy-dashboard-glow{
    display:none !important;
  }
  .shopy-hero .shopy-dashboard{
    position:relative !important;
    inset:auto !important;
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:24px;
    transform:none !important;
    animation:none !important;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(0,0,0,.22);
  }
  .shopy-hero .shopy-inventory-preview{
    display:grid !important;
    grid-template-columns:1fr !important;
    direction:rtl;
  }
  .shopy-hero .shopy-mock-sidebar{
    display:grid !important;
    grid-template-columns:1fr;
    gap:12px;
    padding:14px;
    background:linear-gradient(180deg,#061b33 0%,#020617 100%);
  }
  .shopy-hero .shopy-mock-logo{
    justify-content:space-between;
    padding:0;
  }
  .shopy-hero .shopy-mock-menu{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:7px;
  }
  .shopy-hero .shopy-mock-menu span{
    min-height:34px;
    justify-content:center;
    padding:0 7px;
    border-radius:12px;
    font-size:10px;
    text-align:center;
  }
  .shopy-hero .shopy-mock-menu span:before{
    display:none;
  }
  .shopy-hero .shopy-mock-user{
    display:flex !important;
    margin-top:0;
    padding:9px;
  }
  .shopy-hero .shopy-mock-content{
    padding:14px;
    overflow:visible;
  }
  .shopy-hero .shopy-mock-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
  }
  .shopy-hero .shopy-mock-head h2{
    font-size:25px;
  }
  .shopy-hero .shopy-mock-head p{
    max-width:220px;
    font-size:11px;
    line-height:1.5;
  }
  .shopy-hero .shopy-mock-live{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }
  .shopy-hero .shopy-inventory-stats{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px;
  }
  .shopy-hero .shopy-inventory-stat{
    min-height:82px;
    padding:11px;
    border-radius:18px;
  }
  .shopy-hero .shopy-inventory-stat strong{
    font-size:18px;
  }
  .shopy-hero .shopy-mock-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px;
  }
  .shopy-hero .shopy-mock-side{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }
  .shopy-hero .shopy-stock-header{
    display:none !important;
  }
  .shopy-hero .shopy-stock-table{
    display:grid;
    gap:8px;
  }
  .shopy-hero .shopy-stock-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    min-height:auto;
    padding:10px;
    border:1px solid #e2e8f0;
    border-radius:16px;
    background:#fff;
  }
  .shopy-hero .shopy-stock-row span{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    font-size:10px;
    line-height:1.45;
  }
  .shopy-hero .shopy-stock-row span:before{
    content:attr(data-label);
    display:block;
    margin-bottom:3px;
    color:#94a3b8;
    font-size:9px;
    font-weight:950;
  }
  .shopy-hero .shopy-stock-row span:first-child{
    grid-column:1/-1;
    font-size:12px;
  }
  .shopy-hero .shopy-stock-row span:last-child{
    justify-self:stretch;
    justify-content:center;
  }
  .shopy-hero .shopy-branches-panel{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px;
  }
  .shopy-hero .shopy-product-detail{
    display:flex !important;
    gap:6px;
    padding:10px;
    overflow:visible;
  }
  .shopy-hero .shopy-product-detail span{
    font-size:9px;
    padding:0 7px;
  }
}

@media (max-width:380px){
  .shopy-hero .shopy-mock-menu{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .shopy-hero .shopy-inventory-stats,
  .shopy-hero .shopy-branches-panel,
  .shopy-hero .shopy-stock-row{
    grid-template-columns:1fr !important;
  }
}

/* Compact horizontal dashboard for phones */
@media (max-width:768px){
  .shopy-hero .shopy-dashboard-wrap{
    margin-top:20px;
  }
  .shopy-hero .shopy-dashboard{
    border-radius:22px;
    max-height:390px;
  }
  .shopy-hero .shopy-inventory-preview{
    grid-template-columns:82px minmax(0,1fr) !important;
    align-items:stretch;
  }
  .shopy-hero .shopy-mock-sidebar{
    grid-template-columns:1fr;
    align-content:start;
    gap:8px;
    padding:10px 7px;
  }
  .shopy-hero .shopy-mock-logo{
    display:grid;
    justify-items:center;
    gap:5px;
  }
  .shopy-hero .shopy-mock-logo span{
    width:28px;
    height:28px;
    border-radius:9px;
  }
  .shopy-hero .shopy-mock-logo strong{
    font-size:12px;
  }
  .shopy-hero .shopy-mock-menu{
    grid-template-columns:1fr !important;
    gap:4px;
  }
  .shopy-hero .shopy-mock-menu span{
    min-height:24px;
    padding:0 4px;
    border-radius:8px;
    font-size:8px;
    line-height:1.15;
  }
  .shopy-hero .shopy-mock-user{
    display:none !important;
  }
  .shopy-hero .shopy-mock-content{
    padding:9px;
    min-width:0;
    overflow:hidden;
  }
  .shopy-hero .shopy-mock-head{
    margin-bottom:7px;
  }
  .shopy-hero .shopy-mock-head h2{
    font-size:18px;
  }
  .shopy-hero .shopy-mock-head p{
    max-width:170px;
    margin-top:3px;
    font-size:8.5px;
    line-height:1.35;
  }
  .shopy-hero .shopy-mock-live{
    min-height:22px;
    padding:0 7px;
    font-size:8px;
  }
  .shopy-hero .shopy-inventory-stats{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:5px;
  }
  .shopy-hero .shopy-inventory-stat{
    min-height:58px;
    padding:7px 5px;
    border-radius:13px;
  }
  .shopy-hero .shopy-inventory-stat small{
    font-size:7.5px;
  }
  .shopy-hero .shopy-inventory-stat strong{
    margin-top:5px;
    font-size:12px;
  }
  .shopy-hero .shopy-inventory-stat span{
    margin-top:3px;
    font-size:7.5px;
  }
  .shopy-hero .shopy-mock-grid{
    grid-template-columns:minmax(0,1fr) 104px !important;
    gap:6px;
    margin-top:6px;
  }
  .shopy-hero .shopy-mock-panel{
    padding:7px;
    border-radius:13px;
  }
  .shopy-hero .shopy-panel-head{
    margin-bottom:6px;
  }
  .shopy-hero .shopy-panel-head strong{
    font-size:9px;
  }
  .shopy-hero .shopy-panel-head span{
    font-size:7px;
  }
  .shopy-hero .shopy-stock-table{
    gap:5px;
  }
  .shopy-hero .shopy-stock-header{
    display:grid !important;
  }
  .shopy-hero .shopy-stock-row{
    grid-template-columns:1.25fr .8fr .55fr .55fr .62fr !important;
    min-height:26px;
    gap:4px;
    padding:0 5px;
    border:0;
    border-radius:9px;
    background:#f8fafc;
  }
  .shopy-hero .shopy-stock-row span{
    font-size:6.8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .shopy-hero .shopy-stock-row span:before{
    content:none;
  }
  .shopy-hero .shopy-stock-row span:nth-child(2),
  .shopy-hero .shopy-stock-row span:nth-child(3),
  .shopy-hero .shopy-stock-row span:nth-child(7){
    display:none;
  }
  .shopy-hero .shopy-stock-row span:first-child{
    grid-column:auto;
    font-size:7px;
  }
  .shopy-hero .shopy-stock-row span:last-child{
    min-height:18px;
    justify-self:start;
    padding:0 5px;
    font-size:6.5px;
  }
  .shopy-hero .shopy-mock-side{
    gap:6px;
  }
  .shopy-hero .shopy-low-list,
  .shopy-hero .shopy-transfer-list{
    gap:4px;
  }
  .shopy-hero .shopy-low-list p,
  .shopy-hero .shopy-transfer-list p{
    padding:5px;
    border-radius:9px;
  }
  .shopy-hero .shopy-low-list strong,
  .shopy-hero .shopy-transfer-list strong{
    font-size:7.5px;
    line-height:1.25;
  }
  .shopy-hero .shopy-low-list span,
  .shopy-hero .shopy-transfer-list span,
  .shopy-hero .shopy-transfer-list em{
    margin-top:2px;
    font-size:6.8px;
  }
  .shopy-hero .shopy-transfer-list em{
    padding:2px 5px;
  }
  .shopy-hero .shopy-branches-panel{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:5px;
    margin-top:6px;
  }
  .shopy-hero .shopy-branches-panel article{
    padding:6px;
    border-radius:11px;
  }
  .shopy-hero .shopy-branches-panel strong{
    font-size:7.2px;
  }
  .shopy-hero .shopy-branches-panel span,
  .shopy-hero .shopy-branches-panel p{
    margin-top:3px;
    font-size:6.5px;
  }
  .shopy-hero .shopy-product-detail{
    gap:4px;
    margin-top:6px;
    padding:6px;
    border-radius:12px;
  }
  .shopy-hero .shopy-product-detail strong{
    font-size:8px;
  }
  .shopy-hero .shopy-product-detail span{
    min-height:18px;
    padding:0 5px;
    font-size:6.5px;
  }
}

@media (max-width:380px){
  .shopy-hero .shopy-dashboard{
    max-height:360px;
  }
  .shopy-hero .shopy-inventory-preview{
    grid-template-columns:72px minmax(0,1fr) !important;
  }
  .shopy-hero .shopy-mock-grid{
    grid-template-columns:minmax(0,1fr) 88px !important;
  }
  .shopy-hero .shopy-mock-menu span{
    font-size:7px;
  }
}

/* Final polish: unique feature chips, real-looking CSS icons, and a dedicated mobile dashboard. */
.shopy-card .shopy-icon{
  position:relative;
  overflow:hidden;
  font-size:0 !important;
  color:#2563eb;
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.92), transparent 24px),
    linear-gradient(135deg,#eef4ff,#f5f3ff);
  box-shadow:0 14px 34px rgba(37,99,235,.12), inset 0 1px 0 rgba(255,255,255,.9);
}
.shopy-card .shopy-icon:before,
.shopy-card .shopy-icon:after{
  content:"";
  position:absolute;
  inset:auto;
  display:block;
  box-sizing:border-box;
}
.shopy-card .shopy-icon:before{
  width:21px;
  height:21px;
  border:2px solid currentColor;
  border-radius:7px;
  opacity:.92;
}
.shopy-card .shopy-icon:after{
  width:12px;
  height:3px;
  border-radius:999px;
  background:currentColor;
  transform:translateY(8px);
  opacity:.55;
}
.shopy-problem-grid .shopy-card:nth-child(1) .shopy-icon:before,
.shopy-solution-grid .shopy-card:nth-child(2) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(2) .shopy-icon:before{
  width:22px;
  height:16px;
  border-radius:5px;
  box-shadow:0 -7px 0 -3px currentColor;
}
.shopy-problem-grid .shopy-card:nth-child(2) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(5) .shopy-icon:before{
  width:18px;
  height:24px;
  border-radius:5px;
  background:linear-gradient(currentColor,currentColor) center 7px / 10px 2px no-repeat;
}
.shopy-problem-grid .shopy-card:nth-child(3) .shopy-icon:before,
.shopy-solution-grid .shopy-card:nth-child(3) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(4) .shopy-icon:before{
  width:23px;
  height:15px;
  border-radius:999px 999px 7px 7px;
}
.shopy-problem-grid .shopy-card:nth-child(4) .shopy-icon:before,
.shopy-solution-grid .shopy-card:nth-child(4) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(7) .shopy-icon:before{
  width:23px;
  height:18px;
  border-radius:6px;
  background:linear-gradient(currentColor,currentColor) center bottom 4px / 11px 2px no-repeat;
}
.shopy-problem-grid .shopy-card:nth-child(5) .shopy-icon:before,
.shopy-benefit-grid .shopy-card:nth-child(4) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(9) .shopy-icon:before{
  width:22px;
  height:22px;
  border-radius:50%;
  background:conic-gradient(from 180deg, transparent 0 26%, currentColor 26% 34%, transparent 34% 58%, currentColor 58% 66%, transparent 66%);
}
.shopy-solution-grid .shopy-card:nth-child(1) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(1) .shopy-icon:before{
  width:24px;
  height:18px;
  border-radius:7px;
  background:linear-gradient(currentColor,currentColor) 6px 6px / 12px 2px no-repeat;
}
.shopy-benefit-grid .shopy-card:nth-child(1) .shopy-icon:before{
  width:20px;
  height:20px;
  border-radius:50%;
  background:linear-gradient(currentColor,currentColor) center / 2px 9px no-repeat;
}
.shopy-benefit-grid .shopy-card:nth-child(2) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(8) .shopy-icon:before{
  width:24px;
  height:17px;
  border-radius:999px;
  background:linear-gradient(currentColor,currentColor) center / 10px 2px no-repeat;
}
.shopy-benefit-grid .shopy-card:nth-child(3) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(3) .shopy-icon:before{
  width:24px;
  height:18px;
  border-radius:6px;
  box-shadow:-7px 8px 0 -4px currentColor, 7px 8px 0 -4px currentColor;
}
.shopy-benefit-grid .shopy-card:nth-child(5) .shopy-icon:before{
  width:23px;
  height:18px;
  border-radius:5px;
  transform:translateY(2px);
}
.shopy-benefit-grid .shopy-card:nth-child(6) .shopy-icon:before,
.shopy-feature-grid .shopy-card:nth-child(6) .shopy-icon:before{
  width:23px;
  height:15px;
  border-radius:50% 50% 7px 7px;
  box-shadow:0 8px 0 -4px currentColor;
}

@media (max-width:768px){
  .shopy-body,
  .shopy-page{
    overflow-x:hidden;
  }
  .shopy-feature-marquee{
    display:block !important;
    padding-bottom:12px;
  }
  .shopy-feature-track{
    display:flex !important;
    gap:8px;
  }
  .shopy-feature-set{
    gap:8px;
  }
  .shopy-feature-track span{
    min-height:31px;
    padding:0 10px;
    font-size:11px;
  }
}

/* Sticky top header */
.shopy-header{
  position:sticky !important;
  top:0 !important;
  margin-top:0 !important;
  border-top-left-radius:0;
  border-top-right-radius:0;
  z-index:1000;
}
.shopy-hero{
  padding-top:72px;
}

@media (max-width:768px){
  .shopy-header{
    width:100% !important;
    margin:0 !important;
    border-inline:0;
    border-top:0;
    border-radius:0 0 18px 18px !important;
  }
  .shopy-hero{
    padding-top:34px !important;
  }
  .shopy-trial-modal{
    align-items:end;
    padding:8px;
  }
  .shopy-trial-dialog{
    width:100%;
    max-height:calc(100vh - 16px);
    border-radius:24px;
  }
  .shopy-trial-modal:not(.shopy-pricing-modal) .shopy-trial-dialog{
    width:100%;
  }
  .shopy-trial-close{
    top:10px;
    inset-inline-start:10px;
    width:34px;
    height:34px;
    font-size:21px;
  }
  .shopy-trial-modal-form{
    padding:26px 16px 92px !important;
    border-radius:24px;
  }
  .shopy-trial-modal-form .shopy-form-head{
    padding-inline:12px;
    margin-bottom:18px;
  }
  .shopy-trial-modal-form .shopy-form-head h3{
    font-size:31px;
  }
  .shopy-trial-modal-form .shopy-form-head p{
    font-size:16px;
  }
  .shopy-trial-modal-form .shopy-form-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .shopy-module-picker{
    padding:14px;
    border-radius:20px;
  }
  .shopy-module-picker-head{
    display:grid;
    align-items:start;
    gap:4px;
  }
  .shopy-module-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .shopy-module-chip span{
    min-height:42px;
    font-size:12px;
  }
  .shopy-trial-modal-form .shopy-field-full:last-child{
    position:sticky;
    left:0;
    right:0;
    bottom:0;
    display:grid;
    grid-template-columns:1fr 112px;
    align-items:center;
    gap:10px;
    margin:10px -8px -82px;
    padding:10px;
    border:1px solid rgba(226,232,240,.85);
    border-radius:18px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(14px);
    box-shadow:0 -12px 28px rgba(15,23,42,.12);
  }
  .shopy-trial-modal-form .shopy-field-full:last-child .shopy-btn{
    min-height:56px;
  }
  .shopy-trial-modal-form .shopy-field-full:last-child .shopy-btn-block{
    grid-column:1;
    grid-row:1;
  }
  .shopy-trial-whatsapp{
    grid-column:2;
    grid-row:1;
    display:inline-flex;
    padding-inline:12px;
  }
  .shopy-trial-modal-form .shopy-microcopy{
    grid-column:1/-1;
    margin:0;
    text-align:center;
  }
}

/* Compact mobile FAQ accordion */
@media (max-width:768px){
  .shopy-faq-grid{
    display:grid !important;
    grid-auto-flow:row !important;
    grid-auto-columns:auto !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    overflow:visible !important;
    padding:0 !important;
    margin:0 !important;
    scroll-snap-type:none !important;
  }
  .shopy-faq-grid > .shopy-faq,
  .shopy-faq{
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    border-radius:16px !important;
    scroll-snap-align:unset !important;
  }
  .shopy-faq summary{
    min-height:50px !important;
    padding:12px 46px 12px 14px !important;
    font-size:14px !important;
    line-height:1.35 !important;
  }
  .shopy-faq summary:before{
    width:24px;
    height:24px;
    inset-inline-start:14px;
  }
  .shopy-faq p{
    padding:0 14px 14px !important;
    font-size:13px !important;
    line-height:1.65 !important;
  }
  .shopy-faq:not([open]) p{
    display:none !important;
  }
  .shopy-faq-grid + .shopy-swipe-dots{
    display:none !important;
  }
}

/* Compact mobile footer */
@media (max-width:768px){
  .shopy-footer{
    padding:28px 0 92px !important;
    text-align:center;
  }
  .shopy-footer-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    justify-items:center;
  }
  .shopy-footer .shopy-brand{
    justify-content:center;
  }
  .shopy-footer p{
    max-width:330px;
    margin:12px auto 0;
    font-size:14px;
    line-height:1.75;
  }
  .shopy-social-links{
    justify-content:center;
    margin-top:12px;
    gap:8px;
  }
  .shopy-social-link{
    width:36px;
    height:36px;
  }
  .shopy-footer-links{
    width:100%;
    display:flex !important;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px !important;
  }
  .shopy-footer-links a{
    min-height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 12px;
    border:1px solid #e2e8f0;
    border-radius:999px;
    background:#f8fafc;
    color:#475569;
    font-size:13px;
    font-weight:900;
  }
  .shopy-footer-links a[href^="mailto"]{
    flex-basis:100%;
    border:0;
    background:transparent;
    color:#64748b;
  }
  .shopy-copyright{
    margin-top:16px;
    text-align:center;
    font-size:12px;
  }
}

/* Desktop header restore and compact language menu */
.shopy-language-switcher{
  position:relative;
  display:inline-flex;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.shopy-language-switcher summary{
  list-style:none;
  min-width:48px;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 12px;
  border-radius:999px;
  color:#dbeafe;
  font-size:12px;
  font-weight:950;
  cursor:pointer;
  background:rgba(37,99,235,.18);
  border:1px solid rgba(147,197,253,.28);
}
.shopy-language-switcher summary::-webkit-details-marker{display:none}
.shopy-language-switcher summary:after{
  content:"";
  width:7px;
  height:7px;
  border-inline-end:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.82;
}
.shopy-language-switcher[open] summary:after{
  transform:rotate(225deg) translateY(-1px);
}
.shopy-language-menu{
  position:absolute;
  top:calc(100% + 8px);
  inset-inline-start:50%;
  transform:translateX(-50%);
  z-index:20;
  min-width:86px;
  display:grid;
  gap:5px;
  padding:7px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(226,232,240,.88);
  box-shadow:0 18px 40px rgba(15,23,42,.18);
}
.shopy-language-menu a{
  min-height:34px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#334155;
  font-size:12px;
  font-weight:950;
  text-decoration:none;
}
.shopy-language-menu a:hover,
.shopy-language-menu a.is-active{
  color:#fff;
  background:linear-gradient(135deg,var(--shopy-blue),var(--shopy-violet));
}

@media (min-width:769px){
  .shopy-header{
    grid-template-columns:auto minmax(390px,1fr) auto;
  }
  .shopy-header .shopy-nav{
    display:flex !important;
  }
  .shopy-hero{
    padding-top:108px !important;
  }
}

@media (max-width:768px){
  .shopy-header .shopy-nav{
    display:none !important;
  }
  .shopy-language-switcher{
    justify-self:center;
  }
  .shopy-language-switcher summary{
    min-height:34px;
    color:#1d4ed8;
    background:#eff6ff;
    border-color:#dbeafe;
  }
}
