.alexco-downloads-wrap{
  --alexco-orange:#ff7a00;
  --alexco-orange-dark:#e76c00;
  --alexco-black:#101014;
  --alexco-muted:#60646f;
  --alexco-soft:#fff5eb;
  --alexco-border:#ece8e2;
  --alexco-card:#ffffff;
  max-width:1180px;
  margin:28px auto 48px;
  padding:0 18px;
  color:var(--alexco-black);
  font-family:inherit;
}
.alexco-downloads-wrap *{box-sizing:border-box}
.alexco-downloads-hero{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:24px;
  align-items:stretch;
  border:1px solid var(--alexco-border);
  border-radius:28px;
  padding:34px;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,122,0,.18), transparent 34%),
    linear-gradient(135deg,#fff7ef 0%, #fff 44%, #fffaf5 100%);
  box-shadow:0 18px 45px rgba(16,16,20,.07);
  overflow:hidden;
  position:relative;
}
.alexco-downloads-hero:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-90px;
  bottom:-90px;
  border-radius:999px;
  background:rgba(255,122,0,.12);
}
.alexco-downloads-eyebrow,
.alexco-downloads-section__head span,
.alexco-downloads-help__label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,122,0,.1);
  color:#a24b00;
  font-size:12px;
  line-height:1.3;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.alexco-downloads-hero h1{
  margin:14px 0 10px;
  font-size:clamp(38px,6vw,68px);
  line-height:.98;
  letter-spacing:-.04em;
  font-weight:950;
  color:var(--alexco-black);
}
.alexco-downloads-hero p{
  margin:0;
  max-width:720px;
  color:#3f424a;
  font-size:18px;
  line-height:1.65;
}
.alexco-downloads-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.alexco-downloads-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:12px 18px;
  border-radius:14px;
  border:1px solid transparent;
  text-decoration:none!important;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.alexco-downloads-btn:hover,
