/* three_ecommerce_site_page_real_logo_v3 */

.ec-main{
  background:#f4f7fb;
  color:#0f172a;
}

.ec-shell{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}

.ec-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(61,113,255,.18), transparent 28%),
    linear-gradient(135deg,#061a3a 0%,#08254f 56%,#0d356f 100%);
  color:#fff;
  padding:72px 0 48px;
}

.ec-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,540px);
  gap:42px;
  align-items:center;
}

.ec-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
  font-size:13px;
  color:rgba(255,255,255,.75);
}

.ec-breadcrumb a{
  color:rgba(255,255,255,.8);
  text-decoration:none;
}

.ec-copy h1{
  margin:0 0 18px;
  font-size:clamp(34px,5.4vw,64px);
  line-height:1.03;
  letter-spacing:-.04em;
  font-weight:800;
  max-width:700px;
}

.ec-copy p{
  margin:0;
  max-width:690px;
  color:rgba(255,255,255,.92);
  font-size:18px;
  line-height:1.8;
}

.ec-copy .ec-highlight{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:28px 0 28px;
}

.ec-copy .ec-highlight div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  padding:14px 16px;
  backdrop-filter:blur(8px);
}

.ec-copy .ec-highlight strong{
  display:block;
  margin-bottom:6px;
  font-size:16px;
  color:#fff;
}

.ec-copy .ec-highlight span{
  display:block;
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.8);
}

.ec-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.ec-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:14px;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  transition:.18s ease;
  border:1px solid transparent;
}

.ec-btn-primary{
  background:#2f6bff;
  color:#fff;
  box-shadow:0 16px 34px rgba(13,84,255,.24);
}

.ec-btn-primary:hover{
  transform:translateY(-2px);
}

.ec-btn-ghost{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}

.ec-preview-stack{
  position:relative;
  min-height:610px;
}

.ec-monitor{
  position:relative;
  margin-left:auto;
  width:min(100%,520px);
}

.ec-monitor-frame{
  position:relative;
  background:linear-gradient(180deg,#f2f5fa 0%,#e2e8f0 100%);
  border-radius:24px;
  padding:16px 16px 30px;
  box-shadow:0 30px 80px rgba(2,10,30,.42);
  border:1px solid rgba(255,255,255,.28);
}

.ec-monitor-frame::before{
  content:"";
  position:absolute;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  width:8px;
  height:8px;
  border-radius:50%;
  background:#64748b;
}

.ec-monitor-screen{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #dbe4f1;
  min-height:355px;
}

.ec-monitor-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px 12px;
  border-bottom:1px solid #e8edf5;
}

.ec-monitor-head h3{
  margin:0;
  font-size:18px;
  line-height:1.25;
  color:#0f2350;
}

.ec-monitor-head p{
  margin:6px 0 0;
  font-size:13px;
  color:#475569;
}

.ec-monitor-head .ec-monitor-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  color:#0f2350;
  padding:8px 12px;
  background:#eef4ff;
  border:1px solid #d6e2ff;
  border-radius:999px;
  white-space:nowrap;
}

.ec-monitor-grid{
  display:grid;
  grid-template-columns:92px 1fr 170px;
  gap:12px;
  padding:14px;
}

.ec-side{
  background:#071b3a;
  color:#dbeafe;
  border-radius:14px;
  padding:12px 10px;
  min-height:290px;
}

.ec-side .ec-side-logo{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  font-size:11px;
  font-weight:800;
}

.ec-side .ec-side-logo img{
  width:28px;
  height:28px;
  object-fit:contain;
  background:#fff;
  border-radius:8px;
  padding:2px;
}

.ec-side ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.ec-side li{
  font-size:11px;
  font-weight:700;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(255,255,255,.05);
}

.ec-panel-list,
.ec-panel-sales{
  background:#f8fbff;
  border:1px solid #e3ebf7;
  border-radius:14px;
  padding:14px;
}

.ec-panel-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:12px;
}

.ec-panel-title strong{
  font-size:13px;
  color:#0f2350;
}

.ec-stat-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-bottom:10px;
}

