/* ─── PTI Premium v22 — Apple × Amazon — Dark to Light ─────────────── */

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;1,400&display=swap');

:root {
  --gray-950:    #0d0d0d;
  --gray-900:    #141414;
  --gray-800:    #1c1c1e;
  --gray-700:    #2c2c2e;
  --gray-600:    #3a3a3c;
  --gray-500:    #636366;
  --gray-400:    #8e8e93;
  --gray-300:    #c7c7cc;
  --gray-200:    #e5e5ea;
  --gray-100:    #f2f2f7;
  --gray-50:     #f9f9fb;
  --white:       #ffffff;

  --bg:          var(--gray-50);
  --bg-section:  var(--white);
  --bg-dark:     var(--gray-900);
  --surface:     var(--white);
  --surface-2:   var(--gray-100);
  --text:        var(--gray-900);
  --text-mid:    var(--gray-600);
  --text-muted:  var(--gray-400);
  --line:        rgba(0,0,0,.09);
  --line-dark:   rgba(255,255,255,.10);

  --accent:      #FF9900;
  --accent-dark: #e68900;
  --accent-soft: rgba(255,153,0,.10);
  --accent-mid:  rgba(255,153,0,.20);

  --font-sans:   'Figtree', system-ui, sans-serif;
  --font-display:'Playfair Display', Georgia, serif;

  --radius-xs:  6px;
  --radius-sm:  10px;
  --radius:     16px;
  --radius-lg:  24px;
  --radius-xl:  36px;
  --radius-2xl: 48px;

  --shadow-xs:  0 1px 4px rgba(0,0,0,.06);
  --shadow-sm:  0 4px 12px rgba(0,0,0,.07);
  --shadow:     0 8px 24px rgba(0,0,0,.09);
  --shadow-lg:  0 20px 48px rgba(0,0,0,.12);
  --shadow-xl:  0 32px 64px rgba(0,0,0,.16);
}

/* ─── PTI Premium v71 — logiciels et licences numériques ─── */
.main-nav .nav-software-link{position:relative;color:#0f172a;font-weight:850}
.main-nav .nav-software-link::after{content:"Nouveau";position:absolute;left:50%;top:-16px;transform:translateX(-50%);padding:2px 6px;border-radius:999px;background:#111827;color:#fff;font-size:7px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.pti-software-wrap{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:34px 0 92px}
.pti-software-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:28px;align-items:center;padding:42px;border:1px solid rgba(226,232,240,.95);border-radius:34px;background:linear-gradient(135deg,#fff 0%,#f3f6fa 58%,#e8edf3 100%);box-shadow:0 24px 60px rgba(15,23,42,.08);overflow:hidden}
.pti-software-hero h1{margin:8px 0 14px;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.055em;color:#111827}
.pti-software-hero p{max-width:680px;margin:0;color:#4b5563;font-size:16px;line-height:1.7}
.pti-software-hero-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.pti-software-hero-points span,.pti-software-meta span,.pti-digital-cart-badge{display:inline-flex;align-items:center;padding:7px 10px;border:1px solid #dbe2ea;border-radius:999px;background:rgba(255,255,255,.86);color:#334155;font-size:11px;font-weight:850}
.pti-software-hero-visual{min-height:250px;border-radius:28px;background:linear-gradient(145deg,#111827,#334155);display:grid;place-items:center;box-shadow:0 24px 44px rgba(15,23,42,.18);overflow:hidden}
.pti-software-hero-visual .product-visual-shell{width:100%;height:100%;min-height:250px;background:transparent;color:#fff}
.pti-software-hero-visual .product-visual-icon{color:#fff}.pti-software-hero-visual .visual-chip{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.18)}
.pti-software-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:50px 0 18px}
.pti-software-section-head h2{margin:6px 0 0;font-size:clamp(27px,3vw,40px);letter-spacing:-.045em}
.pti-software-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pti-software-grid>.pti-empty-state{grid-column:1/-1}
.pti-software-card{display:grid;grid-template-rows:230px 1fr;border:1px solid rgba(226,232,240,.95);border-radius:28px;background:#fff;overflow:hidden;box-shadow:0 16px 38px rgba(15,23,42,.06);transition:transform .2s ease,box-shadow .2s ease}
.pti-software-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.1)}
.pti-software-card-visual{position:relative;min-height:230px;background:linear-gradient(145deg,#f8fafc,#e7edf4);display:grid;place-items:center;overflow:hidden}
.pti-software-card-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;padding:0;transition:transform .4s ease}
.pti-software-card:hover .pti-software-card-visual img{transform:scale(1.05)}
.pti-software-card-visual .product-badge{position:absolute;top:16px;left:16px;z-index:2}
.pti-software-card-visual .product-visual-shell{width:100%;height:100%;min-height:230px}
.pti-software-card-copy{display:flex;flex-direction:column;gap:12px;padding:22px}
.pti-software-card-copy h3{margin:0;font-size:21px;line-height:1.18;letter-spacing:-.035em}
.pti-software-card-copy>p{margin:0;color:#596579;font-size:14px;line-height:1.62}
.pti-software-meta{display:flex;flex-wrap:wrap;gap:7px}
.pti-software-coming-price{font-size:16px;font-weight:900;color:#64748b}
.pti-software-card-actions{margin-top:auto}.pti-software-card-actions .btn{width:100%;justify-content:center}
.pti-software-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}
.pti-software-steps article{padding:20px;border:1px solid #e2e8f0;border-radius:22px;background:#f8fafc}
.pti-software-steps strong{display:block;margin-bottom:7px;color:#0f172a;font-size:15px}.pti-software-steps p{margin:0;color:#64748b;font-size:13px;line-height:1.55}
.pti-digital-product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:16px 0}
.pti-digital-product-facts span{display:grid;gap:3px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;color:#334155;font-size:13px}
.pti-digital-product-facts strong{color:#64748b;font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.pti-digital-delivery-note{margin:0 0 15px}.pti-digital-cart-badge{margin-top:8px;background:#eef6ff;border-color:#d8e8fb;color:#1e4f86}
.pti-digital-activation-guide{margin:0 0 17px;padding:13px 15px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}.pti-digital-activation-guide summary{cursor:pointer;color:#111827;font-size:13px;font-weight:900}.pti-digital-activation-guide ol{margin:12px 0 8px;padding-left:20px;color:#475569;font-size:13px;line-height:1.7}.pti-digital-activation-guide p{margin:0;color:#64748b;font-size:12px;line-height:1.55}
.pti-digital-checkout-delivery{display:grid;gap:4px;min-height:50px;padding:12px 14px;border:1px solid #d9e7db;border-radius:14px;background:#f0f8f2;color:#285d36}
.pti-digital-checkout-delivery strong{font-size:14px}.pti-digital-checkout-delivery span{font-size:12px;color:#4b6b53}
.pti-digital-consent{margin:14px 0;padding:13px 15px;border:1px solid #dbe4ee;border-radius:16px;background:#f8fafc}
.pti-account-mini-stats-v63{grid-template-columns:repeat(5,minmax(0,1fr))}
.pti-license-client-list{display:grid;gap:14px}
.pti-license-client-card{padding:20px;border:1px solid #e2e8f0;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 12px 28px rgba(15,23,42,.045)}
.pti-license-client-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.pti-license-client-head h3{margin:5px 0 0;font-size:19px;letter-spacing:-.03em}
.pti-license-meta{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}
.pti-license-meta span{padding:6px 9px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:11px;font-weight:800}
.pti-license-key-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.pti-license-key-row code{display:block;min-width:0;padding:15px 16px;border-radius:14px;background:#111827;color:#fff;font-size:15px;letter-spacing:.05em;overflow-wrap:anywhere}
.pti-license-help{margin:11px 0 0;color:#64748b;font-size:12px;line-height:1.55}
@media(max-width:1180px){.cats-grid{grid-template-columns:repeat(3,1fr)}.pti-software-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pti-account-mini-stats-v63{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.pti-software-wrap{width:min(100% - 24px,680px);padding-top:18px}.pti-software-hero{grid-template-columns:1fr;padding:25px;border-radius:26px}.pti-software-hero-visual{min-height:190px}.pti-software-hero-visual .product-visual-shell{min-height:190px}.pti-software-grid{grid-template-columns:1fr}.pti-software-steps{grid-template-columns:1fr}.pti-software-section-head{align-items:flex-start}.pti-account-mini-stats-v63{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.pti-software-wrap{width:calc(100% - 20px)}.pti-software-hero{padding:20px}.pti-software-hero h1{font-size:36px}.pti-software-section-head{display:grid}.pti-software-section-head .btn{width:100%;justify-content:center}.pti-software-card{grid-template-rows:190px 1fr}.pti-software-card-visual,.pti-software-card-visual .product-visual-shell{min-height:190px}.pti-digital-product-facts{grid-template-columns:1fr}.pti-license-client-head{display:grid}.pti-license-key-row{grid-template-columns:1fr}.pti-license-key-row .btn{width:100%;justify-content:center}.pti-account-mini-stats-v63{grid-template-columns:1fr 1fr}}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font-family: inherit; }
.container { width: min(1280px, calc(100vw - 48px)); margin: 0 auto; }

/* TOPBAR */
.topbar { background: var(--gray-950); color: rgba(255,255,255,.65); font-size: 12px; letter-spacing: .04em; }
.topbar-inner { display: flex; gap: 16px; align-items: center; justify-content: center; padding: 9px 0; flex-wrap: wrap; }
.topbar .dot { opacity: .3; }
.topbar a { color: var(--accent); font-weight: 600; }
.topbar a:hover { text-decoration: underline; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(20,20,20,.92); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 14px 0; }
.brand { display: flex; flex-direction: column; gap: 2px; }
.brand-name { font-size: 15px; font-weight: 700; letter-spacing: -.01em; color: var(--white); }
.brand-tag { font-size: 10px; color: var(--gray-500); letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.65); }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--white); }
.header-cta { background: var(--accent); color: var(--gray-900); padding: 9px 22px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; white-space: nowrap; }
.header-cta:hover { background: var(--accent-dark); transform: translateY(-1px); }

/* HERO FULLSCREEN */
.hero-fullscreen { position: relative; width: 100%; height: 100vh; min-height: 680px; display: flex; align-items: flex-end; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,.90) 0%, rgba(0,0,0,.55) 35%, rgba(0,0,0,.15) 65%, transparent 100%), linear-gradient(to right, rgba(0,0,0,.35) 0%, transparent 60%); }
.hero-content { position: relative; z-index: 2; padding: 0 0 80px; width: 100%; }
.hero-content .container { display: flex; flex-direction: column; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(255,153,0,.15); border: 1px solid rgba(255,153,0,.30); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; width: fit-content; }
.hero-content h1 { font-family: var(--font-display); font-size: clamp(40px, 6vw, 78px); line-height: 1.0; font-weight: 600; color: var(--white); letter-spacing: -.02em; max-width: 780px; margin-bottom: 20px; text-shadow: 0 2px 32px rgba(0,0,0,.3); }
.hero-content h1 em { font-style: italic; color: rgba(255,255,255,.70); }
.hero-content p { font-size: 17px; color: rgba(255,255,255,.70); line-height: 1.7; max-width: 520px; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero-stats { display: flex; gap: 36px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-stat { display: flex; flex-direction: column; gap: 3px; }
.hero-stat-num { font-size: 22px; font-weight: 700; color: var(--white); line-height: 1; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,.40); font-weight: 500; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; border: 1.5px solid transparent; white-space: nowrap; }
.btn-primary { background: var(--white); color: var(--gray-900); box-shadow: 0 4px 16px rgba(0,0,0,.2); }
.btn-primary:hover { background: var(--gray-100); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.btn-accent { background: var(--accent); color: var(--gray-900); font-weight: 700; }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-ghost { background: rgba(255,255,255,.10); color: var(--white); border-color: rgba(255,255,255,.25); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.btn-dark { background: var(--gray-900); color: var(--white); }
.btn-dark:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline { background: transparent; color: var(--gray-700); border-color: var(--line); }
.btn-outline:hover { border-color: var(--gray-400); transform: translateY(-1px); }

/* EYEBROW */
.eyebrow { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface-2); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 16px; width: fit-content; }
.eyebrow-accent { background: var(--accent-soft); border-color: var(--accent-mid); color: #b36b00; }
.eyebrow-dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: rgba(255,255,255,.65); }

/* SECTIONS */
.section-block { padding: 88px 0; }
.section-alt { background: var(--surface-2); }
.section-dark { background: var(--gray-900); color: var(--white); }
.section-darker { background: var(--gray-950); color: var(--white); }
.section-heading { max-width: 640px; margin-bottom: 56px; }
.section-heading h2 { font-family: var(--font-display); font-size: clamp(30px, 3.5vw, 46px); line-height: 1.05; letter-spacing: -.02em; margin-bottom: 14px; }
.section-heading p { font-size: 16px; color: var(--text-muted); line-height: 1.8; }
.section-dark .section-heading p, .section-darker .section-heading p { color: rgba(255,255,255,.45); }
.section-dark .section-heading h2, .section-darker .section-heading h2 { color: var(--white); }

/* TRUST BAR */
.trust-bar { background: var(--gray-800); border-bottom: 1px solid rgba(255,255,255,.06); }
.trust-bar-inner { display: flex; align-items: stretch; }
.trust-bar-item { flex: 1; display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.06); transition: background .2s; }
.trust-bar-item:last-child { border-right: none; }
.trust-bar-item:hover { background: rgba(255,255,255,.03); }
.trust-bar-icon { font-size: 20px; flex-shrink: 0; }
.trust-bar-text strong { display: block; font-size: 13px; font-weight: 600; color: var(--white); }
.trust-bar-text span { font-size: 11px; color: rgba(255,255,255,.35); }

/* CATEGORIES */
.cats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cat-card { border-radius: var(--radius-lg); padding: 32px 28px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-xs); transition: transform .3s, box-shadow .3s, border-color .3s; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; }
.cat-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gray-800), var(--gray-600)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.cat-card:hover::after { transform: scaleX(1); }
.cat-num { font-family: var(--font-display); font-size: 56px; line-height: 1; color: var(--gray-100); font-style: italic; position: absolute; top: 16px; right: 18px; pointer-events: none; font-weight: 400; }
.cat-icon { width: 48px; height: 48px; border-radius: var(--radius-sm); background: var(--gray-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cat-icon svg { width: 24px; height: 24px; color: var(--gray-700); }
.cat-card h3 { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.cat-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.cat-link { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; color: var(--gray-700); margin-top: auto; padding-top: 8px; transition: gap .2s, color .2s; }
.cat-link:hover { gap: 8px; color: var(--gray-900); }

/* SLIDER */
.slider-wrap { border-radius: var(--radius-xl); overflow: hidden; position: relative; box-shadow: var(--shadow-xl); }
.slider-track { position: relative; height: 520px; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.slide.is-active { opacity: 1; z-index: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px 56px; background: linear-gradient(0deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.25) 45%, transparent 100%); color: var(--white); }
.slide-overlay h3 { font-family: var(--font-display); font-size: 30px; line-height: 1.1; margin: 8px 0; max-width: 640px; font-weight: 600; }
.slide-overlay p { font-size: 14px; color: rgba(255,255,255,.68); max-width: 520px; }
.slider-controls { position: absolute; bottom: 24px; right: 32px; z-index: 2; display: flex; align-items: center; gap: 10px; }
.slider-btn { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.10); backdrop-filter: blur(10px); color: var(--white); font-size: 18px; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.slider-btn:hover { background: rgba(255,255,255,.22); }
.slider-dots { display: flex; gap: 6px; align-items: center; }
.dot { width: 6px; height: 6px; border-radius: 50%; border: none; background: rgba(255,255,255,.38); cursor: pointer; padding: 0; transition: background .2s, transform .2s; }
.dot.is-active { background: var(--white); transform: scale(1.4); }

/* PRODUCTS */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); overflow: hidden; transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.section-dark .product-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.product-card-img { width: 100%; height: 220px; display: flex; align-items: center; justify-content: center; background: var(--gray-50); position: relative; overflow: hidden; }
.section-dark .product-card-img { background: rgba(255,255,255,.05); }
.product-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform .4s; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-img.icon-fallback { flex-direction: column; gap: 8px; }
.product-card-img.icon-fallback svg { width: 72px; height: 72px; color: var(--gray-300); }
.product-badge { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: var(--gray-800); color: var(--white); }
.product-badge.badge-new { background: #15803d; }
.product-badge.badge-pro { background: #6d28d9; }
.product-badge.badge-top { background: var(--accent); color: var(--gray-900); }
.product-copy { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.card-label { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.section-dark .card-label { color: rgba(255,255,255,.30); }
.product-copy h3 { font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.product-copy p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.section-dark .product-copy p { color: rgba(255,255,255,.50); }
.section-dark .product-copy h3 { color: var(--white); }
.product-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.product-meta span { font-size: 11px; font-weight: 500; padding: 4px 10px; border-radius: 999px; background: var(--gray-100); color: var(--gray-600); border: 1px solid var(--line); }
.section-dark .product-meta span { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.10); color: rgba(255,255,255,.55); }
.mini-cta { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 14px; font-size: 13px; font-weight: 600; color: var(--gray-700); transition: gap .2s, color .2s; }
.mini-cta::after { content: '→'; }
.mini-cta:hover { gap: 9px; color: var(--gray-900); }
.section-dark .mini-cta { color: rgba(255,255,255,.65); }
.section-dark .mini-cta:hover { color: var(--white); }

/* QUICK CATS */
.quick-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-cat { display: flex; flex-direction: column; gap: 4px; padding: 24px 22px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-xs); transition: transform .25s, box-shadow .25s, border-color .25s; }
.quick-cat:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--gray-300); }
.quick-cat-badge { font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 4px; }
.quick-cat strong { font-size: 15px; color: var(--text); font-weight: 600; }
.quick-cat small { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

/* SPECIAL */
.special-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.special-card { border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); overflow: hidden; display: flex; transition: transform .3s, box-shadow .3s; box-shadow: var(--shadow-xs); }
.special-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.special-card-img { width: 160px; flex-shrink: 0; background: var(--gray-50); display: flex; align-items: center; justify-content: center; }
.special-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.special-card-img.icon-only { flex-direction: column; }
.special-card-img.icon-only svg { width: 56px; height: 56px; color: var(--gray-300); }
.special-copy { padding: 24px 26px; display: flex; flex-direction: column; gap: 8px; }
.special-copy h3 { font-size: 19px; font-weight: 600; letter-spacing: -.01em; }
.special-copy p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.special-tag { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: var(--gray-100); border: 1px solid var(--line); color: var(--gray-600); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; width: fit-content; }
.special-card.text-only { background: var(--gray-50); }

/* MID BANNER */
.mid-banner { border-radius: var(--radius-xl); overflow: hidden; position: relative; min-height: 400px; display: flex; align-items: flex-end; box-shadow: var(--shadow-xl); }
.mid-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mid-banner-overlay { position: relative; z-index: 1; padding: 52px 56px; background: linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 50%, transparent 100%); color: var(--white); width: 100%; }
.mid-banner-overlay h3 { font-family: var(--font-display); font-size: 28px; line-height: 1.15; margin: 10px 0; max-width: 580px; font-weight: 600; }
.mid-banner-overlay p { font-size: 14px; color: rgba(255,255,255,.65); max-width: 500px; line-height: 1.7; }

/* TRUST GRID */
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.trust-copy h2 { margin-bottom: 16px; }
.trust-copy p { color: var(--text-muted); font-size: 15px; line-height: 1.8; }
.trust-cards { display: flex; flex-direction: column; gap: 20px; }
.quality-item { display: flex; gap: 18px; align-items: flex-start; padding: 20px 22px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-xs); transition: transform .25s, box-shadow .25s; }
.quality-item:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.quality-icon { width: 44px; height: 44px; border-radius: var(--radius-sm); background: var(--gray-900); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quality-icon svg { width: 22px; height: 22px; color: var(--white); }
.quality-text h3 { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
.quality-text p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* TRUST STRIP */
.trust-strip-wrap { padding: 0; }
.trust-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--gray-900); border-radius: var(--radius-xl); overflow: hidden; }
.trust-pill { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 28px 16px; border-right: 1px solid rgba(255,255,255,.06); text-align: center; transition: background .2s; }
.trust-pill:last-child { border-right: none; }
.trust-pill:hover { background: rgba(255,255,255,.04); }
.trust-pill strong { font-size: 13px; font-weight: 600; color: var(--white); }
.trust-pill span { font-size: 11px; color: rgba(255,255,255,.35); }

/* FAQ */
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-item { padding: 28px 30px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-xs); transition: box-shadow .25s; }
.faq-item:hover { box-shadow: var(--shadow); }
.faq-item h3 { font-size: 16px; font-weight: 600; margin-bottom: 10px; letter-spacing: -.01em; }
.faq-item p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 28px 28px 24px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-xs); display: flex; flex-direction: column; gap: 12px; transition: transform .25s, box-shadow .25s; }
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.stars { color: var(--accent); font-size: 16px; letter-spacing: 2px; }
.review-card p { font-size: 15px; color: var(--text-mid); line-height: 1.75; flex: 1; font-style: italic; }
.review-author { font-size: 12px; font-weight: 600; color: var(--text-muted); margin-top: auto; }

/* CONTACT BOX */
.contact-box { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-700) 100%); border-radius: var(--radius-2xl); padding: 72px 64px; text-align: center; color: var(--white); position: relative; overflow: hidden; }
.contact-box::before { content: ''; position: absolute; top: -80px; right: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,153,0,.12), transparent 70%); pointer-events: none; }
.contact-box h2 { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 42px); line-height: 1.1; margin-bottom: 16px; font-weight: 600; }
.contact-box p { font-size: 16px; color: rgba(255,255,255,.58); line-height: 1.75; max-width: 540px; margin: 0 auto 36px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.btn-contact-primary { background: var(--accent); color: var(--gray-900); font-weight: 700; padding: 14px 32px; border-radius: 999px; font-size: 14px; transition: background .2s, transform .2s; }
.btn-contact-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-contact-ghost { background: rgba(255,255,255,.08); color: var(--white); border: 1px solid rgba(255,255,255,.18); padding: 14px 32px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: background .2s, transform .2s; }
.btn-contact-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }

/* FOOTER */
.site-footer { background: var(--gray-950); color: rgba(255,255,255,.60); border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 64px; padding: 64px 0 48px; }
.footer-brand { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.footer-text { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.38); }
.footer-heading { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.30); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.footer-links span { color: rgba(255,255,255,.28); font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.06); font-size: 12px; color: rgba(255,255,255,.22); }

/* REVEAL */
.reveal-item { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .cats-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; gap: 48px; }
  .trust-bar-inner { flex-wrap: wrap; }
  .trust-bar-item { flex: 1 1 40%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .main-nav { display: none; }
  .hero-content h1 { font-size: 36px; }
  .hero-stats { gap: 24px; }
  .product-grid { grid-template-columns: 1fr; }
  .special-grid { grid-template-columns: 1fr; }
  .faq-list { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip .trust-pill:nth-child(5) { grid-column: span 2; }
  .quick-cats { grid-template-columns: repeat(2, 1fr); }
  .cats-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-box { padding: 48px 32px; }
  .trust-bar-item { flex: 1 1 100%; }
}

/* ─── PTI Premium v24 — Apple refinement / white-to-soft-gray flow ─── */

:root {
  --bg: linear-gradient(180deg, #08090b 0%, #0f1217 8%, #171b22 18%, #252b34 30%, #454d59 44%, #808896 58%, #c8cdd6 74%, #e7eaef 88%, #f6f7fa 100%);
  --bg-section: rgba(255,255,255,.72);
  --surface: rgba(255,255,255,.78);
  --surface-2: rgba(242,245,249,.60);
  --bg-dark: rgba(14,17,23,.82);
  --text: #121720;
  --text-mid: #46505d;
  --text-muted: #667182;
  --line: rgba(70,78,92,.12);
  --line-dark: rgba(255,255,255,.12);

  --accent:      #6e8bb8;
  --accent-dark: #5b7499;
  --accent-soft: rgba(110,139,184,.10);
  --accent-mid:  rgba(110,139,184,.22);

  --font-display:'Figtree', system-ui, sans-serif;

  --radius-xs:  10px;
  --radius-sm:  16px;
  --radius:     22px;
  --radius-lg:  30px;
  --radius-xl:  40px;
  --radius-2xl: 54px;

  --shadow-xs:  0 4px 14px rgba(10,14,22,.06);
  --shadow-sm:  0 10px 24px rgba(10,14,22,.08);
  --shadow:     0 18px 42px rgba(10,14,22,.10);
  --shadow-lg:  0 24px 56px rgba(10,14,22,.14);
  --shadow-xl:  0 36px 82px rgba(10,14,22,.18);
}

html { background: #090b0e; }
body {
  background: var(--bg);
  background-attachment: fixed;
  color: var(--text);
}
body::before {
  content: '';
  position: fixed;
  inset: -10% -8%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,.13), transparent 24%),
    radial-gradient(circle at 82% 16%, rgba(125,145,176,.15), transparent 20%),
    radial-gradient(circle at 50% 60%, rgba(255,255,255,.07), transparent 26%);
}
.site-shell,
main,
.site-header,
.hero-fullscreen,
.section-block,
.trust-bar,
.site-footer { position: relative; z-index: 1; }

.topbar {
  background: linear-gradient(180deg, rgba(8,9,12,.92), rgba(16,19,24,.76));
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.72);
}
.topbar a { color: rgba(255,255,255,.92); }

.site-header {
  background: linear-gradient(180deg, rgba(13,16,22,.78), rgba(18,22,29,.64));
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}
.header-inner { padding: 16px 0; }
.brand-name {
  font-size: 16px;
  letter-spacing: .02em;
  font-weight: 800;
}
.brand-tag { color: rgba(255,255,255,.48); }
.main-nav { color: rgba(255,255,255,.68); }
.header-cta {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(224,230,238,.92));
  color: #11161e;
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 8px 22px rgba(3,8,18,.18), inset 0 1px 0 rgba(255,255,255,.85);
}
.header-cta:hover {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(231,236,243,.96));
}

.hero-fullscreen {
  min-height: 720px;
}
.hero-fullscreen::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0%, rgba(16,19,26,.26) 40%, rgba(31,36,46,.88) 100%);
  pointer-events: none;
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,.14) 0%, rgba(8,10,14,.22) 24%, rgba(10,12,18,.58) 62%, rgba(18,21,28,.94) 100%),
    linear-gradient(90deg, rgba(0,0,0,.38) 0%, rgba(0,0,0,.10) 48%, transparent 72%);
}
.hero-content { padding: 0 0 96px; }
.hero-eyebrow {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
}
.hero-content h1 {
  font-weight: 800;
  letter-spacing: -.04em;
}
.hero-content h1 em { color: rgba(232,238,245,.78); }
.hero-content p { color: rgba(255,255,255,.78); max-width: 620px; }
.hero-stats {
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-stat-label { color: rgba(255,255,255,.56); }

.btn {
  border-radius: 999px;
  padding: 15px 30px;
  box-shadow: 0 10px 24px rgba(7,11,18,.12);
}
.btn-primary {
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(229,234,241,.94));
  color: #11161d;
  border-color: rgba(255,255,255,.58);
  box-shadow: 0 12px 28px rgba(7,11,18,.18), inset 0 1px 0 rgba(255,255,255,.8);
}
.btn-primary:hover {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(236,239,245,.96));
}
.btn-ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.btn-ghost:hover { background: rgba(255,255,255,.14); }
.btn-dark {
  background: linear-gradient(180deg, rgba(20,24,31,.94), rgba(12,15,21,.94));
}
.btn-outline {
  background: rgba(255,255,255,.45);
  color: var(--text);
  border-color: rgba(62,72,86,.16);
}

