/* =========================================================================
   Pickikt Home — Frontend Design System v3
   Direction: flat, bold, high-contrast marketplace style. Minimal gradients,
   sharp edges, true edge-to-edge layout on every screen size.
   ========================================================================= */

:root{
	/* ── Modern unified palette ── */
	--ph-primary:   #0f172a;    /* slate-900  — darkest ink           */
	--ph-accent:    #2563eb;    /* blue-600   — primary action        */
	--ph-accent2:   #1d4ed8;    /* blue-700   — hover                 */
	--ph-accent-lt: #eff6ff;    /* blue-50    — light tint            */
	--ph-success:   #059669;    /* emerald-600                        */
	--ph-warning:   #d97706;    /* amber-600                          */
	--ph-danger:    #dc2626;    /* red-600                            */
	--ph-bg:        #f8fafc;    /* slate-50   — page background       */
	--ph-ink:       #0f172a;    /* slate-900  — body text             */
	--ph-muted:     #64748b;    /* slate-500  — secondary text        */
	--ph-line:      #e2e8f0;    /* slate-200  — borders               */
	--ph-white:     #ffffff;
	--ph-radius-sm: 8px;
	--ph-radius:    12px;
	--ph-radius-lg: 16px;
	--ph-radius-xl: 24px;
	--ph-shadow-sm: 0 1px 3px rgba(15,23,42,.07);
	--ph-shadow:    0 4px 16px rgba(15,23,42,.08);
	--ph-shadow-lg: 0 12px 32px rgba(15,23,42,.12);
	--ph-ease:      cubic-bezier(.4,0,.2,1);
	--ph-gutter:    0px;
}