.ec-stat{
  background:#fff;
  border:1px solid #e6edf8;
  border-radius:12px;
  padding:10px 12px;
}

.ec-stat span{
  display:block;
  font-size:10px;
  color:#64748b;
  margin-bottom:4px;
}

.ec-stat b{
  display:block;
  font-size:14px;
  color:#0f2350;
}

.ec-table{
  display:grid;
  gap:8px;
}

.ec-row{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:10px;
  align-items:center;
  background:#fff;
  border:1px solid #e6edf8;
  border-radius:12px;
  padding:10px 12px;
  font-size:11px;
  color:#334155;
}

.ec-row b{
  color:#0f2350;
}

.ec-sales-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  align-items:center;
  background:#fff;
  border:1px solid #e6edf8;
  border-radius:12px;
  padding:10px 12px;
  margin-bottom:8px;
  font-size:11px;
  color:#334155;
}

.ec-sales-item:last-child{
  margin-bottom:0;
}

.ec-sales-item b{
  color:#0f2350;
}

.ec-monitor-cta{
  position:absolute;
  right:20px;
  bottom:20px;
  z-index:3;
  background:#0d2d62;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  font-weight:800;
  font-size:14px;
  box-shadow:0 16px 34px rgba(4,16,45,.26);
}

.ec-monitor-stand{
  width:96px;
  height:62px;
  margin:0 auto;
  position:relative;
}

