/* Shop / Tech & Gear shared CSS — v1.43 */
/* UAS Mapping XYZ shop overview — v1.15 */
#main.uas-shop-page {
  --shop-green: #6cb56f;
  --shop-green-bright: #d5ffe2;
  --shop-text: #f5f7f5;
  --shop-muted: #c8ceca;
  --shop-line: rgba(213,255,226,.22);
  --shop-card: rgba(25,29,27,.78);
  color: var(--shop-text);
  font-family: Lato, Arial, sans-serif;
  background-image: linear-gradient(rgba(34,34,34,.90), rgba(34,34,34,.90)), url('/wp-content/uploads/go-x/u/b8714c25-e84f-447c-8a7b-22e35aa82c43/image.webp');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#main.uas-shop-page * { box-sizing: border-box; }
#main.uas-shop-page a { text-decoration: none; }
.uas-shop-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.uas-shop-hero { padding: 88px 0 70px; text-align: center; border-bottom: 1px solid var(--shop-line); }
.uas-shop-kicker { margin: 0 0 14px; color: var(--shop-green); font-family: SpaceMono, monospace; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.uas-shop-hero h1 { margin: 0 auto 20px; max-width: 920px; color: var(--shop-green-bright); font-family: Lobster, Lato, sans-serif; font-size: clamp(40px, 5vw, 64px); line-height: 1.06; font-weight: 400; }
.uas-shop-lead { max-width: 840px; margin: 0 auto; color: #fff; font-family: SpaceMono, monospace; font-size: clamp(16px, 1.65vw, 20px); line-height: 1.7; }
.uas-shop-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.uas-shop-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 20px; border-radius: 7px; border: 1px solid var(--shop-green); font-family: SpaceMono, monospace; font-size: 14px; font-weight: 700; transition: transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease; }
.uas-shop-btn:hover { transform: translateY(-1px); }
.uas-shop-btn--primary { background: var(--shop-green); color: #172018 !important; }
.uas-shop-btn--primary:hover { background: #82c985; }
.uas-shop-btn--secondary { background: rgba(0,0,0,.18); color: var(--shop-green-bright) !important; }
.uas-shop-btn--secondary:hover { background: rgba(108,181,111,.11); border-color: #97e391; }
.uas-shop-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 44px auto 0; max-width: 850px; border: 1px solid var(--shop-line); background: var(--shop-line); border-radius: 10px; overflow: hidden; }
.uas-shop-proof > div { background: rgba(28,31,29,.78); padding: 18px 14px; }
.uas-shop-proof strong { display: block; color: var(--shop-green-bright); font-size: 17px; line-height: 1.2; }
.uas-shop-proof span { display: block; margin-top: 6px; color: var(--shop-muted); font-family: SpaceMono, monospace; font-size: 11px; line-height: 1.45; }
.uas-shop-section { padding: 62px 0; }
.uas-shop-section--tight { padding-top: 48px; }
.uas-shop-section-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
.uas-shop-section-head h2 { margin: 0 0 12px; color: var(--shop-green-bright); font-size: clamp(29px, 3.4vw, 42px); line-height: 1.15; }
.uas-shop-section-head p { margin: 0; color: var(--shop-muted); font-family: Merriweather, Georgia, serif; font-size: 15px; line-height: 1.85; }
.uas-shop-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.uas-shop-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--shop-line); border-radius: 14px; background: linear-gradient(180deg, rgba(37,43,39,.86), rgba(24,28,26,.86)); box-shadow: 0 18px 44px rgba(0,0,0,.26); }
.uas-shop-card-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--shop-line); }
.uas-shop-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.uas-shop-card:hover .uas-shop-card-media img { transform: scale(1.018); }
.uas-shop-card-body { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.uas-shop-badge { align-self: flex-start; margin-bottom: 12px; padding: 5px 8px; border: 1px solid rgba(151,227,145,.38); border-radius: 999px; color: #97e391; background: rgba(108,181,111,.08); font-family: SpaceMono, monospace; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.uas-shop-card h3 { margin: 0 0 12px; color: var(--shop-green-bright); font-size: 27px; line-height: 1.2; }
.uas-shop-card p { margin: 0 0 20px; color: #eef2ee; font-family: Merriweather, Georgia, serif; font-size: 14px; line-height: 1.8; }
.uas-shop-points { display: grid; gap: 7px; margin: 0 0 24px; padding: 0; list-style: none; }
.uas-shop-points li { position: relative; padding-left: 18px; color: var(--shop-muted); font-family: SpaceMono, monospace; font-size: 12px; line-height: 1.5; }
.uas-shop-points li::before { content: '•'; position: absolute; left: 2px; top: 0; color: #97e391; }
.uas-shop-card-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.uas-shop-card-actions .uas-shop-btn { min-height: 40px; padding: 9px 15px; }
.uas-shop-how { border-top: 1px solid var(--shop-line); border-bottom: 1px solid var(--shop-line); background: rgba(0,0,0,.10); }
.uas-shop-steps { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.uas-shop-step { padding: 20px; border: 1px solid rgba(213,255,226,.16); border-radius: 10px; background: rgba(25,29,27,.54); }
.uas-shop-step-num { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-bottom: 12px; border-radius: 50%; color: #172018; background: var(--shop-green); font-family: SpaceMono, monospace; font-size: 12px; font-weight: 700; }
.uas-shop-step h3 { margin: 0 0 7px; color: var(--shop-green-bright); font-size: 17px; }
.uas-shop-step p { margin: 0; color: var(--shop-muted); font-family: Merriweather, Georgia, serif; font-size: 13px; line-height: 1.65; }
.uas-shop-more-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: center; padding: clamp(28px,4vw,46px); border: 1px solid var(--shop-line); border-radius: 14px; background: linear-gradient(135deg, rgba(108,181,111,.11), rgba(24,28,26,.78) 48%); }
.uas-shop-more-card h2 { margin: 0 0 12px; color: var(--shop-green-bright); font-size: clamp(28px,3.2vw,40px); }
.uas-shop-more-card p { margin: 0; color: #edf1ee; font-family: Merriweather, Georgia, serif; font-size: 14px; line-height: 1.8; }
.uas-shop-more-actions { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.uas-shop-custom { padding: 10px 0 76px; text-align: center; }
.uas-shop-custom h2 { margin: 0 0 10px; color: var(--shop-green-bright); font-size: clamp(28px,3vw,38px); }
.uas-shop-custom p { max-width: 720px; margin: 0 auto 22px; color: var(--shop-muted); font-family: Merriweather, Georgia, serif; font-size: 14px; line-height: 1.8; }
@media (max-width: 820px) {
  #main.uas-shop-page { background-attachment: scroll; }
  .uas-shop-wrap { width: min(100% - 28px, 720px); }
  .uas-shop-hero { padding: 60px 0 52px; }
  .uas-shop-proof { grid-template-columns: 1fr; }
  .uas-shop-grid { grid-template-columns: 1fr; }
  .uas-shop-steps { grid-template-columns: 1fr 1fr; }
  .uas-shop-more-card { grid-template-columns: 1fr; }
  .uas-shop-more-actions { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .uas-shop-hero h1 { font-size: 40px; }
  .uas-shop-actions { flex-direction: column; align-items: stretch; }
  .uas-shop-btn { width: 100%; }
  .uas-shop-section { padding: 48px 0; }
  .uas-shop-steps { grid-template-columns: 1fr; }
  .uas-shop-card-body { padding: 21px; }
  .uas-shop-more-actions { flex-direction: column; }
}
