/* ============================================================
   USB Makers — Commercial e-commerce theme (v3)
   Bright, white, trustworthy promotional-products retail look.
   Original design — not affiliated with any third party.
   ============================================================ */

:root {
  --bg: #ffffff;
  --panel: #f2f6f9;          /* light blue-grey band */
  --panel-2: #e9eff4;
  --ink: #202f5e;            /* deep navy ink */
  --ink-soft: #51627a;
  --ink-faint: #8493a6;
  --line: #e2e8ef;
  --line-2: #d2dbe4;

  --primary: #202f5e;        /* brand navy */
  --primary-700: #16203f;
  --primary-tint: #e8eaf1;
  --cta: #ff5aaf;            /* action pink */
  --cta-700: #ec4aa0;
  --star: #f5a623;           /* review stars */

  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --radius: 10px;
  --radius-sm: 7px;
  --radius-lg: 16px;
  --container: 1588px;
  --gutter: clamp(16px, 4vw, 48px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 14px 34px -20px rgba(21, 36, 59, 0.4);
  --shadow-lg: 0 30px 60px -30px rgba(21, 36, 59, 0.5);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--primary); color: #fff; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }

h1, h2, h3, h4 { margin: 0; font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; color: var(--ink); text-wrap: balance; }
.h1 { font-size: clamp(34px, 5vw, 60px); }
.h2 { font-size: clamp(28px, 3.4vw, 44px); }
.h3 { font-size: clamp(19px, 2vw, 24px); }
.lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-soft); line-height: 1.55; text-wrap: pretty; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary); margin-bottom: 14px;
}
.muted { color: var(--ink-soft); }
.center { text-align: center; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 15px; padding: 13px 22px; border-radius: var(--radius);
  border: 1.5px solid transparent; transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
  white-space: nowrap;
}
.btn .arrow { transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 10px 20px -12px var(--primary); }
.btn-primary:hover { background: var(--primary-700); }
.btn-cta { background: var(--cta); color: var(--ink); box-shadow: 0 10px 20px -12px var(--cta); }
.btn-cta:hover { background: var(--cta-700); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn-white { background: #fff; color: var(--primary); }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 14px; color: var(--primary); transition: gap 0.2s var(--ease); }
.link-arrow:hover { gap: 12px; }

/* ---------- placeholders ---------- */
.ph {
  position: relative; background-color: var(--panel-2);
  background-image: repeating-linear-gradient(-45deg, rgba(21,36,59,0.045) 0, rgba(21,36,59,0.045) 1px, transparent 1px, transparent 10px);
  overflow: hidden; display: flex; align-items: flex-end;
}
.ph .ph-tag {
  font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 11px;
  letter-spacing: 0.04em; color: var(--ink-faint); padding: 10px 12px; width: 100%;
  background: linear-gradient(transparent, rgba(255,255,255,0.7));
}

/* ============================================================
   HEADER
   ============================================================ */
.utility { background: var(--ink); color: rgba(255,255,255,0.82); font-size: 13px; }
.utility .container { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.utility .u-left { display: flex; align-items: center; gap: 18px; }
.utility .u-left span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.utility .u-left .ic { color: var(--cta); font-weight: 800; }
.utility .u-right { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.utility a { color: rgba(255,255,255,0.82); transition: color 0.2s; }
.utility a:hover { color: #fff; }
.utility .flag { width: 18px; height: 12px; border-radius: 2px; background: linear-gradient(180deg,#3b5bdb,#1b3a8c); display: inline-block; }

.header { position: sticky; top: 0; z-index: 60; background: #f6f8fb; border-bottom: 1px solid var(--line); }
.header .container { display: flex; align-items: center; gap: 22px; height: 78px; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand .mark { width: 38px; height: 38px; border-radius: 9px; background: var(--primary); display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 16px; letter-spacing: -0.04em; }
.brand .name { font-size: 23px; font-weight: 800; letter-spacing: -0.03em; }
.brand .name b { color: var(--primary); }
.brand-logo { height: 39px; width: auto; display: block; }
.footer .brand-logo { height: 30px; }

.search { flex: 0 1 400px; width: 400px; max-width: 400px; position: relative; margin-inline: auto; }
.search input { width: 100%; height: 46px; border: 1.5px solid var(--line-2); border-radius: 999px; padding: 0 48px 0 20px; font-size: 15px; color: var(--ink); outline: none; transition: border-color 0.2s, box-shadow 0.2s; background: #fff; }
.search input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-tint); background: #fff; }
.search .sbtn { position: absolute; right: 6px; top: 6px; width: 34px; height: 34px; border-radius: 50%; border: 0; background: var(--primary); color: #fff; display: grid; place-items: center; font-size: 15px; }

.header .h-right { display: flex; align-items: flex-start; gap: 18px; }
.header .phone { text-align: right; line-height: 1.15; flex-shrink: 0; padding-top: 5px; }
.header .phone .pk { font-size: 11px; color: var(--ink-faint); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.header .phone .pn { font-size: 26px; font-weight: 800; color: var(--ink); white-space: nowrap; padding-top: 4px; }

/* category nav bar */
.catnav { background: var(--primary); }
.catnav .container { display: flex; align-items: center; justify-content: space-between; gap: 4px; height: 50px; overflow-x: auto; scrollbar-width: none; }
.catnav .container::-webkit-scrollbar { display: none; }
.catnav a { color: #fff; font-weight: 600; font-size: 14.5px; padding: 8px 15px; border-radius: 8px; white-space: nowrap; transition: background 0.18s; display: inline-flex; align-items: center; gap: 7px; }
.catnav a:hover { background: rgba(255,255,255,0.14); }
.catnav .allcats { background: var(--primary-700); font-weight: 700; }
.catnav .spacer { flex: 1; }
.catnav .nav-quote { color: #fff; font-weight: 800; }

/* ============================================================
   HERO
   ============================================================ */
.hero { background: linear-gradient(180deg, var(--panel), #fff); border-bottom: 1px solid var(--line); }
.hero .container { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(28px, 4vw, 60px); align-items: center; padding-block: clamp(36px, 5vw, 72px); }
.hero .badge-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.hero .pill { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line-2); color: var(--ink); font-size: 13px; font-weight: 700; padding: 7px 13px; border-radius: 999px; white-space: nowrap; }
.hero .pill .d { color: var(--primary); font-weight: 800; }
.hero h1 { margin-bottom: 18px; }
.hero h1 .hl { color: var(--cta); }
.hero .lead { margin-bottom: 26px; max-width: 50ch; }
.hero .h-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .h-trust { margin-top: 26px; display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--ink-soft); }
.hero .h-trust .stars { color: var(--star); letter-spacing: 1px; }
.hero .h-trust b { color: var(--ink); }
.hero-visual { position: relative; }
.hero-visual .ph-hero { aspect-ratio: 4 / 3.3; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero-visual .tag-float { position: absolute; bottom: 18px; left: -14px; background: var(--cta); color: var(--ink); font-weight: 800; font-size: 14px; padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow); transform: rotate(-3deg); white-space: nowrap; }
.hero-visual .tag-float small { display: block; font-weight: 600; font-size: 11px; opacity: 0.85; }

/* ============================================================
   CATEGORY TILES
   ============================================================ */
.section { padding-block: clamp(34px, 4.2vw, 64px); }
.sec-head { text-align: center; max-width: 960px; margin: 0 auto 32px; }
.sec-head.left { text-align: left; margin-left: 0; }
.sec-head .h2 { white-space: nowrap; }
.sec-head .lead { margin-top: 14px; }
@media (max-width: 980px) { .sec-head .h2 { white-space: normal; } }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tile {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--panel);
  border: 1px solid var(--line); aspect-ratio: 1 / 1; display: flex; flex-direction: column;
  transition: transform 0.26s var(--ease), box-shadow 0.26s var(--ease);
}
.tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tile .tph { flex: 1; }
.tile .tbar { padding: 16px 18px; background: #fff; border-top: 1px solid var(--line); }
.tile .tbar .tt { font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: space-between; }
.tile .tbar .tt .go { width: 28px; height: 28px; border-radius: 50%; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; font-size: 14px; transition: background 0.2s, color 0.2s; }
.tile:hover .tbar .tt .go { background: var(--primary); color: #fff; }
.tile .tbar .td { font-size: 12.5px; color: var(--ink-soft); margin-top: 4px; line-height: 1.4; }
.tile .price { position: absolute; top: 12px; left: 12px; background: rgba(255,255,255,0.95); backdrop-filter: blur(4px); border: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 800; padding: 5px 10px; border-radius: 999px; }
.tile .price em { color: var(--ink-faint); font-weight: 600; font-style: normal; }

/* ============================================================
   BENEFITS ICON ROW
   ============================================================ */
.benefits { background: var(--panel); border-block: 1px solid var(--line); }
.ben-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px 1px; }
.ben { display: flex; align-items: center; gap: 14px; padding: 24px 22px; }
.ben .bic { width: 50px; height: 50px; border-radius: 13px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--primary); font-size: 20px; font-weight: 800; flex-shrink: 0; box-shadow: 0 6px 14px -10px rgba(21,36,59,0.5); }
.ben .bt { font-weight: 800; font-size: 15.5px; }
.ben .bd { font-size: 13px; color: var(--ink-soft); margin-top: 2px; line-height: 1.4; }

/* ============================================================
   STUDIO (light restyle)
   ============================================================ */
.studio { background: var(--ink); color: #fff; }
.studio h2, .studio .h2 { color: #fff; }
.studio .lead { color: rgba(255,255,255,0.72); }
.studio .eyebrow { color: var(--cta); }
.studio .sec-head { margin-bottom: 36px; }
.studio-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(30px, 4vw, 60px); align-items: center; }
.stage { position: relative; aspect-ratio: 1 / 1; border-radius: 22px; border: 1px solid rgba(255,255,255,0.12); background: radial-gradient(120% 90% at 50% 0%, rgba(255,255,255,0.07), transparent 60%), #0f2036; display: grid; place-items: center; overflow: hidden; }
.stage .product { position: relative; width: 60%; transition: transform 0.5s var(--ease); }
.stage .product .body { width: 100%; border-radius: 12px; background: linear-gradient(160deg,#eef1f4,#cfd6de); box-shadow: 0 30px 60px -20px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.7); position: relative; display: grid; place-items: center; }
.stage .product.drive .body { aspect-ratio: 2.6 / 1; }
.stage .product.drive .body::after { content: ""; position: absolute; right: -16%; top: 22%; bottom: 22%; width: 16%; border-radius: 3px; background: linear-gradient(160deg,#c2c8d0,#969ca6); }
.stage .product.bank .body { aspect-ratio: 1.7 / 1; border-radius: 16px; }
.stage .product.charger .body { aspect-ratio: 1 / 1; border-radius: 50%; }
.stage .product.cable .body { aspect-ratio: 1 / 1; border-radius: 50%; width: 70%; margin: 0 auto; }
.stage .logo-badge { position: absolute; font-weight: 800; letter-spacing: 0.02em; color: var(--primary); padding: 6px 10px; font-size: clamp(11px, 1.5vw, 16px); transition: all 0.4s var(--ease); pointer-events: none; display: flex; align-items: center; gap: 6px; text-transform: uppercase; }
.stage .logo-badge .glyph { width: 1.1em; height: 1.1em; border-radius: 3px; background: var(--primary); flex-shrink: 0; }
.stage[data-method="laser"] .logo-badge { color: #5b6470; }
.stage[data-method="laser"] .logo-badge .glyph { background: #5b6470; }
.stage[data-method="emboss"] .logo-badge { color: rgba(90,100,115,0.6); text-shadow: 0 1px 0 rgba(255,255,255,0.8); }
.stage[data-method="emboss"] .logo-badge .glyph { background: rgba(90,100,115,0.4); box-shadow: inset 0 1px 1px rgba(0,0,0,0.25), 0 1px 0 rgba(255,255,255,0.7); }
.studio-controls .ctrl { margin-bottom: 22px; }
.studio-controls .ck { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 11px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { font-size: 14px; font-weight: 600; color: rgba(255,255,255,0.82); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); padding: 9px 15px; border-radius: 999px; transition: all 0.2s var(--ease); }
.chip:hover { border-color: rgba(255,255,255,0.4); color: #fff; transform: translateY(-1px); }
.chip[aria-pressed="true"] { background: #fff; color: var(--ink); border-color: #fff; }
.studio-controls .note { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.5; }
.studio-controls .note b { color: #fff; }

/* ============================================================
   SERVICES
   ============================================================ */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease), border-color 0.24s; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.svc .svic { width: 46px; height: 46px; border-radius: 12px; background: var(--primary-tint); color: var(--primary); display: grid; place-items: center; font-size: 19px; font-weight: 800; margin-bottom: 16px; }
.svc h3 { font-size: 19px; margin-bottom: 8px; }
.svc p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { background: var(--panel); border-block: 1px solid var(--line); }
.rate-head { display: flex; align-items: center; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; text-align: center; }
.rate-badge { display: flex; align-items: center; gap: 16px; }
.rate-badge .score { font-size: 56px; font-weight: 800; line-height: 0.9; }
.rate-badge .stars { color: var(--star); font-size: 22px; letter-spacing: 2px; }
.rate-badge .rb-sub { font-size: 13px; color: var(--ink-soft); margin-top: 5px; font-weight: 600; }
.rate-claim { font-size: clamp(17px, 1.8vw, 22px); font-weight: 700; max-width: 26ch; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rev { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; display: flex; flex-direction: column; transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease); }
.rev:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.rev .stars { color: var(--star); font-size: 15px; letter-spacing: 1px; margin-bottom: 12px; }
.rev h4 { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.rev p { font-size: 14px; color: var(--ink-soft); line-height: 1.55; margin: 0 0 16px; flex: 1; }
.rev .who { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--ink-faint); font-weight: 600; border-top: 1px solid var(--line); padding-top: 12px; }
.rev .who .verified { color: var(--primary); display: inline-flex; gap: 5px; align-items: center; }

/* ============================================================
   QUOTE
   ============================================================ */
.quote { background: var(--ink); color: #fff; }
.quote h2, .quote .h2 { color: #fff; }
.quote .lead { color: rgba(255,255,255,0.74); }
.quote .eyebrow { color: var(--cta); }
.quote-layout { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
.quote-cta-list { list-style: none; margin: 26px 0 0; padding: 0; }
.quote-cta-list li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.12); font-size: 15px; color: rgba(255,255,255,0.88); }
.quote-cta-list li:first-child { border-top: 0; }
.quote-cta-list li .tick { color: var(--cta); font-weight: 800; flex-shrink: 0; }
.qform { background: #fff; color: var(--ink); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 32px); box-shadow: var(--shadow-lg); }
.qf-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.qf-head .t { font-size: 22px; font-weight: 800; }
.qf-head .s { font-size: 12px; font-weight: 700; color: var(--primary); }
.fr { margin-bottom: 14px; }
.fr.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fr label { display: block; font-size: 12px; font-weight: 700; color: var(--ink-soft); margin-bottom: 6px; }
.fr label .req { color: var(--cta); }
.qform input, .qform select, .qform textarea { width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink); background: var(--panel); border: 1.5px solid var(--line-2); border-radius: 9px; padding: 11px 13px; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.qform textarea { resize: vertical; min-height: 72px; }
.qform input:focus, .qform select:focus, .qform textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-tint); background: #fff; }
.qform input.err, .qform select.err { border-color: #d33; box-shadow: 0 0 0 3px rgba(221,51,51,0.12); }
.qcats { display: flex; flex-wrap: wrap; gap: 8px; }
.qcat { font-size: 13px; font-weight: 600; color: var(--ink-soft); background: var(--panel); border: 1.5px solid var(--line-2); border-radius: 999px; padding: 8px 14px; transition: all 0.18s var(--ease); }
.qcat:hover { border-color: var(--primary); }
.qcat[aria-pressed="true"] { background: var(--primary); color: #fff; border-color: var(--primary); }
.submit-row { display: flex; align-items: center; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.fineprint { font-size: 12px; color: var(--ink-faint); flex: 1; min-width: 150px; }
.qf-success { text-align: center; padding: 26px 8px; }
.qf-success .tick-big { width: 60px; height: 60px; border-radius: 50%; background: var(--cta); color: #fff; display: grid; place-items: center; font-size: 28px; margin: 0 auto 18px; }
.qf-success h3 { font-size: 26px; margin-bottom: 10px; }
.qf-success p { color: var(--ink-soft); max-width: 38ch; margin: 0 auto; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #0f1a2b; color: rgba(255,255,255,0.66); padding-top: clamp(44px, 5vw, 72px); }
.footer .brand .name { color: #fff; }
.footer .brand .mark { background: rgba(255,255,255,0.12); }
.f-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.f-blurb { margin-top: 18px; font-size: 14px; line-height: 1.6; max-width: 30ch; color: rgba(255,255,255,0.6); }
.f-trust { margin-top: 18px; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.f-trust .stars { color: var(--star); }
.f-col h4 { font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; font-weight: 700; }
.f-col a { display: block; font-size: 14px; color: rgba(255,255,255,0.72); padding: 6px 0; transition: color 0.2s; }
.f-col a:hover { color: #fff; }
.f-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 24px; flex-wrap: wrap; }
.f-bottom .legal { font-size: 12.5px; color: rgba(255,255,255,0.45); }
.f-bottom .socials { display: flex; gap: 9px; }
.f-bottom .socials a { width: 36px; height: 36px; border-radius: 9px; background: rgba(255,255,255,0.08); display: grid; place-items: center; font-size: 12px; font-weight: 700; color: rgba(255,255,255,0.78); transition: background 0.2s; }
.f-bottom .socials a:hover { background: var(--primary); color: #fff; }

/* ============================================================
   FLOATING QUICK QUOTE TAB
   ============================================================ */
.quote-tab {
  position: fixed; right: 0; top: 50%; transform: translateY(-50%) translateX(0);
  z-index: 55; background: var(--cta); color: var(--ink); font-weight: 800; font-size: 14px;
  writing-mode: vertical-rl; padding: 18px 11px; border-radius: 12px 0 0 12px;
  box-shadow: -8px 10px 24px -12px rgba(21,36,59,0.5); letter-spacing: 0.04em;
  transition: padding-right 0.2s var(--ease), background 0.2s; cursor: pointer; border: 0;
  display: flex; align-items: center; gap: 8px;
}
.quote-tab:hover { background: var(--cta-700); padding-right: 16px; }
.quote-tab .qi { writing-mode: horizontal-tb; font-size: 16px; }

/* reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- client strip ---------- */
.clients { background: #fff; border-bottom: 1px solid var(--line); padding-block: 30px; }
.cl-label { text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 20px; }
.cl-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 58px); }
.cl-row .wm { font-size: clamp(17px, 2vw, 26px); font-weight: 800; letter-spacing: -0.02em; color: var(--ink); opacity: 0.38; transition: opacity 0.2s var(--ease); white-space: nowrap; }
.cl-row .wm:hover { opacity: 0.72; }

/* ---------- best sellers ---------- */
.bs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.bs-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease); }
.bs-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.bs-card .bsph { aspect-ratio: 1 / 1; }
.bs-card .bsname { padding: 13px 15px; font-weight: 800; font-size: 14.5px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.bs-card .bsname .go { color: var(--primary); transition: transform 0.2s var(--ease); }
.bs-card:hover .bsname .go { transform: translateX(3px); }

/* ---------- feature split (photographers/express) ---------- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.feature-split .fs-media .ph { aspect-ratio: 4 / 3.1; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-split .chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.feature-split .chip-list span { background: var(--panel); border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 700; color: var(--ink); }

@media (max-width: 1080px) { .bs-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 920px) { .feature-split { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .bs-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .tiles { grid-template-columns: repeat(3, 1fr); }
  .ben-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .hero .container, .studio-grid, .quote-layout { grid-template-columns: 1fr; }
  .hero-visual { max-width: 520px; }
  .svc-grid, .rev-grid { grid-template-columns: repeat(2, 1fr); }
  .search { display: none; }
  .f-top { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .utility .u-left span:not(.always) { display: none; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .svc-grid, .rev-grid { grid-template-columns: 1fr; }
  .header .phone { display: none; }
  .fr.two { grid-template-columns: 1fr; }
  .f-top { grid-template-columns: 1fr 1fr; }
  .quote-tab { display: none; }
}

/* ============================================================
   v4 — reference-matched additions
   Real product imagery, bulk card, trust bar, bestsellers,
   process, sectors, all-included, named reviews, full footer.
   ============================================================ */

/* hero with real product cluster as a full-bleed BACKGROUND LAYER */
.hero { position: relative; overflow: hidden; }
.hero-scrim { display:none; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(92deg, var(--panel) 40%, rgba(242,246,249,0.92) 50%, rgba(242,246,249,0) 66%); }
.hero-copy h1 { margin-bottom: 24px; }
.hero-copy .lead { margin-bottom: 30px; }
.hero .container { display: block; position: relative; min-height: 560px; padding-block: clamp(40px, 5vw, 70px); }
.hero-copy { position: relative; z-index: 3; width: min(540px, 100%); }
/* background image layer — sits behind everything, scales to the hero box */
.hero-stage { position: absolute; inset: 0; z-index: 1; }
.hero-stage .cluster { width: 100%; height: 100%; object-fit: contain; object-position: center right; display: block; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 26px; max-width: 520px; position: relative; z-index: 3; }
.hero-checks .hc { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--ink); }
.hero-checks .hc .tk { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--cta); font-weight: 800; font-size: 13px; box-shadow: 0 4px 10px -6px rgba(21,36,59,0.4); flex-shrink: 0; }
.bulk-card { position: absolute; right: 0; top: 50%; transform: translateY(-18%); z-index: 4; width: 210px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 18px 20px; }
.bulk-card .bk-k { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.bulk-card .bk-p { font-size: 40px; font-weight: 800; color: var(--primary); letter-spacing: -0.03em; margin: 4px 0 12px; }
.bulk-card .bk-p small { font-size: 15px; font-weight: 700; color: var(--ink-soft); }
.bulk-card ul { list-style: none; margin: 0; padding: 0; }
.bulk-card li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 600; color: var(--ink); padding: 5px 0; }
.bulk-card li .tk { color: var(--cta); font-weight: 800; }

/* trust bar */
.trustbar { background: var(--panel); border-bottom: 1px solid var(--line); }
.trustbar .container { padding-block: 20px; text-align: center; }
.trustbar .tb-title { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 14px; }
.tb-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0; }
.tb-logos span { font-size: 13.5px; font-weight: 800; letter-spacing: 0.06em; color: var(--ink); padding: 4px 22px; position: relative; opacity: 0.78; }
.tb-logos span + span::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 14px; background: var(--line-2); }

/* trust-bar benefits grid */
.tb-benefits:first-child { margin-top: 4px; }
.clients-bottom { border-top: 1px solid var(--line); border-bottom: 0; }
.tb-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 34px; margin-top: 30px; text-align: left; }
.tbf { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; }
.tbf .tbf-ic { width: 46px; height: 46px; border-radius: 13px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; color: var(--cta); box-shadow: 0 6px 14px -10px rgba(21,36,59,0.5); flex-shrink: 0; }
.tbf .tbf-ic svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.tbf .tbf-ic.fill svg { fill: currentColor; stroke: none; }
.tbf .tbf-ic .glyph { font-weight: 800; font-size: 16px; color: var(--cta); }
.tbf .tbf-t { font-weight: 800; font-size: 15px; color: var(--ink); letter-spacing: -0.01em; }
.tbf .tbf-d { font-size: 13px; color: var(--ink-soft); margin-top: 4px; line-height: 1.45; }
@media (max-width: 1000px) { .tb-benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .tb-benefits { grid-template-columns: 1fr; } }

/* category tiles — real images */
.tile .tph { flex: none; background: #fff; display: grid; place-items: center; padding: 0; overflow: hidden; aspect-ratio: 16/10; }
.tile .tph img { width: 100%; height: 100%; object-fit: cover; }
.tile .tbar .tic { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--cta); color: #fff; font-size: 15px; margin-bottom: 10px; }
.tile.compact { aspect-ratio: auto; }
.tile.compact .tph { aspect-ratio: 16/10; }
.tile .tbar { flex: 1; }

/* tiles row variant (icon-left cards like the reference second row) */
.minis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 18px; }
.mini { display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 16px; transition: transform .24s var(--ease), box-shadow .24s var(--ease); }
.mini:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.mini .mimg { width: 96px; height: 76px; display: grid; place-items: center; }
.mini .mimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.mini .mt { font-weight: 800; font-size: 15.5px; line-height: 1.1; margin-bottom: 5px; }
.mini .md { font-size: 12.5px; color: var(--ink-soft); line-height: 1.4; }
.mini .marrow { color: var(--cta); font-weight: 800; margin-top: 8px; display: inline-block; }

/* bestsellers */
.bs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bs { display: grid; grid-template-columns: 116px 1fr; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px 20px; transition: transform .24s var(--ease), box-shadow .24s var(--ease); }
.bs:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.bs .bimg { width: 116px; height: 92px; display: grid; place-items: center; }
.bs .bimg img { max-width: 100%; max-height: 100%; object-fit: contain; }
.bs .bn { font-weight: 800; font-size: 17px; margin-bottom: 9px; letter-spacing: -0.01em; }
.bs .bp { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.bs .bp .from { color: var(--cta); }
.bs .bp b { color: var(--cta); font-size: 15px; font-weight: 800; }
.bs .bp .unit { color: var(--ink-faint); }

/* process steps */
.proc { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px; align-items: stretch; }
.proc .pcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 20px; position: relative; text-align: center; }
.proc .pcard .picon { width: 60px; height: 60px; border-radius: 50%; background: #fde4f1; display: grid; place-items: center; color: var(--cta); margin: 0 auto 16px; }
.proc .pcard .picon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.proc .pcard .pn { font-size: 21px; font-weight: 800; color: var(--cta); margin-bottom: 6px; letter-spacing: 0.02em; }
.proc .pcard h3 { font-size: 17px; margin-bottom: 12px; color: var(--primary); }
.proc .pcard .uline { display: block; width: 26px; height: 2px; background: var(--cta); border-radius: 2px; margin: 0 auto 12px; }
.proc .pcard p { font-size: 13px; color: var(--ink-soft); line-height: 1.5; }
.proc .pcard:not(:last-child)::after { content: ""; position: absolute; right: -22px; top: 96px; width: 14px; height: 14px; border-top: 2px solid var(--cta); border-right: 2px solid var(--cta); transform: rotate(45deg); }
.proc-foot { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 30px; }
.proc-foot .pf { display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 14px; font-weight: 600; color: var(--ink); padding: 4px 14px; border-left: 1px solid var(--line); text-align: left; }
.proc-foot .pf:first-child { border-left: 0; }
.proc-foot .pf .tk { width: 26px; height: 26px; border-radius: 50%; border: 1.6px solid var(--cta); background: transparent; color: var(--cta); display: grid; place-items: center; font-weight: 800; font-size: 12px; flex-shrink: 0; }

/* sectors */
.sectors-band { background: linear-gradient(180deg, var(--panel), #fff); border-block: 1px solid var(--line); }
.sectors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sector { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 20px; text-align: center; transition: transform .24s var(--ease), box-shadow .24s var(--ease); }
.sector:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.sector .sicon { width: 58px; height: 58px; border-radius: 50%; background: #fde4f1; margin: 0 auto 16px; display: grid; place-items: center; color: var(--cta); }
.sector .sicon svg { width: 26px; height: 26px; }
.sector h3 { font-size: 16px; margin-bottom: 0; color: var(--primary); }
.sector h3::after { content: ""; display: block; width: 24px; height: 2px; background: var(--cta); border-radius: 2px; margin: 11px auto 12px; }
.sector p { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }

/* all included */
.incl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.incl .inc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px 24px; text-align: center; transition: transform .24s var(--ease), box-shadow .24s var(--ease); }
.incl .inc:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.incl .inc .iicon { width: 60px; height: 60px; border-radius: 50%; background: #fde4f1; color: var(--cta); display: grid; place-items: center; margin: 0 auto 16px; }
.incl .inc .iicon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.incl .inc h3 { font-size: 17px; margin-bottom: 0; color: var(--primary); }
.incl .inc h3::after { content: ""; display: block; width: 26px; height: 2px; background: var(--cta); border-radius: 2px; margin: 11px auto 12px; }
.incl .inc p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }

/* review rating header (google + trustpilot) */
.rate-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 34px; margin-bottom: 36px; }
.rate-chip { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink); }
.rate-chip .src { font-weight: 800; }
.rate-chip .gstars, .rate-chip .tstars { display: inline-flex; gap: 2px; }
.rate-chip .sq { width: 22px; height: 22px; background: #00b67a; color: #fff; display: grid; place-items: center; font-size: 13px; border-radius: 3px; }
.rate-chip b { color: var(--ink); }
.rate-sep { width: 1px; height: 26px; background: var(--line-2); }

/* named review cards */
.rev .rev-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.rev .rev-date { font-size: 12px; color: var(--ink-faint); font-weight: 600; }
.rev .quoted { font-size: 14.5px; color: var(--ink); line-height: 1.55; margin: 0 0 18px; flex: 1; }
.rev .who2 { display: flex; align-items: center; gap: 11px; border-top: 1px solid var(--line); padding-top: 14px; }
.rev .who2 .av { width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px; flex-shrink: 0; }
.rev .who2 .nm { font-weight: 800; font-size: 13.5px; }
.rev .who2 .rl { font-size: 12px; color: var(--ink-soft); }
.rev-foot { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 30px; font-size: 14px; font-weight: 700; color: var(--ink); }
.rev-foot .sq { width: 20px; height: 20px; background: #00b67a; color: #fff; display: grid; place-items: center; font-size: 12px; border-radius: 3px; }

/* quote form extras */
.qform select.country { background-image: none; }
.icat { display: inline-flex; align-items: center; gap: 7px; }

/* footer columns expanded */
.f-top { grid-template-columns: 1.1fr 1fr 1fr 1fr 1.2fr; }
.f-contact .pn { font-size: 20px; font-weight: 800; color: #fff; margin-top: 14px; }
.f-contact .pk { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; line-height: 1.5; }
.f-strip { background: #16203f; }
.f-strip .container { padding-block: 16px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.55); }

@media (max-width: 1080px) {
  .minis, .bs-grid, .incl { grid-template-columns: repeat(2, 1fr); }
  .proc { grid-template-columns: repeat(2, 1fr); }
  .proc .pcard::after { display: none; }
  .proc-foot { grid-template-columns: repeat(2, 1fr); gap: 12px 0; }
  .proc-foot .pf:nth-child(odd) { border-left: 0; }
  .sectors { grid-template-columns: repeat(2, 1fr); }
  .hero-scrim { display:none; display: none; }
  .hero .container { display: block; min-height: 0; }
  .hero-copy { width: 100%; }
  .hero-stage { position: static; inset: auto; transform: none; width: 100%; max-width: 560px; margin-top: 26px; }
  .hero-stage .cluster { height: auto; }
  .bulk-card { position: static; transform: none; width: auto; max-width: 280px; margin-top: 18px; }
}
@media (max-width: 920px) {
  .f-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .minis, .bs-grid, .incl, .proc, .sectors, .tiles { grid-template-columns: 1fr; }
  .proc-foot { grid-template-columns: 1fr; }
  .proc-foot .pf { border-left: 0; justify-content: flex-start; }
  .tb-logos span { padding: 4px 12px; }
}