/* ════════════════════════════════════════════════════════════════
   DECOR COLORS SÃO DIMAS — Design System
   Paleta premium: grafite · cinza · off-white · dourado fosco
   Verde usado APENAS nos CTAs de WhatsApp.
   ════════════════════════════════════════════════════════════════ */

/* ─── TOKENS ──────────────────────────────────────────────────── */
:root {
  --ink:        #111113;   /* fundo principal (grafite quase preto) */
  --graphite:   #17171a;   /* seções alternadas */
  --surface:    #1e1e22;   /* cards */
  --surface-2:  #26262b;   /* cards realçados */
  --cement:     #2c2c31;

  --line:       rgba(255,255,255,.07);
  --line-soft:  rgba(255,255,255,.04);

  --offwhite:   #f2eee5;   /* títulos */
  --silver:     #c9c7c1;   /* texto claro */
  --ash:        #9a978f;   /* texto secundário */
  --mid:        #6c6a64;   /* texto sutil */

  --gold:       #c2a36b;   /* dourado fosco */
  --gold-bright:#d4b87f;
  --gold-soft:  rgba(194,163,107,.12);
  --gold-line:  rgba(194,163,107,.38);

  --wapp:       #25D366;   /* verde — só WhatsApp */
  --wapp-ink:   #0c2a17;

  --font-display: 'Sora', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --radius:  6px;
  --radius-lg: 12px;
  --maxw: 1140px;
  --ease: cubic-bezier(.2,.6,.2,1);
}

/* ─── RESET ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--ink);
  color: var(--silver);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
::selection { background: var(--gold); color: var(--ink); }

/* ─── LAYOUT UTILITIES ────────────────────────────────────────── */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.section-alt { background: var(--graphite); }
.center { text-align: center; }
.center .section-sub { margin-left: auto; margin-right: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 22px; height: 1px;
  background: var(--gold-line);
}
.center .eyebrow::after {
  content: '';
  width: 22px; height: 1px;
  background: var(--gold-line);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.4vw, 50px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.5px;
  color: var(--offwhite);
  margin-bottom: 20px;
}
.section-title .gold { color: var(--gold); }
.section-sub {
  font-size: 17px;
  color: var(--ash);
  max-width: 580px;
  margin-bottom: 56px;
  line-height: 1.7;
}

/* ─── BUTTONS ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .3px;
  padding: 15px 28px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s, border-color .25s, box-shadow .25s, color .25s;
}
.btn svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.btn-wapp {
  background: var(--wapp);
  color: #fff;
  box-shadow: 0 8px 24px -10px rgba(37,211,102,.6);
}
.btn-wapp:hover { transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(37,211,102,.7); filter: brightness(1.05); }
.btn-gold {
  background: var(--gold);
  color: var(--ink);
}
.btn-gold:hover { transform: translateY(-2px); background: var(--gold-bright); }
.btn-ghost {
  background: transparent;
  color: var(--offwhite);
  border-color: rgba(255,255,255,.18);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold-line);
}
.btn-outline-gold:hover { background: var(--gold-soft); }
.btn-lg { font-size: 17px; padding: 19px 38px; }
.btn-block { width: 100%; }

.divider { width: 56px; height: 2px; background: var(--gold); margin-bottom: 36px; }
.center .divider { margin-left: auto; margin-right: auto; }

/* ─── TOPBAR ──────────────────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(17,17,19,.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar .container {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding-top: 14px; padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark { width: 30px; height: 30px; }
.brand .mark svg { width: 100%; height: 100%; }
.brand-text { font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: -.3px; color: var(--offwhite); line-height: 1; }
.brand-text small { display: block; font-size: 10px; font-weight: 500; letter-spacing: 2.5px; color: var(--gold); text-transform: uppercase; margin-top: 3px; }
.brand-logo { height: 30px; width: auto; display: block; }
.brand-loc { font-family: var(--font-display); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); border-left: 1px solid var(--gold-line); padding-left: 11px; }
footer .brand-logo { height: 38px; }
.topbar-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--wapp); color: #fff;
  font-family: var(--font-display); font-size: 14px; font-weight: 600;
  padding: 10px 18px; border-radius: var(--radius);
  transition: filter .2s, transform .2s;
}
.topbar-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
.topbar-cta svg { width: 17px; height: 17px; fill: #fff; }
.topbar-back { font-family: var(--font-display); font-size: 14px; font-weight: 500; color: var(--ash); transition: color .2s; }
.topbar-back:hover { color: var(--gold); }

/* ─── HERO (home) ─────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .28; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 8%, rgba(17,17,19,.78) 48%, rgba(17,17,19,.35) 100%),
    linear-gradient(0deg, var(--ink) 2%, transparent 30%);
}
.hero-diamond {
  position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
  width: 520px; height: 520px; opacity: .05; z-index: 1; pointer-events: none;
}
.hero-diamond svg { width: 100%; height: 100%; }
.hero .container { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 80px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--gold-soft); border: 1px solid var(--gold-line);
  border-radius: 100px; padding: 7px 16px;
  font-family: var(--font-display); font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-bright);
  margin-bottom: 30px;
}
.hero-badge .gem { font-size: 9px; }
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 6.4vw, 76px);
  font-weight: 800; line-height: 1.02; letter-spacing: -1.5px;
  color: var(--offwhite); margin-bottom: 26px; max-width: 18ch;
}
.hero h1 .gold { color: var(--gold); }
.hero-sub { font-size: clamp(16px, 2vw, 20px); color: var(--silver); max-width: 540px; margin-bottom: 40px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 64px; }
.hero-stats { display: flex; gap: 48px; flex-wrap: wrap; padding-top: 38px; border-top: 1px solid var(--line); }
.stat-num { font-family: var(--font-display); font-size: 38px; font-weight: 800; color: var(--offwhite); line-height: 1; }
.stat-num .gold { color: var(--gold); }
.stat-label { font-size: 12.5px; color: var(--mid); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }

/* ─── TRUST MARQUEE ───────────────────────────────────────────── */
.trust-bar { background: var(--graphite); border-block: 1px solid var(--line); padding: 16px 0; overflow: hidden; }
.trust-inner {
  display: flex; gap: 44px; align-items: center; white-space: nowrap; width: max-content;
  font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--ash); animation: marquee 36s linear infinite;
}
.trust-inner .gem { color: var(--gold); font-size: 9px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── PROBLEM GRID ────────────────────────────────────────────── */
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: 14px; }
.problem-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 22px; text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 14px; color: var(--silver);
  transition: border-color .25s, background .25s, transform .25s var(--ease);
}
.problem-card:hover { border-color: var(--gold-line); background: var(--surface-2); transform: translateY(-5px); }
.problem-card .ico { font-size: 34px; line-height: 1; }
.problem-card .label { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--offwhite); line-height: 1.25; }
.problem-card .go { font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }

