:root {
  --primary-color: #0b7a6e;
  --primary-hover: #095f56;
  --secondary-color: #101826;
  --accent-color: #c7a23b;
  --surface-color: #f4f7f6;
  --ink-color: #172033;
  --muted-color: #657083;
  --line-color: rgba(16, 24, 38, 0.1);
}

body {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink-color);
  background: #fff;
}

section {
  position: relative;
}

.main-wrapper {
  overflow: hidden;
}

.alt-font,
.main-font,
.menu_area {
  font-family: "DM Sans", system-ui, sans-serif !important;
}

.britoplas-header .navbar-default {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 40px rgba(16, 24, 38, 0.06);
}

.britoplas-header:not(.menu_area-light) .navbar-default {
  background: #fff !important;
  border-bottom: 1px solid var(--line-color) !important;
  box-shadow: 0 14px 40px rgba(16, 24, 38, 0.07) !important;
}

.britoplas-header:not(.menu_area-light) .navbar-nav > li > a,
.britoplas-header:not(.menu_area-light) .lang-switch-link,
.britoplas-header:not(.menu_area-light) .attr-nav > ul > li > a {
  color: var(--secondary-color) !important;
}

.britoplas-header:not(.menu_area-light) .navbar-nav > li.active > a,
.britoplas-header:not(.menu_area-light) .navbar-nav > li > a:hover,
.britoplas-header:not(.menu_area-light) .lang-switch-link:hover {
  color: var(--primary-color) !important;
}

.britoplas-header.menu_area-light {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 100;
}

.britoplas-header.menu_area-light .navbar-default {
  background: linear-gradient(180deg, rgba(7, 13, 22, 0.78), rgba(7, 13, 22, 0));
  border-bottom: 0;
  box-shadow: none;
}

.britoplas-header.menu_area-light.scrollHeader .navbar-default {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid var(--line-color) !important;
  box-shadow: 0 14px 40px rgba(16, 24, 38, 0.08) !important;
}

.britoplas-header.menu_area-light .navbar-nav > li > a,
.britoplas-header.menu_area-light .lang-switch-link {
  color: #fff;
}

.britoplas-header.menu_area-light.scrollHeader .navbar-nav > li > a,
.britoplas-header.menu_area-light.scrollHeader .lang-switch-link {
  color: var(--secondary-color);
}

.britoplas-header .navbar-nav {
  gap: 6px;
  align-items: center;
}

.britoplas-header .navbar-nav > li {
  position: relative;
}

.britoplas-header .navbar-nav > li > a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px !important;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.britoplas-header .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-color);
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.britoplas-header .navbar-nav > li > a:hover,
.britoplas-header .navbar-nav > li.active > a {
  transform: translateY(-1px);
  background: rgba(11, 122, 110, 0.1);
  color: var(--primary-color) !important;
}

.britoplas-header .navbar-nav > li > a:hover::after,
.britoplas-header .navbar-nav > li.active > a::after {
  transform: scaleX(1);
  opacity: 1;
}

.britoplas-header.menu_area-light:not(.scrollHeader) .navbar-nav > li > a:hover,
.britoplas-header.menu_area-light:not(.scrollHeader) .navbar-nav > li.active > a {
  background: rgba(255, 255, 255, 0.13);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.britoplas-header.menu_area-light:not(.scrollHeader) .navbar-nav > li.active > a::after,
.britoplas-header.menu_area-light:not(.scrollHeader) .navbar-nav > li > a:hover::after {
  background: #fff;
}

.britoplas-header .attr-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.britoplas-header .flag-lang-link {
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 999px;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.britoplas-header .flag-lang-link:hover {
  transform: translateY(-1px);
  background: rgba(11, 122, 110, 0.1);
}

.britoplas-header.menu_area-light:not(.scrollHeader) .flag-lang-link:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.britoplas-logo img {
  max-height: 64px;
  width: auto;
}

.footer-logo-brand img {
  display: block;
  width: 230px;
  height: auto;
  max-width: 100%;
}

.britoplas-logo .logo-text-fallback {
  display: none;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--secondary-color);
  text-decoration: none;
}

.menu_area-light .britoplas-logo .logo-text-fallback {
  color: #fff;
}

.scrollHeader .britoplas-logo .logo-text-fallback {
  color: var(--secondary-color);
}

.lang-switch-link {
  border: 0;
  background: transparent;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: inherit;
  margin-right: 0.85rem;
  text-decoration: none;
  opacity: 0.92;
  cursor: pointer;
}

.lang-switch-link:hover {
  color: var(--primary-color) !important;
  opacity: 1;
}

.flag-lang-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  vertical-align: middle;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 15px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(16, 24, 38, 0.18), 0 2px 8px rgba(16, 24, 38, 0.12);
  flex: 0 0 auto;
}