.alexco-downloads-btn:focus{
  transform:translateY(-1px);
  text-decoration:none!important;
}
.alexco-downloads-btn--primary,
.alexco-downloads-btn--card{
  color:#fff!important;
  background:var(--alexco-orange);
  border-color:var(--alexco-orange);
  box-shadow:0 12px 24px rgba(255,122,0,.22);
}
.alexco-downloads-btn--primary:hover,
.alexco-downloads-btn--primary:focus,
.alexco-downloads-btn--card:hover,
.alexco-downloads-btn--card:focus{
  color:#fff!important;
  background:var(--alexco-orange-dark);
  border-color:var(--alexco-orange-dark);
}
.alexco-downloads-btn--ghost{
  background:#fff;
  color:var(--alexco-black)!important;
  border-color:#ded8d2;
  box-shadow:0 10px 24px rgba(16,16,20,.06);
}
.alexco-downloads-btn--disabled{
  width:100%;
  color:#7a5d43!important;
  background:#fff6ed;
  border-color:#ffe0c0;
  cursor:not-allowed;
  box-shadow:none;
}
.alexco-downloads-btn--disabled:hover,
.alexco-downloads-btn--disabled:focus{transform:none}
.alexco-downloads-hero__panel{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
  position:relative;
  z-index:1;
}
.alexco-downloads-phone-card{
  width:100%;
  max-width:330px;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:24px;
  border-radius:30px;
  background:
    linear-gradient(160deg, rgba(16,16,20,.92), rgba(54,31,12,.92)),
    radial-gradient(circle at 20% 20%, rgba(255,122,0,.6), transparent 35%);
  color:#fff;
  box-shadow:0 25px 50px rgba(16,16,20,.22);
  position:relative;
  overflow:hidden;
}
.alexco-downloads-phone-card:before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:999px;
  background:rgba(255,122,0,.32);
  top:-40px;
  right:-35px;
}
.alexco-downloads-phone-card__dot{
  position:absolute;
  top:24px;
  left:24px;
  width:54px;
  height:54px;
  border-radius:18px;
  background:#ff7a00;
  box-shadow:16px 16px 0 rgba(255,255,255,.12);
}
.alexco-downloads-phone-card strong{font-size:24px;line-height:1.15;position:relative;z-index:1}
.alexco-downloads-phone-card small{font-size:14px;line-height:1.55;color:rgba(255,255,255,.78);position:relative;z-index:1}
.alexco-downloads-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:18px 0 28px;
}
.alexco-downloads-stats div{
  padding:18px 20px;
  border:1px solid var(--alexco-border);
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,16,20,.04);
}
.alexco-downloads-stats strong{display:block;font-size:20px;font-weight:950;color:var(--alexco-black)}
.alexco-downloads-stats span{display:block;margin-top:4px;color:var(--alexco-muted);font-weight:700}
.alexco-downloads-section{
  border:1px solid var(--alexco-border);
  border-radius:28px;
  background:#fff;
  padding:28px;
  box-shadow:0 16px 44px rgba(16,16,20,.05);
}
.alexco-downloads-section__head{max-width:760px;margin-bottom:22px}
.alexco-downloads-section__head h2,
.alexco-downloads-help h2{
  margin:12px 0 8px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:950;
  color:var(--alexco-black);
}
.alexco-downloads-section__head p,
.alexco-downloads-help p{
  margin:0;
  color:var(--alexco-muted);
  font-size:16px;
  line-height:1.6;
}
.alexco-downloads-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.alexco-downloads-card{
  display:flex;
  min-height:300px;
  flex-direction:column;
  padding:20px;
  border-radius:24px;
  border:1px solid var(--alexco-border);
  background:#fff;
  box-shadow:0 10px 24px rgba(16,16,20,.045);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.alexco-downloads-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,122,0,.38);
  box-shadow:0 18px 34px rgba(16,16,20,.08);
}
.alexco-downloads-card--featured{
  background:linear-gradient(180deg,#fffaf5 0%,#fff 62%);
}
.alexco-downloads-card--pending{opacity:.92}
.alexco-downloads-card__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
.alexco-downloads-card__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:20px;
  background:var(--alexco-soft);
  color:var(--alexco-orange);
}
.alexco-downloads-card__icon svg{width:31px;height:31px;fill:currentColor}
.alexco-downloads-card__meta{text-align:right;min-width:0}
.alexco-downloads-card__meta span,
.alexco-downloads-card__meta em{
  display:block;
  font-style:normal;
  font-size:12px;
  line-height:1.35;
  font-weight:900;
}
.alexco-downloads-card__meta span{color:#a24b00;text-transform:uppercase;letter-spacing:.05em}
.alexco-downloads-card__meta em{margin-top:5px;color:var(--alexco-muted)}
.alexco-downloads-card h3{
  margin:0 0 9px;
  color:var(--alexco-black);
  font-size:22px;
  line-height:1.15;
  font-weight:950;
  letter-spacing:-.02em;
}
.alexco-downloads-card p{
  margin:0;
  color:var(--alexco-muted);
  line-height:1.62;
  font-size:15px;
}
.alexco-downloads-card__action{
  margin-top:auto;
  padding-top:20px;
}
.alexco-downloads-card__action .alexco-downloads-btn{width:100%}
.alexco-downloads-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:24px;
  padding:26px;
  border-radius:26px;
  background:linear-gradient(135deg,#16110d,#2a1807);
  color:#fff;
  overflow:hidden;
  position:relative;
}
.alexco-downloads-help:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-80px;
  top:-90px;
  border-radius:999px;
  background:rgba(255,122,0,.28);
}
.alexco-downloads-help > *{position:relative;z-index:1}
.alexco-downloads-help h2{color:#fff;max-width:750px}
.alexco-downloads-help p{color:rgba(255,255,255,.78);max-width:760px}
.alexco-downloads-quick-btn{
  background:#ff7a00!important;
  border:1px solid #ff7a00!important;
  color:#fff!important;
  white-space:nowrap;
}
.alexco-downloads-quick-btn:hover,
.alexco-downloads-quick-btn:focus{
  background:#e76c00!important;
  border-color:#e76c00!important;
  color:#fff!important;
}
.primary-nav .alexco-downloads-menu-item > a{font-weight:800}
@media (max-width:1020px){
  .alexco-downloads-hero{grid-template-columns:1fr;padding:28px}
  .alexco-downloads-hero__panel{min-height:190px;justify-content:flex-start}
  .alexco-downloads-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .alexco-downloads-wrap{margin-top:16px;padding:0 12px}
  .alexco-downloads-hero,
  .alexco-downloads-section,
  .alexco-downloads-help{border-radius:22px;padding:22px}
  .alexco-downloads-stats{grid-template-columns:1fr}
  .alexco-downloads-grid{grid-template-columns:1fr}
  .alexco-downloads-help{align-items:stretch;flex-direction:column}
  .alexco-downloads-help .alexco-downloads-btn{width:100%}
  .alexco-downloads-hero__actions .alexco-downloads-btn{width:100%}
}