/* ─── STEPS ───────────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; }
.step { padding: 8px 30px; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 6px; width: 1px; height: 90%; background: var(--line); }
.step-num { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--gold); letter-spacing: 2px; margin-bottom: 16px; }
.step-num::before { content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 12px; background: var(--gold); transform: rotate(45deg); vertical-align: middle; }
.step h3 { font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--offwhite); margin-bottom: 10px; }
.step p { font-size: 14.5px; color: var(--ash); line-height: 1.6; }

/* ─── PRODUCT CARDS (home) ────────────────────────────────────── */
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.product-card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: border-color .3s, transform .3s var(--ease), box-shadow .3s;
}
.product-card:hover { border-color: var(--gold-line); transform: translateY(-6px); box-shadow: 0 24px 50px -28px rgba(0,0,0,.9); }
.product-thumb { aspect-ratio: 4 / 3; overflow: hidden; background: var(--cement); position: relative; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.product-card:hover .product-thumb img { transform: scale(1.06); }
.product-thumb.placeholder { display: flex; align-items: center; justify-content: center; font-size: 54px; opacity: .25; }
/* Packshots (embalagens com fundo claro) sobre tile off-white */
.product-thumb.pack { background: linear-gradient(155deg, #f4f1ea 0%, #d9d3c5 100%); }
.product-thumb.pack img { object-fit: contain; padding: 20px; }
.product-card:hover .product-thumb.pack img { transform: scale(1.04); }
.product-tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(17,17,19,.78); backdrop-filter: blur(4px);
  border: 1px solid var(--gold-line); color: var(--gold-bright);
  font-family: var(--font-display); font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 11px; border-radius: 100px;
}
.product-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-family: var(--font-display); font-size: 21px; font-weight: 700; color: var(--offwhite); line-height: 1.15; margin-bottom: 10px; }
.product-benefit { font-size: 14.5px; color: var(--ash); line-height: 1.6; margin-bottom: 22px; flex: 1; }
.product-actions { display: flex; gap: 10px; align-items: center; }
.product-actions .btn { flex: 1; font-size: 14px; padding: 13px 16px; }
.icon-wapp-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--wapp); border-radius: var(--radius); transition: filter .2s, transform .2s;
}
.icon-wapp-link:hover { filter: brightness(1.08); transform: translateY(-2px); }
.icon-wapp-link svg { width: 22px; height: 22px; fill: #fff; }

/* ─── SHOWROOM GALLERY ────────────────────────────────────────── */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.gallery figure { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: var(--cement); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery figure:hover img { transform: scale(1.07); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px;
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
  font-family: var(--font-display); font-size: 13px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--offwhite);
}
.gallery .span2 { grid-column: span 2; }
.gallery .row2 { grid-row: span 2; }

/* ─── AUTHORITY ───────────────────────────────────────────────── */
.authority-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.a-stat { display: flex; gap: 22px; padding-bottom: 26px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.a-stat:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.a-stat-num { font-family: var(--font-display); font-size: 46px; font-weight: 800; color: var(--gold); line-height: 1; flex-shrink: 0; min-width: 92px; }
.a-stat-txt strong { display: block; font-family: var(--font-display); color: var(--offwhite); font-size: 16px; margin-bottom: 5px; }
.a-stat-txt span { font-size: 14.5px; color: var(--ash); line-height: 1.55; }
.clients-title { font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); margin-bottom: 18px; }
.clients-list { display: flex; flex-wrap: wrap; gap: 9px; }
.client-pill { background: var(--surface); border: 1px solid var(--line); border-radius: 100px; padding: 8px 15px; font-family: var(--font-display); font-size: 13px; font-weight: 500; color: var(--silver); }
.faconstru { margin-top: 26px; padding: 22px; background: var(--gold-soft); border: 1px solid var(--gold-line); border-radius: var(--radius-lg); display: flex; gap: 16px; align-items: center; }
.faconstru .ico { font-size: 30px; }
.faconstru-logo { width: 70px; height: 70px; object-fit: contain; background: #fff; border-radius: 8px; padding: 7px; flex-shrink: 0; }
.faconstru strong { display: block; font-family: var(--font-display); color: var(--gold-bright); font-size: 16px; margin-bottom: 4px; }
.faconstru span { font-size: 14px; color: var(--ash); line-height: 1.5; }

/* ─── REVIEWS ─────────────────────────────────────────────────── */
.reviews-head { display: flex; align-items: center; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; }
.reviews-score { font-family: var(--font-display); font-size: 76px; font-weight: 800; color: var(--offwhite); line-height: .9; }
.reviews-stars { font-size: 26px; color: var(--gold); letter-spacing: 3px; }
.reviews-meta { font-size: 14px; color: var(--mid); margin-top: 6px; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; }
.review-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.review-card .rs { color: var(--gold); letter-spacing: 2px; font-size: 14px; margin-bottom: 14px; }
.review-card p { font-size: 15px; color: var(--silver); line-height: 1.65; margin-bottom: 18px; }
.review-author { font-family: var(--font-display); font-weight: 600; color: var(--offwhite); font-size: 14.5px; }
.review-source { font-size: 12.5px; color: var(--mid); margin-top: 2px; }

/* ─── FAQ ACCORDION ───────────────────────────────────────────── */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; color: var(--offwhite);
  font-family: var(--font-display); font-size: 17px; font-weight: 600; text-align: left;
  padding: 22px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  transition: color .2s;
}
.faq-q:hover { color: var(--gold); }
.faq-q .caret { color: var(--gold); font-size: 20px; line-height: 1; transition: transform .3s var(--ease); flex-shrink: 0; }
.faq-q.open .caret { transform: rotate(45deg); }
.faq-a { font-size: 15px; color: var(--ash); line-height: 1.7; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease), padding .35s var(--ease); }
.faq-a.open { max-height: 400px; padding-bottom: 22px; }
.faq-a > div { padding-right: 36px; }