.flag-pt {
  background: linear-gradient(90deg, #046a38 0 42%, #da291c 42% 100%);
}

.flag-pt::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffcd00;
  box-shadow: inset 0 0 0 2px rgba(218, 41, 28, 0.75);
}

.flag-es {
  background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75% 100%);
}

.flag-es::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 4px;
  height: 5px;
  border-radius: 1px;
  background: #aa151b;
}

.flag-gb {
  background: linear-gradient(90deg, transparent 44%, #fff 44% 56%, transparent 56%),
    linear-gradient(transparent 38%, #fff 38% 62%, transparent 62%),
    linear-gradient(90deg, transparent 47%, #c8102e 47% 53%, transparent 53%),
    linear-gradient(transparent 43%, #c8102e 43% 57%, transparent 57%),
    #012169;
}

.btn-style1,
.btn-style2 {
  border-radius: 6px !important;
}

.btn-style1.small {
  padding: 12px 19px;
}

.britoplas-page-title {
  padding: 160px 0 80px;
}

.britoplas-page-title h1 {
  max-width: 900px;
}

.britoplas-page-title ul {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.industrial-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.parallax-hero-slide {
  isolation: isolate;
}

.hero-orbit {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.7;
}

.hero-orbit-one {
  width: 320px;
  height: 320px;
  right: 8vw;
  top: 24vh;
  box-shadow: inset 0 0 0 40px rgba(11, 122, 110, 0.08);
}

.hero-orbit-two {
  width: 180px;
  height: 180px;
  right: 26vw;
  bottom: 15vh;
  box-shadow: inset 0 0 0 24px rgba(199, 162, 59, 0.1);
}

.industrial-hero .min-vh-100 {
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 60px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 18px;
}

.hero-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--accent-color);
}

.hero-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 760px;
}

.hero-trust-item {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 18px;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.hero-trust-item strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 7px;
}

.home-buyer-strip {
  margin-top: -72px;
  padding: 0 0 35px;
  z-index: 12;
}

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

.buyer-strip-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 150px;
  padding: 26px;
  border: 1px solid rgba(16, 24, 38, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(16, 24, 38, 0.13);
  backdrop-filter: blur(14px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.buyer-strip-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 122, 110, 0.25);
  box-shadow: 0 30px 90px rgba(16, 24, 38, 0.18);
}

.buyer-strip-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), #0f9a88);
  box-shadow: 0 12px 30px rgba(11, 122, 110, 0.24);
}

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

.premium-band {
  background: linear-gradient(180deg, #fff 0%, var(--surface-color) 100%);
}

.home-market-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7faf9 100%);
}

.market-proof-layout {
  position: relative;
  min-height: 560px;
}

.market-proof-image {
  width: 78%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(16, 24, 38, 0.16);
}

.market-proof-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.04);
}

.market-proof-stack {
  position: absolute;
  right: 0;
  top: 78px;
  display: grid;
  gap: 16px;
  width: min(360px, 58%);
}

.market-proof-card {
  position: relative;
  padding: 24px 24px 24px 68px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 55px rgba(16, 24, 38, 0.12);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.market-proof-card:hover {
  transform: translateX(-6px);
  border-color: rgba(199, 162, 59, 0.55);
}

.market-proof-card span {
  position: absolute;
  left: 22px;
  top: 24px;
  color: var(--accent-color);
  font-weight: 900;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--primary-color);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.section-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent-color);
}

.industrial-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(16, 24, 38, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.industrial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(16, 24, 38, 0.12);
}

.industrial-card:hover .icon {
  transform: rotate(-4deg) scale(1.05);
}

.industrial-card .icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(11, 122, 110, 0.1);
  color: var(--primary-color);
  font-size: 20px;
  margin-bottom: 18px;
  transition: transform 0.28s ease;
}

.service-programme-band {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(135deg, #0d1726 0%, #112837 58%, #0a3938 100%),
    radial-gradient(circle at 82% 18%, rgba(216, 168, 78, 0.26), transparent 30%);
  color: #fff;
}

.service-programme-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.3) 52%, rgba(11, 122, 110, 0.16)),
    url("../img/banner/services-recycling-process-banner.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.24;
}

