/* ── Text Logo ── */
.pt-logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900; font-size: 18px; text-transform: uppercase;
  letter-spacing: .08em; color: #1d1d1f; line-height: 1.15;
  white-space: nowrap; display: inline-block;
}
.pt-logo-text span { color: #FF6B00; }
.pt-ft-logo-text {
  font-family: 'Barlow Condensed', 'Arial Black', sans-serif;
  font-weight: 900; font-size: 24px; text-transform: uppercase;
  letter-spacing: .06em; color: #111; line-height: 1;
}
.pt-ft-logo-text span { color: #FF6B00; }
/* ═══════════════════════════════════════════════════════
   PUNISHKA TRADING — SHARED COMPONENT STYLES
   Single source of truth for header, footer, sticky bar
   Update here → updates ALL pages automatically
   ═══════════════════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --or: #FF6B00; --or2: #E55A00; --or3: rgba(255,107,0,.10);
  --dk: #1d1d1f; --tx: #1d1d1f; --mu: #6e6e73; --mu2: #aeaeb2;
  --bg: #f5f5f7; --wh: #ffffff; --bd: #e5e5ea; --gn: #25D366;
  --sh: 0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);
  --r: 12px; --r2: 16px; --trans: all .22s cubic-bezier(.4,0,.2,1);
}

/* ── BODY RESET FOR STATIC PAGES ── */
body { padding-top: 64px; padding-bottom: 85px; overflow-x: hidden; }
@media(min-width:768px) { body { padding-bottom: 0; } }

/* ══════════════════════════════════════
   HEADER
══════════════════════════════════════ */
.pt-hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
  height: 64px;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px;
}
.pt-hdr-logo { display: flex; align-items: center; text-decoration: none; }
.pt-hdr-logo img { height: 38px; width: auto; display: block; }
.pt-hdr-nav { display: none; align-items: center; gap: 2px; }
@media(min-width:768px) { .pt-hdr-nav { display: flex; } }
.pt-nav-a {
  font-size: 13.5px; font-weight: 500; color: var(--mu);
  padding: 7px 12px; border-radius: 10px;
  text-decoration: none; transition: var(--trans);
  white-space: nowrap;
}
.pt-nav-a:hover, .pt-nav-a.active { color: var(--or); background: var(--or3); }
.pt-hdr-call {
  display: flex; align-items: center; gap: 7px;
  background: var(--or); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800; font-size: 14px; text-transform: uppercase;
  letter-spacing: .04em; padding: 9px 18px; border-radius: 100px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 2px 12px rgba(255,107,0,.30);
  transition: var(--trans);
}
.pt-hdr-call:hover { background: var(--or2); transform: translateY(-1px); }
.pt-hdr-call svg { width: 15px; height: 15px; fill: #fff; flex-shrink: 0; }

/* ══════════════════════════════════════
   FOOTER — matches homepage ft2 exactly
══════════════════════════════════════ */
/* Base ft2 styles (matches index.html) */
.pt-footer.ft2,.ft2{background:#fff!important;color:#1a1a1a!important;font-size:13px;padding:0;border-top:1px solid rgba(0,0,0,.08);box-shadow:none}
.pt-footer .ft2-inner,.ft2-inner{max-width:1200px;margin:0 auto;padding:64px 40px 48px;display:grid;grid-template-columns:minmax(0,260px) 1fr 1fr;gap:48px;align-items:start}
.ft2-col{opacity:1!important;text-align:left!important}
.ft2-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.ft2-logo-n{font-family:'Barlow Condensed',sans-serif;font-weight:900;font-size:22px;text-transform:uppercase;letter-spacing:.05em;color:#111;line-height:1.1}
.ft2-logo-n span{color:var(--or)}
.ft2-desc{font-size:13.5px;color:#6e6e73;line-height:1.9;margin-bottom:20px;max-width:300px}
.ft2-gst{display:inline-flex;align-items:center;gap:6px;background:rgba(255,107,0,.08);border:1.5px solid rgba(255,107,0,.3);color:var(--or);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;border-radius:20px;margin-bottom:8px}
.ft2-gst svg{width:13px;height:13px;fill:var(--or)}
.ft2-gst-num{font-size:11px;color:#666;margin-top:6px;font-family:monospace;letter-spacing:.8px;font-weight:600}
.ft2-heading{color:#111!important;font-family:'Barlow Condensed',sans-serif;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:18px;display:block;color:#8e8e93!important;border-bottom:none;padding-bottom:0;opacity:1!important;visibility:visible!important}
.ft2-links-wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:0 20px}
.ft2-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.ft2-links li button,.ft2-links li a{background:none;border:none;color:#3a3a3c;font-size:13px;cursor:pointer;padding:2px 0;text-align:left;font-family:'DM Sans',sans-serif;text-decoration:none;font-weight:400;letter-spacing:-.01em;word-break:keep-all;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:7px;width:100%}
.ft2-links li a::before,.ft2-links li button::before{content:"›";color:var(--or);font-size:16px;font-weight:700;line-height:1;flex-shrink:0}
.ft2-links li button:hover,.ft2-links li a:hover{color:var(--or)}
.ft2-contact-list{list-style:none;display:flex;flex-direction:column;gap:16px}
.ft2-contact-list li{display:flex;align-items:flex-start;gap:14px;text-align:left!important}
.ft2-ci{width:38px;height:38px;background:#f5f5f7;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ft2-ci svg{width:17px;height:17px;fill:var(--or)}
.ft2-ci-wa svg{fill:#25D366}
.ft2-cl{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.8px;font-weight:700;margin-bottom:3px}
.ft2-contact-list a{color:#222;font-size:14px;text-decoration:none;font-weight:500;transition:color .18s;word-break:break-all}
.ft2-contact-list a:hover{color:var(--or)}
.ft2-contact-list span{color:#444;font-size:13px;line-height:1.7}
.ft2-bottom{background:#1d1d1f;border-top:1px solid #333;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}
.ft2-social{display:flex;gap:10px;align-items:center}
.ft2-soc{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:all .22s}
.ft2-soc:hover{opacity:1;transform:translateY(-2px)}
.ft2-soc svg{width:16px;height:16px;fill:#fff}
.ft2-soc-wa{background:rgba(37,211,102,.18)}
.ft2-soc-fb{background:rgba(24,119,242,.18)}
.ft2-soc-ig{background:rgba(220,39,67,.15)}
.ft2-soc-yt{background:rgba(255,0,0,.15)}
.ft2-copy{font-size:12.5px;color:rgba(255,255,255,.55);text-align:right;flex:1}
@media(max-width:767px){
  .ft2-inner{grid-template-columns:1fr!important;gap:0;padding:36px 20px 0}
  .ft2-col{padding:24px 0;border-bottom:1px solid #eee}
  .ft2-col:last-child{border-bottom:none}
  .ft2-desc{max-width:100%}
  .ft2-heading{display:block}
  .ft2-bottom{padding:16px 20px;flex-direction:column;align-items:center;text-align:center;gap:12px}
  .ft2-copy{text-align:center}
  .ft2-social{justify-content:center}
  .ft2-links-wrap{grid-template-columns:1.4fr 1fr}
}

/* ══════════════════════════════════════
   STICKY BOTTOM BAR (mobile)
══════════════════════════════════════ */
.pt-sticky {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8900;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 6px 4px 10px;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2px; align-items: center;
}
@media(min-width:768px) { .pt-sticky { display: none !important; } }
.pt-sb {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 3px; padding: 7px 2px 5px;
  border-radius: 10px; border: none; cursor: pointer;
  font-family: 'DM Sans', sans-serif; font-size: 9px;
  font-weight: 700; text-transform: uppercase; letter-spacing: .4px;
  text-decoration: none; color: #6e6e73; background: none;
  transition: color .18s;
}
.pt-sb svg { width: 19px; height: 19px; fill: #6e6e73; transition: fill .18s; }
.pt-sb:hover, .pt-sb.active { color: var(--or); }
.pt-sb:hover svg, .pt-sb.active svg { fill: var(--or); }
.pt-sb-call {
  width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(145deg,#FF7520,#FF5500);
  color: #fff !important; font-size: 8px; letter-spacing: .5px;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(255,107,0,.55);
  justify-self: center; align-self: center; grid-column: 3;
  transform: translateY(-14px); padding: 0;
}
.pt-sb-call svg { fill: #fff !important; width: 22px; height: 22px; }

/* ══════════════════════════════════════
   SHARED SECTION UTILITIES
══════════════════════════════════════ */
/* Comparison table */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 10px; }
.specs-table { width: 100%; border-collapse: collapse; min-width: 480px; }
.specs-table th, .specs-table td {
  padding: 11px 14px; text-align: left; font-size: 13px;
  border-bottom: 1px solid #eee; white-space: nowrap;
}
.specs-table th {
  background: #1d1d1f; color: #fff; font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em;
}
.specs-table tr:hover td { background: #f9f9fb; }

/* Browse All Categories buttons */
.int-links {
  display: grid !important;
  grid-template-columns: repeat(2,1fr) !important;
  gap: 10px !important;
}
@media(min-width:600px) { .int-links { grid-template-columns: repeat(4,1fr) !important; } }
.int-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 52px !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important; font-size: 14px !important;
  text-transform: uppercase !important; text-decoration: none !important;
  transition: all .2s !important;
}
.int-link:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.1); }

/* ── Placeholder reserve space to prevent layout shift ── */
#pt-header { min-height: 64px; display: block; }
#pt-footer { display: block; }

/* ─── FOOTER MOBILE OVERRIDE ─── */
@media(max-width:767px){
  .ft2-inner{grid-template-columns:1fr !important;gap:0 !important;padding:32px 20px 0 !important}
  .ft2-col{padding:24px 0 !important;border-bottom:1px solid #eee !important}
  .ft2-col:last-child{border-bottom:none !important}
  .ft2-bottom{padding:16px 20px !important;flex-direction:column !important;align-items:center !important;gap:12px !important}
  .ft2-social{justify-content:center !important}
  .ft2-copy{text-align:center !important}
}
