:root {
  --gold: #d4a017;
  --dark-gold: #b8860b;
  --metal: #c0c0c0;
  --black: #111111;
  --white: #ffffff;
  --ink: #181818;
  --muted: #666666;
  --line: #dedede;
  --surface: #f7f7f5;
  --surface-dark: #191919;
  --whatsapp: #128c4a;
  --shadow: 0 18px 45px rgba(17, 17, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  line-height: 1.6;
}

img,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 18px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  font-size: 50px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 21px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--black);
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.emergency-strip {
  color: var(--black);
  background: linear-gradient(90deg, var(--gold), #f2d575, var(--dark-gold));
  border-bottom: 1px solid rgba(17, 17, 17, 0.25);
}

.emergency-inner {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  font-weight: 900;
}

.emergency-phone {
  color: var(--black);
  font-size: 24px;
  line-height: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(12px);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  min-height: 90px;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  color: var(--black);
  font-weight: 900;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand-mark {
  display: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  max-width: 250px;
  color: var(--dark-gold);
  font-size: 13px;
  font-weight: 900;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.primary-nav a {
  padding: 10px 12px;
  color: var(--black);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav .is-active {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold), #f4d57a);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-phone,
.header-whatsapp,
.section-phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.header-phone,
.section-phone {
  color: var(--black);
  background: var(--gold);
  border: 1px solid var(--dark-gold);
}

.header-whatsapp {
  color: var(--white);
  background: var(--whatsapp);
}

.header-phone::before,
.section-phone::before,
.btn-call::before {
  content: "☎";
  font-size: 18px;
  line-height: 1;
}

.header-whatsapp::before,
.btn-whatsapp::before,
.floating-whatsapp::before {
  content: "WA";
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--whatsapp);
  background: var(--white);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  background: var(--black);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(212, 160, 23, 0.28), rgba(17, 17, 17, 0.18) 26%, rgba(17, 17, 17, 0.72) 58%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.76));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 86px 0 106px;
}

.hero-centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.hero-logo {
  width: clamp(140px, 18vw, 210px);
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.45));
}

.hero h1 {
  color: var(--white);
  font-size: clamp(40px, 6vw, 68px);
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.38);
}

.hero-text {
  max-width: 900px;
  margin: 18px auto 0;
  color: #f6f1e4;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
}

.hero-phone {
  display: inline-flex;
  margin-top: 28px;
  color: var(--gold);
  font-size: clamp(28px, 4.5vw, 46px);
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 5px 22px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions,
.cta-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.18);
}