.service-programme-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 82%, transparent);
}

.service-programme-band .container {
  position: relative;
  z-index: 2;
}

.service-programme-band h2,
.service-programme-band h3,
.service-programme-band .section-eyebrow {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
}

.service-programme-band .section-eyebrow {
  color: #34d3bd;
}

.service-programme-band p {
  color: rgba(255, 255, 255, 0.86);
}

.service-programme-band .ghost-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.service-programme-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(16, 38, 48, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-programme-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 168, 78, 0.45);
  background: rgba(20, 48, 58, 0.95);
}

.service-programme-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.service-programme-body {
  padding: 22px;
}

.service-programme-body h3 {
  color: #fff;
}

.service-programme-body .material-chip {
  background: rgba(52, 211, 189, 0.12);
  color: #34d3bd;
}

.service-spec-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-spec-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
}

.service-parallax-shape {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
  opacity: 0.45;
}

.service-parallax-shape-one {
  width: 270px;
  height: 270px;
  right: 7%;
  top: 70px;
  background: linear-gradient(135deg, rgba(11, 122, 110, 0.52), rgba(52, 211, 189, 0.08));
  transform: rotate(18deg);
}

.service-parallax-shape-two {
  width: 180px;
  height: 180px;
  left: 5%;
  bottom: 70px;
  border: 1px solid rgba(216, 168, 78, 0.45);
  transform: rotate(-14deg);
}

.service-spec-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 2px;
  background: var(--accent-color);
}

.source-reference-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(216, 168, 78, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 122, 110, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
}

.source-reference-panel .section-eyebrow {
  margin-bottom: 10px;
  white-space: nowrap;
}

.source-reference-panel h2 {
  max-width: 930px;
  color: #fff;
  line-height: 1.25;
}

.service-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 290px;
}

.service-cta-actions .btn-style1 {
  border: 0;
  white-space: nowrap;
}

.service-cta-actions .ghost-button {
  color: #fff;
  white-space: nowrap;
}

.service-workflow-section {
  background:
    linear-gradient(180deg, #fff, rgba(248, 251, 250, 0.92)),
    radial-gradient(circle at 12% 25%, rgba(11, 122, 110, 0.1), transparent 28%);
}

.service-workflow-grid {
  display: grid;
  gap: 14px;
}

.service-workflow-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(16, 24, 38, 0.07);
  transition: transform 220ms ease, border-color 220ms ease;
}

.service-workflow-card:hover {
  transform: translateX(3px);
  border-color: rgba(11, 122, 110, 0.24);
}

.service-workflow-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 1rem;
}

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

.home-process-parallax {
  padding: 130px 0;
  overflow: hidden;
  isolation: isolate;
}

.home-process-parallax::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(16, 24, 38, 0.75), transparent);
  z-index: 1;
}

.process-parallax-media {
  position: absolute;
  right: max(24px, calc((100vw - 1140px) / 2));
  top: 58px;
  z-index: 2;
  width: min(420px, 34vw);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.process-parallax-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.process-flow {
  display: grid;
  gap: 12px;
}

.process-flow-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  transform: translateX(0);
  transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}

.process-flow-step:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(199, 162, 59, 0.55);
}

.process-flow-step strong {
  color: var(--accent-color);
  text-align: center;
  font-size: 0.95rem;
}

.process-flow-step span {
  font-size: 1.08rem;
  font-weight: 800;
}

.image-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 16px;
  align-items: end;
}

.image-stack img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(16, 24, 38, 0.16);
}

.image-stack img:first-child {
  aspect-ratio: 4 / 5;
}

.image-stack img:last-child {
  aspect-ratio: 1 / 1;
  margin-bottom: 34px;
}

.process-grid {
  counter-reset: process;
}