.ec-monitor-stand::before{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-2px;
  width:120px;
  height:42px;
  background:linear-gradient(180deg,#e9eef5 0%,#bcc9d8 100%);
  clip-path:polygon(35% 0,65% 0,82% 100%,18% 100%);
}

.ec-monitor-stand::after{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-2px;
  width:160px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(90deg,#8c98a8 0%,#dce4ee 48%,#8c98a8 100%);
}

.ec-phone-wrap{
  position:absolute;
  left:-14px;
  bottom:12px;
  width:245px;
}

.ec-phone{
  position:relative;
  background:linear-gradient(180deg,#0d1117 0%,#111827 100%);
  padding:12px;
  border-radius:34px;
  box-shadow:0 26px 62px rgba(2,10,30,.36);
  border:1px solid rgba(255,255,255,.16);
}

.ec-phone-screen{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  min-height:490px;
}

.ec-phone-notch{
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  width:110px;
  height:24px;
  background:#0b1320;
  border-radius:0 0 18px 18px;
  z-index:4;
}

.ec-phone-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 16px 10px;
  font-size:12px;
  font-weight:800;
  color:#0f172a;
}

.ec-phone-store-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:2px 16px 12px;
}

.ec-phone-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.ec-phone-brand img{
  width:34px;
  height:34px;
  object-fit:contain;
  background:#fff;
  border:1px solid #d9e2ef;
  border-radius:10px;
  padding:2px;
}

.ec-phone-brand strong{
  display:block;
  font-size:13px;
  line-height:1.2;
  color:#0f2350;
}

.ec-phone-brand span{
  display:block;
  font-size:11px;
  color:#64748b;
}

.ec-phone-cart-mini{
  font-size:12px;
  font-weight:800;
  color:#0f2350;
  background:#eef4ff;
  border:1px solid #dbe6fb;
  border-radius:10px;
  padding:8px 10px;
}

.ec-phone-search{
  margin:0 16px 12px;
  padding:10px 12px;
  border:1px solid #d9e3f2;
  background:#f8fbff;
  border-radius:12px;
  font-size:12px;
  color:#64748b;
}

.ec-phone-banner{
  margin:0 16px 12px;
  border-radius:16px;
  overflow:hidden;
  background:linear-gradient(135deg,#0f62fe 0%,#7cb7ff 100%);
  color:#fff;
  padding:14px;
}

.ec-phone-banner small{
  display:block;
  font-size:10px;
  letter-spacing:.08em;
  margin-bottom:6px;
  opacity:.9;
}

.ec-phone-banner strong{
  display:block;
  font-size:14px;
  line-height:1.35;
  margin-bottom:8px;
}

.ec-phone-banner span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  opacity:.92;
}

.ec-phone-cats{
  display:flex;
  gap:8px;
  padding:0 16px 12px;
  overflow:auto;
  scrollbar-width:none;
}

.ec-phone-cats::-webkit-scrollbar{
  display:none;
}

.ec-phone-cats span{
  flex:0 0 auto;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid #d9e3f2;
  font-size:11px;
  font-weight:700;
  color:#0f2350;
  background:#fff;
}

.ec-phone-cats span.active{
  background:#0f62fe;
  border-color:#0f62fe;
  color:#fff;
}

.ec-phone-products{
  display:grid;
  gap:10px;
  padding:0 16px 18px;
}

.ec-phone-product{
  display:grid;
  grid-template-columns:56px 1fr auto;
  gap:10px;
  align-items:center;
  border:1px solid #e5edf8;
  background:#fff;
  border-radius:14px;
  padding:10px;
}

.ec-phone-product .ec-thumb{
  width:56px;
  height:56px;
  border-radius:12px;
  background:linear-gradient(180deg,#eef4fb 0%,#dbe5f1 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:800;
  color:#0f2350;
  text-align:center;
}

.ec-phone-product strong{
  display:block;
  font-size:12px;
  color:#0f2350;
  line-height:1.35;
}

.ec-phone-product small{
  display:block;
  margin-top:4px;
  font-size:10px;
  color:#64748b;
}

.ec-phone-product b{
  display:block;
  font-size:12px;
  color:#0f62fe;
  text-align:right;
}

.ec-phone-bottom{
  position:sticky;
  bottom:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  padding:12px 10px 18px;
  border-top:1px solid #e8edf5;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(6px);
}

.ec-phone-bottom span{
  text-align:center;
  font-size:10px;
  font-weight:800;
  color:#334155;
}

.ec-phone-bottom span.active{
  color:#0f62fe;
}

.ec-banner-wrap{
  padding:28px 0 0;
}

.ec-banner{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(2,10,30,.12);
}

.ec-banner img{
  display:block;
  width:100%;
  height:auto;
}

.ec-section{
  padding:72px 0;
}

.ec-section-head{
  margin-bottom:28px;
}

.ec-section-head h2{
  margin:0 0 12px;
  color:#0f2350;
  font-size:clamp(28px,4vw,44px);
  line-height:1.12;
  letter-spacing:-.03em;
}

.ec-section-head p{
  margin:0;
  color:#475569;
  font-size:17px;
  line-height:1.8;
  max-width:840px;
}

.ec-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.ec-stats article{
  background:#fff;
  border:1px solid #e3ebf7;
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 26px rgba(15,35,80,.05);
}

.ec-stats strong{
  display:block;
  margin-bottom:8px;
  color:#0f2350;
  font-size:18px;
}

.ec-stats span{
  display:block;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

.ec-packages{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.ec-card{
  background:#fff;
  border:1px solid #e3ebf7;
  border-radius:22px;
  padding:24px;
  box-shadow:0 14px 34px rgba(15,35,80,.06);
}

.ec-card.badged{
  position:relative;
  overflow:hidden;
}

.ec-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#edf4ff;
  color:#0f62fe;
  border:1px solid #d5e4ff;
  font-size:12px;
  font-weight:800;
  margin-bottom:14px;
}

.ec-card h3{
  margin:0 0 10px;
  color:#0f2350;
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.02em;
}

.ec-card p{
  margin:0 0 18px;
  color:#475569;
  font-size:15px;
  line-height:1.75;
}

.ec-price{
  display:grid;
  grid-template-columns:auto auto;
  gap:10px 14px;
  align-items:end;
  margin-bottom:16px;
}

.ec-price .old{
  color:#94a3b8;
  font-size:18px;
  text-decoration:line-through;
  font-weight:700;
}

.ec-price .discount{
  color:#0f62fe;
  font-size:14px;
  font-weight:800;
}

.ec-price .new{
  color:#0f2350;
  font-size:36px;
  font-weight:900;
  line-height:1;
}

.ec-price .meta{
  color:#475569;
  font-size:14px;
  font-weight:700;
}

.ec-meta{
  display:grid;
  gap:6px;
  margin-bottom:18px;
}

.ec-meta span{
  color:#334155;
  font-size:14px;
  line-height:1.6;
}

.ec-features{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:8px;
}

.ec-features li{
  color:#334155;
  font-size:14px;
  line-height:1.65;
}

.ec-card-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.ec-card-actions a{
  text-decoration:none;
}

.ec-small-note{
  margin-top:12px;
  font-size:12px;
  color:#64748b;
}

.ec-custom{
  grid-column:1 / -1;
  background:linear-gradient(135deg,#061a3a 0%,#0d356f 100%);
  color:#fff;
  border-color:rgba(255,255,255,.12);
}

.ec-custom h3,
.ec-custom p,
.ec-custom .ec-meta span,
.ec-custom .ec-features li{
  color:#fff;
}

.ec-custom .ec-price .new{
  color:#fff;
}

.ec-custom .ec-price .meta,
.ec-custom .ec-price .discount{
  color:rgba(255,255,255,.86);
}

.ec-custom .ec-badge{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.18);
}

.ec-search-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.ec-search-item{
  background:#fff;
  border:1px solid #e3ebf7;
  border-radius:18px;
  padding:20px;
  box-shadow:0 10px 26px rgba(15,35,80,.05);
}

.ec-search-item h3{
  margin:0 0 10px;
  color:#0f2350;
  font-size:19px;
}

.ec-search-item p{
  margin:0;
  color:#475569;
  font-size:15px;
  line-height:1.8;
}

.ec-faq{
  display:grid;
  gap:14px;
}

.ec-faq details{
  background:#fff;
  border:1px solid #e3ebf7;
  border-radius:18px;
  padding:0 18px;
  box-shadow:0 10px 26px rgba(15,35,80,.05);
}

.ec-faq summary{
  list-style:none;
  cursor:pointer;
  padding:18px 0;
  font-size:17px;
  font-weight:800;
  color:#0f2350;
}

.ec-faq summary::-webkit-details-marker{
  display:none;
}

.ec-faq p{
  margin:0 0 18px;
  color:#475569;
  font-size:15px;
  line-height:1.8;
}

.ec-cta{
  background:linear-gradient(135deg,#061a3a 0%,#0d356f 100%);
  color:#fff;
  border-radius:26px;
  padding:32px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:0 22px 52px rgba(2,10,30,.16);
}

.ec-cta h2{
  margin:0 0 10px;
  font-size:34px;
  line-height:1.15;
  letter-spacing:-.03em;
}

.ec-cta p{
  margin:0;
  color:rgba(255,255,255,.9);
  font-size:16px;
  line-height:1.8;
  max-width:780px;
}

@media (max-width:1100px){
  .ec-hero-grid{
    grid-template-columns:1fr;
  }

  .ec-preview-stack{
    min-height:auto;
  }

  .ec-monitor{
    width:min(100%,620px);
    margin:0 auto;
  }

  .ec-phone-wrap{
    left:auto;
    right:12px;
    bottom:-18px;
  }

  .ec-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ec-packages{
    grid-template-columns:1fr;
  }

  .ec-search-grid{
    grid-template-columns:1fr;
  }

  .ec-cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:820px){
  .ec-hero{
    padding:54px 0 42px;
  }

  .ec-copy .ec-highlight{
    grid-template-columns:1fr;
  }

  .ec-phone-wrap{
    position:relative;
    right:auto;
    bottom:auto;
    left:auto;
    width:min(100%,280px);
    margin:18px auto 0;
  }

  .ec-monitor-grid{
    grid-template-columns:1fr;
  }

  .ec-side{
    min-height:auto;
  }

  .ec-stats{
    grid-template-columns:1fr;
  }

  .ec-section{
    padding:54px 0;
  }

  .ec-card{
    padding:20px;
  }

  .ec-price{
    grid-template-columns:1fr;
  }

  .ec-price .new{
    font-size:30px;
  }

  .ec-cta{
    padding:24px;
  }

  .ec-cta h2{
    font-size:28px;
  }
}