.btn-primary {
  color: var(--black);
  background: linear-gradient(135deg, var(--gold), #f7d777);
  border-color: var(--dark-gold);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(135deg, #f7d777, var(--gold));
}

.btn-whatsapp {
  color: var(--white);
  background: var(--whatsapp);
}

.btn-light {
  color: var(--black);
  background: var(--white);
}

.btn-outline,
.btn-outline-dark {
  color: var(--black);
  background: transparent;
  border-color: var(--dark-gold);
}

.btn-outline:hover,
.btn-outline:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible {
  background: var(--gold);
}

.trust-band {
  background: var(--black);
  border-top: 1px solid rgba(212, 160, 23, 0.55);
  border-bottom: 1px solid rgba(212, 160, 23, 0.35);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
}

.trust-grid div {
  min-height: 118px;
  padding: 22px 18px;
  color: var(--white);
  background: linear-gradient(180deg, #1f1f1f, #141414);
  border-left: 1px solid rgba(192, 192, 192, 0.16);
}

.trust-grid strong {
  display: block;
  color: var(--gold);
  font-size: 18px;
}

.trust-grid span {
  display: block;
  margin-top: 5px;
  color: #e7e7e7;
  font-size: 14px;
}

.section {
  padding: 82px 0;
}

.section-light {
  background:
    linear-gradient(180deg, rgba(192, 192, 192, 0.16), rgba(255, 255, 255, 0.72)),
    var(--surface);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.centered-heading {
  text-align: center;
}

.section-heading h2,
.page-hero h1 {
  margin-bottom: 16px;
}

.section-heading p,
.page-hero p {
  color: var(--muted);
  font-size: 18px;
}

.section-phone {
  margin-top: 8px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(220px, 46%) minmax(0, 1fr);
  min-height: 330px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(184, 134, 11, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 24px 54px rgba(17, 17, 17, 0.2);
}

.product-card figure {
  display: grid;
  min-height: 100%;
  place-items: center;
  margin: 0;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(192, 192, 192, 0.35)),
    radial-gradient(circle, rgba(212, 160, 23, 0.18), transparent 56%);
}

.product-card img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.product-card:hover img,
.product-card:focus-within img {
  transform: scale(1.045);
}

.product-card > div {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.product-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--dark-gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 12px;
}

.product-card p {
  color: var(--muted);
}

.product-card a,
.service-card a,
.text-link {
  margin-top: auto;
  color: var(--dark-gold);
  font-weight: 900;
}

.product-card-wide {
  grid-column: 1 / -1;
}

.service-strip,
.split,
.about-layout,
.contact-layout,
.testimonials-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 42px;
  align-items: start;
}

.service-strip p,
.split p,
.about-layout p,
.testimonials-layout p {
  color: var(--muted);
  font-size: 17px;
}

.service-call-panel,
.metric-panel,
.values-panel {
  padding: 28px;
  color: var(--white);
  background:
    linear-gradient(145deg, #232323, #111111),
    var(--black);
  border: 1px solid rgba(212, 160, 23, 0.42);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-call-panel {
  display: grid;
  justify-items: center;
  text-align: center;
}

.service-call-panel img {
  width: 120px;
  margin-bottom: 14px;
}

.service-call-panel strong {
  display: block;
  color: var(--gold);
  font-size: 22px;
}

.service-call-panel > a:not(.btn) {
  display: block;
  margin: 10px 0 16px;
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.metric-panel {
  display: grid;
  gap: 16px;
}

.metric-panel div {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.metric-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.metric-panel strong {
  display: block;
  color: var(--gold);
  font-size: 28px;
  line-height: 1.1;
}

.metric-panel span {
  display: block;
  margin-top: 4px;
  color: #eeeeee;
}

.page-hero {
  padding: 86px 0 70px;
  color: var(--white);
  background:
    radial-gradient(circle at right, rgba(212, 160, 23, 0.22), transparent 34%),
    linear-gradient(135deg, #111111, #242424);
  border-bottom: 4px solid var(--gold);
}

.page-hero h1,
.page-hero p {
  color: var(--white);
}

.page-hero p {
  max-width: 780px;
}

.service-grid,
.feature-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.feature-item,
.project-card,
.detail-card,
.contact-panel,
.map-panel,
.values-panel,
.testimonial-empty {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
}

.service-card,
.feature-item,
.project-card,
.testimonial-empty {
  padding: 26px;
}

.service-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
}

.service-card h3,
.feature-item h3,
.project-card h2 {
  margin-bottom: 12px;
}

.service-card p,
.feature-item p,
.project-card p,
.detail-card p,
.contact-list {
  color: var(--muted);
}

.service-detail-list {
  display: grid;
  gap: 18px;
}

.detail-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  padding: 30px;
}

.service-number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--black);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
}

.detail-card h2,
.values-panel h2,
.contact-panel h2,
.map-panel h2 {
  margin-bottom: 14px;
}

.check-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 11px;
  height: 11px;
  border-right: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  content: "";
  transform: rotate(45deg);
}

.values-panel h2,
.values-panel .check-list,
.values-panel li {
  color: var(--white);
}

.project-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--dark-gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.testimonial-empty {
  border-style: dashed;
}

.testimonial-empty strong {
  display: block;
  margin-bottom: 8px;
  color: var(--black);
  font-size: 22px;
}

.contact-panel,
.map-panel {
  padding: 28px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-list div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--black);
  font-weight: 900;
}

.contact-list dd {
  margin: 0;
}

.contact-list a {
  color: var(--dark-gold);
  font-weight: 900;
}

.map-panel iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
}

.cta-band {
  padding: 54px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, #111111, #242424),
    var(--black);
  border-top: 3px solid var(--gold);
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-content h2 {
  color: var(--white);
}

.site-footer {
  color: #eeeeee;
  background: #0d0d0d;
  border-top: 4px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 36px;
  padding: 54px 0 34px;
}

.site-footer .brand,
.footer-title {
  color: var(--white);
}

.site-footer .brand img {
  width: 92px;
  height: 92px;
}

.footer-title {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 900;
}

.site-footer p {
  margin-bottom: 8px;
}

.footer-phone {
  color: var(--gold);
  font-size: 26px;
  font-weight: 900;
}

.footer-whatsapp {
  width: 100%;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 17px;
  color: var(--white);
  background: var(--whatsapp);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.mobile-action-bar {
  display: none;
}

/* Showcase revision based on the final visual reference */
.emergency-strip {
  color: var(--white);
  background: #050505;
  border-bottom: 1px solid rgba(212, 160, 23, 0.55);
}

.emergency-inner {
  min-height: 52px;
  color: var(--white);
}

.emergency-inner strong {
  color: var(--gold);
}

.emergency-inner strong::before {
  content: "☎";
  margin-right: 7px;
}

.emergency-phone {
  color: var(--white);
  font-size: 22px;
}

.emergency-inner span::before {
  content: "WA";
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 7px;
  color: var(--black);
  background: var(--gold);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 900;
  vertical-align: middle;
}

.site-header {
  background:
    linear-gradient(90deg, #ffffff, #f8f8f8 48%, #ffffff),
    var(--white);
}

.nav-wrap-showcase {
  grid-template-columns: minmax(280px, auto) 1fr auto auto;
  min-height: 124px;
}

.nav-wrap-showcase .brand img {
  width: 96px;
  height: 96px;
}

.brand strong {
  color: var(--black);
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.brand b {
  display: block;
  color: var(--dark-gold);
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
}

.nav-wrap-showcase .primary-nav {
  align-self: end;
  padding-bottom: 16px;
}

.nav-wrap-showcase .header-actions {
  align-self: center;
}

.header-phone,
.header-whatsapp {
  min-height: 64px;
  padding: 10px 16px 10px 54px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  color: var(--black);
  background: transparent;
  border: 0;
}

.header-phone::before,
.header-whatsapp::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.header-phone::before {
  color: var(--dark-gold);
  background: var(--white);
  border: 2px solid var(--gold);
  content: "☎";
  font-size: 22px;
}

.header-whatsapp::before {
  width: 40px;
  height: 40px;
  color: var(--white);
  background: var(--whatsapp);
  content: "WA";
  font-size: 11px;
}

.header-actions span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-actions strong {
  font-size: 15px;
  line-height: 1.2;
}

.hero-showcase {
  min-height: 540px;
}

.hero-showcase .hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.76) 42%, rgba(0, 0, 0, 0.26) 100%),
    radial-gradient(circle at 70% 42%, rgba(212, 160, 23, 0.28), transparent 36%);
}

.hero-machine {
  position: absolute;
  right: max(18px, calc((100vw - 1180px) / 2));
  bottom: 18px;
  z-index: 1;
  width: min(49vw, 640px);
  max-height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 30px 46px rgba(0, 0, 0, 0.58));
}

.hero-showcase .hero-content {
  display: grid;
  justify-items: start;
  padding: 78px 0 70px;
}

.hero-copy {
  width: min(660px, 100%);
}

.hero-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 14px;
  color: var(--gold);
  background: rgba(0, 0, 0, 0.62);
  border: 1px solid var(--gold);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-showcase h1 {
  color: var(--white);
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.13;
  text-transform: uppercase;
}

.hero-showcase h1 span {
  display: block;
  color: var(--gold);
}

.hero-showcase .hero-text {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.hero-showcase .hero-actions,
.urgent-actions {
  justify-content: flex-start;
  gap: 14px;
}

.btn-strong {
  min-width: 250px;
  min-height: 74px;
  padding: 14px 22px 14px 68px;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  text-align: left;
  text-transform: uppercase;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.btn-strong::before {
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: currentColor;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  transform: translateY(-50%);
}

.btn-strong span {
  font-size: 15px;
  line-height: 1.1;
}

.btn-strong strong {
  margin-top: 3px;
  font-size: 17px;
  line-height: 1.1;
}

.hero-mini-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hero-mini-trust div {
  min-height: 70px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(212, 160, 23, 0.24);
  border-radius: 8px;
}

.hero-mini-trust strong {
  display: block;
  color: var(--gold);
  font-size: 13px;
}

.hero-mini-trust span {
  display: block;
  margin-top: 2px;
  color: #f2f2f2;
  font-size: 12px;
}

.trust-panel {
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 160, 23, 0.14), transparent 30%),
    linear-gradient(180deg, #171717, #0d0d0d);
  border-top: 1px solid rgba(212, 160, 23, 0.22);
  border-bottom: 1px solid rgba(212, 160, 23, 0.22);
}

.trust-panel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding: 34px 0;
}

.trust-panel article {
  position: relative;
  min-height: 132px;
  padding-left: 54px;
  padding-top: 20px;
  padding-right: 18px;
  padding-bottom: 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.trust-panel article::before {
  position: absolute;
  left: 14px;
  top: 22px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--dark-gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  content: "✓";
  font-weight: 900;
}

.trust-panel strong {
  display: block;
  color: var(--gold);
  font-size: 16px;
  text-transform: uppercase;
}

.trust-panel p {
  margin: 6px 0 0;
  color: #e4e4e4;
  font-size: 14px;
}

.product-gallery-section {
  padding: 76px 0 82px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.92)),
    url("../images/hero-industrial-bakery.jpg") center / cover;
}