.about-story-section {
  background:
    linear-gradient(180deg, rgba(248, 251, 250, 0.95), #fff 62%),
    radial-gradient(circle at 9% 16%, rgba(11, 122, 110, 0.12), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(216, 168, 78, 0.14), transparent 28%);
}

.about-action-row,
.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.about-visual-board {
  position: relative;
  min-height: 620px;
  isolation: isolate;
}

.about-visual-board::before {
  content: "";
  position: absolute;
  inset: 34px 44px 64px 10px;
  z-index: -1;
  border-radius: 8px;
  background: var(--secondary-color);
  transform: rotate(-2.5deg);
  box-shadow: 0 28px 70px rgba(16, 24, 38, 0.16);
}

.about-main-img,
.about-float-img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.about-main-img {
  height: 590px;
  box-shadow: 0 24px 58px rgba(16, 24, 38, 0.16);
}

.about-float-img {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 46%;
  height: 260px;
  border: 8px solid #fff;
  box-shadow: 0 22px 50px rgba(16, 24, 38, 0.18);
}

.about-visual-badge {
  position: absolute;
  left: 24px;
  bottom: 34px;
  min-width: 142px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(16, 24, 38, 0.16);
}

.about-visual-badge strong {
  display: block;
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.about-visual-badge span {
  display: block;
  margin-top: 4px;
  color: var(--secondary-color);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.about-parallax-shape,
.about-values-orbit {
  position: absolute;
  pointer-events: none;
  border-radius: 8px;
}

.about-parallax-one {
  width: 210px;
  height: 210px;
  right: 6%;
  top: 70px;
  border: 1px solid rgba(11, 122, 110, 0.24);
  transform: rotate(18deg);
}

.about-parallax-two {
  width: 150px;
  height: 150px;
  left: 5%;
  bottom: 90px;
  background: linear-gradient(135deg, rgba(216, 168, 78, 0.26), rgba(11, 122, 110, 0.08));
  opacity: 0.6;
  transform: rotate(-12deg);
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.about-proof-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(16, 24, 38, 0.07);
}

.about-proof-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: rgba(11, 122, 110, 0.1);
  color: var(--primary-color);
}

.about-proof-card p {
  color: var(--muted-color);
  font-size: 0.95rem;
}

.about-stat-band {
  padding: 0;
  margin-top: -34px;
  position: relative;
  z-index: 3;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 62px rgba(16, 24, 38, 0.16);
}

.about-stat-card {
  padding: 26px 24px;
  background: var(--secondary-color);
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.about-stat-card:last-child {
  border-right: 0;
}

.about-stat-card h3 {
  margin: 0 0 6px;
  color: var(--accent-color);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  font-weight: 900;
}

.about-stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.about-values-band {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(10, 57, 56, 0.94)),
    url("../img/banner/about-industrial-recycling-banner.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.about-values-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
}

.about-values-orbit {
  width: 300px;
  height: 300px;
  right: 6%;
  top: 82px;
  border: 1px solid rgba(216, 168, 78, 0.38);
  opacity: 0.55;
  transform: rotate(15deg);
}

.about-value-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
  transition: transform 220ms ease, background 220ms ease;
}

.about-value-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.1);
}

.about-value-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  margin-bottom: 18px;
  background: rgba(52, 211, 189, 0.14);
  color: #34d3bd;
  font-size: 1.35rem;
}

.about-value-card h3 {
  color: #fff;
}

.about-value-card p,
.about-value-card li {
  color: rgba(255, 255, 255, 0.82);
}

.about-value-card li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.about-value-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 2px;
  background: var(--accent-color);
}

.about-process-section {
  background:
    linear-gradient(180deg, #fff, rgba(248, 251, 250, 0.94)),
    radial-gradient(circle at 86% 20%, rgba(11, 122, 110, 0.1), transparent 28%);
}

.about-process-timeline {
  display: grid;
  gap: 14px;
  position: relative;
}

.about-process-timeline::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(var(--primary-color), var(--accent-color));
}

.about-process-item {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 24, 38, 0.07);
}

.about-process-item strong {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  background: var(--secondary-color);
  color: #fff;
  font-weight: 900;
}

.about-process-item p {
  color: var(--muted-color);
}

.about-cta-section {
  padding-top: 0;
}

.about-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 122, 110, 0.96), rgba(15, 23, 42, 0.96)),
    url("../img/banner/export-ready.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 0 24px 62px rgba(16, 24, 38, 0.16);
}

.about-cta-panel h2,
.about-cta-panel .section-eyebrow {
  color: #fff;
}

.about-cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.about-cta-panel .ghost-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.process-card {
  position: relative;
  padding-left: 70px;
}

.process-card::before {
  counter-increment: process;
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 28px;
  color: var(--accent-color);
  font-weight: 900;
  font-size: 1.1rem;
}