.eyebrow {
  background: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.52);
  color: #596474;
  backdrop-filter: blur(14px);
}
.eyebrow-accent {
  background: rgba(110,139,184,.12);
  color: #5f789f;
  border-color: rgba(110,139,184,.24);
}
.eyebrow-dark {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.84);
}

.section-block {
  padding: 100px 0;
  isolation: isolate;
}
.section-block::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.16));
  border-top: 1px solid rgba(255,255,255,.08);
}
.section-alt::before {
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(241,244,248,.34));
}
.section-dark::before {
  background: linear-gradient(180deg, rgba(21,25,32,.74), rgba(39,45,56,.54));
  border-top: 1px solid rgba(255,255,255,.06);
}
.section-darker::before {
  background: linear-gradient(180deg, rgba(8,10,14,.86), rgba(17,20,27,.72));
  border-top: 1px solid rgba(255,255,255,.05);
}
.section-heading h2 {
  font-weight: 800;
  letter-spacing: -.035em;
}
.section-heading p { color: #596575; }
.section-dark .section-heading p,
.section-darker .section-heading p { color: rgba(255,255,255,.62); }

.trust-bar {
  background: transparent;
  padding: 0 0 8px;
  margin-top: -34px;
  z-index: 4;
}
.trust-bar-inner {
  background: linear-gradient(135deg, rgba(20,24,31,.86), rgba(42,49,60,.72));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 22px 54px rgba(0,0,0,.22);
  backdrop-filter: blur(24px) saturate(150%);
}
.trust-bar-item {
  padding: 22px 24px;
}
.trust-bar-item:hover { background: rgba(255,255,255,.045); }
.trust-bar-text span { color: rgba(255,255,255,.52); }

.slider-wrap,
.mid-banner,
.contact-box,
.trust-strip {
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow-xl);
}
.slider-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border-radius: var(--radius-2xl);
  padding: 18px;
  backdrop-filter: blur(20px);
}
.slide {
  border-radius: calc(var(--radius-2xl) - 12px);
  overflow: hidden;
}
.slide-overlay {
  background: linear-gradient(0deg, rgba(7,10,14,.86) 0%, rgba(7,10,14,.34) 54%, transparent 100%);
}
.slide-overlay p { color: rgba(255,255,255,.76); }
.slider-btn {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.dot { width: 8px; height: 8px; }

.cat-card,
.quick-cat,
.special-card,
.quality-item,
.faq-item,
.review-card {
  background: linear-gradient(180deg, rgba(255,255,255,.80), rgba(245,247,251,.72));
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 18px 44px rgba(13,18,27,.08), inset 0 1px 0 rgba(255,255,255,.66);
  backdrop-filter: blur(18px);
}
.cat-card:hover,
.quick-cat:hover,
.special-card:hover,
.quality-item:hover,
.faq-item:hover,
.review-card:hover,
.product-card:hover {
  transform: translateY(-7px);
}
.cat-card {
  padding: 34px 30px;
  border-radius: var(--radius-lg);
}
.cat-card::after {
  height: 4px;
  background: linear-gradient(90deg, rgba(89,107,132,.96), rgba(201,207,216,.86));
}
.cat-icon {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(235,239,244,.95), rgba(217,223,232,.88));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.cat-num { color: rgba(119,130,146,.14); }
.cat-card p,
.quick-cat small,
.special-copy p,
.quality-text p,
.faq-item p,
.review-author { color: #667182; }
.cat-link,
.mini-cta { color: #3e4d62; }
.cat-link:hover,
.mini-cta:hover { color: #1b2330; }

.product-card {
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(244,247,251,.74));
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 18px 44px rgba(13,18,27,.09), inset 0 1px 0 rgba(255,255,255,.68);
  backdrop-filter: blur(18px);
}
.section-dark .product-card {
  background: linear-gradient(180deg, rgba(31,36,45,.88), rgba(18,22,29,.82));
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 22px 48px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.05);
}
.product-card-img {
  height: 235px;
  background: linear-gradient(180deg, rgba(246,248,251,.96), rgba(227,232,238,.82));
}
.section-dark .product-card-img {
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}
.product-card-img img {
  padding: 24px;
}
.product-badge {
  top: 14px;
  left: 14px;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
}
.product-badge.badge-top {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(220,228,238,.94));
  color: #152030;
}
.product-badge.badge-new { background: linear-gradient(180deg, #4f7f6b, #3f6657); }
.product-badge.badge-pro { background: linear-gradient(180deg, #6c7ea0, #556583); }
.product-copy { padding: 24px 24px 24px; gap: 8px; }
.card-label { color: #748094; }
.product-copy p { color: #667182; }
.section-dark .product-copy p { color: rgba(255,255,255,.72); }
.section-dark .card-label { color: rgba(255,255,255,.42); }
.product-meta span,
.special-tag {
  background: rgba(255,255,255,.56);
  border-color: rgba(255,255,255,.62);
  color: #556171;
}
.section-dark .product-meta span {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.10);
  color: rgba(255,255,255,.70);
}

.quick-cat { padding: 26px 24px; }
.quick-cat-badge { color: #7b8798; }
.quick-cat strong { color: #17202b; }

.special-grid { gap: 22px; }
.special-card {
  border-radius: var(--radius-lg);
}
.special-card-img {
  width: 170px;
  background: linear-gradient(180deg, rgba(245,247,250,.96), rgba(226,231,238,.84));
}
.special-card.text-only {
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(241,244,248,.68));
}
.special-card-img.icon-only svg { color: rgba(107,120,137,.44); }

.mid-banner {
  min-height: 430px;
  border-radius: var(--radius-2xl);
}
.mid-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 18%);
  pointer-events: none;
}
.mid-banner-overlay {
  padding: 58px 60px;
  background: linear-gradient(0deg, rgba(10,13,18,.88) 0%, rgba(10,13,18,.56) 42%, rgba(10,13,18,.16) 100%);
}
.mid-banner-overlay p { color: rgba(255,255,255,.78); }

.trust-copy p { color: #586474; }
.quality-item {
  padding: 22px 24px;
  border-radius: 26px;
}
.quality-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(31,36,45,.96), rgba(14,17,23,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.trust-strip {
  background: linear-gradient(135deg, rgba(17,20,27,.90), rgba(41,47,58,.78));
  border-radius: 34px;
  overflow: hidden;
  backdrop-filter: blur(22px);
}
.trust-pill { padding: 32px 18px; }
.trust-pill span { color: rgba(255,255,255,.60); }

.faq-item,
.review-card { border-radius: var(--radius-lg); }
.review-card p { color: #4a5563; }

.contact-box {
  background: linear-gradient(135deg, rgba(16,19,25,.92) 0%, rgba(37,43,52,.88) 44%, rgba(112,126,148,.76) 100%);
  border-radius: var(--radius-2xl);
  padding: 78px 66px;
  box-shadow: 0 34px 84px rgba(5,8,14,.22);
}
.contact-box::before {
  top: auto;
  bottom: -120px;
  right: -100px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255,255,255,.14), transparent 70%);
}
.contact-box p { color: rgba(255,255,255,.78); }
.btn-contact-primary {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(224,231,239,.92));
  color: #11161d;
  border: 1px solid rgba(255,255,255,.56);
  box-shadow: 0 10px 24px rgba(7,11,18,.18), inset 0 1px 0 rgba(255,255,255,.8);
}
.btn-contact-primary:hover {
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(232,237,244,.96));
}
.btn-contact-ghost {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
}

.site-footer {
  background: linear-gradient(180deg, rgba(10,12,16,.92), rgba(7,8,11,.98));
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-grid { padding: 72px 0 52px; }
.footer-brand { font-size: 18px; letter-spacing: .02em; }
.footer-text,
.footer-links span { color: rgba(255,255,255,.48); }
.footer-links a:hover { color: rgba(255,255,255,.96); }
.footer-bottom { color: rgba(255,255,255,.36); }

@media (max-width: 1024px) {
  .section-block { padding: 84px 0; }
  .trust-bar { margin-top: -24px; }
  .trust-bar-inner { border-radius: 28px; }
}

@media (max-width: 768px) {
  .section-block { padding: 72px 0; }
  .container { width: min(1280px, calc(100% - 28px)); }
  .hero-fullscreen { min-height: 660px; }
  .hero-content { padding-bottom: 72px; }
  .trust-bar { margin-top: -18px; }
  .trust-bar-inner { border-radius: 24px; }
  .contact-box { padding: 50px 28px; }
  .mid-banner-overlay { padding: 38px 28px; }
}


/* ─── PTI Premium v24 — White to Soft Gray Apple flow / product SVG placeholders ─── */

:root {
  --bg: linear-gradient(180deg, #fcfdff 0%, #f8fafc 10%, #f2f5f9 24%, #edf1f6 40%, #e6ebf1 58%, #dde3ea 76%, #d3dae3 100%);
  --bg-section: rgba(255,255,255,.74);
  --surface: rgba(255,255,255,.78);
  --surface-2: rgba(243,246,250,.72);
  --bg-dark: rgba(228,234,241,.92);
  --text: #141a22;
  --text-mid: #44505e;
  --text-muted: #687586;
  --line: rgba(76,87,102,.11);
  --line-dark: rgba(76,87,102,.12);

  --accent:      #7b889b;
  --accent-dark: #626f81;
  --accent-soft: rgba(123,136,155,.10);
  --accent-mid:  rgba(123,136,155,.20);

  --radius-xs:  12px;
  --radius-sm:  18px;
  --radius:     24px;
  --radius-lg:  34px;
  --radius-xl:  46px;
  --radius-2xl: 60px;
}

html { background: #eef2f7; }
body {
  background: var(--bg);
  background-attachment: fixed;
}
body::before {
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,.94), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(214,221,230,.62), transparent 22%),
    radial-gradient(circle at 52% 64%, rgba(255,255,255,.42), transparent 28%);
}

.topbar {
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(245,248,252,.62));
  border-bottom: 1px solid rgba(100,111,127,.10);
  color: #627182;
}
.topbar a { color: #3c4654; }

.site-header {
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(244,247,251,.58));
  border-bottom: 1px solid rgba(100,111,127,.10);
  box-shadow: 0 10px 28px rgba(20,28,40,.06);
}
.brand-name { color: #121821; }
.brand-tag,
.main-nav { color: #657384; }
.main-nav a:hover { color: #1b2430; }
.header-cta {
  background: linear-gradient(180deg, rgba(30,36,45,.92), rgba(18,22,29,.92));
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 22px rgba(10,14,22,.14), inset 0 1px 0 rgba(255,255,255,.06);
}
.header-cta:hover {
  background: linear-gradient(180deg, rgba(42,49,60,.96), rgba(24,29,37,.96));
}

.hero-fullscreen::after {
  background: linear-gradient(180deg, transparent 0%, rgba(232,237,243,.42) 42%, rgba(221,228,236,.94) 100%);
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(248,250,252,.78) 24%, rgba(236,241,246,.64) 55%, rgba(209,217,227,.74) 100%),
    linear-gradient(90deg, rgba(255,255,255,.58) 0%, rgba(255,255,255,.18) 42%, transparent 70%);
}
.hero-eyebrow {
  background: rgba(255,255,255,.66);
  border-color: rgba(120,132,150,.16);
  color: #506174;
}
.hero-content h1 {
  color: #10161f;
  text-shadow: none;
}
.hero-content h1 em { color: rgba(16,22,31,.58); }
.hero-content p { color: #4f5d6e; }
.hero-stats { border-top: 1px solid rgba(94,106,121,.14); }
.hero-stat-num { color: #141c25; }
.hero-stat-label { color: #647285; }

.btn-primary {
  background: linear-gradient(180deg, rgba(22,28,36,.96), rgba(12,16,22,.96));
  color: #fff;
  border-color: rgba(255,255,255,.16);
}
.btn-primary:hover {
  background: linear-gradient(180deg, rgba(33,40,50,.98), rgba(16,21,29,.98));
}
.btn-ghost {
  background: rgba(255,255,255,.58);
  color: #1a2430;
  border-color: rgba(120,132,150,.16);
}
.btn-ghost:hover { background: rgba(255,255,255,.78); }
.btn-dark {
  background: linear-gradient(180deg, rgba(25,31,39,.94), rgba(14,18,24,.94));
}
.btn-outline {
  background: rgba(255,255,255,.6);
  color: #24303e;
  border-color: rgba(120,132,150,.16);
}

.eyebrow {
  background: rgba(255,255,255,.68);
  border-color: rgba(120,132,150,.14);
  color: #687586;
}
.eyebrow-accent {
  background: rgba(123,136,155,.10);
  border-color: rgba(123,136,155,.18);
  color: #5f6d82;
}
.eyebrow-dark {
  background: rgba(255,255,255,.64);
  border-color: rgba(120,132,150,.14);
  color: #5f6d82;
}

.section-block::before,
.section-alt::before,
.section-dark::before,
.section-darker::before {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.16));
  border-top: 1px solid rgba(255,255,255,.16);
}
.section-dark,
.section-darker,
.section-alt {
  background: transparent;
  color: var(--text);
}
.section-dark .section-heading h2,
.section-darker .section-heading h2,
.section-dark .section-heading p,
.section-darker .section-heading p,
.section-dark .card-label,
.section-dark .product-copy p,
.section-dark .section-heading,
.section-darker .section-heading {
  color: inherit;
}
.section-dark .section-heading p,
.section-darker .section-heading p,
.section-dark .product-copy p,
.section-dark .card-label {
  color: #667384;
}
.section-dark .eyebrow-dark { color: #5f6d82; }

.trust-bar {
  background: transparent;
}
.trust-bar-inner {
  background: linear-gradient(135deg, rgba(255,255,255,.80), rgba(235,240,246,.72));
  border: 1px solid rgba(120,132,150,.12);
  box-shadow: 0 18px 42px rgba(15,23,34,.08);
}
.trust-bar-item { border-right-color: rgba(120,132,150,.10); }
.trust-bar-item:hover { background: rgba(255,255,255,.32); }
.trust-bar-text strong { color: #18212d; }
.trust-bar-text span { color: #697688; }

.slider-wrap,
.mid-banner,
.contact-box,
.trust-strip {
  border: 1px solid rgba(120,132,150,.12);
  box-shadow: 0 24px 60px rgba(15,23,34,.10);
}
.slider-wrap,
.cat-card,
.quick-cat,
.special-card,
.quality-item,
.faq-item,
.review-card,
.product-card,
.contact-box,
.trust-strip {
  backdrop-filter: blur(20px);
}
.slider-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(242,246,250,.70));
}
.slide-overlay {
  background: linear-gradient(0deg, rgba(18,24,33,.52) 0%, rgba(18,24,33,.18) 48%, rgba(255,255,255,0) 100%);
}
.slide-overlay h3,
.slide-overlay p { color: #fff; }

.cat-card,
.quick-cat,
.special-card,
.quality-item,
.faq-item,
.review-card,
.product-card {
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(241,245,249,.76));
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(15,23,34,.08), inset 0 1px 0 rgba(255,255,255,.76);
}
.product-card-img,
.special-card-img {
  background: linear-gradient(180deg, rgba(250,252,255,.96), rgba(232,237,244,.88));
}
.section-dark .product-card,
.section-dark .product-card-img,
.section-dark .product-meta span,
.section-dark .special-tag {
  background: unset;
}
.section-dark .product-card {
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(241,245,249,.76));
  border-color: rgba(255,255,255,.72);
  box-shadow: 0 18px 44px rgba(15,23,34,.08), inset 0 1px 0 rgba(255,255,255,.76);
}
.section-dark .product-card-img {
  background: linear-gradient(180deg, rgba(250,252,255,.96), rgba(232,237,244,.88));
}
.product-meta span,
.special-tag,
.section-dark .product-meta span {
  background: rgba(255,255,255,.68);
  border-color: rgba(255,255,255,.76);
  color: #596678;
}

.product-card-img.product-visual,
.special-card-img.product-visual {
  position: relative;
  overflow: hidden;
  padding: 20px;
  align-items: stretch;
  justify-content: stretch;
}
.product-visual-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: grid;
  place-items: center;
  border-radius: calc(var(--radius-lg) - 8px);
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.96), transparent 26%),
    radial-gradient(circle at 78% 80%, rgba(196,205,216,.36), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.88), rgba(235,241,247,.78));
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
  overflow: hidden;
}
.product-visual-shell::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: calc(var(--radius-lg) - 18px);
  border: 1px solid rgba(118,132,151,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0));
}
.product-visual-icon {
  position: relative;
  z-index: 2;
  width: 94px;
  height: 94px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  color: #445264;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(225,231,239,.88));
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 32px rgba(25,34,46,.10), inset 0 1px 0 rgba(255,255,255,.9);
}
.product-visual-icon svg {
  width: 46px;
  height: 46px;
}
.product-visual-glow {
  position: absolute;
  z-index: 1;
  inset: auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(191,200,211,.42), transparent 68%);
  filter: blur(4px);
}
.visual-chip {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5f6d82;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(120,132,150,.12);
  box-shadow: 0 10px 24px rgba(15,23,34,.08);
}
.special-visual .product-visual-shell {
  min-height: 220px;
}
.special-card.text-only {
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(241,245,249,.76));
}
.special-card-img.icon-only svg { color: #5d6d83; }

.contact-box {
  background: linear-gradient(135deg, rgba(255,255,255,.82) 0%, rgba(241,245,249,.76) 48%, rgba(225,231,239,.86) 100%);
  box-shadow: 0 30px 74px rgba(15,23,34,.10);
}
.contact-box p,
.contact-box h2,
.contact-box .eyebrow-dark { color: #141a22; }
.contact-box .eyebrow-dark {
  background: rgba(255,255,255,.66);
  border-color: rgba(120,132,150,.12);
}
.contact-box::before {
  background: radial-gradient(circle, rgba(255,255,255,.72), transparent 70%);
}
.btn-contact-primary {
  background: linear-gradient(180deg, rgba(24,30,38,.96), rgba(14,18,24,.96));
  color: #fff;
  border-color: rgba(255,255,255,.18);
}
.btn-contact-primary:hover {
  background: linear-gradient(180deg, rgba(36,43,53,.98), rgba(16,21,29,.98));
}
.btn-contact-ghost {
  background: rgba(255,255,255,.7);
  color: #1c2734;
  border-color: rgba(120,132,150,.14);
}

.site-footer {
  background: linear-gradient(180deg, rgba(238,242,247,.94), rgba(225,232,240,.98));
  border-top: 1px solid rgba(120,132,150,.10);
}
.footer-brand,
.footer-heading,
.footer-links a { color: #1a2230; }
.footer-text,
.footer-links span,
.footer-bottom { color: #667384; }
.footer-links a:hover { color: #10161f; }

@media (max-width: 768px) {
  .product-visual-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
  }
  .product-visual-icon svg {
    width: 40px;
    height: 40px;
  }
  .visual-chip {
    top: 12px;
    right: 12px;
  }
}


/* ─── PTI Premium v25 — refined hero veil / taupe badges / soft gray footer ─── */

:root {
  --badge-taupe: #b79d86;
  --badge-taupe-dark: #967b65;
  --badge-taupe-soft: rgba(183,157,134,.18);
  --badge-charcoal: #434c59;
  --badge-sage: #758577;
  --footer-gray-top: #d9dfe6;
  --footer-gray-bottom: #cfd6de;
}

.hero-overlay {
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.44) 0%,
      rgba(244,247,251,.40) 18%,
      rgba(221,228,236,.38) 38%,
      rgba(176,186,198,.52) 62%,
      rgba(129,141,156,.72) 100%),
    linear-gradient(90deg,
      rgba(33,39,48,.22) 0%,
      rgba(58,67,79,.10) 42%,
      transparent 78%);
}
.hero-fullscreen::after {
  background: linear-gradient(180deg, transparent 0%, rgba(218,224,232,.36) 36%, rgba(150,160,173,.82) 100%);
}
.hero-content h1,
.hero-content p,
.hero-stat-num,
.hero-stat-label,
.hero-eyebrow {
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  background: rgba(255,255,255,.54);
  border-color: rgba(86,97,111,.14);
  color: #49586a;
  box-shadow: 0 10px 26px rgba(18,26,37,.08);
}
.hero-content h1 {
  color: #0f1620;
  text-shadow: 0 1px 0 rgba(255,255,255,.26);
}
.hero-content h1 em { color: rgba(15,22,32,.62); }
.hero-content p { color: #445363; }
.hero-stats {
  border-top: 1px solid rgba(74,84,96,.16);
  padding-top: 26px;
  max-width: fit-content;
}
.hero-stat-num { color: #111922; }
.hero-stat-label { color: #566577; }

.product-card-img.product-visual,
.special-card-img.product-visual {
  padding: 18px;
}
.product-visual-shell {
  border-radius: calc(var(--radius-lg) - 10px);
}
.product-badge {
  z-index: 8;
  top: 18px;
  left: 18px;
  padding: 8px 13px;
  font-size: 9px;
  letter-spacing: .14em;
  border: 1px solid rgba(255,255,255,.64);
  backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 14px 32px rgba(15,23,34,.12), inset 0 1px 0 rgba(255,255,255,.36);
  background: linear-gradient(180deg, rgba(80,91,108,.94), rgba(58,67,80,.94));
  color: #f7f9fb;
}
.product-badge.badge-top {
  background: linear-gradient(180deg, rgba(194,169,145,.96), rgba(171,144,120,.96));
  border-color: rgba(255,255,255,.48);
  color: #ffffff;
}
.product-badge.badge-new {
  background: linear-gradient(180deg, rgba(191,166,140,.94), rgba(166,138,114,.94));
  border-color: rgba(255,255,255,.5);
  color: #ffffff;
}
.product-badge.badge-pro {
  background: linear-gradient(180deg, rgba(111,123,140,.96), rgba(86,97,114,.96));
  border-color: rgba(255,255,255,.46);
  color: #ffffff;
}
.visual-chip,
.special-tag,
.product-meta span,
.section-dark .product-meta span,
.section-dark .special-tag {
  background: linear-gradient(180deg, rgba(255,255,255,.84), rgba(246,241,236,.74));
  border-color: rgba(183,157,134,.18);
  color: #7a6553;
  box-shadow: 0 10px 22px rgba(15,23,34,.06);
}
.visual-chip {
  z-index: 7;
  font-size: 9px;
  letter-spacing: .14em;
}
.product-visual-icon {
  color: #495869;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(233,238,244,.90));
}
.product-visual-glow {
  background: radial-gradient(circle, rgba(191,171,154,.24), transparent 68%);
}
.card-label { color: #7a6a5a; }
.product-copy p,
.section-dark .product-copy p { color: #647283; }

.site-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(219,225,233,.97), rgba(206,214,223,.99));
  border-top: 1px solid rgba(108,118,132,.10);
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.06)),
    url("../img/banner-tech-premium.jpg") center/cover no-repeat;
  opacity: .36;
  pointer-events: none;
}
.site-footer > * {
  position: relative;
  z-index: 1;
}
.footer-brand,
.footer-heading,
.footer-links a { color: #17202b; }
.footer-text,
.footer-links span,
.footer-bottom { color: #59697a; }
.footer-links a:hover { color: #0f1620; }
.footer-bottom {
  border-top: 1px solid rgba(108,118,132,.10);
}

@media (max-width: 768px) {
  .product-badge {
    top: 14px;
    left: 14px;
    padding: 7px 11px;
  }
}


/* ─── PTI Premium v26 — light hero refresh / unified typography ─── */

:root {
  --text: #1c2430;
  --text-mid: #1c2430;
  --text-muted: #1c2430;
}

body,
.topbar,
.topbar a,
.brand-name,
.brand-tag,
.main-nav,
.main-nav a,
.hero-eyebrow,
.hero-content h1,
.hero-content h1 em,
.hero-content p,
.hero-stat-num,
.hero-stat-label,
.section-heading p,
.trust-bar-text strong,
.trust-bar-text span,
.cat-card p,
.cat-link,
.card-label,
.product-copy p,
.product-meta span,
.special-tag,
.visual-chip,
.quick-cat-badge,
.quick-cat strong,
.mini-cta,
.review-card p,
.review-author,
.contact-box p,
.contact-box h2,
.contact-box .eyebrow-dark,
.footer-brand,
.footer-heading,
.footer-text,
.footer-links a,
.footer-links span,
.footer-bottom {
  color: #1c2430;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(247,249,252,.74) 22%, rgba(234,239,245,.62) 52%, rgba(213,220,229,.72) 100%),
    linear-gradient(90deg, rgba(255,255,255,.56) 0%, rgba(255,255,255,.16) 40%, transparent 72%);
}

.hero-fullscreen::after {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(230,235,241,.34) 38%, rgba(194,202,212,.74) 100%);
}

.hero-eyebrow {
  background: rgba(255,255,255,.70);
  border-color: rgba(98,110,125,.14);
}

.hero-content h1 {
  color: #1c2430;
}

.hero-content h1 em,
.hero-content p,
.hero-stat-label {
  color: #1c2430;
}

.slide {
  overflow: hidden;
}

.slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(20,26,35,.24) 0%, rgba(20,26,35,.18) 36%, rgba(20,26,35,.10) 100%),
    linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 42%);
  pointer-events: none;
}

.slide img {
  filter: saturate(.94) brightness(.86);
}

.slide-overlay {
  z-index: 1;
  background: linear-gradient(0deg, rgba(18,24,33,.72) 0%, rgba(18,24,33,.34) 52%, rgba(18,24,33,.12) 78%, rgba(255,255,255,0) 100%);
}

.site-footer {
  background: linear-gradient(180deg, rgba(230,236,243,.96), rgba(216,223,231,.99));
}

.footer-text,
.footer-links span,
.footer-bottom {
  color: #1c2430;
  opacity: .78;
}


/* FULL BLEED SEPARATORS — v30 */
.full-bleed-slider,
.full-bleed-banner {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0 !important;
}

.full-bleed-slider {
  padding: 0 !important;
  border-left: 0;
  border-right: 0;
  background: transparent;
  box-shadow: 0 24px 60px rgba(15,23,34,.10);
}

.full-bleed-slider .slider-track {
  min-height: 520px;
}

.full-bleed-slider .slide,
.full-bleed-slider .slide img {
  border-radius: 0 !important;
}

.full-bleed-slider .slider-controls {
  right: max(24px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2 + 24px));
}

.full-bleed-slider .slide-overlay {
  padding-left: max(28px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2 + 8px));
  padding-right: max(28px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2 + 120px));
}