/* ─── CTA FINAL ───────────────────────────────────────────────── */
.cta-final { position: relative; overflow: hidden; background: var(--graphite); border-top: 1px solid var(--gold-line); }
.cta-final .container { position: relative; z-index: 2; text-align: center; padding-top: 90px; padding-bottom: 90px; }
.cta-final .gem-bg { position: absolute; inset: 0; z-index: 1; opacity: .04; display: flex; align-items: center; justify-content: center; }
.cta-final .gem-bg svg { width: 460px; height: 460px; }
.cta-final h2 { font-family: var(--font-display); font-size: clamp(32px, 5.5vw, 62px); font-weight: 800; letter-spacing: -1px; color: var(--offwhite); line-height: 1.04; margin-bottom: 18px; }
.cta-final h2 .gold { color: var(--gold); }
.cta-final p { font-size: 18px; color: var(--ash); margin-bottom: 40px; max-width: 540px; margin-inline: auto; }

/* ─── FOOTER ──────────────────────────────────────────────────── */
footer { background: var(--ink); border-top: 1px solid var(--line); padding: 56px 0 40px; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-info { font-size: 14px; color: var(--ash); line-height: 1.8; }
.footer-info a { color: var(--silver); transition: color .2s; }
.footer-info a:hover { color: var(--gold); }
.footer-brand .brand { margin-bottom: 16px; }
.footer-right { text-align: right; font-size: 13.5px; color: var(--mid); line-height: 1.8; }
.footer-social { margin-top: 14px; display: flex; gap: 16px; justify-content: flex-end; }
.footer-social a { display: inline-flex; align-items: center; gap: 6px; color: var(--silver); font-family: var(--font-display); font-size: 13px; font-weight: 500; transition: color .2s; }
.footer-social a:hover { color: var(--gold); }
.footer-social svg { width: 17px; height: 17px; fill: currentColor; }
.footer-bottom { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-soft); font-size: 12.5px; color: var(--mid); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ─── WHATSAPP FLOAT ──────────────────────────────────────────── */
.wapp-float {
  position: fixed; bottom: 26px; right: 26px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wapp);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(37,211,102,.45); transition: transform .25s var(--ease);
}
.wapp-float:hover { transform: scale(1.08); }
.wapp-float svg { width: 30px; height: 30px; fill: #fff; }
.wapp-float::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--wapp); animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.7); opacity: 0; } }