.material-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.material-filter-bar button {
  border: 1px solid var(--line-color);
  background: #fff;
  color: var(--secondary-color);
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
  cursor: pointer;
}

.material-filter-bar button.active,
.material-filter-bar button:hover {
  background: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}

.materials-showcase {
  background:
    linear-gradient(180deg, rgba(248, 251, 250, 0.78), #fff 42%),
    radial-gradient(circle at 88% 12%, rgba(216, 168, 78, 0.14), transparent 28%),
    radial-gradient(circle at 12% 22%, rgba(11, 122, 110, 0.1), transparent 26%);
}

.materials-intro {
  margin-bottom: 24px;
}

.materials-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 24px;
  padding: 8px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(16, 24, 38, 0.07);
}

.materials-tabs button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 6px 12px;
  min-height: 82px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: var(--secondary-color);
  padding: 14px 16px;
  text-align: left;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.materials-tabs button i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: rgba(11, 122, 110, 0.1);
  color: var(--primary-color);
}

.materials-tabs button span {
  font-weight: 900;
  line-height: 1.15;
}

.materials-tabs button small {
  color: var(--muted-color);
  line-height: 1.25;
}

.materials-tabs button:hover,
.materials-tabs button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(11, 122, 110, 0.25);
  outline: 0;
}

.materials-tabs button.active {
  background: var(--secondary-color);
  color: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.materials-tabs button.active i {
  background: var(--primary-color);
  color: #fff;
}

.materials-tabs button.active small {
  color: rgba(255, 255, 255, 0.72);
}

.materials-tab-panel {
  animation: materialPanelIn 280ms ease both;
}

.materials-tab-panel[hidden] {
  display: none;
}

@keyframes materialPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.catalogue-toolbar,
.available-gallery-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 38, 0.06);
}

.catalogue-toolbar p,
.available-gallery-head p {
  color: var(--muted-color);
}

.portfolio-section {
  margin-top: 24px;
}

.portfolio-section[hidden] {
  display: none;
}

.portfolio-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-color);
}

.material-card-compact {
  box-shadow: 0 12px 30px rgba(16, 24, 38, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.material-card-compact:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 122, 110, 0.24);
  box-shadow: 0 20px 42px rgba(16, 24, 38, 0.11);
}

.material-card-compact img {
  aspect-ratio: 16 / 10;
}

.material-card-compact .body {
  padding: 18px;
}

.material-card-compact h3 {
  font-size: 1.12rem;
  line-height: 1.25;
}

.material-card-compact .body p {
  font-size: 0.95rem;
  line-height: 1.55;
}

.material-card-compact .spec-list {
  margin: 10px 0 16px;
}

.available-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}

.available-tile {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: var(--secondary-color);
  color: #fff;
  padding: 0;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 12px 28px rgba(16, 24, 38, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.available-tile img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
  transition: transform 450ms ease, opacity 220ms ease;
}

.available-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 68%;
  background: linear-gradient(180deg, transparent, rgba(6, 10, 18, 0.82));
}

.available-tile span {
  position: absolute;
  z-index: 2;
  left: 12px;
  right: 12px;
  bottom: 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
}

.available-tile:hover,
.available-tile:focus-visible {
  transform: translateY(-3px);
  border-color: var(--primary-color);
  box-shadow: 0 20px 38px rgba(16, 24, 38, 0.16);
  outline: 0;
}

.available-tile:hover img,
.available-tile:focus-visible img {
  transform: scale(1.06);
  opacity: 0.94;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(6, 10, 18, 0.82);
}

.gallery-modal[hidden] {
  display: none;
}

.gallery-modal-dialog {
  position: relative;
  width: min(1080px, 100%);
  max-height: 92vh;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.gallery-modal-dialog figure {
  margin: 0;
}

.gallery-modal-dialog figure img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  display: block;
  background: #0b111c;
}

.gallery-modal-dialog figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
}

.gallery-close {
  position: absolute;
  z-index: 3;
  right: 14px;
  top: 14px;
  background: rgba(255, 255, 255, 0.92);
}

.gallery-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--secondary-color);
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  background: var(--primary-color);
  color: #fff;
  outline: 0;
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

body.modal-open-lite {
  overflow: hidden;
}

.material-card-modern {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(16, 24, 38, 0.07);
}

.material-card-modern img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: var(--surface-color);
}

.material-card-modern .body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.material-card-modern .body p {
  color: var(--muted-color);
}

