/*
Theme Name: ChefSolid Premium
Theme URI: https://chefsolid.com/
Description: ChefSolid premium theme v1.4.12 — unified soft-dark surface across strength band, About stats, topbar and footer.
Version: 1.4.12
Author: ChefSolid
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: chefsolid
*/

/* =====================================================================
   ChefSolid — Industrial B2B Commercial Refrigeration
   Design system. Self-hosted fonts (Inter / Manrope / JetBrains Mono).
   ===================================================================== */

@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/inter-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/inter-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("assets/fonts/inter-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/manrope-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/manrope-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 800; font-display: swap; src: url("assets/fonts/manrope-latin-800-normal.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/jetbrains-mono-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "JetBrains Mono"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/jetbrains-mono-latin-700-normal.woff2") format("woff2"); }

:root {
  /* Steel / charcoal scale */
  --steel-950: #0b0f14;
  --steel-900: #0f141a;
  --steel-850: #131a22;
  --steel-800: #182029;
  --steel-700: #222c37;
  --steel-600: #2e3a46;
  --steel-500: #44535f;
  --steel-400: #6b7a87;
  --steel-300: #94a3b0;
  --steel-200: #c2ccd4;
  --steel-100: #e6ebef;
  --steel-50:  #f4f6f8;
  --white: #ffffff;

  /* Brand accents */
  --accent: #ff6a00;          /* safety orange */
  --accent-dark: #e85d00;
  --accent-soft: rgba(255,106,0,.12);
  --blue: #2f6fed;            /* technical blue */
  --whatsapp: #25d366;
  --whatsapp-dark: #1da851;

  /* Semantic */
  --bg: var(--white);
  --bg-alt: var(--steel-50);
  --text: #18222b;
  --text-muted: #5a6772;
  --line: #e1e6ea;

  --container: 1200px;
  --radius-sm: 6px;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(11,15,20,.05), 0 2px 8px rgba(11,15,20,.05);
  --shadow-md: 0 10px 30px rgba(11,15,20,.10);
  --shadow-lg: 0 20px 50px rgba(11,15,20,.16);
  --shadow-accent: 0 8px 22px rgba(255,106,0,.28);

  /* Unified soft dark surface (used by section--dark, strength band, footer, topbar) */
  --surface-dark: linear-gradient(180deg, #1c2734 0%, #131a25 100%);
  --surface-dark-radial: radial-gradient(ellipse 80% 70% at 50% 0%, rgba(255,255,255,.05) 0%, transparent 60%);

  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", "Cascadia Mono", "Roboto Mono", Consolas, monospace;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; font-weight: 800; letter-spacing: -.02em; font-family: var(--font-heading); }
p { margin: 0 0 1rem; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--dark { background: var(--surface-dark-radial), var(--surface-dark); color: var(--steel-100); position: relative; }
.section--dark::after { content:""; position:absolute; top:0; left:0; right:0; height:80px; background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, transparent 100%); pointer-events:none; }
.section--dark > * { position:relative; z-index:1; }
.section--alt { background: var(--bg-alt); }
.grid { display: grid; gap: 28px; }

/* ---------- Eyebrow / headings ---------- */
.eyebrow {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 600;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 2px; background: var(--accent);
}
.section--dark .eyebrow { color: var(--accent); }
.h-xl { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.h-lg { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.h-md { font-size: clamp(1.3rem, 2.4vw, 1.6rem); }
.lead { font-size: 1.125rem; color: var(--text-muted); max-width: 60ch; }
.section--dark .lead { color: var(--steel-300); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.text-center { text-align: center; }
.center-head { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans);
  font-weight: 600; font-size: .94rem; letter-spacing: -.005em;
  padding: 13px 24px; border-radius: var(--radius);
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.btn svg { width: 18px; height: 18px; }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 2px 0 rgba(0,0,0,.04); }
.btn--primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: var(--shadow-accent); }
.btn--ghost { background: transparent; color: var(--text); border-color: var(--line); }
.section--dark .btn--ghost { color: #fff; border-color: var(--steel-600); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.btn--wa { background: var(--whatsapp); color: #fff; box-shadow: 0 2px 0 rgba(0,0,0,.04); }
.btn--wa:hover { background: var(--whatsapp-dark); transform: translateY(-1px); box-shadow: 0 8px 22px rgba(37,211,102,.32); }
.btn--lg { padding: 16px 32px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn:focus-visible { outline: 0; box-shadow: 0 0 0 4px var(--accent-soft); }

/* ---------- Header ---------- */
.topbar {
  background: var(--surface-dark); color: var(--steel-300);
  font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.topbar a { color: var(--steel-200); }
.topbar a:hover { color: #fff; }
.topbar__meta { display: flex; gap: 22px; }
.topbar__meta span { display: inline-flex; gap: 7px; align-items: center; }
.topbar__meta svg { width: 14px; height: 14px; color: var(--accent); }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--steel-900);
  border-bottom: 1px solid var(--steel-700);
}
.site-header .container { display: flex; align-items: center; gap: 32px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand svg { height: 38px; width: auto; }
/* WordPress custom logo (PNG/JPG) constraints — header */
.brand img,
.brand .custom-logo,
.brand .custom-logo-link img { height: 48px; width: auto; max-width: 260px; }
.brand .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }

/* Composed brand: small uploaded icon + HTML-rendered wordmark + tagline */
.brand--composed { gap: 12px; align-items: center; line-height: 1; }
.brand--composed .brand__mark { height: 44px; width: auto; max-width: 56px; flex-shrink: 0; display: block; max-height: 44px; }
.brand--composed .brand__text { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.brand--composed .brand__wordmark { font-family: var(--font-heading); font-weight: 800; font-size: 1.4rem; letter-spacing: -.025em; color: #101a23; line-height: 1; }
.brand--composed .brand__wordmark-accent { color: var(--accent); }
.brand--composed .brand__tagline { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .14em; color: #6b7a87; text-transform: uppercase; font-weight: 500; line-height: 1.1; }
/* Dark-background variant (footer) */
.brand--composed-dark .brand__wordmark { color: #ffffff; }
.brand--composed-dark .brand__tagline { color: #94a3b0; }
.footer-about .brand--composed .brand__wordmark { color: #ffffff; }
.footer-about .brand--composed .brand__tagline { color: #94a3b0; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 4px; align-items: center; }
.main-nav a {
  color: var(--steel-200); font-weight: 600; font-size: .95rem;
  padding: 10px 14px; border-radius: var(--radius); display: block;
  text-transform: uppercase; letter-spacing: .02em;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fff; background: var(--steel-700); }
.header-cta { display: flex; gap: 10px; align-items: center; }

.nav-toggle {
  display: none; background: none; border: 0; color: #fff; cursor: pointer;
  padding: 8px; margin-left: auto;
}
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: linear-gradient(125deg, var(--steel-950) 0%, var(--steel-800) 55%, var(--steel-700) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 70% 40%, #000 0%, transparent 75%);
}
/* (removed industrial accent stripe on hero right edge) */
.hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 30px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  padding: 7px 13px; border: 1px solid var(--steel-600); border-radius: 100px; color: var(--steel-200);
}
.pill svg { width: 14px; height: 14px; color: var(--accent); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__visual { position: relative; }
.hero__visual img { border-radius: var(--radius-lg); border: 1px solid var(--steel-600); box-shadow: var(--shadow-md); }
.hero__tag {
  position: absolute; bottom: 18px; left: 18px;
  background: rgba(11,15,20,.82); backdrop-filter: blur(4px);
  border: 1px solid var(--steel-600); border-radius: var(--radius);
  padding: 12px 16px; font-size: .8rem;
}
.hero__tag b { color: var(--accent); font-family: var(--font-mono); display:block; font-size: 1.1rem;}

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--steel-850); border-top: 1px solid var(--steel-700); }
.trust-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 28px 22px; display: flex; gap: 16px; align-items: center; border-right: 1px solid var(--steel-700); color: var(--steel-200); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; }
.trust-item__icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(255,106,0,.12); display: grid; place-items: center; flex-shrink: 0; }
.trust-item b { display: block; color: #fff; font-size: .98rem; font-family: var(--font-heading); font-weight: 700; }
.trust-item span { font-size: .82rem; color: var(--steel-400); }

/* ---------- Stat counters ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.stat { text-align: center; padding: 10px 16px; border-right: 1px solid var(--steel-700); }
.stat:last-child { border-right: 0; }
.stat__num { font-family: var(--font-mono); font-size: clamp(2rem,4vw,2.8rem); font-weight: 800; color: #fff; }
.stat__num span { color: var(--accent); }
.stat__label { font-size: .85rem; color: var(--steel-300); text-transform: uppercase; letter-spacing: .05em; }

/* ---------- Cards / product grid ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--steel-200); }
.card__media { position: relative; background: var(--bg-alt); aspect-ratio: 4/3; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card__media img { transform: scale(1.03); }
.card__cat {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(15,20,26,.78); color: #fff; backdrop-filter: blur(6px);
  font-family: var(--font-mono); font-weight: 500;
  font-size: .68rem; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 100px;
}
.card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card__body h3 { font-family: var(--font-heading); font-size: 1.12rem; line-height: 1.25; margin-bottom: 10px; letter-spacing: -.01em; }
.card__body p { font-size: .9rem; color: var(--text-muted); margin-bottom: 18px; line-height: 1.55; }
.card__specs { font-size: .82rem; color: var(--text-muted); margin-bottom: 20px; display: grid; gap: 0; }
.card__specs span {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 14px; padding: 8px 0;
  border-bottom: 1px solid rgba(11,15,20,.06);
}
.card__specs span:last-child { border-bottom: 0; }
.card__specs b { color: var(--text); font-weight: 600; text-align: right; font-family: var(--font-mono); font-size: .78rem; }
.card__foot { margin-top: auto; display: flex; gap: 10px; }
.card__foot .btn { padding: 11px 14px; font-size: .85rem; flex: 1; }

/* category feature cards (home) */
.cat-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.cat-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 280px;
  display: flex; align-items: flex-end; color: #fff; border: 1px solid var(--steel-700);
}
.cat-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cat-card::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(11,15,20,.92) 8%, rgba(11,15,20,.15) 70%); }
.cat-card__body { position: relative; z-index: 1; padding: 24px; width: 100%; }
.cat-card__body h3 { font-size: 1.25rem; margin-bottom: 6px; }
.cat-card__body p { font-size: .88rem; color: var(--steel-200); margin: 0; }
.cat-card__arrow { position: absolute; top: 20px; right: 20px; z-index:1; width: 40px; height: 40px; border-radius: 50%; background: var(--accent); display:grid; place-items:center; transform: translateX(6px); opacity:0; transition:.18s; }
.cat-card:hover .cat-card__arrow { transform: translateX(0); opacity: 1; }
.cat-card__arrow svg { width: 20px; height: 20px; color:#fff; }

/* ---------- Feature list (why us) ---------- */
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 40px; }
.feature { display: flex; gap: 18px; }
.feature__icon { flex-shrink: 0; width: 54px; height: 54px; border-radius: var(--radius); background: var(--accent-soft); display: grid; place-items: center; }
.feature__icon svg { width: 26px; height: 26px; color: var(--accent); }
.feature h3 { font-size: 1.1rem; margin-bottom: 6px; }
.feature p { font-size: .92rem; color: var(--text-muted); margin: 0; }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img { border-radius: var(--radius-lg); border: 1px solid var(--line); }
.checklist { display: grid; gap: 12px; margin: 22px 0; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: .98rem; }
.checklist svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }

/* ---------- Logos / certs ---------- */
.cert-row { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.cert {
  font-family: var(--font-mono); font-weight: 700; letter-spacing: .05em;
  border: 1px solid var(--steel-600); color: var(--steel-200);
  padding: 14px 22px; border-radius: var(--radius); font-size: .95rem;
}

/* ---------- Applications ---------- */
.apps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.app { text-align: center; padding: 28px 16px; border: 1px solid var(--line); border-radius: var(--radius-lg); background:#fff; }
.app svg { width: 38px; height: 38px; color: var(--accent); margin: 0 auto 14px; }
.app h4 { font-size: 1rem; margin-bottom: 4px; }
.app p { font-size: .85rem; color: var(--text-muted); margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--accent); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 54px 24px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(1.6rem,3vw,2.2rem); max-width: 22ch; }
.cta-band .btn--primary { background: var(--steel-900); }
.cta-band .btn--primary:hover { background: #000; }
.cta-band .btn--ghost { border-color: rgba(255,255,255,.5); color:#fff;}
.cta-band .btn--ghost:hover { background: rgba(255,255,255,.12); border-color:#fff; color:#fff;}

/* ---------- Breadcrumb / page hero ---------- */
.page-hero { background: linear-gradient(120deg,#ffffff 0%, #eef3f8 55%, #e3ecf4 100%); color: var(--text); padding: 64px 0; position: relative; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(1.9rem,4vw,2.8rem); color: var(--text); }
.page-hero .lead { color: var(--text-muted); }
.breadcrumb { font-family: var(--font-mono); font-size: .78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing:.06em; margin-bottom: 14px; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb span { color: var(--accent); }
/* Photo-banner variant (Factory page) keeps its dark overlay + white text */
.page-hero--photo { background: var(--steel-900); color: #fff; border-bottom: 0; }
.page-hero--photo h1, .page-hero--photo .lead { color: #fff; }
.page-hero--photo .breadcrumb { color: rgba(255,255,255,.6); }

/* ---------- Catalog filter ---------- */
.catalog { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
.filter { position: sticky; top: 96px; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; }
.filter h3 { font-size: .9rem; text-transform: uppercase; letter-spacing:.06em; margin-bottom: 14px; color: var(--text-muted); }
.filter-list button {
  display:flex; justify-content: space-between; width: 100%; text-align: left;
  background: none; border: 0; padding: 10px 12px; border-radius: var(--radius); cursor: pointer;
  font-size: .95rem; font-weight: 600; color: var(--text); margin-bottom: 2px;
}
.filter-list button:hover { background: var(--bg-alt); }
.filter-list button.is-active { background: var(--steel-900); color: #fff; }
.filter-list button .count { color: var(--steel-400); font-family: var(--font-mono); font-size:.8rem; }
.filter-list button.is-active .count { color: var(--accent); }

/* ---------- Single product ---------- */
.product { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: start; }
.gallery__main { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--steel-50); aspect-ratio: 4/3; }
.gallery__main img { width:100%; height:100%; object-fit: cover; }
.gallery__thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 12px; }
.gallery__thumbs img { border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; aspect-ratio: 1; object-fit: cover; }
.gallery__thumbs img.is-active { border-color: var(--accent); }
.product__title { font-size: clamp(1.6rem,3vw,2.2rem); margin-bottom: 8px; }
.product__model { font-family: var(--font-mono); color: var(--accent); font-size: .9rem; letter-spacing:.05em; }
.product__desc { color: var(--text-muted); margin: 16px 0 22px; }
.spec-table { width: 100%; border-collapse: collapse; font-size: .95rem; margin: 8px 0 24px; }
.spec-table th, .spec-table td { text-align: left; padding: 14px 4px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { font-family: var(--font-sans); font-weight: 500; color: var(--text-muted); width: 42%; text-transform: none; font-size: .92rem; letter-spacing: 0; }
.spec-table td { color: var(--text); font-weight: 600; font-family: var(--font-mono); font-size: .9rem; }
.spec-table tr:first-child th, .spec-table tr:first-child td { padding-top: 4px; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.product__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.tag-row { display:flex; gap:8px; flex-wrap:wrap; margin:14px 0; }
.tag { font-family: var(--font-mono); font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; background: var(--bg-alt); border:1px solid var(--line); padding:6px 11px; border-radius:100px; color: var(--text-muted); }

/* ---------- Contact / forms ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.form-card { background:#fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.field { margin-bottom: 18px; }
.field label { display:block; font-weight: 600; font-size: .88rem; margin-bottom: 7px; }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--steel-200); border-radius: var(--radius);
  font: inherit; font-size: .95rem; background:#fff; color: var(--text); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .82rem; color: var(--text-muted); margin-top: 6px; }
.info-block { margin-bottom: 26px; }
.info-block h3 { font-size: 1.05rem; margin-bottom: 6px; display:flex; gap:10px; align-items:center; }
.info-block h3 svg { width: 20px; height: 20px; color: var(--accent); }
.info-block p { color: var(--text-muted); margin: 0; font-size: .95rem; }
.form-success { display:none; background:#ecfdf3; border:1px solid #abefc6; color:#067647; padding:14px 16px; border-radius:var(--radius); margin-bottom:18px; font-size:.9rem; font-weight:600;}

/* ---------- Footer ---------- */
.site-footer { background: var(--surface-dark); color: var(--steel-300); padding-top: 64px; position: relative; }
.site-footer::before { content:""; position:absolute; top:0; left:0; right:0; height:80px; background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, transparent 100%); pointer-events:none; }
.site-footer > * { position:relative; z-index:1; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.site-footer h4 { color:#fff; font-size:.95rem; text-transform: uppercase; letter-spacing:.06em; margin-bottom: 18px; }
.site-footer a { color: var(--steel-300); font-size:.92rem; display:block; padding: 5px 0; }
.site-footer a:hover { color: var(--accent); }
.footer-about p { font-size: .92rem; color: var(--steel-400); }
.footer-about svg { height: 36px; margin-bottom: 16px; }
/* WordPress custom logo (PNG/JPG) constraints — footer (dark bg) */
.footer-about img,
.footer-about .custom-logo,
.footer-about .custom-logo-link img { height: 44px; width: auto; max-width: 240px; margin-bottom: 16px; }
.footer-about .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.footer-contact span { display:flex; gap:10px; font-size:.9rem; margin-bottom:10px; align-items:flex-start; }
.footer-contact svg { width:18px; height:18px; color: var(--accent); flex-shrink:0; margin-top:2px;}
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; font-size: .82rem; color: var(--steel-500); display:flex; justify-content: space-between; flex-wrap:wrap; gap:10px;}

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  display: flex; align-items: center; gap: 12px;
  background: var(--whatsapp); color:#fff; padding: 14px 20px 14px 16px;
  border-radius: 100px; box-shadow: 0 8px 30px rgba(37,211,102,.45);
  font-weight: 700; transition: transform .15s, background .15s;
}
.wa-float:hover { background: var(--whatsapp-dark); transform: translateY(-2px); }
.wa-float svg { width: 26px; height: 26px; }
.wa-float .wa-label { font-size: .92rem; }

/* ---------- Utility ---------- */
.placeholder-note {
  font-family: var(--font-mono); font-size: .72rem; color: var(--steel-400);
  border:1px dashed var(--steel-300); padding: 8px 12px; border-radius: var(--radius);
  display:inline-flex; gap:8px; align-items:center; margin-top: 16px;
}
.placeholder-note svg { width:15px; height:15px; color: var(--accent); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 56px; }
  .hero__visual { order: -1; }
  .split, .product, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .features { grid-template-columns: 1fr; }
  .cards, .cat-cards { grid-template-columns: repeat(2,1fr); }
  .trust-strip .container, .stats { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .apps { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .catalog { grid-template-columns: 1fr; }
  .filter { position: static; }
  .filter-list { display: flex; flex-wrap: wrap; gap: 8px; }
  .filter-list button { width: auto; }
}
@media (max-width: 760px) {
  .section { padding: 56px 0; }
  .topbar, .header-cta { display: none; }
  .main-nav { display: none; }
  .main-nav.is-open {
    display: block; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--steel-900); border-bottom: 1px solid var(--steel-700); padding: 12px;
  }
  .main-nav.is-open ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .main-nav.is-open a { padding: 14px; }
  .nav-toggle { display: block; margin-left: auto; }
  .cta-band .container { flex-direction: column; align-items: flex-start; }
  .wa-float .wa-label { display: none; }
  .wa-float { padding: 14px; }
}
@media (max-width: 520px) {
  .cards, .cat-cards, .apps, .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero__actions .btn, .product__actions .btn { width: 100%; }
}