/* ═══ PRODUCT PAGE ════════════════════════════════════════════ */
.p-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.p-hero .container { position: relative; z-index: 2; padding-top: 72px; padding-bottom: 72px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.p-hero-media { position: absolute; inset: 0; z-index: 0; }
.p-hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .16; }
.p-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 30%, rgba(17,17,19,.6)); }
.crumbs { font-size: 13px; color: var(--mid); margin-bottom: 22px; }
.crumbs a { color: var(--ash); } .crumbs a:hover { color: var(--gold); }
.p-hero h1 { font-family: var(--font-display); font-size: clamp(32px, 4.6vw, 54px); font-weight: 800; letter-spacing: -1px; color: var(--offwhite); line-height: 1.05; margin-bottom: 18px; }
.p-hero .lead { font-size: 18px; color: var(--silver); line-height: 1.6; margin-bottom: 32px; }
.p-hero-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.p-hero-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.p-hero-card .placeholder { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; font-size: 64px; opacity: .25; background: var(--cement); }
.p-hero-card.pack { background: linear-gradient(155deg, #f4f1ea 0%, #d9d3c5 100%); }
.p-hero-card.pack img { object-fit: contain; padding: 28px; }

/* Bloco de download da ficha técnica */
.ficha-box { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 28px; padding: 22px 26px; background: var(--gold-soft); border: 1px solid var(--gold-line); border-radius: var(--radius-lg); }
.ficha-box .ft { font-size: 14.5px; color: var(--silver); }
.ficha-box .ft strong { display: block; font-family: var(--font-display); color: var(--gold-bright); font-size: 16px; margin-bottom: 3px; }

.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.benefit { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px; }
.benefit .ico { font-size: 28px; margin-bottom: 14px; }
.benefit h3 { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--offwhite); margin-bottom: 8px; }
.benefit p { font-size: 14px; color: var(--ash); line-height: 1.6; }

.spec-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table tr:last-child { border-bottom: none; }
.spec-table th { text-align: left; font-family: var(--font-display); font-weight: 600; color: var(--ash); font-size: 14px; padding: 16px 22px; width: 40%; background: var(--graphite); }
.spec-table td { padding: 16px 22px; font-size: 15px; color: var(--offwhite); }

.applications { display: flex; flex-wrap: wrap; gap: 10px; }
.app-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 100px; padding: 10px 18px; font-size: 14px; color: var(--silver); }
.app-pill::before { content: '◆'; color: var(--gold); font-size: 9px; }

.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.related-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; transition: border-color .25s, transform .25s; }
.related-card:hover { border-color: var(--gold-line); transform: translateY(-4px); }
.related-card .rc-tag { font-family: var(--font-display); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.related-card h4 { font-family: var(--font-display); font-size: 17px; color: var(--offwhite); margin-bottom: 6px; }
.related-card p { font-size: 13.5px; color: var(--ash); }

/* ─── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 880px) {
  .section { padding: 68px 0; }
  .authority-grid { grid-template-columns: 1fr; gap: 40px; }
  .p-hero .container { grid-template-columns: 1fr; gap: 36px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .gallery .span2 { grid-column: span 2; }
  .steps { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .step:nth-child(2)::after { display: none; }
}
@media (max-width: 560px) {
  .hero-stats { gap: 28px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .hero-diamond { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 0 0 24px; }
  .step::after { display: none !important; }
  .gallery { grid-template-columns: 1fr; }
  .gallery .span2 { grid-column: span 1; }
  .footer-right { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-inner { animation: none; }
  .wapp-float::after { animation: none; }
  * { transition-duration: .01ms !important; }
}