.material-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(11, 122, 110, 0.1);
  color: var(--primary-color);
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.spec-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 20px;
}

.spec-list span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(16, 24, 38, 0.07);
  padding-bottom: 8px;
  color: var(--muted-color);
  font-size: 0.9rem;
}

.spec-list strong {
  color: var(--secondary-color);
}

.material-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.ghost-button,
.material-detail-btn,
.cookie-reject {
  border: 1px solid var(--line-color);
  background: #fff;
  color: var(--secondary-color);
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

.ghost-button:hover,
.material-detail-btn:hover,
.cookie-reject:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.industrial-hero .ghost-button {
  color: #fff;
}

.industrial-hero .ghost-button:hover {
  color: #fff;
  border-color: #fff;
}

.material-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(6, 10, 18, 0.72);
  display: grid;
  place-items: center;
  padding: 24px;
}

.material-modal[hidden] {
  display: none;
}

.material-modal-dialog {
  width: min(980px, 100%);
  max-height: 92vh;
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

.material-modal-dialog img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.material-modal-content {
  padding: 34px;
}

.modal-close {
  position: sticky;
  top: 0;
  float: right;
  border: 0;
  background: var(--surface-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}

.contact-us {
  background: #fff;
  box-shadow: 0 20px 60px rgba(16, 24, 38, 0.09);
  border: 1px solid var(--line-color);
}

.contact-us .contact-details {
  margin-left: 0 !important;
  border-radius: 8px !important;
}

.contact-us .contact-info:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.map-section {
  position: relative;
  background: var(--surface-color);
  min-height: 480px;
}

.map-address-card {
  position: absolute;
  left: max(24px, calc((100vw - 1140px) / 2));
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: min(380px, calc(100% - 48px));
  background: #fff;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 24, 38, 0.18);
  padding: 28px;
}

.contact-map {
  display: block;
  width: 100%;
  min-height: 524px;
  border: 0;
  filter: saturate(0.85) contrast(1.04);
}

.faq-premium-section {
  background: #fff;
}

.faq-premium-section .accordion-style .card {
  border: 1px solid var(--line-color);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(16, 24, 38, 0.05);
}

.faq-premium-section .accordion-style .card-header {
  background: #fff;
  border: 0;
  padding: 0;
}

.faq-premium-section .accordion-style .btn-link {
  width: 100%;
  text-align: left;
  color: var(--secondary-color);
  font-weight: 800;
  text-decoration: none;
  padding: 20px 24px;
}

.faq-premium-section .accordion-style .btn-link:hover,
.faq-premium-section .accordion-style .btn-link:not(.collapsed) {
  color: var(--primary-color);
}

.faq-premium-section .accordion-style .card-body {
  padding: 0 24px 24px;
  color: var(--muted-color);
}

.testimonial-premium-section {
  padding: 120px 0;
  overflow: hidden;
}

.testimonial-premium-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 24, 38, 0.08), rgba(16, 24, 38, 0.58));
}

.testimonial-panel {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 44px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.home-final-cta {
  background: #fff;
}

.final-cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 60px;
  box-shadow: 0 24px 80px rgba(16, 24, 38, 0.16);
}

.final-cta-panel::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 42px rgba(11, 122, 110, 0.12);
}

[data-parallax-speed] {
  will-change: transform;
}

.quote-fields {
  background: var(--surface-color);
  border-radius: 8px;
  padding: 18px 12px 2px;
  margin: 6px 0 18px;
}

.quote-fields[hidden] {
  display: none;
}

.britoplas-footer {
  position: relative;
}

.footer-brand {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.footer-bottom-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 34px;
  padding-top: 22px;
}

.cookie-settings-link {
  display: block;
  margin-top: 14px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  cursor: pointer;
}

.cookie-consent {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 24, 38, 0.22);
  padding: 20px;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent p {
  margin: 6px 0 0;
  color: var(--muted-color);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.goog-te-banner-frame,
.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.counter-lg-title .big-text .special-text {
  -webkit-text-stroke-color: var(--accent-color);
}

#preloader:before,
#preloader:after {
  border-color: var(--primary-color);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.15rem rgba(11, 122, 110, 0.2);
}