.gallery-heading {
  margin-bottom: 24px;
  text-align: center;
}

.gallery-heading h2 {
  color: var(--white);
  font-size: 31px;
  text-transform: uppercase;
}

.gallery-heading span {
  color: var(--gold);
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-tile {
  display: grid;
  min-height: 350px;
  padding: 18px;
  text-align: left;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(212, 160, 23, 0.26);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-tile:hover,
.product-tile:focus-within {
  transform: translateY(-5px);
  border-color: var(--gold);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.38);
}

.product-tile img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  margin: 0 auto 18px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff, #ececec);
  border-radius: 8px;
  transition: transform 180ms ease;
}

.product-tile:hover img,
.product-tile:focus-within img {
  transform: scale(1.05);
}

.product-tile h3 {
  color: var(--white);
  font-size: 20px;
  line-height: 1.25;
}

.product-tile p {
  margin: 10px 0 0;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.5;
}

.gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.urgent-cta {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.96), rgba(184, 134, 11, 0.22), rgba(17, 17, 17, 0.96)),
    var(--black);
  border-top: 1px solid rgba(212, 160, 23, 0.4);
  border-bottom: 1px solid rgba(212, 160, 23, 0.4);
}

.urgent-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 138px;
  padding: 24px 0;
}

.urgent-inner h2 {
  color: var(--white);
  text-transform: uppercase;
}