*{box-sizing:border-box;}
html{margin:0;padding:0;}
.ph-body{background:var(--ph-bg);margin:0;padding:0;color:var(--ph-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;}
.ph-main{width:100%;margin:0;padding:0 var(--ph-gutter);}
.ph-section{margin:0;padding:34px 0;border-bottom:1px solid var(--ph-line);}
.ph-section:last-child{border-bottom:none;}
.ph-section-head{margin-bottom:20px;}
.ph-section-head h2{font-size:24px;margin:0 0 4px;color:var(--ph-ink);font-weight:800;letter-spacing:-.4px;}
.ph-section-head h3{font-size:12px;font-weight:800;color:var(--ph-accent);margin:0 0 6px;text-transform:uppercase;letter-spacing:1.2px;}
.ph-section-head p{color:var(--ph-muted);max-width:600px;margin:0;font-size:14px;line-height:1.6;}
.ph-section-countdown{display:inline-flex;align-items:center;gap:6px;margin-top:10px;background:var(--ph-accent);color:#fff;padding:7px 16px;border-radius:6px;font-size:13.5px;font-weight:700;letter-spacing:.3px;}
a{transition:color .15s var(--ph-ease);}

/* ===================== Announcement bar ===================== */
.ph-announce-bar{background:var(--ph-ink);color:#fff;font-size:12px;}
.ph-announce-inner{width:100%;margin:0;padding:7px var(--ph-gutter);display:flex;align-items:center;justify-content:space-between;gap:16px;}
.ph-announce-text{opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ph-social-icons{display:flex;align-items:center;gap:12px;flex:0 0 auto;}
.ph-social-icons a{color:inherit;opacity:.85;display:flex;transition:opacity .15s var(--ph-ease);}
.ph-social-icons a:hover{opacity:1;}
.ph-footer .ph-social-icons{margin-top:14px;color:#fff;}
.ph-sidebar-socials{padding:16px var(--ph-gutter);color:var(--ph-ink);}
.ph-sidebar-socials .ph-social-icons{color:var(--ph-ink);}

/* ===================== Header — flat, bold, no blur ===================== */

/* ── Header typography reset — immune to WordPress/plugin font overrides ── */
.ph-header,.ph-header *{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;}
.ph-desktop-nav a{font-size:13.5px!important;font-weight:700!important;}
.ph-sidebar-nav a{font-size:14px!important;font-weight:600!important;}
.ph-logo-text{font-size:21px!important;font-weight:900!important;}
.ph-login-icon{font-size:13px!important;font-weight:700!important;}
.ph-cart-btn,.ph-header-actions a,.ph-header-actions button{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;}
.ph-header{position:sticky;top:0;z-index:9000;background:#fff;border-bottom:2px solid var(--ph-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:14px;}
.ph-header-static{position:static;}
.ph-header-inner{width:100%;margin:0;display:flex;align-items:center;gap:22px;padding:12px var(--ph-gutter);min-height:60px;}
.ph-sidebar-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:38px;height:38px;flex:0 0 38px;border:2px solid var(--ph-ink);background:#fff;cursor:pointer;border-radius:8px;box-sizing:border-box;padding:0;}
.ph-sidebar-toggle span{display:block;width:18px;height:2px;background:var(--ph-ink);margin:0 auto;}
.ph-logo{display:flex;align-items:center;height:38px;line-height:0;flex:0 0 auto;}
.ph-logo img{height:36px !important;width:auto !important;max-width:160px !important;max-height:36px !important;object-fit:contain !important;display:block;margin:0;}
.ph-logo-text{font-weight:900;font-size:21px;color:var(--ph-ink);letter-spacing:-.4px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;}
.ph-desktop-nav{display:flex;align-items:center;gap:24px;flex:1 1 auto;}
.ph-desktop-nav a{position:relative;color:var(--ph-ink);text-decoration:none;font-size:13.5px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;padding:6px 0;line-height:1.4;}
.ph-desktop-nav a:hover{color:var(--ph-accent);}
.ph-header-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex:0 0 auto;}
.ph-header-actions svg,.ph-sidebar-toggle svg{display:block;flex-shrink:0;}

.ph-login-icon{display:flex;align-items:center;justify-content:center;gap:7px;color:var(--ph-ink);text-decoration:none;font-size:13px;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;position:relative;border:2px solid var(--ph-ink);border-radius:8px;box-sizing:border-box;height:38px;padding:0 14px;transition:background .15s var(--ph-ease),color .15s var(--ph-ease);}
.ph-login-icon svg{width:18px !important;height:18px !important;}
.ph-login-icon:hover{background:var(--ph-ink);color:#fff;}
.ph-account-menu{position:relative;display:flex;}
.ph-account-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:2px solid var(--ph-ink);border-radius:10px;min-width:170px;padding:6px;display:none;z-index:20;}
.ph-account-menu:hover .ph-account-dropdown,.ph-account-menu.open .ph-account-dropdown{display:block;}
.ph-account-dropdown a{display:block;padding:9px 12px;border-radius:6px;color:var(--ph-ink);text-decoration:none;font-size:13.5px;font-weight:600;}
.ph-account-dropdown a:hover{background:var(--ph-bg);}
.ph-cart-icon{position:relative;display:flex;align-items:center;justify-content:center;color:var(--ph-ink);border:2px solid var(--ph-ink);border-radius:8px;box-sizing:border-box;width:38px;height:38px;padding:0;flex:0 0 38px;}
.ph-cart-icon svg{width:19px !important;height:19px !important;}
.ph-cart-icon:hover{background:var(--ph-ink);color:#fff;}
.ph-cart-count{position:absolute;top:-8px;right:-8px;background:var(--ph-accent);color:#fff;font-size:10px;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 0 0 2px #fff;}

@media (max-width: 1024px){
	.ph-desktop-nav{display:none;}
	.ph-sidebar-toggle{display:flex;}
}
@media (max-width: 600px){
	.ph-header-inner{gap:10px;padding:10px 12px;}
	.ph-logo img{height:30px !important;max-height:30px !important;}
	.ph-logo-text{font-size:18px;}
	.ph-login-icon span{display:none;}
	.ph-login-icon{padding:8px;}
	.ph-announce-text{max-width:55vw;}
	.ph-announce-inner{padding:6px 12px;}
}

/* ===================== Sidebar ===================== */
.ph-sidebar{position:fixed;top:0;left:-300px;width:280px;height:100%;background:#fff;z-index:10001;box-shadow:var(--ph-shadow-lg);transition:left .25s var(--ph-ease);overflow-y:auto;border-right:2px solid var(--ph-ink);}
.ph-sidebar.active{left:0;}
.ph-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:2px solid var(--ph-ink);}
.ph-sidebar-head img{height:32px;}
.ph-sidebar-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--ph-ink);line-height:1;}
.ph-sidebar-nav{display:flex;flex-direction:column;padding:8px 0;}
.ph-sidebar-nav a{padding:13px 16px;color:var(--ph-ink);text-decoration:none;font-size:14px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;border-bottom:1px solid var(--ph-line);}
.ph-sidebar-nav a:hover{background:var(--ph-bg);color:var(--ph-accent);}
.ph-sidebar-overlay{position:fixed;inset:0;background:rgba(22,22,41,.5);z-index:10000;display:none;}
.ph-sidebar-overlay.active{display:block;}

/* ===================== Carousel core ===================== */
.ph-carousel{position:relative;cursor:grab;}
.ph-carousel:active{cursor:grabbing;}
.ph-carousel-viewport{overflow-x:hidden;}
.ph-carousel-track{display:flex;align-items:stretch;transition:transform .45s var(--ph-ease);touch-action:pan-y;}
.ph-car-dots{position:static;display:flex;align-items:center;gap:4px;padding:12px var(--ph-gutter) 0;min-height:4px;}
.ph-car-dots:empty{display:none;padding:0;}
.ph-car-progress-seg{flex:1 1 0;height:3px;background:var(--ph-line);border-radius:3px;overflow:hidden;cursor:pointer;}
.ph-car-progress-fill{display:block;height:100%;width:0%;background:var(--ph-accent);border-radius:3px;}
.ph-slide{flex:0 0 calc(100% / var(--ph-cards-desktop, 1));text-decoration:none;display:block;padding:0;box-sizing:border-box;}
.ph-carousel:not([data-cards-desktop="1"]) .ph-slide{padding:0 3px;}
.ph-slide-16-9{position:relative;width:100%;aspect-ratio:16/9;background:var(--ph-bg);overflow:hidden;border-radius:var(--ph-radius-sm);border:1px solid var(--ph-line);}
.ph-slide-16-9 img{width:100% !important;height:100% !important;object-fit:cover !important;display:block;}
.ph-slide-placeholder{width:100%;height:100%;background:var(--ph-bg);}

/* ===================== Store logos ===================== */
/* Store row: mobile = 2-row grid, tablet/desktop = single scroll row */
.ph-store-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
/* mobile: show only first 6 (2 rows of 3) */
.ph-store-logo:nth-child(n+7){ display:none; }
@media(min-width:600px){
  .ph-store-row{
    display:flex;flex-wrap:nowrap;gap:12px;
    overflow-x:auto;-webkit-overflow-scrolling:touch;
    scrollbar-width:none;padding-bottom:4px;
  }
  .ph-store-row::-webkit-scrollbar{display:none;}
  .ph-store-logo:nth-child(n+7){ display:flex; }
}
.ph-store-logo{
  width:100%;height:80px;background:#fff;
  border:1px solid var(--ph-line);border-radius:var(--ph-radius-sm);
  display:flex;align-items:center;justify-content:center;
  transition:border-color .15s var(--ph-ease),transform .15s var(--ph-ease);
  text-decoration:none;
}
@media(min-width:600px){
  .ph-store-logo{flex:0 0 140px;width:140px;height:84px;}
}
.ph-store-logo:hover{border-color:var(--ph-ink);transform:translateY(-2px);}
.ph-store-logo img{max-width:74% !important;max-height:54% !important;width:auto !important;height:auto !important;object-fit:contain !important;}

/* ===================== Categories ===================== */
.ph-cat-grid{display:flex;flex-wrap:wrap;gap:10px;}
.ph-cat-card{width:104px;flex:0 0 104px;background:#fff;border:1px solid var(--ph-line);border-radius:var(--ph-radius-sm);text-decoration:none;text-align:center;padding:14px 8px;color:var(--ph-ink);transition:border-color .15s var(--ph-ease),transform .15s var(--ph-ease);}
.ph-cat-card:hover{border-color:var(--ph-accent);transform:translateY(-2px);}
.ph-cat-card img{width:48px !important;height:48px !important;max-width:48px !important;max-height:48px !important;object-fit:cover !important;border-radius:50%;margin-bottom:8px;border:1px solid var(--ph-line);}
.ph-cat-card span{display:block;font-size:12px;font-weight:700;}

/* ===================== Products ===================== */
.ph-product-tabs{display:flex;gap:6px;overflow-x:auto;margin-bottom:18px;padding-bottom:4px;scrollbar-width:none;}
.ph-product-tabs::-webkit-scrollbar{display:none;}
.ph-tab{border:1.5px solid var(--ph-ink);background:#fff;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:12.5px;font-weight:700;white-space:nowrap;color:var(--ph-ink);}
.ph-tab:hover{background:var(--ph-bg);}
.ph-tab.active{background:var(--ph-ink);color:#fff;}
.ph-product-grid{display:grid;grid-template-columns:repeat(var(--ph-products-desktop, 4), 1fr);gap:12px;}
.ph-product-card{background:#fff;border:1px solid var(--ph-line);border-radius:var(--ph-radius-sm);padding:10px;display:flex;flex-direction:column;transition:border-color .15s var(--ph-ease),box-shadow .15s var(--ph-ease);}
.ph-product-card:hover{border-color:var(--ph-ink);box-shadow:var(--ph-shadow-sm);}
.ph-product-link{text-decoration:none;color:var(--ph-ink);}
.ph-product-img{border-radius:6px;overflow:hidden;background:var(--ph-bg);}
.ph-product-img img{width:100% !important;height:auto !important;aspect-ratio:1/1;object-fit:cover !important;}
.ph-product-card h4{font-size:12.5px;margin:10px 0 5px;font-weight:600;min-height:32px;line-height:1.4;}
.ph-product-price{font-weight:800;color:var(--ph-ink);font-size:14px;margin-bottom:10px;}
.ph-buy-now-btn{display:block;width:100%;text-align:center;background:var(--ph-ink);color:#fff;border:none;border-radius:6px;padding:10px;font-size:12.5px;font-weight:700;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background .15s var(--ph-ease);}
.ph-buy-now-btn:hover{background:var(--ph-accent);color:#fff;}
.ph-buy-now-btn:active{transform:translateY(1px);}
.ph-buy-now-btn:disabled{background:#ccc;cursor:not-allowed;}
.ph-buy-now-btn.is-loading{opacity:.6;pointer-events:none;}
.ph-product-grid-wrap{position:relative;min-height:120px;transition:opacity .2s var(--ph-ease);}
.ph-product-grid-wrap.loading{opacity:.4;}

/* ===================== Testimonials ===================== */
/* ===================== Testimonials (Grid layout) ===================== */
/* ── Testimonials ───────────────────────────────────────────── */
/* Header */
.ph-t-header { text-align:center; margin-bottom:36px; }
.ph-t-label { display:inline-flex; align-items:center; gap:6px; font-size:11.5px; font-weight:800; letter-spacing:1.2px; text-transform:uppercase; color:var(--ph-accent); margin-bottom:10px; }
.ph-t-title { font-size:30px; font-weight:900; color:var(--ph-ink); margin:0 0 8px; line-height:1.2; }
.ph-t-subtitle { font-size:14px; color:var(--ph-muted); margin:0; }

/* Grid */
.ph-t-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap:22px;
  align-items:stretch;
}

/* Card */
.ph-t-card {
  position:relative;
  background:#fff;
  border-radius:20px;
  padding:28px 24px 22px;
  box-shadow:0 2px 12px rgba(0,0,0,.06);
  border:1.5px solid #f0f0f0;
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  transition:transform .22s ease, box-shadow .22s ease;
  overflow:hidden;
}
.ph-t-card::before {
  content:'';
  position:absolute;
  top:0; left:0; right:0;
  height:4px;
  background:linear-gradient(90deg, var(--ph-accent), var(--ph-accent2));
  border-radius:20px 20px 0 0;
}
.ph-t-card:hover {
  transform:translateY(-4px);
  box-shadow:0 8px 32px rgba(79,70,229,.12);
  border-color:#e0e7ff;
}

/* Quote icon */
.ph-t-quote-icon {
  color:#e0e7ff;
  margin-bottom:12px;
  line-height:1;
}

/* Stars */
.ph-t-stars {
  display:flex;
  gap:3px;
  margin-bottom:16px;
}

/* Review text */
.ph-t-text {
  color:#374151;
  font-size:15px;
  line-height:1.75;
  font-weight:400;
  font-style:italic;
  margin:0 0 24px;
  flex:1;
}

/* Footer */
.ph-t-foot {
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:16px;
  border-top:1px solid #f3f4f6;
}

/* Avatar */
.ph-t-avatar {
  width:48px; height:48px; border-radius:50%; flex-shrink:0;
  overflow:hidden; display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.ph-t-avatar img { width:100%; height:100%; object-fit:cover; display:block; }
.ph-t-avatar span { color:#fff; font-weight:800; font-size:18px; line-height:1; }

/* Name / role */
.ph-t-who strong { display:block; font-size:14px; color:var(--ph-ink); font-weight:800; line-height:1.3; }
.ph-t-role { font-size:12px; color:var(--ph-muted); display:block; margin-top:2px; }
.ph-t-verified {
  display:inline-flex; align-items:center; gap:4px;
  font-size:11px; font-weight:700; color:#059669;
  background:#d1fae5; padding:3px 9px 3px 7px; border-radius:20px;
  margin-top:4px;
}
.ph-t-verified svg { flex-shrink:0; }

/* Mobile: horizontal scroll */
@media(max-width:600px){
  .ph-t-header { text-align:left; }
  .ph-t-title { font-size:22px; }
  .ph-t-grid {
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    gap:14px;
    margin:0 calc(var(--ph-gutter) * -1);
    padding:4px var(--ph-gutter) 12px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .ph-t-grid::-webkit-scrollbar { display:none; }
  .ph-t-grid > .ph-t-card {
    flex:0 0 85vw;
    max-width:320px;
    scroll-snap-align:start;
  }
}




/* ===================== Video ===================== */
.ph-video-carousel .ph-video-slide{flex:0 0 calc(100% / var(--ph-cards-desktop, 3));padding:0 6px;box-sizing:border-box;}
.ph-video-thumb{position:relative;aspect-ratio:16/9;background:var(--ph-ink);border-radius:var(--ph-radius-sm);overflow:hidden;}
.ph-video-thumb img{width:100% !important;height:100% !important;object-fit:cover !important;opacity:.85;}
.ph-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#fff;border:none;cursor:pointer;color:var(--ph-ink);display:flex;align-items:center;justify-content:center;box-shadow:var(--ph-shadow);}
.ph-video-slide:hover .ph-play-btn{transform:translate(-50%,-50%) scale(1.08);}
.ph-video-modal{display:none;position:fixed;inset:0;background:rgba(22,22,41,.92);z-index:99999;align-items:center;justify-content:center;}
.ph-video-modal.active{display:flex;}
.ph-video-modal-inner{width:90%;max-width:900px;position:relative;}
.ph-video-modal-body iframe,.ph-video-modal-body video{width:100%;aspect-ratio:16/9;border:none;border-radius:var(--ph-radius-sm);}
.ph-video-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;line-height:1;}

/* ===================== Newsletter ===================== */
.ph-newsletter{background:var(--ph-ink);border-radius:var(--ph-radius);padding:30px 20px;}
.ph-newsletter-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;}
.ph-newsletter-inner h2{margin:0 0 4px;color:#fff;font-size:20px;font-weight:800;}
.ph-newsletter-inner p{margin:0;color:rgba(255,255,255,.7);font-size:13.5px;}
.ph-newsletter-form{display:flex;gap:8px;flex:0 0 auto;}
.ph-newsletter-form input{padding:11px 16px;border-radius:6px;border:none;min-width:220px;font-size:13px;}
.ph-newsletter-form input:focus{outline:2px solid var(--ph-accent);}
.ph-newsletter-form button{background:var(--ph-accent);color:#fff;border:none;padding:11px 22px;border-radius:6px;font-weight:700;font-size:13px;cursor:pointer;}
.ph-newsletter-form button:hover{opacity:.9;}
.ph-newsletter-message{width:100%;font-size:12.5px;color:#fff;margin-top:8px;font-weight:600;}
.ph-newsletter-message.is-error{color:#ff8a80;}

/* ===================== App download ===================== */
/* App Download — centered immersive layout */
.ph-app-download{background:linear-gradient(135deg,#1e40af 0%,#2563eb 100%);border-radius:var(--ph-radius);padding:52px 40px;margin:0 0 32px;overflow:hidden;position:relative;}
.ph-app-download::before{content:'';position:absolute;top:-60px;right:-60px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none;}
.ph-app-download::after{content:'';position:absolute;bottom:-80px;left:-40px;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.05);pointer-events:none;}
.ph-app-download-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px;position:relative;z-index:1;}
.ph-app-text h2{color:#fff;margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-.3px;line-height:1.2;}
.ph-app-text p{color:rgba(255,255,255,.85);margin:0;font-size:15px;max-width:480px;line-height:1.6;}
.ph-app-badges{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;}
.ph-app-badges a{display:inline-block;transition:transform .18s,opacity .18s;}
.ph-app-badges a:hover{transform:translateY(-2px);opacity:.92;}
.ph-app-badges img{height:48px;border-radius:8px;}
/* Feature pills row */
.ph-app-features{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;}
.ph-app-feature{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);color:#fff;font-size:12.5px;font-weight:600;padding:5px 13px;border-radius:100px;}
.ph-app-feature svg{flex-shrink:0;}

/* ===================== Footer — flat, bold ===================== */
/* ══════════════════════════════════════════════════
   FOOTER — Original structure, fresh colour palette
   Desktop 4-col | Tablet 2-col | Mobile accordion
   ══════════════════════════════════════════════════ */

.ph-footer {
  background: #1e293b;   /* slate-800 — fresh, rich dark blue-grey */
  color: #fff;
  margin: 0;
  padding-bottom: 0;
}
body.has-mnbp .ph-footer {
  padding-bottom: calc(var(--mnbp-bar-height,60px) + var(--mnbp-safe-area,0px));
}

/* ── 4-col grid ── */
.ph-footer-inner {
  width: 100%;
  padding: 48px var(--ph-gutter) 32px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
}

/* ── Brand col ── */
.ph-footer-sitename {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}
.ph-footer-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 12px;
  filter: brightness(0) invert(1);
}
.ph-footer-brand p {
  color: rgba(255,255,255,.5);
  font-size: 13px;
  line-height: 1.75;
  margin: 0 0 18px;
}

/* Social icons */
.ph-footer .ph-social-icons { margin-top: 4px; gap: 8px; flex-wrap: wrap; }
.ph-social-icons { display: flex; align-items: center; gap: 8px; }
.ph-social-icons a { color: inherit; opacity: .85; display: flex; transition: opacity .15s; }
.ph-social-icons a:hover { opacity: 1; }
.ph-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity .18s, transform .18s;
  flex-shrink: 0;
}
.ph-social-icon:hover { opacity: .85; transform: translateY(-2px); }

/* ── Column headings (desktop visible, mobile hidden by JS) ── */
.ph-footer-acc-btn {
  display: flex;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 0 14px;
  cursor: default;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 14px;
}
.ph-footer-acc-btn span { color: rgba(255,255,255,.45); }
.ph-footer-chevron { display: none; transition: transform .25s; flex-shrink: 0; }
.ph-footer-acc-body { overflow: hidden; }

/* Links */
.ph-footer-col ul { list-style: none; margin: 0; padding: 0; }
.ph-footer-col ul li { margin-bottom: 10px; }
.ph-footer-col ul a {
  color: rgba(255,255,255,.6);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400;
  transition: color .14s, padding-left .14s;
  display: block;
}
.ph-footer-col ul a:hover { color: #fff; padding-left: 4px; }

/* ── Payment row ── */
.ph-footer-payments {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px var(--ph-gutter);
  border-top: 1px solid rgba(255,255,255,.08);
}
.ph-footer-pay-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  white-space: nowrap;
  flex-shrink: 0;
}
.ph-footer-pay-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ph-footer-pay-logos img {
  height: 32px;
  width: auto;
  display: block;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.ph-pay-badge {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 4px 10px;
  border-radius: 20px;
}

/* ── Copyright ── */
.ph-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  text-align: center;
  padding: 14px var(--ph-gutter);
  font-size: 12px;
  color: rgba(255,255,255,.28);
}
.ph-footer-bottom p { margin: 0; }

/* ── Tablet: 2-col ── */
@media (min-width: 601px) and (max-width: 959px) {
  .ph-footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; padding: 36px var(--ph-gutter) 24px; }
  .ph-footer-brand { grid-column: 1 / -1; }
  .ph-footer-acc-btn { cursor: default; }
  .ph-footer-payments { justify-content: flex-start; }
}

/* ── Mobile: accordion ── */
@media (max-width: 600px) {
  .ph-footer-inner { grid-template-columns: 1fr !important; gap: 0 !important; padding: 28px var(--ph-gutter) 0; }
  .ph-footer-brand { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .ph-footer-col { border-bottom: 1px solid rgba(255,255,255,.08); }
  .ph-footer-acc-btn { padding: 14px 0; margin-bottom: 0; cursor: pointer; border-bottom: none; }
  .ph-footer-acc-btn span { color: #fff; font-size: 12px; }
  .ph-footer-chevron { display: block; color: rgba(255,255,255,.4); }
  .ph-footer-acc-body { max-height: 0; transition: max-height .3s ease; }
  .ph-footer-acc-body ul { padding: 8px 0 16px; }
  .ph-footer-payments { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ph-footer-pay-logos img { height: 28px; }
}

/* ── Boxed ── */
.ph-layout-boxed .ph-footer-inner,
.ph-layout-boxed .ph-footer-payments { max-width: var(--ph-max-width, 1280px); margin: 0 auto; }