.full-bleed-banner {
  min-height: 470px;
  border-left: 0;
  border-right: 0;
}

.full-bleed-banner::after {
  border-radius: 0 !important;
}

.full-bleed-banner img,
.full-bleed-banner .mid-banner-overlay {
  border-radius: 0 !important;
}

.full-bleed-banner .mid-banner-overlay {
  padding-left: max(28px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2 + 8px));
  padding-right: max(28px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2 + 8px));
}

@media (max-width: 900px) {
  .full-bleed-slider .slider-track,
  .full-bleed-banner {
    min-height: 420px;
  }

  .full-bleed-slider .slider-controls {
    right: 18px;
    bottom: 18px;
  }

  .full-bleed-slider .slide-overlay,
  .full-bleed-banner .mid-banner-overlay {
    padding-left: 22px;
    padding-right: 22px;
  }
}


/* ─── PTI Premium v31 — payment & trust taupe accents ─── */
.quality-icon {
  background: linear-gradient(180deg, rgba(194,169,145,.96), rgba(171,144,120,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 28px rgba(122,101,83,.18);
  border: 1px solid rgba(255,255,255,.28);
}
.quality-icon svg {
  color: #ffffff;
}
.quality-item {
  box-shadow: 0 18px 44px rgba(15,23,34,.08), inset 0 1px 0 rgba(255,255,255,.76);
}


/* ─── PTI Premium v32 — brown & white payment/trust refinement ─── */
.trust-copy .eyebrow-accent {
  background: linear-gradient(180deg, rgba(202,175,150,.22), rgba(185,152,124,.16));
  border-color: rgba(162,127,101,.22);
  color: #8b654d;
}

.trust-copy h2,
.trust-copy p {
  color: #6f5545;
}

.trust-cards .quality-item {
  background: linear-gradient(180deg, rgba(255,253,250,.96), rgba(251,246,240,.92));
  border: 1px solid rgba(170,136,109,.20);
  box-shadow: 0 20px 48px rgba(112,84,63,.10), inset 0 1px 0 rgba(255,255,255,.86);
}

.trust-cards .quality-item:hover {
  box-shadow: 0 24px 54px rgba(112,84,63,.14), inset 0 1px 0 rgba(255,255,255,.88);
}

.trust-cards .quality-icon {
  background: linear-gradient(180deg, rgba(188,155,128,.98), rgba(142,110,88,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 14px 28px rgba(112,84,63,.18);
  border: 1px solid rgba(255,255,255,.20);
}

.trust-cards .quality-icon svg {
  color: #ffffff;
}

.trust-cards .quality-text h3 {
  color: #6a4f3f;
}

.trust-cards .quality-text p {
  color: #8a6c59;
}

.trust-strip {
  background: linear-gradient(135deg, rgba(193,161,136,.98) 0%, rgba(163,128,104,.98) 48%, rgba(133,100,80,.98) 100%);
  border: 1px solid rgba(142,110,88,.18);
  box-shadow: 0 26px 60px rgba(112,84,63,.18), inset 0 1px 0 rgba(255,255,255,.18);
}

.trust-pill {
  border-right-color: rgba(255,255,255,.16);
}

.trust-pill:hover {
  background: rgba(255,255,255,.08);
}

.trust-pill strong,
.trust-pill span {
  color: #ffffff;
}

.trust-pill span {
  opacity: .86;
}


/* ─── PTI Premium v33 — global grayscale refinement / no brown ─── */
:root {
  --badge-taupe: #a6b0bc;
  --badge-taupe-dark: #7b8795;
  --badge-taupe-soft: rgba(166,176,188,.16);
}

/* neutralize previous taupe / brown accents site-wide */
.hero-eyebrow,
.eyebrow-accent,
.trust-copy .eyebrow-accent {
  background: linear-gradient(180deg, rgba(255,255,255,.74), rgba(236,240,245,.78));
  border-color: rgba(109,122,139,.16);
  color: #4d5b6d;
  box-shadow: 0 10px 26px rgba(18,26,37,.08);
}

.product-badge {
  background: linear-gradient(180deg, rgba(85,96,111,.96), rgba(61,70,82,.96));
  border-color: rgba(255,255,255,.56);
  color: #f9fbfd;
}
.product-badge.badge-top {
  background: linear-gradient(180deg, rgba(124,137,153,.96), rgba(96,109,125,.96));
  border-color: rgba(255,255,255,.48);
  color: #ffffff;
}
.product-badge.badge-new {
  background: linear-gradient(180deg, rgba(146,157,171,.96), rgba(114,126,141,.96));
  border-color: rgba(255,255,255,.48);
  color: #ffffff;
}
.product-badge.badge-pro {
  background: linear-gradient(180deg, rgba(98,110,127,.96), rgba(74,85,99,.96));
  border-color: rgba(255,255,255,.46);
  color: #ffffff;
}

.visual-chip,
.special-tag,
.product-meta span,
.section-dark .product-meta span,
.section-dark .special-tag {
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(236,241,246,.84));
  border-color: rgba(122,134,149,.14);
  color: #536173;
  box-shadow: 0 10px 22px rgba(15,23,34,.05);
}

.product-visual-icon,
.special-card-img.icon-only svg {
  color: #5a6778;
}
.product-visual-glow {
  background: radial-gradient(circle, rgba(166,176,188,.22), transparent 68%);
}
.card-label,
.quick-cat-badge,
.section-heading p,
.product-copy p,
.section-dark .product-copy p,
.review-author,
.footer-text,
.footer-links span,
.footer-bottom,
.trust-copy p,
.trust-cards .quality-text p {
  color: #607084;
}

/* payment & trust back to PTI gray / white */
.trust-copy h2,
.trust-cards .quality-text h3,
.quick-cat strong,
.footer-brand,
.footer-heading,
.footer-links a,
.trust-pill strong,
.trust-bar-text strong {
  color: #17212d;
}

.quality-item,
.trust-cards .quality-item {
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(240,244,249,.92));
  border: 1px solid rgba(124,137,153,.14);
  box-shadow: 0 20px 48px rgba(15,23,34,.08), inset 0 1px 0 rgba(255,255,255,.82);
}
.trust-cards .quality-item:hover,
.quality-item:hover {
  box-shadow: 0 24px 54px rgba(15,23,34,.11), inset 0 1px 0 rgba(255,255,255,.88);
}
.quality-icon,
.trust-cards .quality-icon {
  background: linear-gradient(180deg, rgba(126,139,156,.98), rgba(92,104,119,.96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 28px rgba(15,23,34,.14);
  border: 1px solid rgba(255,255,255,.26);
}
.quality-icon svg,
.trust-cards .quality-icon svg { color: #ffffff; }

.trust-bar {
  background: linear-gradient(180deg, rgba(244,247,251,.96), rgba(231,237,244,.96));
  border-top: 1px solid rgba(118,131,147,.08);
  border-bottom: 1px solid rgba(118,131,147,.10);
}
.trust-bar-inner {
  background: linear-gradient(180deg, rgba(255,255,255,.56), rgba(242,246,250,.42));
}
.trust-bar-item {
  border-right-color: rgba(118,131,147,.12);
}
.trust-bar-item:hover {
  background: rgba(255,255,255,.34);
}
.trust-bar-text strong { color: #1a2430; }
.trust-bar-text span { color: #697789; }

.trust-strip {
  background: linear-gradient(135deg, rgba(118,131,147,.98) 0%, rgba(96,108,123,.98) 48%, rgba(76,87,101,.98) 100%);
  border: 1px solid rgba(96,108,123,.18);
  box-shadow: 0 26px 60px rgba(15,23,34,.16), inset 0 1px 0 rgba(255,255,255,.12);
}
.trust-pill {
  border-right-color: rgba(255,255,255,.14);
}
.trust-pill:hover {
  background: rgba(255,255,255,.08);
}
.trust-pill strong,
.trust-pill span { color: #ffffff; }
.trust-pill span { opacity: .88; }

/* keep footer fully gray / white */
.site-footer {
  background: linear-gradient(180deg, rgba(223,229,236,.98), rgba(208,216,225,.99));
  border-top: 1px solid rgba(108,118,132,.10);
}
.site-footer::before {
  opacity: .28;
  filter: grayscale(100%);
}
.footer-links a:hover { color: #10161f; }


/* ─── PTI Premium v34 — account + catalog system ─── */
.page-default.container { padding-top: 52px; padding-bottom: 72px; }
.content-card { background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(242,246,250,.94)); border: 1px solid rgba(109,122,139,.10); box-shadow: 0 22px 48px rgba(15,23,34,.08); border-radius: 34px; padding: 38px; }
.content-card h1 { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); line-height: 1.05; margin-bottom: 10px; color: #16202b; }
.content-card > .entry-content { color: #556475; }

.pti-page-hero { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(232,238,245,.92)); border: 1px solid rgba(109,122,139,.12); border-radius: 36px; padding: 34px; box-shadow: 0 24px 54px rgba(15,23,34,.08); margin-bottom: 24px; }
.pti-page-hero h1 { font-family: var(--font-display); font-size: clamp(34px, 4vw, 56px); line-height: 1.02; letter-spacing: -.02em; color: #121a24; margin-bottom: 10px; }
.pti-page-hero p { max-width: 760px; color: #5f7083; font-size: 15px; }
.pti-page-hero-account { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(228,236,244,.94)); }

.pti-account-wrap,
.pti-catalog-wrap { display: block; }
.pti-auth-grid,
.pti-dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pti-panel { background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,245,250,.94)); border: 1px solid rgba(109,122,139,.12); border-radius: 30px; padding: 28px; box-shadow: 0 18px 40px rgba(15,23,34,.07), inset 0 1px 0 rgba(255,255,255,.75); }
.pti-panel-wide { margin-top: 24px; }
.pti-panel-head { margin-bottom: 18px; }
.pti-panel-head h2 { font-size: 24px; line-height: 1.15; margin-bottom: 6px; color: #141d28; }
.pti-panel-head p { color: #627284; font-size: 14px; }

.pti-form { display: flex; flex-direction: column; gap: 14px; }
.pti-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pti-form-field { display: flex; flex-direction: column; gap: 8px; }
.pti-form-field label { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #5c6d80; }
.pti-form-field input,
.pti-form-field textarea,
.pti-form-field select,
.pti-filter-field input,
.pti-filter-field select { width: 100%; border-radius: 18px; border: 1px solid rgba(109,122,139,.14); background: rgba(255,255,255,.88); color: #14202b; padding: 14px 16px; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; box-shadow: inset 0 1px 0 rgba(255,255,255,.5); }
.pti-form-field input:focus,
.pti-form-field textarea:focus,
.pti-form-field select:focus,
.pti-filter-field input:focus,
.pti-filter-field select:focus { border-color: rgba(72,88,107,.36); box-shadow: 0 0 0 4px rgba(91,107,126,.10); }
.pti-form-field textarea { min-height: 150px; resize: vertical; }
.pti-check { display: inline-flex; align-items: center; gap: 10px; color: #566679; font-size: 14px; }
.pti-check input { width: 16px; height: 16px; accent-color: #55606d; }
.pti-btn-block { width: 100%; }
.pti-secondary-link { color: #445364; font-size: 13px; font-weight: 600; }
.pti-secondary-link:hover { color: #111821; }

.pti-notice { border-radius: 22px; padding: 14px 18px; margin-bottom: 20px; font-weight: 600; border: 1px solid transparent; }
.pti-notice-success { background: linear-gradient(180deg, rgba(233,242,236,.96), rgba(221,235,226,.94)); border-color: rgba(56,108,76,.14); color: #27563a; }
.pti-notice-error { background: linear-gradient(180deg, rgba(246,233,233,.96), rgba(241,223,223,.94)); border-color: rgba(154,82,82,.14); color: #8a3333; }
.pti-notice-info { background: linear-gradient(180deg, rgba(236,241,246,.96), rgba(228,235,242,.94)); border-color: rgba(72,88,107,.14); color: #344659; }

.pti-account-header { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 20px; }
.pti-account-header h1 { font-family: var(--font-display); font-size: clamp(34px, 4vw, 54px); line-height: 1.02; color: #121a24; margin-bottom: 10px; }
.pti-account-header p { max-width: 760px; color: #617285; }
.pti-account-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.pti-account-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.pti-stat-card { background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(236,242,248,.92)); border: 1px solid rgba(109,122,139,.11); border-radius: 26px; padding: 18px 20px; box-shadow: 0 16px 34px rgba(15,23,34,.06); }
.pti-stat-card span { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #6b7a8b; font-weight: 700; margin-bottom: 8px; }
.pti-stat-card strong { display: block; font-size: 20px; line-height: 1.2; color: #111a24; margin-bottom: 4px; }
.pti-stat-card small { color: #68788a; }

.pti-request-list { display: flex; flex-direction: column; gap: 14px; }
.pti-request-item { background: rgba(255,255,255,.76); border: 1px solid rgba(109,122,139,.10); border-radius: 24px; padding: 18px 20px; box-shadow: 0 12px 26px rgba(15,23,34,.05); }
.pti-request-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 8px; }
.pti-request-meta strong { color: #101922; font-size: 16px; }
.pti-request-meta span { color: #6b7a8b; font-size: 13px; }
.pti-request-item p { color: #5b6b7d; margin-top: 8px; }
.pti-request-status { display: inline-flex; padding: 7px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pti-status-new { background: rgba(229,236,244,.96); color: #41556a; }
.pti-status-in_progress { background: rgba(230,238,246,.96); color: #29435f; }
.pti-status-done { background: rgba(227,238,232,.96); color: #2f5e42; }

.pti-filter-bar { display: grid; grid-template-columns: 1.7fr 1fr auto; gap: 16px; align-items: end; margin-bottom: 14px; }
.pti-filter-field { display: flex; flex-direction: column; gap: 8px; }
.pti-filter-field label { font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #5f7083; }
.pti-filter-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.pti-results-meta { margin-bottom: 18px; color: #607084; font-size: 14px; }
.pti-results-meta strong { color: #111a24; }
.pti-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pti-product-card { border-radius: 28px; overflow: hidden; box-shadow: 0 18px 42px rgba(15,23,34,.08); }
.pti-product-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.mini-cta-alt { background: rgba(232,237,243,.92); color: #3d4e61; border: 1px solid rgba(109,122,139,.10); }
.mini-cta-alt:hover { background: rgba(219,227,236,.92); }
.pti-price { display: flex; align-items: baseline; gap: 10px; margin: 10px 0 12px; }
.pti-price-current { font-size: 22px; line-height: 1.1; font-weight: 800; color: #111a24; }
.pti-price-old { color: #7b8795; text-decoration: line-through; font-weight: 600; }
.pti-product-more { margin-top: 14px; border-top: 1px solid rgba(109,122,139,.10); padding-top: 12px; }
.pti-product-more summary { cursor: pointer; font-weight: 700; color: #445465; }
.pti-product-more div { margin-top: 8px; color: #607084; }
.pti-empty-state { grid-column: 1 / -1; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(234,240,247,.94)); border: 1px dashed rgba(109,122,139,.16); border-radius: 28px; padding: 36px; text-align: center; }
.pti-empty-state h3 { color: #111a24; margin-bottom: 6px; }
.pti-empty-state p { color: #627284; }

@media (max-width: 1140px) {
  .pti-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pti-account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .pti-auth-grid,
  .pti-dashboard-grid,
  .pti-filter-bar,
  .pti-account-header,
  .pti-form-row { grid-template-columns: 1fr; display: grid; }
  .pti-account-header { align-items: flex-start; }
}
@media (max-width: 680px) {
  .content-card { padding: 22px; border-radius: 26px; }
  .pti-page-hero,
  .pti-panel { padding: 22px; border-radius: 24px; }
  .pti-product-grid,
  .pti-account-stats { grid-template-columns: 1fr; }
  .pti-filter-actions,
  .pti-account-actions,
  .pti-product-actions { width: 100%; }
  .pti-filter-actions > *,
  .pti-account-actions > *,
  .pti-product-actions > * { width: 100%; }
  .pti-request-meta { flex-direction: column; align-items: flex-start; }
}


.pti-db-note{
  margin:18px 0 0;
  padding:14px 18px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(240,244,248,.88));
  border:1px solid rgba(120,132,148,.18);
  color:#5b6573;
  font-size:.95rem;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.pti-db-note code{
  display:inline-block;
  margin-left:6px;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#2f3742;
}


/* PTI v36 — dashboard client */

.pti-account-stats-extended { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.pti-activity-panel { margin-bottom: 24px; }
.pti-activity-list { display: flex; flex-direction: column; gap: 14px; }
.pti-activity-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 16px; align-items: center; background: rgba(255,255,255,.8); border: 1px solid rgba(109,122,139,.12); border-radius: 24px; padding: 18px 20px; box-shadow: 0 12px 24px rgba(15,23,34,.05); }
.pti-activity-type { display: inline-flex; justify-content: center; align-items: center; min-height: 38px; border-radius: 999px; padding: 0 14px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; background: linear-gradient(180deg, rgba(35,47,61,.92), rgba(69,83,101,.88)); color: #fff; }
.pti-activity-type-order { background: linear-gradient(180deg, rgba(33,48,64,.95), rgba(78,93,112,.88)); }
.pti-activity-type-request { background: linear-gradient(180deg, rgba(62,74,90,.95), rgba(106,119,137,.9)); }
.pti-activity-type-document { background: linear-gradient(180deg, rgba(84,97,116,.95), rgba(132,143,159,.88)); }
.pti-activity-copy strong { display: block; color: #101922; font-size: 16px; margin-bottom: 4px; }
.pti-activity-copy p { color: #607082; margin: 0; }
.pti-status-chip { align-self: center; }
.pti-order-grid,
.pti-doc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pti-order-card,
.pti-doc-card { background: rgba(255,255,255,.82); border: 1px solid rgba(109,122,139,.12); border-radius: 26px; padding: 22px; box-shadow: 0 14px 28px rgba(15,23,34,.05); }
.pti-order-head,
.pti-doc-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.pti-order-type,
.pti-doc-type { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: rgba(30,41,53,.08); color: #4d5c6c; margin-bottom: 10px; }
.pti-order-head h3,
.pti-doc-top h3 { color: #101922; font-size: 20px; line-height: 1.2; margin: 0; }
.pti-order-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.pti-order-meta span { display: block; background: rgba(245,247,250,.9); border: 1px solid rgba(109,122,139,.08); border-radius: 18px; padding: 12px 14px; color: #5d6d7e; font-size: 13px; }
.pti-order-meta strong { color: #121b25; }
.pti-order-card p { color: #5d6d7e; }
.pti-order-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.pti-mini-ref { color: #637385; font-size: 13px; font-weight: 600; }
.pti-inline-note { margin-top: 12px; padding: 12px 14px; border-radius: 18px; font-size: 13px; color: #4f5f70; background: rgba(243,246,249,.95); border: 1px solid rgba(109,122,139,.12); }
.pti-inline-note-soft { background: linear-gradient(180deg, rgba(246,248,250,.98), rgba(236,241,246,.92)); }
.pti-status-pending,
.pti-status-new { background: rgba(82,95,112,.12); color: #425263; }
.pti-status-awaiting_payment { background: rgba(88,100,116,.12); color: #475868; }
.pti-status-processing,
.pti-status-in_progress { background: rgba(67,83,102,.14); color: #344354; }
.pti-status-ready,
.pti-status-available { background: rgba(92,111,130,.14); color: #415264; }
.pti-status-delivered,
.pti-status-completed,
.pti-status-done { background: rgba(54,70,88,.14); color: #22303f; }
.pti-status-cancelled,
.pti-status-hidden,
.pti-status-archived { background: rgba(124,132,142,.16); color: #5c6772; }
@media (max-width: 1200px) {
  .pti-account-stats-extended { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pti-order-grid,
  .pti-doc-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .pti-activity-item { grid-template-columns: 1fr; }
  .pti-order-meta { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .pti-account-stats-extended { grid-template-columns: 1fr; }
}

/* PTI v37 — boutique B2C */
.pti-nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(17,26,36,.08);color:#202c38;font-size:11px;font-weight:800;margin-left:6px;vertical-align:middle}
.pti-product-detail-wrap,.pti-cart-wrap,.pti-checkout-wrap{padding:32px 0 8px}
.pti-breadcrumbs{display:flex;align-items:center;gap:10px;color:#667588;font-size:14px;margin-bottom:18px}
.pti-breadcrumbs a{color:#3f5163;text-decoration:none}
.pti-product-detail-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:26px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(240,244,248,.94));border:1px solid rgba(109,122,139,.12);border-radius:34px;padding:28px;box-shadow:0 24px 54px rgba(15,23,34,.08)}
.pti-product-detail-visual{min-height:420px;border-radius:30px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(228,234,241,.92));position:relative}
.pti-product-detail-visual img,.pti-cart-item-visual img{width:100%;height:100%;object-fit:cover;display:block}
.pti-product-detail-copy h1{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:8px 0 12px;color:#0f1822}
.pti-product-detail-intro{font-size:17px;line-height:1.7;color:#5b6b7e;max-width:62ch}
.pti-product-keyfacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}
.pti-product-keyfacts span{display:block;background:rgba(247,249,251,.95);border:1px solid rgba(109,122,139,.10);border-radius:18px;padding:14px 16px;color:#5b6c7e;font-size:14px}
.pti-product-keyfacts strong{color:#121b25;margin-right:6px}
.pti-product-description{color:#556576;line-height:1.82;font-size:15px}
.pti-product-detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.pti-inline-buy{display:flex;align-items:end;gap:12px;flex-wrap:wrap;background:rgba(255,255,255,.82);border:1px solid rgba(109,122,139,.10);border-radius:22px;padding:12px 14px}
.pti-inline-buy label{display:flex;flex-direction:column;gap:6px;color:#5b6c7e;font-size:13px;font-weight:700}
.pti-inline-buy input[type=number]{width:86px}
.pti-inline-buy-secondary{background:rgba(244,247,250,.92)}
.pti-product-actions-shop{align-items:center}
.pti-inline-add-grid{margin:0}
.pti-inline-add-grid .mini-cta{border:0;cursor:pointer}
.pti-cart-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.95fr);gap:22px;align-items:start}
.pti-checkout-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr)}
.pti-cart-list{display:flex;flex-direction:column;gap:16px}
.pti-cart-item{display:grid;grid-template-columns:128px minmax(0,1fr) 96px 130px auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(109,122,139,.10)}
.pti-cart-item:last-child{border-bottom:0}
.pti-cart-item-visual{height:118px;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(228,234,241,.92))}
.pti-cart-item-copy h3{font-size:20px;line-height:1.2;margin:6px 0 8px}
.pti-cart-item-copy h3 a{text-decoration:none;color:#101922}
.pti-cart-item-copy p{color:#5d6d7e;margin:0}
.pti-cart-item-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
.pti-cart-item-meta span{display:inline-flex;min-height:32px;padding:0 12px;border-radius:999px;align-items:center;background:rgba(244,247,250,.98);border:1px solid rgba(109,122,139,.10);font-size:12px;color:#5e6f80}
.pti-cart-item-qty label{display:block;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:#607184;font-weight:700;margin-bottom:8px}
.pti-cart-item-total{font-size:20px;font-weight:800;color:#101922;text-align:right}
.pti-cart-item-remove{justify-self:end}
.pti-cart-bottom-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:space-between;margin-top:20px}
.pti-order-summary-panel{position:sticky;top:110px}
.pti-summary-products{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}
.pti-summary-product,.pti-summary-line{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(109,122,139,.10);color:#5c6c7e}
.pti-summary-product strong,.pti-summary-line strong{color:#111a24}
.pti-summary-line-total{font-size:18px;font-weight:800}
.pti-bank-box{display:flex;flex-direction:column;gap:8px;padding:16px 18px;background:linear-gradient(180deg,rgba(246,248,250,.98),rgba(236,241,246,.92));border:1px solid rgba(109,122,139,.12);border-radius:22px;color:#4f6072;margin-top:16px}
.pti-bank-box-large{margin-top:0}
.pti-summary-line-total strong{font-size:24px}
.pti-paypal-panel #pti-paypal-button-wrap{margin-top:14px}
.pti-order-received-wrap .pti-panel-head p{max-width:42ch}
@media (max-width:1100px){
  .pti-product-detail-card,.pti-cart-layout,.pti-checkout-layout{grid-template-columns:1fr}
  .pti-order-summary-panel{position:static}
  .pti-cart-item{grid-template-columns:100px 1fr 88px;grid-template-areas:'visual copy copy' 'visual qty total' 'visual remove remove'}
  .pti-cart-item-visual{grid-area:visual;height:100px}
  .pti-cart-item-copy{grid-area:copy}
  .pti-cart-item-qty{grid-area:qty}
  .pti-cart-item-total{grid-area:total}
  .pti-cart-item-remove{grid-area:remove;justify-self:start}
}
@media (max-width:760px){
  .pti-product-detail-card{padding:20px;border-radius:28px}
  .pti-product-detail-visual{min-height:280px;border-radius:24px}
  .pti-product-keyfacts{grid-template-columns:1fr}
  .pti-product-detail-actions,.pti-cart-bottom-actions{flex-direction:column}
  .pti-inline-buy,.pti-inline-buy-secondary,.pti-product-detail-actions > *{width:100%}
  .pti-cart-item{grid-template-columns:1fr;grid-template-areas:none}
  .pti-cart-item-visual,.pti-cart-item-copy,.pti-cart-item-qty,.pti-cart-item-total,.pti-cart-item-remove{grid-area:auto}
  .pti-cart-item-total{text-align:left}
}


/* PTI v39 — header icons + catalogue wording */
.header-inner{gap:24px}
.main-nav{flex:1;justify-content:center;gap:26px}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0;margin-left:auto}
.header-tool{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(239,243,248,.76));border:1px solid rgba(107,120,137,.14);box-shadow:0 10px 24px rgba(16,24,35,.08),inset 0 1px 0 rgba(255,255,255,.74);color:#1b2430;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.header-tool:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(16,24,35,.12),inset 0 1px 0 rgba(255,255,255,.82);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(242,246,250,.88))}
.header-tool-icon{display:inline-flex;align-items:center;justify-content:center}
.header-tool-icon svg{width:20px;height:20px}
.header-tool-count{position:absolute;top:-4px;right:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#1b2430;color:#fff;font-size:10px;font-weight:800;line-height:1;border:2px solid rgba(255,255,255,.95)}
.pti-nav-count{display:none}
@media (max-width: 1024px){
  .header-inner{gap:18px}
  .main-nav{gap:18px;font-size:12px}
}
@media (max-width: 768px){
  .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}
  .header-tools{gap:10px}
  .header-tool{width:42px;height:42px}
}


/* ─────────────────────────────────────────────────────────────
   PTI Premium v39 — navigation & commerce refinements
───────────────────────────────────────────────────────────── */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:8px}
.nav-dropdown-toggle::after{content:'▾';font-size:11px;opacity:.6;transform:translateY(-1px)}
.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(10px);min-width:240px;padding:12px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border:1px solid rgba(110,122,139,.16);border-radius:24px;box-shadow:0 24px 56px rgba(15,23,34,.14);display:grid;gap:4px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:50}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-dropdown-menu a{padding:12px 14px;border-radius:16px;color:#18212c;text-decoration:none;font-size:14px;font-weight:600}
.nav-dropdown-menu a:hover{background:rgba(238,242,247,.96)}

.pti-page-hero-catalog,.pti-page-hero-cart,.pti-page-hero-account{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.85fr);gap:24px;align-items:end}
.pti-page-hero-split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.85fr);gap:24px;align-items:end}
.pti-page-hero-copy{display:flex;flex-direction:column;gap:10px}
.pti-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.pti-hero-metric{padding:18px 16px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(236,241,247,.92));border:1px solid rgba(109,122,139,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.pti-hero-metric span{display:block;font-size:20px;font-weight:800;line-height:1.05;color:#101922}
.pti-hero-metric small{display:block;margin-top:6px;font-size:12px;color:#607184}

.pti-catalog-toolbar{padding:22px 22px 18px;margin-bottom:16px}
.pti-catalog-chips,.pti-account-quicknav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.pti-chip{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(109,122,139,.14);background:rgba(255,255,255,.84);color:#18212b;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.01em;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.pti-chip:hover{transform:translateY(-1px);background:rgba(248,250,252,.98);box-shadow:0 12px 28px rgba(15,23,34,.08)}
.pti-chip.is-active{background:linear-gradient(180deg,#1b222c,#2e3743);color:#fff;border-color:#1b222c;box-shadow:0 16px 34px rgba(15,23,34,.18)}
.pti-results-meta-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 4px 10px}
.pti-results-meta-bar a{font-weight:700;text-decoration:none}
.pti-product-card-premium{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,244,249,.94));border:1px solid rgba(109,122,139,.12);box-shadow:0 22px 48px rgba(15,23,34,.08),inset 0 1px 0 rgba(255,255,255,.72)}
.pti-product-card-premium .product-copy{padding:26px 24px 24px}
.pti-product-card-premium h3{font-size:24px;line-height:1.08;margin:8px 0 10px}
.pti-product-card-premium .product-meta{margin-top:14px}

.pti-shop-benefits,.pti-account-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 20px}
.pti-shop-benefit{padding:18px 18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(238,242,247,.94));border:1px solid rgba(109,122,139,.12);box-shadow:0 14px 30px rgba(15,23,34,.06)}
.pti-shop-benefit strong{display:block;font-size:15px;color:#131c27;margin-bottom:6px}
.pti-shop-benefit span{display:block;font-size:13px;line-height:1.6;color:#617285}

.pti-panel-elevated{box-shadow:0 24px 56px rgba(15,23,34,.08), inset 0 1px 0 rgba(255,255,255,.82)}
.pti-summary-sticky{position:sticky;top:120px}
.btn-pill-small{min-height:40px;padding:0 18px;border-radius:999px}
.pti-cart-inline-actions{display:flex;gap:12px;flex-wrap:wrap}

.pti-account-hero-shell{padding:0 0 4px;margin-bottom:18px}
.pti-account-quicknav{margin-bottom:22px}
.pti-order-list,.pti-doc-list,.pti-request-list{display:grid;gap:14px}
.pti-order-item,.pti-doc-item,.pti-request-item,.pti-activity-item{padding:18px 18px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(109,122,139,.10)}
.pti-order-item,.pti-doc-item,.pti-request-item{display:flex;align-items:center;justify-content:space-between;gap:16px}
.pti-order-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.pti-order-item p,.pti-doc-item p,.pti-request-item p,.pti-activity-copy p{margin:4px 0 0;color:#607184;line-height:1.6}
.pti-order-side{display:flex;flex-direction:column;align-items:flex-end;gap:4px;white-space:nowrap}
.pti-activity-list{display:grid;gap:14px}
.pti-activity-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center}
.pti-activity-type{min-width:86px;padding:10px 12px;border-radius:999px;background:#edf2f7;color:#1a2330;font-size:12px;font-weight:800;text-align:center}
.pti-activity-type-order{background:#eef1f5}.pti-activity-type-document{background:#f4f6f8}.pti-activity-type-request{background:#eef3f8}

@media (max-width: 1100px){
  .pti-page-hero-catalog,.pti-page-hero-cart,.pti-page-hero-account,.pti-page-hero-split{grid-template-columns:1fr}
  .pti-shop-benefits,.pti-account-benefits{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width: 900px){
  .pti-hero-metrics,.pti-shop-benefits,.pti-account-benefits{grid-template-columns:1fr}
  .pti-results-meta-bar,.pti-order-item,.pti-doc-item,.pti-request-item,.pti-activity-item{grid-template-columns:1fr;display:grid}
  .pti-order-side{align-items:flex-start;white-space:normal}
}
@media (max-width: 768px){
  .nav-dropdown-menu{display:grid}
  .pti-catalog-toolbar{padding:18px}
  .pti-summary-sticky{position:static}
  .pti-cart-inline-actions{width:100%}
  .pti-cart-inline-actions > *{flex:1 1 100%}
}


/* ─── PTI Premium v41 — sharper mobile hero + overflow safety ─── */
html, body {
  overflow-x: hidden;
}

img, svg, video {
  max-width: 100%;
}

.hero-fullscreen picture {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 0;
}

.hero-bg-img {
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  .hero-fullscreen {
    min-height: 720px;
    height: auto;
  }

  .hero-bg-img {
    object-position: center center;
    transform: translateZ(0) scale(1.01);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(245,248,252,.58) 18%, rgba(222,229,237,.52) 42%, rgba(182,192,204,.74) 100%),
      linear-gradient(0deg, rgba(12,18,26,.28) 0%, rgba(12,18,26,.08) 42%, transparent 70%);
  }

  .hero-content {
    padding: 0 0 44px;
  }

  .hero-content h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: .98;
    max-width: 100%;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 28px;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 34px;
  }

  .hero-actions .btn {
    width: 100%;
    padding: 14px 18px;
  }

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

  .hero-stat {
    min-width: 0;
  }

  .full-bleed-slider,
  .full-bleed-banner,
  .slider-track,
  .slide,
  .mid-banner,
  .site-header,
  .site-footer,
  .section-block,
  .pti-page-shell,
  .pti-account-shell,
  .pti-cart-shell,
  .pti-checkout-shell {
    overflow-x: clip;
  }

  .nav-dropdown-menu {
    left: auto;
    right: 0;
    transform: translateY(10px);
    min-width: min(260px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    transform: translateY(0);
  }

  .pti-page-hero,
  .pti-account-hero-shell,
  .pti-cart-hero,
  .pti-checkout-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pti-product-grid,
  .pti-catalog-grid,
  .pti-account-grid,
  .pti-cart-grid,
  .pti-checkout-grid {
    grid-template-columns: 1fr !important;
  }

  table,
  .pti-order-table,
  .pti-cart-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}


/* ─── PTI Premium v42 — gray hero copy + gray primary CTA ─── */
.hero-eyebrow { color: #6a7888; background: rgba(245,247,250,.72); border-color: rgba(126,138,154,.18); }
.hero-content h1 { color: #576474; }
.hero-content h1 em { color: #6e7b8a; }
.hero-content p { color: #657283; }
.hero-stat-num { color: #5a6778; }
.hero-stat-label { color: #748295; }
.hero-actions .btn-primary {
  background: linear-gradient(180deg, #6c7785 0%, #596576 100%);
  color: #ffffff;
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 14px 30px rgba(66,76,90,.18);
}
.hero-actions .btn-primary:hover {
  background: linear-gradient(180deg, #778395 0%, #626f81 100%);
  box-shadow: 0 18px 36px rgba(66,76,90,.22);
}


/* ─── PTI Premium v44 — lighter hero veil + gray typography ─── */
:root {
  --text: #596576;
  --text-mid: #6a7787;
  --text-muted: #7b8796;
}
body,
p,
li,
label,
input,
select,
textarea,
td,
th,
small,
.section-heading p,
.product-card p,
.product-meta,
.pti-card p,
.pti-page-hero p,
.pti-account-card p,
.pti-cart-card p,
.pti-checkout-card p,
.faq-answer,
.footer-col p,
.footer-bottom,
.site-footer,
.pti-empty-state,
.woocommerce-result-count {
  color: #667384;
}

h1, h2, h3, h4, h5, h6,
.section-heading h2,
.product-title,
.card-title,
.pti-page-hero h1,
.pti-account-card h3,
.pti-cart-summary h3,
.faq-question,
.footer-col h4,
.shop_table th,
.shop_table td.product-name a,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  color: #566273;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(248,250,252,.18) 0%, rgba(248,250,252,.08) 42%, rgba(248,250,252,0) 100%),
    linear-gradient(to top, rgba(236,241,246,.26) 0%, rgba(236,241,246,.14) 34%, rgba(236,241,246,.05) 62%, rgba(236,241,246,0) 100%),
    linear-gradient(to right, rgba(239,243,247,.14) 0%, rgba(239,243,247,0) 58%);
}
.hero-eyebrow { color: #6d7a89; background: rgba(247,249,252,.58); border-color: rgba(123,136,151,.14); }
.hero-content h1 { color: #5b6878; }
.hero-content h1 em { color: #738092; }
.hero-content p { color: #667385; }
.hero-stat-num { color: #5b6878; }
.hero-stat-label { color: #7a8798; }
.hero-actions .btn-primary {
  background: linear-gradient(180deg, #707c8c 0%, #606d7d 100%);
  color: #ffffff;
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 14px 30px rgba(82,94,110,.16);
}
.hero-actions .btn-primary:hover {
  background: linear-gradient(180deg, #7a8798 0%, #687587 100%);
  box-shadow: 0 18px 36px rgba(82,94,110,.20);
}


/* ─── PTI Premium v45 — black typography + light hero veil ─── */
:root {
  --text: #11161d;
  --text-mid: #2f3742;
  --text-muted: #5b6573;
}
body,
p,
li,
label,
input,
select,
textarea,
td,
th,
small,
.section-heading p,
.product-card p,
.product-meta,
.pti-card p,
.pti-page-hero p,
.pti-account-card p,
.pti-cart-card p,
.pti-checkout-card p,
.faq-answer,
.footer-col p,
.footer-bottom,
.site-footer,
.pti-empty-state,
.woocommerce-result-count {
  color: #2f3742;
}

h1, h2, h3, h4, h5, h6,
.section-heading h2,
.product-title,
.card-title,
.pti-page-hero h1,
.pti-account-card h3,
.pti-cart-summary h3,
.faq-question,
.footer-col h4,
.shop_table th,
.shop_table td.product-name a,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.hero-content h1,
.hero-stat-num,
.hero-content h1 em,
.hero-content p,
.hero-stat-label,
.hero-eyebrow {
  color: #11161d;
}


/* ─── PTI Premium v46 — blurred hero focus without white veil ─── */
.hero-bg-img { filter: blur(5px) saturate(.96) brightness(.98); transform: scale(1.06); }
.hero-overlay { background: none !important; }
.hero-content { padding: 0 0 96px; }
.hero-content .container { position: relative; }
.hero-eyebrow { background: rgba(255,255,255,.82); border-color: rgba(17,22,29,.10); box-shadow: 0 12px 30px rgba(17,22,29,.08); color: #11161d; }
.hero-content h1 { color: #11161d; text-shadow: 0 10px 30px rgba(255,255,255,.50); }
.hero-content h1 em { color: #11161d; opacity: .72; }
.hero-content p { color: #11161d; max-width: 580px; font-weight: 500; text-shadow: 0 8px 22px rgba(255,255,255,.42); }
.hero-stats { max-width: 760px; border-top: 1px solid rgba(17,22,29,.12); }
.hero-stat-num, .hero-stat-label { color: #11161d; text-shadow: 0 6px 18px rgba(255,255,255,.35); }
.hero-actions .btn-primary { background: linear-gradient(180deg, #dde3ea 0%, #c8d0da 100%); color: #11161d; border-color: rgba(17,22,29,.10); box-shadow: 0 18px 34px rgba(17,22,29,.10); }
.hero-actions .btn-primary:hover { background: linear-gradient(180deg, #e5eaf0 0%, #d0d7e0 100%); box-shadow: 0 22px 38px rgba(17,22,29,.12); }
@media (max-width: 768px) { .hero-bg-img { filter: blur(3px) saturate(.96) brightness(.99); transform: scale(1.04); } .hero-content h1 { text-shadow: 0 8px 22px rgba(255,255,255,.44); } .hero-content p, .hero-stat-num, .hero-stat-label { text-shadow: 0 5px 14px rgba(255,255,255,.28); } }


/* ─── PTI Premium v47 — improved mobile hero composition + dark gray hero typography ─── */
.hero-eyebrow,
.hero-content h1,
.hero-content h1 em,
.hero-content p,
.hero-stat-num,
.hero-stat-label {
  color: #3f4854 !important;
}
.hero-eyebrow {
  background: rgba(255,255,255,.74) !important;
  border-color: rgba(63,72,84,.10) !important;
}
.hero-content h1 {
  text-shadow: 0 10px 24px rgba(255,255,255,.30) !important;
}
.hero-content p,
.hero-stat-num,
.hero-stat-label {
  text-shadow: 0 6px 16px rgba(255,255,255,.18) !important;
}
.hero-actions .btn-primary {
  background: linear-gradient(180deg, #59616c 0%, #434b56 100%) !important;
  color: #ffffff !important;
  border-color: rgba(67,75,86,.14) !important;
  box-shadow: 0 18px 34px rgba(34,40,48,.14) !important;
}
.hero-actions .btn-primary:hover {
  background: linear-gradient(180deg, #646d79 0%, #4d5662 100%) !important;
}

@media (max-width: 768px) {
  .hero-fullscreen {
    min-height: 760px;
    align-items: center;
  }

  .hero-content {
    width: 100%;
    padding: 112px 0 34px;
  }

  .hero-content .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 460px;
    margin: 0 auto;
  }

  .hero-eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .14em;
  }

  .hero-content h1 {
    font-size: clamp(30px, 9.4vw, 42px);
    line-height: 1.02;
    max-width: 11ch;
    margin-bottom: 16px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 26px;
  }

  .hero-actions .btn {
    min-height: 52px;
    border-radius: 18px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 18px;
  }

  .hero-stat {
    padding: 12px 10px;
    border-radius: 18px;
    background: rgba(255,255,255,.32);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.30);
  }

  .hero-stat-num {
    font-size: 18px;
  }

  .hero-stat-label {
    font-size: 11px;
    line-height: 1.35;
  }
}


/* ─── PTI Premium v48 — white slider text + subtle image blur ─── */
.mid-banner {
  isolation: isolate;
}
.mid-banner img {
  filter: blur(2.4px) saturate(.96) brightness(.78);
  transform: scale(1.035);
}
.mid-banner-overlay {
  background: linear-gradient(0deg, rgba(10,13,18,.74) 0%, rgba(10,13,18,.42) 44%, rgba(10,13,18,.12) 100%) !important;
}
.mid-banner-overlay,
.mid-banner-overlay h3,
.mid-banner-overlay p,
.mid-banner-overlay .eyebrow-dark {
  color: #ffffff !important;
}
.mid-banner-overlay p {
  color: rgba(255,255,255,.82) !important;
}
.mid-banner-overlay .eyebrow-dark {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.full-bleed-slider .slide img,
.slide img {
  filter: blur(2px) saturate(.96) brightness(.82);
  transform: scale(1.028);
}
.full-bleed-slider .slide::after,
.slide::after {
  background:
    linear-gradient(180deg, rgba(20,26,35,.28) 0%, rgba(20,26,35,.20) 38%, rgba(20,26,35,.12) 100%),
    linear-gradient(90deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 42%);
}
.full-bleed-slider .slide-overlay,
.slide-overlay {
  background: linear-gradient(0deg, rgba(18,24,33,.78) 0%, rgba(18,24,33,.38) 52%, rgba(18,24,33,.12) 82%, rgba(255,255,255,0) 100%) !important;
}
.full-bleed-slider .slide-overlay,
.full-bleed-slider .slide-overlay h3,
.full-bleed-slider .slide-overlay p,
.full-bleed-slider .slide-overlay .eyebrow-dark,
.slide-overlay,
.slide-overlay h3,
.slide-overlay p,
.slide-overlay .eyebrow-dark {
  color: #ffffff !important;
}
.full-bleed-slider .slide-overlay p,
.slide-overlay p {
  color: rgba(255,255,255,.84) !important;
}
.full-bleed-slider .slide-overlay .eyebrow-dark,
.slide-overlay .eyebrow-dark {
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.18) !important;
}
@media (max-width: 768px) {
  .mid-banner img {
    filter: blur(1.8px) saturate(.97) brightness(.80);
    transform: scale(1.03);
  }
  .full-bleed-slider .slide img,
  .slide img {
    filter: blur(1.6px) saturate(.97) brightness(.84);
    transform: scale(1.022);
  }
}


/* ===== V49 — Produits phares en rail premium ===== */
#produits .container{overflow:visible}
.section-heading-products{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-heading-products > div:first-child{max-width:820px}
.section-heading-products p{max-width:760px}
.products-rail-hint{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.82);box-shadow:0 14px 28px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);white-space:nowrap;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.products-rail-arrow{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.14);font-size:18px;line-height:1}
#produits .product-grid.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px) / 3);gap:16px;overflow-x:auto;overflow-y:visible;padding:8px 2px 14px;scroll-snap-type:x proximity;scroll-padding-left:2px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative}
#produits .product-grid.product-rail::-webkit-scrollbar{display:none}
#produits .product-grid.product-rail::before,#produits .product-grid.product-rail::after{content:"";position:sticky;top:0;width:72px;min-height:1px;pointer-events:none;z-index:4}
#produits .product-grid.product-rail::before{left:0;background:linear-gradient(90deg, rgba(10,15,20,.96) 0%, rgba(10,15,20,0) 100%)}
#produits .product-grid.product-rail::after{right:0;margin-left:auto;background:linear-gradient(270deg, rgba(10,15,20,.96) 0%, rgba(10,15,20,0) 100%)}
#produits .product-grid.product-rail .product-card{scroll-snap-align:start;min-width:0;min-height:100%;border-radius:30px;transform:none;position:relative}
#produits .product-grid.product-rail .product-card:hover{transform:translateY(-7px) scale(1.005)}
#produits .product-grid.product-rail .product-card:first-child,#produits .product-grid.product-rail .product-card:nth-child(2),#produits .product-grid.product-rail .product-card:nth-child(3){box-shadow:0 24px 52px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)}
#produits .product-grid.product-rail .product-card-img{height:238px}
#produits .product-grid.product-rail .product-copy{display:flex;flex-direction:column;flex:1}
.products-rail-footer{display:flex;justify-content:center;margin-top:24px}
.products-rail-cta{min-width:220px;justify-content:center}
@media (max-width: 1100px){
  #produits .product-grid.product-rail{grid-auto-columns:calc((100% - 16px) / 2.1)}
  .section-heading-products{align-items:flex-start;flex-direction:column}
}
@media (max-width: 767px){
  .section-heading-products{margin-bottom:20px}
  .products-rail-hint{padding:10px 14px;font-size:13px}
  #produits .product-grid.product-rail{grid-auto-columns:minmax(280px, 84vw);gap:14px;padding-bottom:10px}
  #produits .product-grid.product-rail::before,#produits .product-grid.product-rail::after{width:30px}
  #produits .product-grid.product-rail .product-card{border-radius:26px}
  #produits .product-grid.product-rail .product-card-img{height:214px}
  .products-rail-footer{margin-top:18px}
  .products-rail-cta{width:100%}
}


/* ===== V50 — featured cleanup, stronger CTAs, useful mobile nav ===== */
.btn-outline-light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18)}
.btn-outline-light:hover{background:rgba(255,255,255,.14);transform:translateY(-1px)}
.section-heading-products.is-compact{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.featured-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card-featured{border-radius:30px;overflow:hidden;box-shadow:0 24px 54px rgba(0,0,0,.18);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.product-card-featured .product-card-img{height:256px;background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03))}
.product-card-featured .product-copy{padding:24px 24px 26px;gap:10px}
.product-card-featured .product-copy p{color:rgba(255,255,255,.68)}
.product-card-featured .product-meta{margin-top:4px;margin-bottom:10px}
.product-card-featured .product-meta span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.10);color:rgba(255,255,255,.74)}
.products-featured-cta{flex-shrink:0}
.mini-cta-button,.mini-cta-alt,.pti-inline-add-grid .mini-cta,.pti-product-actions .mini-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border-radius:999px;background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(236,241,246,.96));border:1px solid rgba(121,131,145,.16);color:#1c2530 !important;box-shadow:0 10px 22px rgba(15,23,42,.08);margin-top:14px;min-height:44px}
.mini-cta-button::after,.mini-cta-alt::after,.pti-inline-add-grid .mini-cta::after,.pti-product-actions .mini-cta::after{content:''}
.mini-cta-button:hover,.mini-cta-alt:hover,.pti-inline-add-grid .mini-cta:hover,.pti-product-actions .mini-cta:hover{transform:translateY(-1px);background:linear-gradient(180deg, #ffffff, #edf2f7);color:#111827 !important}
.pti-product-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.pti-product-actions > *{flex:0 0 auto}
.pti-product-card .mini-cta-button,.pti-product-card .mini-cta-alt{margin-top:0}
.header-inner{position:relative}
.mobile-nav-toggle{display:none;width:44px;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;box-shadow:0 10px 24px rgba(0,0,0,.12)}
.mobile-nav-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:#fff;transition:transform .2s, opacity .2s}
.mobile-nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-nav-toggle.is-active span:nth-child(2){opacity:0}
.mobile-nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav-panel{position:sticky;top:73px;z-index:98;background:rgba(16,17,19,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-nav-panel-inner{width:min(1280px, calc(100vw - 32px));margin:0 auto;padding:14px 0 18px;display:grid;gap:10px}
.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.05);color:#fff;font-weight:600;border:1px solid rgba(255,255,255,.06)}
.mobile-nav-link-strong{background:linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.08))}
.mobile-nav-cats{padding:10px 4px 0}
.mobile-nav-title{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.45);margin:0 0 10px 10px}
.mobile-nav-cat-list{display:flex;flex-wrap:wrap;gap:8px}
.mobile-nav-cat-list a{display:inline-flex;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.88);font-size:13px}
.mobile-nav-open{overflow:hidden}
@media (max-width: 900px){
  .topbar{display:none}
  .header-inner{gap:14px;padding:12px 0}
  .brand{min-width:0;flex:1}
  .brand-name{font-size:13px;line-height:1.2}
  .brand-tag{display:none}
  .main-nav{display:none}
  .mobile-nav-toggle{display:inline-flex;order:2}
  .header-tools{order:3;gap:8px}
  .header-tool{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
  .mobile-nav-panel[hidden]{display:none !important}
  .featured-products-grid{grid-template-columns:1fr;gap:16px}
  .section-heading-products.is-compact{flex-direction:column;align-items:flex-start}
}
@media (max-width: 680px){
  .product-card-featured{border-radius:26px}
  .product-card-featured .product-card-img{height:220px}
  .mini-cta-button,.mini-cta-alt,.pti-inline-add-grid .mini-cta,.pti-product-actions .mini-cta{width:100%}
  .pti-product-actions > *{flex:1 1 100%}
  .mobile-nav-panel{top:69px}
  .mobile-nav-panel-inner{width:min(100vw - 24px, 1280px)}
}


/* ===== V51 — featured readability + mobile swipe sections ===== */
.featured-products-grid{align-items:stretch}
.product-card-featured{background:linear-gradient(180deg,#ffffff 0%,#f5f7fa 100%);border:1px solid rgba(17,24,39,.08);box-shadow:0 20px 42px rgba(15,23,42,.10)}
.product-card-featured .product-card-img{background:linear-gradient(180deg,#eef2f6 0%,#e7ebf0 100%)}
.product-card-featured .card-label{color:#6b7280 !important}
.product-card-featured .product-copy h3{color:#2f353d !important}
.product-card-featured .product-copy p{color:#6b7280 !important}
.product-card-featured .product-meta span{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}
.product-card-featured .mini-cta-button{background:linear-gradient(180deg,#4b5563,#374151);border-color:#374151;color:#fff !important;box-shadow:0 12px 26px rgba(17,24,39,.16)}
.product-card-featured .mini-cta-button:hover{background:linear-gradient(180deg,#525f70,#3d4654);color:#fff !important}
.product-card-featured .mini-cta-button::after{content:''}

@media (max-width: 767px){
  .featured-products-grid,
  .special-grid,
  .faq-list{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:calc(100% - 18px);
    grid-template-columns:none;
    gap:14px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:2px 4px 10px 0;
  }
  .featured-products-grid::-webkit-scrollbar,
  .special-grid::-webkit-scrollbar,
  .faq-list::-webkit-scrollbar{display:none}
  .product-card-featured,
  .special-card,
  .faq-item{scroll-snap-align:start}
  .featured-products-grid{gap:16px}
  .product-card-featured{border-radius:26px;min-height:100%}
  .product-card-featured .product-card-img{height:218px}
  .product-card-featured .product-copy{padding:22px 20px 22px}
  .product-card-featured .mini-cta-button{width:100%}

  .special-grid{gap:14px}
  .special-card{display:flex;min-height:100%;border-radius:24px}
  .special-card-img{width:118px}
  .special-copy{padding:18px 18px 18px 16px}

  .faq-list{gap:14px}
  .faq-item{padding:22px 20px;border-radius:24px;min-height:100%}
}


/* ===== V52 — swipe cues + slimmer mobile header ===== */
.mobile-swipe-hint{display:none}
@media (max-width: 767px){
  .mobile-swipe-hint{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:0 4px;color:#667085;font-size:12px;font-weight:600;letter-spacing:.01em}
  .mobile-swipe-hint span{opacity:.92}
  .mobile-swipe-hint i{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;background:linear-gradient(180deg,#ffffff,#eef2f6);border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 18px rgba(15,23,42,.08);font-style:normal;color:#414b57;font-size:16px}
  .site-header{background:rgba(255,255,255,.88) !important;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(15,23,42,.06)}
  .header-inner{gap:10px !important;padding:8px 0 !important;min-height:56px}
  .brand-name{font-size:11px !important;letter-spacing:.02em;color:#121821 !important}
  .mobile-nav-toggle{width:38px;height:38px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#111827;box-shadow:0 8px 18px rgba(15,23,42,.08)}
  .mobile-nav-toggle span{width:16px;background:#18212b}
  .header-tools{gap:6px !important}
  .header-tool{width:38px;height:38px;border-radius:12px;background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 8px 18px rgba(15,23,42,.08);color:#18212b !important}
  .header-tool-icon svg{width:18px;height:18px}
  .header-tool-count{top:-2px;right:-2px;min-width:17px;height:17px;font-size:10px}
  .mobile-nav-panel{top:56px !important;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.06)}
  .mobile-nav-panel-inner{width:min(100vw - 20px, 1280px) !important;padding:10px 0 14px !important;gap:8px}
  .mobile-nav-link{padding:12px 14px;border-radius:16px;background:#fff;color:#111827;border:1px solid rgba(15,23,42,.06);box-shadow:0 8px 18px rgba(15,23,42,.05);font-size:14px}
  .mobile-nav-link-strong{background:linear-gradient(180deg,#ffffff,#f4f7fa)}
  .mobile-nav-title{color:#6b7280;margin:0 0 8px 8px}
  .mobile-nav-cat-list a{background:#fff;border:1px solid rgba(15,23,42,.06);color:#374151;font-size:12px}
  .featured-products-grid,.special-grid,.faq-list{grid-auto-columns:calc(100% - 28px);padding-right:18px}
}


/* ===== V53 — mobile slider dots + cleaner mobile header ===== */
.section-heading-products .products-featured-cta{display:none !important}
.section-mobile-dots{display:none;justify-content:center;margin:14px 0 0}
.section-mobile-dots .dot{width:8px;height:8px;background:rgba(17,24,39,.18)}
.section-mobile-dots .dot.is-active{background:#4b5563;transform:scale(1.32)}
@media (max-width: 900px){
  .mobile-swipe-hint,
  .mobile-nav-toggle,
  .mobile-nav-panel{display:none !important}
  .site-header{top:10px}
  .header-inner{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 12px;min-height:unset}
  .brand{min-width:0}
  .brand-name{font-size:12px;letter-spacing:.14em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .brand-tag{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .header-tools{gap:8px}
  .header-tool{width:38px;height:38px;border-radius:12px}
  .header-tool-icon svg{width:17px;height:17px}
  .header-tool-count{top:-4px;right:-4px;min-width:16px;height:16px;font-size:10px}
  .section-mobile-dots{display:flex}
  .featured-products-grid,.special-grid,.faq-list{scroll-padding-left:0}
}


/* ===== V54 — FAQ dots + cleaner hero/header + separate mobile nav + tighter desktop rhythm ===== */
.mobile-bottom-nav{display:none}
@media (max-width: 900px){
  .site-header{top:0 !important;margin-top:0 !important}
  .header-inner{padding:8px 10px !important;min-height:54px}
  .brand-name{font-size:11px !important;letter-spacing:.10em !important}
  .brand-tag{display:none !important}
  .hero-fullscreen{min-height:calc(100svh - 54px)}
  .hero-fullscreen picture,.hero-fullscreen .hero-bg-img{transform:none !important}
  .hero-bg-img{object-position:center center}
  .hero-content{padding:0 0 34px !important}
  .hero-content .container{padding-top:18px}
  .mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:max(12px, env(safe-area-inset-bottom));z-index:105;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:8px;background:rgba(255,255,255,.94);border:1px solid rgba(15,23,42,.08);border-radius:24px;box-shadow:0 18px 40px rgba(15,23,42,.12);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px)}
  .mobile-bottom-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:54px;padding:6px 4px;border-radius:16px;color:#1f2937;text-decoration:none;font-size:10px;font-weight:700;letter-spacing:.01em}
  .mobile-bottom-link:active,.mobile-bottom-link:hover{background:rgba(226,232,240,.55)}
  .mobile-bottom-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#111827}
  .mobile-bottom-icon svg{width:18px;height:18px}
  body{padding-bottom:94px}
  .section-mobile-dots{display:flex;margin-top:12px}
  .section-mobile-dots .dot{width:7px;height:7px;background:rgba(31,41,55,.18)}
  .section-mobile-dots .dot.is-active{background:#374151;transform:scale(1.28)}
}
@media (max-width: 640px){
  .mobile-bottom-nav{left:10px;right:10px;bottom:max(10px, env(safe-area-inset-bottom));gap:6px;padding:7px}
  .mobile-bottom-link{min-height:50px;font-size:9px;padding:5px 2px}
}
@media (min-width: 1024px){
  .container{width:min(1220px, calc(100vw - 56px))}
  .header-inner{padding:12px 0}
  .section-block{padding:74px 0}
  .section-heading,.section-heading-products.is-compact{margin-bottom:24px}
  .footer-grid{gap:52px;padding:58px 0 42px}
  .contact-box{padding:64px 58px}
  .hero-content{padding:0 0 78px}
}
@media (min-width: 1024px) and (max-width: 1320px){
  .container{width:min(1180px, calc(100vw - 52px))}
}


/* ===== V56 — mobile section arrows + FAQ dots correction + wrapper-safe header ===== */
.section-mobile-nav{display:none;align-items:center;justify-content:center;gap:12px;margin-top:12px}
.section-arrow{width:34px;height:34px;border-radius:999px;border:1px solid rgba(17,24,39,.10);background:rgba(255,255,255,.96);color:#374151;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(15,23,42,.08);font-size:24px;line-height:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}
.section-arrow:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}
.section-arrow:disabled{opacity:.38;cursor:default;transform:none;box-shadow:none}
.section-arrow span{transform:translateY(-1px)}
@media (max-width: 900px){
  .section-mobile-nav{display:flex}
  .section-mobile-nav .section-mobile-dots{display:flex;margin-top:0}
}

/* ─────────────────────────────────────────────
   PTI v58 — warmer premium catalogue/account/cart
───────────────────────────────────────────── */
.pti-ui-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;flex:0 0 38px;background:linear-gradient(180deg,#f9fbff,#eef3f8);color:#304255;border:1px solid rgba(83,104,127,.14);box-shadow:0 12px 24px rgba(15,23,34,.06)}
.pti-ui-icon svg{width:18px;height:18px}
.pti-ui-icon-spark,.pti-ui-icon-catalog{background:linear-gradient(180deg,#eef6ff,#dfeeff);color:#305b95}
.pti-ui-icon-cart,.pti-ui-icon-wallet{background:linear-gradient(180deg,#fff5e7,#fbe4bb);color:#8d5a13}
.pti-ui-icon-user,.pti-ui-icon-document{background:linear-gradient(180deg,#f3f1ff,#e4defd);color:#6350b9}
.pti-ui-icon-shield,.pti-ui-icon-check,.pti-ui-icon-truck{background:linear-gradient(180deg,#ecfaf2,#d8f1e1);color:#1f7a53}
.pti-ui-icon-quote,.pti-ui-icon-message,.pti-ui-icon-clock{background:linear-gradient(180deg,#f7f7f9,#eceef3);color:#475467}
.btn-icon-text,.mini-cta-icon{display:inline-flex;align-items:center;gap:10px}
.btn-icon-text .pti-ui-icon,.mini-cta-icon .pti-ui-icon{width:30px;height:30px;border-radius:11px}
.pti-hero-inline-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.pti-hero-inline-points span{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(103,114,128,.12);color:#243140;font-size:13px;font-weight:600;box-shadow:0 12px 24px rgba(15,23,34,.05)}
.pti-hero-inline-points .pti-ui-icon{width:28px;height:28px;border-radius:10px}
.pti-catalog-wrap-v58,.pti-account-wrap-v58,.pti-cart-wrap-v58{padding-top:18px}
.pti-page-hero-catalog-v58,.pti-page-hero-cart-v58,.pti-page-hero-account-v58,.pti-account-hero-shell-v58{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,248,251,.96));border:1px solid rgba(113,125,141,.12);border-radius:34px;padding:34px;box-shadow:0 24px 60px rgba(15,23,34,.07)}
.pti-catalog-hero-cards,.pti-cart-hero-cards,.pti-account-hero-cards{display:grid;gap:14px}
.pti-info-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:18px;border-radius:24px;background:rgba(255,255,255,.82);border:1px solid rgba(113,125,141,.10);box-shadow:0 14px 34px rgba(15,23,34,.05)}
.pti-info-card strong{display:block;color:#161d26;font-size:16px;margin-bottom:4px}
.pti-info-card p{margin:0;color:#5b6877;font-size:13px;line-height:1.55}
.pti-info-card-blue{background:linear-gradient(180deg,#fbfdff,#f0f6ff)}
.pti-info-card-amber{background:linear-gradient(180deg,#fffdf8,#fff3dc)}
.pti-info-card-green{background:linear-gradient(180deg,#fbfffc,#edf9f1)}
.pti-info-card-violet{background:linear-gradient(180deg,#fcfbff,#f0ecff)}
.pti-toolbar-v58{padding:22px 24px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,252,.92))}
.pti-results-meta-warm{padding:12px 16px;border-radius:20px;background:rgba(255,255,255,.82);border:1px solid rgba(113,125,141,.10)}
.pti-results-meta-warm > div{display:flex;align-items:center;gap:10px}
.pti-results-meta-warm a{text-decoration:none;color:#1b2836}
.pti-product-grid-v58{margin-top:8px}
.pti-product-card-v58{border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#ffffff,#f7f9fb);box-shadow:0 22px 48px rgba(15,23,34,.06);border:1px solid rgba(111,123,139,.10)}
.pti-product-card-v58 .product-copy{padding:20px 20px 22px}
.pti-product-card-v58 .product-copy h3{font-size:22px;line-height:1.2;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}
.pti-product-card-v58 .product-copy p{color:#5d6978;min-height:46px}
.pti-product-card-v58 .product-meta-v58{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 18px}
.pti-product-card-v58 .product-meta-v58 span{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#f5f7fa;border:1px solid rgba(111,123,139,.10);color:#495565;font-size:12px;font-weight:600}
.pti-product-actions-v58{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch;margin-top:auto}
.pti-product-actions-v58 .mini-cta,.pti-product-actions-v58 .btn{width:100%;justify-content:center;border-radius:16px;min-height:52px;font-weight:700}
.pti-product-actions-v58 .mini-cta{background:linear-gradient(180deg,#f8fafc,#eef2f6);border:1px solid rgba(111,123,139,.12);color:#17222d;text-decoration:none}
.pti-product-actions-v58 .btn-dark{box-shadow:0 16px 30px rgba(15,23,34,.16)}
.pti-inline-add-grid-v58{width:100%}
.pti-inline-add-grid-v58 button{width:100%}
.pti-shop-benefits-v58{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0 24px}
.pti-shop-benefits-v58 .pti-shop-benefit{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;border-radius:24px;padding:18px;background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid rgba(111,123,139,.10);box-shadow:0 12px 28px rgba(15,23,34,.05)}
.pti-shop-benefits-v58 .pti-shop-benefit strong{display:block;color:#16212a}
.pti-shop-benefits-v58 .pti-shop-benefit span{color:#657382}
.pti-cart-layout-v58{gap:26px}
.pti-cart-main-panel,.pti-summary-v58,.pti-panel-v58,.pti-auth-panel-v58{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,249,251,.95))}
.pti-cart-item-v58{padding:18px 0}
.pti-cart-item-v58 .pti-cart-item-copy h3{font-size:22px}
.pti-summary-v58{border-radius:28px}
.pti-summary-checks{display:grid;gap:10px;margin:18px 0 20px}
.pti-summary-checks span{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:18px;background:#f6f8fb;border:1px solid rgba(111,123,139,.10);color:#475467;font-weight:600}
.pti-account-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0 18px}
.pti-overview-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;padding:18px;border-radius:24px;border:1px solid rgba(111,123,139,.10);box-shadow:0 14px 34px rgba(15,23,34,.05)}
.pti-overview-card span{display:block;color:#6a7786;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
.pti-overview-card strong{display:block;color:#141c24;font-size:22px;line-height:1.1;margin:6px 0 4px}
.pti-overview-card small{display:block;color:#667484}
.pti-overview-card-blue{background:linear-gradient(180deg,#fbfdff,#eef6ff)}
.pti-overview-card-amber{background:linear-gradient(180deg,#fffdf8,#fff2d4)}
.pti-overview-card-green{background:linear-gradient(180deg,#fbfffc,#edf8f1)}
.pti-overview-card-violet{background:linear-gradient(180deg,#fcfbff,#f0ecff)}
.pti-account-quicknav-v58{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.pti-account-quicknav-v58 .pti-chip{display:inline-flex;gap:10px;align-items:center;padding:0 18px;min-height:46px}
.pti-panel-head-iconic .pti-head-title{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}
.pti-panel-head-iconic h2{margin-bottom:4px}
.pti-panel-head-iconic p{margin:0}
.pti-dashboard-grid-v58{align-items:start;margin-top:18px}
.pti-dashboard-grid-v58-bottom{margin-top:20px}
.pti-order-item-v58,.pti-doc-item-v58,.pti-request-item-v58{border-radius:22px;padding:16px 18px;background:#fbfcfd;border:1px solid rgba(111,123,139,.10)}
.pti-auth-grid-v58 .pti-auth-panel{padding:28px}
.pti-auth-grid-v58 .pti-panel-head{margin-bottom:18px}
.pti-account-hero-shell-v58{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end}
.pti-account-hero-shell-v58 .pti-account-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.pti-page-hero-account-v58 .pti-catalog-hero-cards{grid-template-columns:1fr}
.pti-page-hero-account-v58,.pti-page-hero-cart-v58,.pti-page-hero-catalog-v58{margin-bottom:18px}
@media (max-width: 1100px){
  .pti-account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pti-shop-benefits-v58{grid-template-columns:1fr}
}
@media (max-width: 820px){
  .pti-page-hero-catalog-v58,.pti-page-hero-cart-v58,.pti-page-hero-account-v58,.pti-account-hero-shell-v58{padding:24px;border-radius:26px}
  .pti-account-hero-shell-v58{grid-template-columns:1fr}
  .pti-account-hero-shell-v58 .pti-account-actions{justify-content:flex-start}
  .pti-account-overview-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .pti-ui-icon{width:34px;height:34px;border-radius:12px}
  .pti-product-card-v58 .product-copy p{min-height:0}
  .pti-account-overview-grid{grid-template-columns:1fr}
  .pti-hero-inline-points{display:grid;grid-template-columns:1fr}
  .pti-hero-inline-points span{justify-content:flex-start}
}


/* PTI v61 — cleaner account tabs */
.pti-account-overview-grid-v61 .pti-overview-card small{font-size:13px}
.pti-account-tabs{display:flex;gap:22px;flex-wrap:wrap;align-items:flex-end;margin:6px 0 22px;padding:0 0 12px;border-bottom:1px solid rgba(111,123,139,.16)}
.pti-account-tab{appearance:none;border:0;background:transparent;padding:0 0 12px;margin:0;display:inline-flex;align-items:center;gap:10px;color:#647284;font-size:14px;font-weight:700;letter-spacing:.01em;cursor:pointer;position:relative;transition:color .18s ease,opacity .18s ease,transform .18s ease}
.pti-account-tab:hover{color:#18212b;transform:translateY(-1px)}
.pti-account-tab::after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:2px;border-radius:999px;background:transparent;transition:background .18s ease}
.pti-account-tab.is-active{color:#121a24}
.pti-account-tab.is-active::after{background:#121a24}
.pti-account-tab .pti-ui-icon{width:32px;height:32px;border-radius:10px;background:#f5f7fa;border:1px solid rgba(111,123,139,.10);box-shadow:none}
.pti-account-tabpanels{display:block}
.pti-account-panel{display:block}
.pti-account-panel[hidden]{display:none!important}
.pti-dashboard-grid-v61-single{grid-template-columns:minmax(0,1.35fr) minmax(300px,.75fr)}
.pti-account-summary-card{align-self:stretch}
.pti-summary-list-v61{display:grid;gap:14px}
.pti-summary-list-v61 div{padding:16px 18px;border-radius:18px;background:#fbfcfd;border:1px solid rgba(111,123,139,.10)}
.pti-summary-list-v61 span{display:block;color:#6b7887;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;margin-bottom:6px}
.pti-summary-list-v61 strong{display:block;color:#141c24;font-size:16px;line-height:1.35}
.pti-account-panel .pti-panel{margin-top:0}
.pti-account-panel .pti-panel-head{margin-bottom:18px}
.pti-account-panel .pti-form-row:last-of-type,.pti-account-panel .pti-form-field:last-of-type{margin-bottom:0}
@media (max-width: 980px){
  .pti-dashboard-grid-v61-single{grid-template-columns:1fr}
}
@media (max-width: 820px){
  .pti-account-tabs{gap:14px;padding-bottom:10px;overflow-x:auto;flex-wrap:nowrap}
  .pti-account-tab{padding-bottom:10px;white-space:nowrap}
  .pti-account-tab::after{bottom:-11px}
}
@media (max-width: 640px){
  .pti-account-tabs{gap:12px}
  .pti-account-tab{font-size:13px}
  .pti-account-tab .pti-ui-icon{width:30px;height:30px}
}

/* PTI v63 — refined account experience */
.pti-account-wrap-v63{padding-top:8px}
.pti-account-shell-v63{display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px;align-items:start}
.pti-account-sidebar-v63{position:sticky;top:110px;padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(245,247,250,.98));border:1px solid rgba(111,123,139,.10);box-shadow:0 20px 48px rgba(15,23,34,.05)}
.pti-account-sidebar-head-v63 h1{margin:6px 0 10px;font-family:var(--font-display);font-size:clamp(34px,3.2vw,48px);line-height:1.02;color:#131b24}
.pti-account-sidebar-head-v63 p{margin:0;color:#657487;max-width:28ch}
.pti-account-identity-v63{display:grid;gap:4px;margin:22px 0 18px;padding:16px 18px;border-radius:22px;background:#f8fafc;border:1px solid rgba(111,123,139,.08)}
.pti-account-identity-v63 span{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#7b8897;font-weight:700}
.pti-account-identity-v63 strong{font-size:22px;line-height:1.15;color:#121a24}
.pti-account-identity-v63 small{color:#6b7785}
.pti-account-tabs-v63{display:grid;gap:8px;margin:0;padding:0;border:0}
.pti-account-tab-v63{width:100%;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;color:#4f5d6c;background:transparent;border:1px solid transparent;transform:none!important}
.pti-account-tab-v63::after{display:none}
.pti-account-tab-v63:hover{color:#121a24;background:rgba(248,250,252,.96);border-color:rgba(111,123,139,.10)}
.pti-account-tab-v63 span{font-size:15px;font-weight:700;letter-spacing:0}
.pti-account-tab-v63 em{font-style:normal;font-size:12px;font-weight:700;color:#7b8794;padding:4px 10px;border-radius:999px;background:#f4f6f8;border:1px solid rgba(111,123,139,.10)}
.pti-account-tab-v63.is-active{background:#121a24;color:#fff;border-color:#121a24;box-shadow:0 16px 34px rgba(15,23,34,.16)}
.pti-account-tab-v63.is-active em{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.12)}
.pti-account-sidebar-actions-v63{display:grid;gap:10px;margin-top:18px}
.pti-account-sidebar-actions-v63 .btn{justify-content:center}
.pti-account-main-v63{display:grid;gap:18px}
.pti-account-mini-stats-v63{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.pti-account-mini-stats-v63 article{padding:16px 18px;border-radius:20px;background:#fff;border:1px solid rgba(111,123,139,.10);box-shadow:0 12px 28px rgba(15,23,34,.04)}
.pti-account-mini-stats-v63 span{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#7a8795}
.pti-account-mini-stats-v63 strong{display:block;font-size:24px;line-height:1;color:#111923}
.pti-panel-v63{padding:26px 28px;border-radius:28px;background:linear-gradient(180deg,#fff,#fbfcfd);border:1px solid rgba(111,123,139,.10);box-shadow:0 18px 42px rgba(15,23,34,.05)}
.pti-panel-head-v63{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:18px}
.pti-panel-head-v63 h2{margin:0 0 4px;color:#131b24;font-size:24px}
.pti-panel-head-v63 p{margin:0;color:#667485}
.pti-account-overview-v63{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:18px}
.pti-summary-list-v63{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pti-summary-list-v63 div{padding:16px 18px;border-radius:18px;background:#f8fafc;border:1px solid rgba(111,123,139,.08)}
.pti-summary-list-v63 span{display:block;margin-bottom:6px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#7a8694}
.pti-summary-list-v63 strong{display:block;font-size:16px;line-height:1.35;color:#121a24}
.pti-account-quicklinks-v63{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.pti-inline-link-v63{appearance:none;border:0;background:transparent;padding:0;color:#111923;font-weight:700;cursor:pointer}
.pti-inline-link-v63:hover{opacity:.72}
.pti-activity-list-v63{display:grid;gap:10px}
.pti-activity-item-v63{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:16px 0;border-top:1px solid rgba(111,123,139,.10)}
.pti-activity-item-v63:first-child{padding-top:0;border-top:0}
.pti-activity-copy p{margin:4px 0 0}
.pti-activity-meta-v63{display:grid;justify-items:end;gap:8px}
.pti-activity-type-v63{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#7a8795}
.pti-order-list-v63,.pti-doc-list-v63,.pti-request-list-v63{display:grid;gap:12px}
.pti-order-item-v63,.pti-doc-item-v63,.pti-request-item-v63{background:#fcfdff;border:1px solid rgba(111,123,139,.08);box-shadow:none}
.pti-requests-layout-v63{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}
.pti-form-v63 .pti-form-field input,.pti-form-v63 .pti-form-field textarea{border-radius:18px;background:#fafbfd;border:1px solid rgba(111,123,139,.12)}
.pti-form-v63 .pti-form-field label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#6b7887}
.pti-empty-state-v63{border-radius:22px;background:#f8fafc;border:1px solid rgba(111,123,139,.08)}
@media (max-width: 1180px){
  .pti-account-shell-v63{grid-template-columns:280px minmax(0,1fr)}
  .pti-account-mini-stats-v63{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pti-account-overview-v63,.pti-requests-layout-v63{grid-template-columns:1fr}
}
@media (max-width: 900px){
  .pti-account-shell-v63{grid-template-columns:1fr}
  .pti-account-sidebar-v63{position:static}
  .pti-account-tabs-v63{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 640px){
  .pti-account-sidebar-v63,.pti-panel-v63{padding:22px}
  .pti-account-tabs-v63,.pti-account-mini-stats-v63,.pti-summary-list-v63{grid-template-columns:1fr}
  .pti-account-tab-v63{padding:13px 14px}
  .pti-account-sidebar-head-v63 h1{font-size:34px}
  .pti-account-mini-stats-v63 strong{font-size:22px}
  .pti-activity-item-v63{grid-template-columns:1fr}
  .pti-activity-meta-v63{justify-items:start}
}


/* v64 — catalogue et panier plus directs */
.pti-catalog-wrap-v64,.pti-cart-wrap-v64{padding-top:6px}
.pti-shop-compact-head-v64{display:flex;align-items:end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:0 0 14px;padding:4px 4px 14px;border-bottom:1px solid rgba(111,123,139,.12)}
.pti-shop-compact-head-v64 .eyebrow{margin-bottom:10px}
.pti-shop-compact-head-v64 h1{margin:0;font-size:clamp(1.9rem,3vw,2.45rem);line-height:1.02;letter-spacing:-.04em}
.pti-shop-compact-head-meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}
.pti-shop-compact-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(111,123,139,.12);box-shadow:0 10px 24px rgba(15,23,34,.04);color:#1b2836;font-weight:600}
.pti-shop-compact-pill-link{text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.pti-shop-compact-pill-link:hover{transform:translateY(-1px);border-color:rgba(22,33,42,.20);box-shadow:0 14px 28px rgba(15,23,34,.07)}
.pti-catalog-toolbar-v64{padding:0 0 12px;margin-bottom:8px;background:transparent;border:none;box-shadow:none}
.pti-catalog-toolbar-v64 .pti-catalog-chips{margin-bottom:14px}
.pti-catalog-toolbar-v64 .pti-filter-bar{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(246,248,251,.92));border:1px solid rgba(111,123,139,.10);border-radius:26px;padding:18px 18px 16px;box-shadow:0 18px 42px rgba(15,23,34,.05)}
.pti-catalog-wrap-v64 .pti-product-grid-v58{margin-top:12px}
.pti-cart-wrap-v64 .pti-cart-layout-v64{margin-top:12px;gap:24px}
.pti-cart-wrap-v64 .pti-panel-head p{max-width:560px}
.pti-shop-compact-head-empty{margin-bottom:18px}
@media (max-width: 900px){
  .pti-shop-compact-head-v64{align-items:start}
  .pti-shop-compact-head-meta{justify-content:flex-start}
}
@media (max-width: 640px){
  .pti-shop-compact-head-v64{padding-bottom:12px;margin-bottom:12px}
  .pti-shop-compact-head-v64 h1{font-size:clamp(1.55rem,7vw,2rem)}
  .pti-shop-compact-head-meta,.pti-shop-compact-pill{width:100%}
  .pti-catalog-toolbar-v64 .pti-filter-bar{padding:14px}
}


/* v65 — account area refined + working tabs */
.pti-account-wrap-v63{padding-top:0}
.pti-account-shell-v63{grid-template-columns:260px minmax(0,1fr);gap:20px}
.pti-account-sidebar-v63{position:sticky;top:108px;padding:4px 0 0;background:transparent;border:0;border-radius:0;box-shadow:none}
.pti-account-sidebar-head-v63{padding:0 8px 14px;border-bottom:1px solid rgba(111,123,139,.14)}
.pti-account-sidebar-head-v63 h1{margin:4px 0 8px;font-size:30px;line-height:1.04;letter-spacing:-.03em}
.pti-account-sidebar-head-v63 p{max-width:none;font-size:14px;line-height:1.55;color:#667587}
.pti-account-meta-v65{display:grid;gap:2px;padding:14px 8px 8px}
.pti-account-meta-v65 span{font-size:15px;font-weight:700;color:#121a24}
.pti-account-meta-v65 small{font-size:13px;color:#798696}
.pti-account-identity-v63{display:none}
.pti-account-tabs-v63{display:grid;gap:4px;margin-top:10px;padding:0;border:0}
.pti-account-tab-v63{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 14px;border-radius:14px;color:#506071;background:transparent;border:0;border-left:2px solid transparent;text-align:left;box-shadow:none;transform:none!important}
.pti-account-tab-v63:hover{color:#121a24;background:#f7f9fc;border-left-color:rgba(18,26,36,.18)}
.pti-account-tab-v63 span{font-size:14px;font-weight:700;letter-spacing:0}
.pti-account-tab-v63 em{padding:0;background:transparent;border:0;color:#8a95a2;font-size:12px;font-weight:700}
.pti-account-tab-v63.is-active{background:#f6f8fb;color:#121a24;border-left-color:#121a24;box-shadow:none}
.pti-account-tab-v63.is-active em{background:transparent;border:0;color:#5b6775}
.pti-account-sidebar-actions-v63{margin-top:14px;padding:0 8px;display:flex;flex-direction:column;gap:8px}
.pti-account-sidebar-actions-v63 .btn{min-height:44px;justify-content:center;border-radius:14px;box-shadow:none}
.pti-account-sidebar-actions-v63 .btn-outline{background:transparent}
.pti-account-main-v63{display:grid;gap:14px}
.pti-account-mini-stats-v63{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.pti-account-mini-stats-v63 article{padding:14px 16px;border-radius:16px;background:#fbfcfe;border:1px solid rgba(111,123,139,.08);box-shadow:none}
.pti-account-mini-stats-v63 span{margin-bottom:7px;font-size:11px;letter-spacing:.08em;color:#7b8794}
.pti-account-mini-stats-v63 strong{font-size:22px;letter-spacing:-.03em}
.pti-panel-v63{padding:22px 24px;border-radius:22px;background:#fff;border:1px solid rgba(111,123,139,.08);box-shadow:none}
.pti-panel-head-v63{align-items:flex-start;margin-bottom:16px}
.pti-panel-head-v63 h2{font-size:22px;letter-spacing:-.03em}
.pti-panel-head-v63 p{font-size:14px;line-height:1.55}
.pti-account-overview-v63{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:14px}
.pti-summary-list-v63{gap:10px}
.pti-summary-list-v63 div{padding:14px 16px;border-radius:16px;background:#fafbfd;border:1px solid rgba(111,123,139,.07)}
.pti-summary-list-v63 strong{font-size:15px}
.pti-account-quicklinks-v63{gap:14px;margin-top:16px}
.pti-inline-link-v63{font-size:14px;color:#121a24;text-decoration:underline;text-underline-offset:4px}
.pti-inline-link-v63:hover{opacity:.8}
.pti-activity-list-v63{gap:0}
.pti-activity-item-v63{padding:14px 0;gap:12px}
.pti-activity-copy strong,.pti-order-top strong,.pti-doc-item-v63 strong,.pti-request-item-v63 strong{font-size:15px;color:#121a24}
.pti-activity-copy p,.pti-order-item-v63 p,.pti-doc-item-v63 p,.pti-request-item-v63 p{font-size:14px;line-height:1.55;color:#687787}
.pti-order-list-v63,.pti-doc-list-v63,.pti-request-list-v63{gap:10px}
.pti-order-item-v63,.pti-doc-item-v63,.pti-request-item-v63{padding:16px 18px;border-radius:16px;background:#fcfdff;border:1px solid rgba(111,123,139,.08);box-shadow:none}
.pti-status-chip{box-shadow:none}
.pti-requests-layout-v63{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:14px}
.pti-form-v63 .pti-form-field input,.pti-form-v63 .pti-form-field textarea{padding:14px 16px;border-radius:16px;background:#fafbfd;border:1px solid rgba(111,123,139,.12);box-shadow:none}
.pti-form-v63 .pti-form-field input:focus,.pti-form-v63 .pti-form-field textarea:focus{outline:none;border-color:rgba(18,26,36,.22);background:#fff}
.pti-empty-state-v63{padding:20px;border-radius:18px;background:#fafbfd;border:1px dashed rgba(111,123,139,.18)}
.pti-account-panel{animation:ptiAccountFade .18s ease}
@keyframes ptiAccountFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@media (max-width: 1180px){
  .pti-account-shell-v63{grid-template-columns:220px minmax(0,1fr)}
}
@media (max-width: 900px){
  .pti-account-shell-v63{grid-template-columns:1fr}
  .pti-account-sidebar-v63{position:static;padding-top:0}
  .pti-account-sidebar-head-v63{padding:0 0 12px}
  .pti-account-meta-v65,.pti-account-sidebar-actions-v63{padding-left:0;padding-right:0}
  .pti-account-tabs-v63{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .pti-account-tab-v63{border-left:0;border:1px solid rgba(111,123,139,.10);border-radius:16px}
  .pti-account-tab-v63:hover{border-left:0;border-color:rgba(18,26,36,.16)}
  .pti-account-tab-v63.is-active{border-left:0;border-color:#121a24}
}
@media (max-width: 640px){
  .pti-account-tabs-v63,.pti-account-mini-stats-v63,.pti-summary-list-v63,.pti-account-overview-v63,.pti-requests-layout-v63{grid-template-columns:1fr}
  .pti-panel-v63{padding:20px}
  .pti-account-sidebar-head-v63 h1{font-size:28px}
}


/* v66 — account polish, special import CTA, dropdown and filter fixes */
.pti-filter-field{position:relative}
.pti-filter-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:44px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m5 7.5 5 5 5-5' stroke='%23586779' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px 18px}
.nav-dropdown-menu{z-index:200}
@media (max-width: 768px){
  .nav-dropdown-menu{display:grid}
}
.special-request-cta{margin-top:22px;padding:24px 28px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,247,251,.94));border:1px solid rgba(111,123,139,.10);box-shadow:0 18px 42px rgba(15,23,34,.05);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.special-request-cta h3{margin:8px 0 8px;font-size:clamp(1.4rem,2.3vw,2rem);line-height:1.05;color:#131b24}
.special-request-cta p{margin:0;max-width:720px}
.pti-account-wrap-v66 .pti-account-shell-v66{grid-template-columns:240px minmax(0,1fr);gap:24px}
.pti-account-wrap-v66 .pti-account-sidebar-v66{padding-top:0}
.pti-account-wrap-v66 .pti-account-sidebar-head-v66 h1{font-size:32px}
.pti-account-wrap-v66 .pti-account-meta-v66{padding-top:16px;padding-bottom:10px}
.pti-account-wrap-v66 .pti-account-tabs-v66{gap:6px}
.pti-account-wrap-v66 .pti-account-tab-v63{border-radius:16px;padding:13px 15px}
.pti-account-wrap-v66 .pti-account-tab-v63 span{font-size:14px}
.pti-account-wrap-v66 .pti-account-main-v66{gap:16px}
.pti-account-wrap-v66 .pti-panel-v63{border-radius:24px}
.pti-account-wrap-v66 .pti-account-mini-stats-v63 article{background:#fff}
.pti-import-layout-v66{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);align-items:start}
.pti-import-main-v66{display:grid;gap:16px}
.pti-import-points-v66{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.pti-import-points-v66 article{padding:16px 16px;border-radius:16px;background:#fafbfd;border:1px solid rgba(111,123,139,.08)}
.pti-import-points-v66 strong{display:block;margin-bottom:6px;font-size:14px;color:#121a24}
.pti-import-points-v66 p{margin:0;font-size:13px;line-height:1.55;color:#687787}
.pti-import-history-v66{display:grid;gap:12px}
.pti-panel-head-inline-v66{margin-bottom:4px}
@media (max-width: 1180px){
  .pti-import-layout-v66,.pti-account-wrap-v66 .pti-account-shell-v66{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .special-request-cta{padding:20px}
  .pti-import-points-v66{grid-template-columns:1fr}
}


/* v67 — guest special request layout + nav safety */
.site-header,
.header-inner,
.main-nav,
.nav-dropdown { overflow: visible; }

.pti-guest-request-layout {
  align-items: start;
}

.pti-guest-request-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pti-account-guest-side-copy {
  display: grid;
  gap: 18px;
}

.pti-account-sidebar-actions-v67 {
  display: grid;
  gap: 12px;
}

@media (max-width: 900px) {
  .pti-account-sidebar-actions-v67 {
    grid-template-columns: 1fr;
  }
}


/* ===== PTI v73 — cartes produits plus visuelles et catalogue simplifié ===== */
.product-card-img.has-product-image,
.product-card-img.has-product-image-home{
  background:linear-gradient(180deg,#f7f9fc 0%,#e9eef4 100%);
}
.product-card-img.has-product-image img,
.product-card-img.has-product-image-home img{
  width:100%;
  height:100%;
  display:block;
  padding:0;
  object-fit:cover;
  object-position:center;
}
.product-card-featured .product-card-img.has-product-image-home{
  height:300px;
}
.pti-product-card-v58 .product-card-img.has-product-image{
  height:290px;
}
.pti-product-card-v58 .product-copy.product-copy-compact{
  gap:8px;
  height:100%;
}
.pti-product-card-v58 .product-copy.product-copy-compact p{
  min-height:0;
  margin:0;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.pti-product-card-v58 .product-copy.product-copy-compact .price-block{
  margin-top:2px;
}
.pti-product-card-v58 .product-copy.product-copy-compact .product-meta-v58{
  display:none;
}
@media (max-width: 900px){
  .product-card-featured .product-card-img.has-product-image-home{height:236px}
  .pti-product-card-v58 .product-card-img.has-product-image{height:240px}
}


/* ===== PTI v75 — dropdown stable + catalogue image flush ===== */
.site-header{z-index:1200}
.header-inner,.main-nav,.nav-dropdown{overflow:visible}
.nav-dropdown{position:relative}
.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:0}
.nav-dropdown-toggle::after{display:none !important;content:none !important}
.nav-dropdown-menu{
  top:calc(100% + 6px);
  left:50%;
  right:auto;
  transform:translateX(-50%) translateY(8px);
  min-width:250px;
  z-index:2200;
}
.nav-dropdown-menu::before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:100%;
  height:14px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
@media (max-width: 768px){
  .nav-dropdown-menu{
    left:auto;
    right:0;
    transform:translateY(8px);
  }
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu,
  .nav-dropdown.is-open .nav-dropdown-menu{
    transform:translateY(0);
  }
}

.pti-shop-compact-head-v64 .eyebrow{
  letter-spacing:.14em;
}

.pti-product-card-v58 .product-card-img.has-product-image{
  height:310px;
  background:#eef2f5;
}
.pti-product-card-v58 .product-card-img.has-product-image img{
  width:100%;
  height:100%;
  padding:0;
  object-fit:cover;
  object-position:center;
  transform:scale(1.14);
  transition:transform .35s ease;
}
.pti-product-card-v58:hover .product-card-img.has-product-image img{
  transform:scale(1.18);
}
@media (max-width: 900px){
  .pti-product-card-v58 .product-card-img.has-product-image{
    height:248px;
  }
  .pti-product-card-v58 .product-card-img.has-product-image img{
    transform:scale(1.12);
  }
  .pti-product-card-v58:hover .product-card-img.has-product-image img{
    transform:scale(1.15);
  }
}

/* PTI v76 — fiche produit finale + quantité premium */
.pti-product-detail-card-premium{grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:30px;padding:30px}
.pti-product-description-card{margin-top:12px;padding:18px 20px;border-radius:22px;background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(238,243,248,.94));border:1px solid rgba(109,122,139,.10)}
.pti-product-short-below{width:100%;margin-top:12px;padding:16px 18px;border-radius:20px;background:rgba(246,249,252,.92);border:1px solid rgba(109,122,139,.10)}
.pti-product-short-label{display:inline-block;margin-bottom:8px;color:#111923;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.pti-product-short-below p{margin:0;color:#5b6b7e;line-height:1.7}
.pti-product-detail-actions-premium{align-items:stretch;gap:14px}
.pti-inline-buy-primary{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(240,245,249,.92));box-shadow:0 18px 34px rgba(15,23,34,.06)}
.pti-inline-buy{gap:14px}
.pti-inline-buy label{gap:10px}
.pti-inline-buy .btn{min-height:52px;padding-inline:24px}
.pti-product-secondary-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%}
.pti-product-secondary-actions .pti-inline-buy-secondary{width:100%;padding:0;background:transparent;border:0;box-shadow:none}
.pti-product-secondary-actions .pti-inline-buy-secondary .btn,
.pti-product-secondary-actions .pti-quote-btn{width:100%;justify-content:center;margin-top:0;min-height:52px;border-radius:18px;font-weight:700}
.pti-btn-buy-now{background:linear-gradient(180deg,#687486,#566273);border:1px solid #566273;color:#fff!important;box-shadow:0 16px 30px rgba(15,23,34,.14)}
.pti-btn-buy-now:hover{background:linear-gradient(180deg,#707d90,#5d697a);border-color:#5d697a;color:#fff!important;transform:translateY(-1px)}
.pti-quote-btn{background:linear-gradient(180deg,#ffffff,#eef2f6)!important;border:1px solid rgba(111,123,139,.12)!important;color:#17222d!important;box-shadow:0 10px 22px rgba(15,23,42,.08)}
.pti-qty-stepper{display:inline-grid;grid-template-columns:44px minmax(64px,84px) 44px;align-items:center;min-height:48px;border-radius:18px;background:rgba(255,255,255,.96);border:1px solid rgba(109,122,139,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.pti-qty-stepper-inline{width:max-content}
.pti-qty-btn{appearance:none;border:0;background:transparent;color:#17202b;font-size:24px;line-height:1;cursor:pointer;height:100%;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease,color .18s ease,transform .18s ease}
.pti-qty-btn:hover{background:rgba(235,240,245,.94)}
.pti-qty-btn:active{transform:scale(.96)}
.pti-qty-stepper input[type=number],
.woocommerce .quantity .qty{appearance:textfield;-moz-appearance:textfield;width:100%;height:48px;padding:0 10px;border:0;background:transparent;text-align:center;font-size:16px;font-weight:700;color:#111923;box-shadow:none}
.pti-qty-stepper input[type=number]::-webkit-outer-spin-button,
.pti-qty-stepper input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

.single-product .single-product-wrap{padding-top:32px;padding-bottom:16px}
.single-product .single-product-wrap .woocommerce-notices-wrapper{margin-bottom:16px}
.single-product .pti-wc-product-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);gap:30px;padding:30px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(240,244,248,.94));border:1px solid rgba(109,122,139,.12);box-shadow:0 24px 54px rgba(15,23,34,.08)}
.single-product .pti-wc-gallery{min-width:0}
.single-product .woocommerce-product-gallery{margin:0!important}
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image:first-child a{display:block;height:100%}
.single-product .woocommerce-product-gallery__image:first-child{overflow:hidden;border-radius:30px;background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(228,234,241,.92));min-height:420px}
.single-product .woocommerce-product-gallery__image:first-child img{width:100%;height:100%;object-fit:cover;display:block}
.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(86px,1fr));gap:12px;margin-top:14px!important}
.single-product .flex-control-thumbs li{float:none!important;width:auto!important;overflow:hidden;border-radius:18px;border:1px solid rgba(109,122,139,.12);background:rgba(247,249,251,.96)}
.single-product .flex-control-thumbs img{width:100%;height:84px;object-fit:cover;display:block;opacity:1!important}
.single-product .pti-wc-summary{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.single-product .pti-wc-summary h1.product_title{font-size:clamp(34px,4vw,54px);line-height:1.04;margin:8px 0 12px;color:#0f1822}
.single-product .pti-wc-short{font-size:17px;line-height:1.7;color:#5b6b7e;max-width:62ch}
.single-product .pti-wc-short p{margin:0}
.single-product .pti-wc-price-wrap{margin:18px 0 4px}
.single-product .pti-wc-price-wrap .price{font-size:clamp(28px,3vw,40px);font-weight:800;color:#111923}
.single-product .pti-wc-cart-box{width:100%;padding:18px 20px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(240,245,249,.92));border:1px solid rgba(109,122,139,.10);box-shadow:0 18px 34px rgba(15,23,34,.06)}
.single-product .pti-wc-cart-box form.cart{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;margin:0}
.single-product .pti-wc-cart-box .quantity{margin:0!important}
.single-product .pti-wc-cart-box .single_add_to_cart_button,
.single-product .pti-wc-actions .btn,
.single-product .pti-wc-actions .mini-cta{min-height:50px}
.single-product .pti-wc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.single-product .pti-wc-description-card{margin-top:24px;padding:26px 28px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,244,249,.94));border:1px solid rgba(109,122,139,.12);box-shadow:0 18px 40px rgba(15,23,34,.06)}
.single-product .pti-wc-description-content{color:#556576;line-height:1.82;font-size:15px}
.single-product .pti-wc-description-content > *:first-child{margin-top:0}
.single-product .pti-wc-description-content > *:last-child{margin-bottom:0}
.single-product .pti-wc-short-below{width:100%;max-width:none;margin-top:16px;padding:16px 18px;border-radius:20px;background:rgba(246,249,252,.92);border:1px solid rgba(109,122,139,.10)}
.single-product .pti-wc-short-label{display:inline-block;margin-bottom:8px;color:#111923;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.single-product .product_meta,
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .tagged_as,
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .up-sells,
.single-product .woocommerce-review-link,
.single-product .woocommerce-product-rating{display:none!important}
.single-product span.onsale{left:18px;top:18px;right:auto;margin:0;min-height:36px;padding:0 14px;border-radius:999px;background:#111923;color:#fff;line-height:36px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 12px 26px rgba(15,23,34,.16)}
.single-product .stock{margin:0;color:#4b5b6c;font-weight:700}
.single-product .cart .variations{margin-bottom:12px;border-spacing:0 10px}
.single-product .cart .variations td,
.single-product .cart .variations th{padding:0}
.single-product .reset_variations{display:inline-flex;margin-top:8px;font-weight:700}

@media (max-width:1100px){
  .pti-product-detail-card-premium,
  .single-product .pti-wc-product-card{grid-template-columns:1fr}
}
@media (max-width:760px){
  .pti-product-detail-card-premium,
  .single-product .pti-wc-product-card,
  .single-product .pti-wc-description-card{padding:20px;border-radius:28px}
  .single-product .woocommerce-product-gallery__image:first-child,
  .pti-product-detail-visual{min-height:280px;border-radius:24px}
  .single-product .pti-wc-cart-box form.cart,
  .single-product .pti-wc-actions,
  .pti-product-detail-actions-premium{flex-direction:column}
  .single-product .pti-wc-cart-box .single_add_to_cart_button,
  .single-product .pti-wc-actions > *,
  .pti-inline-buy,
  .pti-product-detail-actions-premium > *{width:100%}
  .pti-product-secondary-actions{grid-template-columns:1fr}
}


/* PTI stock states */
.pti-product-stock{display:inline-flex;align-items:center;gap:8px;margin:10px 0 16px;padding:8px 12px;border-radius:999px;font-size:.92rem;font-weight:600;border:1px solid rgba(15,23,42,.08);width:max-content;max-width:100%;}
.pti-product-stock.is-in-stock{background:rgba(15,23,42,.04);color:#0f172a;}
.pti-product-stock.is-out-of-stock{background:rgba(127,29,29,.06);color:#7f1d1d;border-color:rgba(127,29,29,.12);}
.pti-product-stock.is-order-only{background:rgba(180,83,9,.08);color:#92400e;border-color:rgba(180,83,9,.14);}
.pti-product-stock-card{margin-top:8px;margin-bottom:14px;font-size:.86rem;}
.btn-disabled,.pti-btn-disabled{pointer-events:none;opacity:.72;cursor:not-allowed;}
.pti-product-secondary-actions-out{display:flex;flex-wrap:wrap;gap:12px;align-items:center;}

/* ===== PTI v76 — accès direct aux catalogues spécialisés ===== */
.nav-dropdown-catalogues .nav-catalogues-toggle{
  color:rgba(255,255,255,.86);
}

.nav-dropdown-catalogues .nav-catalogues-menu{
  width:min(560px, calc(100vw - 42px));
  min-width:520px;
  padding:14px;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  border-radius:28px;
  background:rgba(255,255,255,.97);
  box-shadow:0 30px 70px rgba(15,23,42,.18), inset 0 1px 0 rgba(255,255,255,.86);
}

.nav-catalogue-card{
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-height:92px;
  padding:16px !important;
  border-radius:22px !important;
  border:1px solid rgba(109,122,139,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(242,246,250,.94));
  color:#151f2a !important;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.82);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.nav-catalogue-card:hover{
  transform:translateY(-2px);
  border-color:rgba(25,33,44,.18);
  background:linear-gradient(180deg,#fff,rgba(236,241,247,.98));
  box-shadow:0 18px 40px rgba(15,23,42,.11), inset 0 1px 0 rgba(255,255,255,.9);
}

.nav-catalogue-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:16px;
  color:#111827;
  background:linear-gradient(145deg,rgba(17,24,39,.08),rgba(255,255,255,.9));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9), 0 10px 22px rgba(15,23,42,.08);
}

.nav-catalogue-icon svg{
  width:22px;
  height:22px;
}

.nav-catalogue-icon-radio{
  background:linear-gradient(145deg,rgba(25,32,44,.10),rgba(255,255,255,.92));
}

.nav-catalogue-icon-light{
  background:radial-gradient(circle at 70% 45%,rgba(255,225,150,.46),rgba(255,255,255,.92) 48%,rgba(17,24,39,.08));
}

.nav-catalogue-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:5px;
}

.nav-catalogue-copy strong{
  font-size:15px;
  line-height:1.1;
  font-weight:850;
  letter-spacing:-.02em;
  color:#101827;
}

.nav-catalogue-copy small{
  font-size:12px;
  line-height:1.35;
  font-weight:650;
  color:#667789;
}

@media (max-width: 1120px){
  .main-nav{
    gap:16px;
    font-size:12px;
  }
  .nav-dropdown-catalogues .nav-catalogues-menu{
    min-width:500px;
  }
}

@media (max-width: 900px){
  .mobile-bottom-nav{
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:6px;
  }
  .mobile-bottom-link{
    min-height:52px;
    font-size:9px;
    letter-spacing:0;
  }
  .mobile-bottom-icon{
    width:22px;
    height:22px;
  }
  .mobile-bottom-icon svg{
    width:17px;
    height:17px;
  }
}

@media (max-width: 420px){
  .mobile-bottom-nav{
    left:8px;
    right:8px;
    gap:4px;
    padding:6px;
  }
  .mobile-bottom-link{
    min-height:48px;
    font-size:8px;
    padding:4px 1px;
  }
}

/* ===== PTI v77 — onglet Catalogues bien visible dans la navigation ===== */
.site-header .main-nav > a,
.site-header .main-nav .nav-dropdown-toggle{
  white-space:nowrap;
}

.nav-dropdown-catalogues{
  z-index:2300;
}

.nav-dropdown-catalogues .nav-catalogues-toggle{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:8px !important;
  min-height:38px;
  padding:9px 15px !important;
  border-radius:999px;
  color:#17202b !important;
  font-weight:780;
  letter-spacing:-.01em;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(238,243,248,.82));
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 10px 24px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.88);
}

.nav-dropdown-catalogues .nav-catalogues-toggle::after{
  content:"" !important;
  display:inline-block !important;
  width:7px;
  height:7px;
  margin-left:2px;
  border-right:1.7px solid currentColor;
  border-bottom:1.7px solid currentColor;
  opacity:.72;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s ease, opacity .2s ease;
}

.nav-dropdown-catalogues:hover .nav-catalogues-toggle,
.nav-dropdown-catalogues:focus-within .nav-catalogues-toggle{
  color:#0f1720 !important;
  background:linear-gradient(180deg,#fff,rgba(242,246,250,.96));
  box-shadow:0 14px 30px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.92);
}

.nav-dropdown-catalogues:hover .nav-catalogues-toggle::after,
.nav-dropdown-catalogues:focus-within .nav-catalogues-toggle::after{
  opacity:1;
  transform:rotate(225deg) translate(-1px,-1px);
}

.nav-dropdown-catalogues .nav-catalogues-menu{
  top:calc(100% + 10px);
}

@media (min-width: 901px){
  .main-nav{
    gap:clamp(14px, 1.65vw, 26px);
  }
}

@media (max-width: 1120px) and (min-width: 901px){
  .nav-dropdown-catalogues .nav-catalogues-toggle{
    padding-inline:12px !important;
  }
  .nav-dropdown-catalogues .nav-catalogues-menu{
    min-width:470px;
  }
}

/* ===== PTI v79 — navigation mobile avec accès Catalogues Pro ===== */
.nav-dropdown-catalogues .nav-catalogues-toggle{
  color:#111827 !important;
  font-weight:820;
}

.nav-dropdown-catalogues .nav-catalogues-toggle:hover,
.nav-dropdown-catalogues:focus-within .nav-catalogues-toggle{
  color:#0b1220 !important;
}

@media (max-width: 900px){
  .mobile-bottom-nav{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:7px;
    padding:8px;
  }

  .mobile-bottom-catalogues{
    position:relative;
    min-width:0;
  }

  .mobile-bottom-catalogues > summary{
    list-style:none;
    cursor:pointer;
  }

  .mobile-bottom-catalogues > summary::-webkit-details-marker{
    display:none;
  }

  .mobile-bottom-summary{
    width:100%;
  }

  .mobile-bottom-summary span:last-child{
    line-height:1.05;
    text-align:center;
  }

  .mobile-catalogues-popover{
    position:fixed;
    left:12px;
    right:12px;
    bottom:calc(88px + max(12px, env(safe-area-inset-bottom)));
    z-index:130;
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
    padding:10px;
    border-radius:26px;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 24px 70px rgba(15,23,42,.20);
    backdrop-filter:saturate(180%) blur(18px);
    -webkit-backdrop-filter:saturate(180%) blur(18px);
    opacity:0;
    transform:translateY(12px) scale(.98);
    pointer-events:none;
    transition:opacity .18s ease, transform .18s ease;
  }

  .mobile-bottom-catalogues[open] .mobile-catalogues-popover{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }

  .mobile-catalogues-popover a{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    align-items:center;
    gap:12px;
    padding:14px;
    border-radius:20px;
    color:#111827;
    text-decoration:none;
    background:linear-gradient(180deg,#fff,#f5f8fb);
    border:1px solid rgba(15,23,42,.07);
    box-shadow:0 10px 24px rgba(15,23,42,.06);
  }

  .mobile-catalogues-popover a:active{
    transform:scale(.99);
  }

  .mobile-catalogue-popover-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:16px;
    color:#111827;
    background:linear-gradient(145deg,rgba(17,24,39,.08),rgba(255,255,255,.92));
  }

  .mobile-catalogue-popover-light{
    background:radial-gradient(circle at 70% 45%,rgba(255,225,150,.46),rgba(255,255,255,.92) 48%,rgba(17,24,39,.08));
  }

  .mobile-catalogue-popover-icon svg{
    width:21px;
    height:21px;
  }

  .mobile-catalogues-popover strong,
  .mobile-catalogues-popover small{
    display:block;
  }

  .mobile-catalogues-popover strong{
    font-size:14px;
    line-height:1.1;
    letter-spacing:-.02em;
  }

  .mobile-catalogues-popover small{
    margin-top:4px;
    color:#667085;
    font-size:11.5px;
    font-weight:650;
    line-height:1.25;
  }
}

@media (max-width: 420px){
  .mobile-bottom-nav{
    left:8px;
    right:8px;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:4px;
    padding:6px;
  }

  .mobile-bottom-link{
    min-height:50px;
    font-size:8.4px;
    padding:5px 1px;
  }

  .mobile-catalogues-popover{
    left:8px;
    right:8px;
    bottom:calc(78px + max(10px, env(safe-area-inset-bottom)));
    border-radius:22px;
  }
}

/* Catalogue Audio Pro */
.nav-catalogue-icon-audio,
.mobile-catalogue-popover-audio{
  background:radial-gradient(circle at 35% 30%,rgba(85,214,255,.42),rgba(255,255,255,.92) 50%,rgba(91,120,255,.12));
}


/* Catalogue Restauration Pro */
.nav-catalogue-icon-resto,
.mobile-catalogue-popover-resto{
  background:radial-gradient(circle at 35% 30%,rgba(255,210,136,.62),rgba(255,255,255,.92) 50%,rgba(200,121,43,.16));
}

/* ===== PTI v81 — six accès directs dans la navigation mobile ===== */
@media (max-width:900px){
  .mobile-bottom-nav{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:4px!important;padding:7px!important}
  .mobile-bottom-link{position:relative;min-width:0;min-height:50px!important;gap:3px!important;padding:4px 0!important;font-size:8px!important;line-height:1.05;letter-spacing:0!important}
  .mobile-bottom-icon{width:20px!important;height:20px!important}
  .mobile-bottom-icon svg{width:16px!important;height:16px!important}
  .mobile-bottom-software .mobile-bottom-icon{color:#0757c8}
  .mobile-bottom-catalogues{order:4}
  .mobile-bottom-cart{order:5}
  .mobile-bottom-account{order:6}
  .mobile-bottom-catalogues[open]>.mobile-bottom-summary{background:rgba(219,234,254,.78);color:#0757c8}
  .mobile-bottom-count{position:absolute;top:2px;left:calc(50% + 5px);display:inline-flex;align-items:center;justify-content:center;min-width:15px;height:15px;padding:0 3px;border:2px solid #fff;border-radius:999px;background:#111827;color:#fff;font-size:8px;font-weight:900;line-height:1}
}

@media (max-width:380px){
  .mobile-bottom-nav{left:5px!important;right:5px!important;gap:2px!important;padding:5px!important}
  .mobile-bottom-link{min-height:47px!important;font-size:7.2px!important}
  .mobile-bottom-icon{width:18px!important;height:18px!important}
  .mobile-bottom-icon svg{width:15px!important;height:15px!important}
}

/* Surcharge finale v71 : cinq compteurs sur les grands écrans. */
.pti-account-wrap-v66 .pti-account-mini-stats-v63{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
@media(max-width:1180px){
  .pti-account-wrap-v66 .pti-account-mini-stats-v63{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .pti-account-wrap-v66 .pti-account-mini-stats-v63{grid-template-columns:repeat(2,minmax(0,1fr));}
}