@media (max-width: 991.98px) {
  .britoplas-header .navbar-nav {
    gap: 4px;
    align-items: stretch;
    padding: 14px 0;
  }

  .britoplas-header .navbar-nav > li > a {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 13px 16px !important;
  }

  .britoplas-header .navbar-nav > li > a::after {
    left: 16px;
    right: auto;
    bottom: 8px;
    width: 34px;
    transform-origin: left;
  }

  .britoplas-header.menu_area-light .navbar-nav > li > a {
    color: var(--secondary-color);
  }

  .industrial-hero .min-vh-100 {
    padding-top: 112px;
  }

  .industrial-hero h1 {
    font-size: 3.1rem;
  }

  .display-5 {
    font-size: 2.35rem;
  }

  .britoplas-page-title {
    padding: 140px 0 70px;
  }

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

  .home-buyer-strip {
    margin-top: 0;
    padding-top: 26px;
  }

  .buyer-strip-grid {
    grid-template-columns: 1fr;
  }

  .market-proof-layout {
    min-height: auto;
  }

  .market-proof-image,
  .market-proof-stack {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .market-proof-stack {
    margin-top: 20px;
  }

  .process-parallax-media {
    display: none;
  }

  .material-modal-dialog {
    grid-template-columns: 1fr;
  }

  .material-modal-dialog img {
    min-height: 260px;
    max-height: 320px;
  }

  .testimonial-premium-section {
    padding: 80px 0;
  }

  .testimonial-panel {
    padding: 30px;
  }

  .home-process-parallax {
    padding: 90px 0;
  }

  .final-cta-panel {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .industrial-hero h1 {
    font-size: 2.5rem;
  }

  .display-5 {
    font-size: 2rem;
  }

  .display-27,
  .display-28 {
    font-size: 1rem;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img:last-child {
    margin-bottom: 0;
  }

  .cookie-consent {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions button {
    flex: 1;
  }

  .map-section {
    padding-top: 0;
  }

  .map-address-card {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .contact-map {
    min-height: 360px;
  }

  .buyer-strip-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .process-flow-step {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .final-cta-panel {
    padding: 30px 24px;
  }

  .britoplas-page-title {
    padding: 125px 0 60px;
  }

  .britoplas-page-title h1 {
    font-size: 2.25rem;
  }

  .material-modal-content {
    padding: 24px;
  }

  .testimonial-panel {
    padding: 24px;
  }
}

@media screen and (max-width: 991px) {
  .materials-tabs {
    grid-template-columns: 1fr;
  }

  .about-proof-grid,
  .about-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-visual-board {
    min-height: 560px;
  }

  .about-main-img {
    height: 530px;
  }

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

  .catalogue-toolbar,
  .available-gallery-head,
  .portfolio-section-head,
  .source-reference-panel,
  .gallery-modal-dialog figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .material-filter-bar {
    width: 100%;
  }

  .available-gallery {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .materials-tabs {
    padding: 6px;
  }

  .about-proof-grid,
  .about-stat-grid {
    grid-template-columns: 1fr;
  }

  .about-visual-board {
    min-height: 0;
  }

  .about-visual-board::before {
    inset: 18px 18px 42px 0;
  }

  .about-main-img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .about-float-img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 72%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: -28% 0 0 auto;
  }

  .about-visual-badge {
    left: 14px;
    bottom: 18px;
  }

  .about-stat-band {
    margin-top: 0;
  }

  .about-stat-card {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .about-stat-card:last-child {
    border-bottom: 0;
  }

  .about-process-timeline::before {
    left: 23px;
  }

  .about-process-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .about-process-item strong {
    width: 48px;
    height: 48px;
  }

  .about-cta-panel {
    padding: 24px;
  }

  .about-cta-actions {
    width: 100%;
  }

  .materials-tabs button {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 74px;
    padding: 12px;
  }

  .materials-tabs button i {
    width: 36px;
    height: 36px;
  }

  .catalogue-toolbar,
  .available-gallery-head {
    padding: 16px;
  }

  .available-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .available-tile,
  .available-tile img {
    min-height: 142px;
    height: 142px;
  }

  .gallery-modal {
    padding: 10px;
  }

  .gallery-nav {
    width: 38px;
    height: 38px;
  }

  .gallery-prev {
    left: 8px;
  }

  .gallery-next {
    right: 8px;
  }

  .service-programme-body {
    padding: 18px;
  }

  .source-reference-panel {
    padding: 20px;
  }

  .source-reference-panel .section-eyebrow {
    white-space: normal;
  }

  .service-cta-actions {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
  }

  .service-workflow-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .service-workflow-card strong {
    width: 44px;
    height: 44px;
  }
}