.footer-grid-showcase {
  grid-template-columns: 1.25fr 0.85fr 0.85fr 1.15fr;
}

.side-quick-actions {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 125;
  display: grid;
  gap: 8px;
}

.side-quick-actions a {
  display: grid;
  width: 86px;
  min-height: 66px;
  place-items: center;
  padding: 10px 8px;
  color: var(--white);
  border-radius: 8px 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.side-call {
  background: linear-gradient(135deg, var(--gold), var(--dark-gold));
}

.side-wa {
  background: #050505;
  border: 1px solid rgba(212, 160, 23, 0.55);
}

.floating-whatsapp {
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  font-size: 0;
}

.floating-whatsapp::before {
  width: 38px;
  height: 38px;
  color: var(--whatsapp);
  font-size: 14px;
}

@media (max-width: 1180px) {
  .nav-wrap-showcase {
    grid-template-columns: minmax(240px, auto) 1fr auto;
  }

  .nav-wrap-showcase .primary-nav {
    grid-column: 1 / -1;
    order: 4;
    justify-content: center;
    padding: 0 0 14px;
  }

  .hero-machine {
    width: min(46vw, 520px);
    opacity: 0.78;
  }

  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .hero-machine {
    opacity: 0.32;
    width: 60vw;
  }

  .hero-copy {
    width: min(680px, 100%);
  }

  .hero-mini-trust,
  .trust-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urgent-inner,
  .footer-grid-showcase {
    grid-template-columns: 1fr;
  }

  .urgent-actions {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hero-machine {
    display: none;
  }

  .product-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-tile {
    min-height: auto;
    padding: 16px;
  }

  .product-tile img {
    height: 190px;
    margin-bottom: 14px;
  }

  .product-tile h3 {
    font-size: 19px;
  }

  .product-tile p {
    font-size: 14px;
  }

  .hero-mini-trust,
  .trust-panel-grid {
    grid-template-columns: 1fr;
  }

  .side-quick-actions {
    display: none;
  }
}

@media (max-width: 1100px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
  }

  .primary-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 90px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 12px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid,
  .feature-grid,
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .emergency-inner {
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 8px 0;
  }

  .nav-wrap {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding: 10px 0;
  }

  .brand {
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 11px;
  }

  .header-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .header-phone,
  .header-whatsapp {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .primary-nav {
    top: 132px;
  }

  .product-grid,
  .service-strip,
  .split,
  .about-layout,
  .contact-layout,
  .testimonials-layout {
    grid-template-columns: 1fr;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .product-card figure {
    min-height: 250px;
  }

  .cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 70px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  h1,
  .hero h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  .emergency-phone {
    width: 100%;
    font-size: 25px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-content {
    padding: 60px 0 80px;
  }

  .hero-logo {
    width: 144px;
  }

  .hero-actions,
  .cta-actions,
  .contact-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .hero-phone {
    font-size: 30px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid div {
    min-height: auto;
    padding: 18px;
  }

  .section {
    padding: 58px 0;
  }

  .page-hero {
    padding: 62px 0 50px;
  }

  .service-grid,
  .feature-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .detail-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .service-number {
    width: 48px;
    height: 48px;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 24px;
  }

  .footer-bottom {
    display: grid;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 130;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 24px rgba(17, 17, 17, 0.16);
  }

  .mobile-action-bar a {
    min-height: 58px;
    display: grid;
    place-items: center;
    color: var(--black);
    background: var(--gold);
    font-weight: 900;
  }

  .mobile-action-bar a + a {
    color: var(--white);
    background: var(--whatsapp);
  }
}

@media (max-width: 1100px) {
  .nav-wrap-showcase {
    grid-template-columns: 1fr auto;
  }

  .nav-wrap-showcase .primary-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 124px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 12px;
    background: var(--white);
  }

  .nav-wrap-showcase .primary-nav.is-open {
    display: flex;
  }

  .nav-wrap-showcase .header-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .nav-wrap-showcase .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
}

@media (max-width: 760px) {
  .hero-showcase {
    min-height: 640px;
  }

  .hero-showcase .hero-content {
    padding: 52px 0 66px;
  }

  .hero-badge {
    font-size: 12px;
  }

  .hero-showcase h1 {
    font-size: 31px;
  }

  .hero-showcase .hero-text {
    font-size: 16px;
  }

  .btn-strong {
    width: 100%;
    min-width: 0;
  }

  .emergency-inner {
    font-size: 13px;
  }

  .header-phone,
  .header-whatsapp {
    min-height: 56px;
    padding-left: 48px;
  }

  .header-phone::before,
  .header-whatsapp::before {
    left: 7px;
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 680px) {
  .nav-wrap-showcase {
    padding: 8px 0 10px;
  }

  .nav-wrap-showcase .brand img {
    width: 62px;
    height: 62px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand b {
    font-size: 15px;
  }

  .brand small {
    max-width: 220px;
    font-size: 10px;
  }

  .nav-wrap-showcase .primary-nav {
    top: 134px;
  }

  .hero-showcase {
    min-height: auto;
  }

  .hero-showcase .hero-content {
    padding: 48px 0 58px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-showcase h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.16;
  }

  .hero-showcase .hero-text {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-showcase .hero-actions,
  .urgent-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn-strong,
  .gallery-action .btn {
    width: 100%;
    min-height: 70px;
  }

  .trust-panel-grid {
    gap: 14px;
    padding: 26px 0;
  }

  .trust-panel article {
    min-height: 92px;
    padding: 18px 16px 18px 58px;
    background: rgba(17, 17, 17, 0.78);
    border: 1px solid rgba(212, 160, 23, 0.22);
    border-radius: 8px;
  }

  .trust-panel strong,
  .trust-panel p {
    color: var(--white);
  }

  .product-gallery-section {
    padding: 50px 0 58px;
  }

  .gallery-heading h2 {
    font-size: 25px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-tile {
    min-height: auto;
  }

  .product-tile img {
    height: 210px;
  }

  .urgent-inner {
    gap: 18px;
    padding: 32px 0;
  }

  .urgent-inner h2 {
    font-size: 24px;
  }
}
