:root {
  --bg: #f7f4ee;
  --surface: #ffffff;
  --surface-soft: #fcfaf6;
  --surface-alt: #f1ece3;
  --text: #223041;
  --muted: #617287;
  --heading: #122033;
  --brand: #102a43;
  --brand-strong: #0b2034;
  --accent: #b3874e;
  --accent-strong: #8e6737;
  --line: #ddd3c2;
  --shadow: 0 18px 44px rgba(16, 42, 67, 0.08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%);
  color: var(--text);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: var(--brand); text-decoration: none; transition: .2s ease; }
a:hover { color: var(--accent-strong); }
h1,h2,h3 { margin: 0 0 14px; color: var(--heading); line-height: 1.1; letter-spacing: -.02em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3vw, 2.9rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.announcement {
  background: var(--brand-strong);
  color: #eaf0f6;
  font-size: .92rem;
}
.announcement .container {
  display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 10px 0;
}
.announcement a { color: #f6e4c9; font-weight: 700; }
.navbar {
  position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px);
  background: rgba(251,250,247,.92); border-bottom: 1px solid rgba(221,211,194,.8);
}
.navbar .container {
  display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 18px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--heading); font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 42px; height: 42px; border-radius: 12px; display: inline-grid; place-items: center;
  background: linear-gradient(135deg, var(--brand) 0%, #1f4e79 100%); color: #fff; font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.nav { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav a { color: var(--heading); font-weight: 600; }
.nav .cta {
  padding: 12px 18px; border-radius: 999px; color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 10px 24px rgba(179,135,78,.24);
}
.hero {
  position: relative; overflow: hidden; padding: 84px 0 68px;
  background: linear-gradient(135deg, rgba(16,42,67,.94) 0%, rgba(14,38,61,.88) 45%, rgba(11,32,52,.92) 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,21,34,.72) 0%, rgba(8,21,34,.52) 38%, rgba(8,21,34,.18) 100%),
              url('https://www.wanis.com/wp-content/uploads/2026/01/food-distributors-uk-wanis-limited-world-foods-1.jpg') center/cover no-repeat;
}
.hero > .container, .band > .container, .mast > .container { position: relative; z-index: 1; }
.panel {
  background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-copy {
  max-width: 700px; padding: 42px; background: rgba(255,250,244,.92);
}
.kicker {
  margin-bottom: 14px; color: var(--accent-strong); text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 800;
}
.lead, .subhero { font-size: 1.1rem; max-width: 60ch; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 700;
}
.btn-primary { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%); color: #fff; box-shadow: 0 12px 28px rgba(179,135,78,.28); }
.btn-primary:hover { color: #fff; filter: brightness(1.03); }
.btn-secondary { background: transparent; border-color: rgba(16,42,67,.16); color: var(--heading); }
.btn-secondary:hover { background: var(--heading); color: #fff; border-color: var(--heading); }
.trust-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px;
}
.trust-row > div, .logo {
  padding: 16px 18px; border-radius: 16px; background: rgba(16,42,67,.06); color: var(--heading); font-weight: 700; text-align: center;
}
.section { padding: 72px 0; }
.section-soft { background: linear-gradient(180deg, #f5f0e7 0%, #efe7db 100%); }
.grid-2, .grid-3, .product-grid, .brand-grid, .logo-grid, .checklist { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3, .logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.service-block { display: grid; grid-template-columns: 1.2fr 1.2fr 1.2fr .95fr; gap: 22px; }
.service-panel, .product-tile, .brand-card, .card, .check, .table, .split > div > .image-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.service-panel, .product-tile, .brand-card, .card, .check { padding: 28px; }
.service-minicard { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: start; }
.icon {
  width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; color: #fff; font-weight: 800;
  background: linear-gradient(135deg, var(--brand) 0%, #285885 100%);
}
.image-section .split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.image-card { overflow: hidden; }
.image-card img, .mast-media img, .brand-card-image img { width: 100%; height: 100%; object-fit: cover; }
.brand-card-image { padding: 0; overflow: hidden; min-height: 220px; }
.band {
  position: relative; overflow: hidden; padding: 72px 0;
  background: linear-gradient(135deg, #102a43 0%, #163a5b 100%);
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,18,31,.74) 0%, rgba(7,18,31,.54) 100%),
              url('https://www.wanis.com/wp-content/uploads/2022/09/food-distributors-uk-wanis-limited-1600x600-trucks-1.jpg') center/cover no-repeat;
}
.band .panel.card { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.12); }
.band h2, .band h3, .band p { color: #fff; }
.page-hero { background: transparent; }
.mast {
  position: relative; overflow: hidden; padding: 68px 0; background: linear-gradient(180deg, #f8f6f1 0%, #f3eee5 100%);
}
.mast-media {
  position: absolute; inset: 0; opacity: .18;
}
.mast-media::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,238,.96) 0%, rgba(247,244,238,.85) 40%, rgba(247,244,238,.72) 100%);
}
.mast-media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band { padding: 0 0 72px; }
.cta-inner {
  display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 34px;
  background: linear-gradient(135deg, #fff 0%, #fbf6ef 100%); border: 1px solid var(--line);
}
.footer {
  background: linear-gradient(180deg, #0e2438 0%, #0b1d2f 100%); color: #d2dce7; padding: 56px 0 24px;
}
.footer h3, .footer p, .footer a, .footer-brand { color: #eef4fa; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #aebccc; font-size: .92rem; }
.small { font-size: .92rem; color: inherit; opacity: .9; }
input, select, textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; font: inherit; color: var(--heading); background: #fff;
}
textarea { min-height: 160px; margin-top: 18px; resize: vertical; }
form .btn { margin-top: 18px; }
.table { width: 100%; overflow: hidden; }
.table table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
@media (max-width: 980px) {
  .service-block, .grid-3, .product-grid, .brand-grid, .footer-grid, .image-section .split, .cta-inner { grid-template-columns: 1fr; display: grid; }
  .checklist, .grid-2, .trust-row { grid-template-columns: 1fr; }
  .announcement .container, .navbar .container { flex-direction: column; align-items: flex-start; }
  .nav { gap: 14px; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding: 52px 0; }
  .hero-copy, .service-panel, .product-tile, .brand-card, .card, .check, .cta-inner { padding: 22px; }
}


/* ===== WANIS BRANDING PATCH ===== */
:root {
  --brand: #126faa;
  --brand-dark: #0d5f92;
  --accent: #d90b46;
  --accent-dark: #b3083a;
  --text: #16324a;
  --heading: #12304a;
  --muted: #4b5563;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #f7f8fa;
  --border: #e5e7eb;
  --shadow: 0 8px 20px rgba(0,0,0,0.04);
  --shadow-hover: 0 12px 30px rgba(0,0,0,0.08);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.site-header .container,
.navwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 52px;
  width: auto;
  display: block;
}

.site-nav,
.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a,
.nav a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

.site-nav a:hover,
.nav a:hover {
  color: var(--accent);
}

/* Hero section background */
.hero,
.page-hero {
  background: linear-gradient(135deg, #126faa 0%, #16324a 100%);
}

/* Hero content card */
.hero .card,
.page-hero .card,
.hero-card,
.page-hero-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.45);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  backdrop-filter: blur(10px);
  border-radius: 28px;
}

/* Hero text FIX */
.hero .card h1,
.hero .card h2,
.hero .card h3,
.hero-card h1,
.hero-card h2,
.hero-card h3,
.page-hero .card h1,
.page-hero .card h2,
.page-hero .card h3,
.page-hero-card h1,
.page-hero-card h2,
.page-hero-card h3 {
  color: var(--heading);
}

.hero .card p,
.hero-card p,
.page-hero .card p,
.page-hero-card p {
  color: var(--muted);
}

.hero .eyebrow,
.hero .kicker,
.hero-card .eyebrow,
.hero-card .kicker,
.page-hero .eyebrow,
.page-hero .kicker,
.page-hero-card .eyebrow,
.page-hero-card .kicker {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Buttons */
.btn,
.button,
.cta-button,
.btn-primary,
.button-primary {
  background: linear-gradient(90deg, var(--accent), #c96a2b);
  color: #ffffff;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 10px 22px rgba(217,11,70,0.18);
}

.btn:hover,
.button:hover,
.cta-button:hover,
.btn-primary:hover,
.button-primary:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(217,11,70,0.24);
}

.btn-secondary,
.button-secondary,
.btn-ghost,
.button-ghost {
  background: rgba(255,255,255,0.92);
  color: var(--brand);
  border: 1px solid rgba(18,111,170,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-secondary:hover,
.button-secondary:hover,
.btn-ghost:hover,
.button-ghost:hover {
  background: var(--brand);
  color: #ffffff;
  transform: translateY(-1px);
}

/* Cards */
.card,
.panel,
.feature-card,
.info-card {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover,
.panel:hover,
.feature-card:hover,
.info-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

/* Stats cards under hero */
.hero .stats-card,
.hero .metric,
.hero .mini-card,
.page-hero .stats-card,
.page-hero .metric,
.page-hero .mini-card {
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--border);
  color: var(--heading);
}

/* Footer */
.site-footer,
.footer {
  background: #16324a;
  color: #dbe7f0;
}

.site-footer a,
.footer a {
  color: #ffd7e2;
}

.site-footer a:hover,
.footer a:hover {
  color: #ffffff;
}
/* ===== END WANIS BRANDING PATCH ===== */

/* ===== WANIS FIX PASS 3 ===== */

/* Sharpen background images */
.hero::before {
  background:
    linear-gradient(90deg, rgba(8,21,34,.34) 0%, rgba(8,21,34,.18) 38%, rgba(8,21,34,.08) 100%),
    url('https://www.wanis.com/wp-content/uploads/2026/01/food-distributors-uk-wanis-limited-world-foods-1.jpg') center/cover no-repeat;
}

.band::before {
  background:
    linear-gradient(90deg, rgba(7,18,31,.36) 0%, rgba(7,18,31,.20) 100%),
    url('https://www.wanis.com/wp-content/uploads/2022/09/food-distributors-uk-wanis-limited-1600x600-trucks-1.jpg') center/cover no-repeat;
}

/* Keep text readable without fogging the whole image */
.hero-copy {
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(8px);
}

.hero-copy h1,
.hero-copy h2,
.hero-copy h3 {
  color: var(--heading);
}

.hero-copy p {
  color: var(--muted);
}

.hero-copy .kicker {
  color: var(--accent-dark, var(--accent-strong));
}

/* About mast: use split layout instead of image behind text */
.about-mast {
  padding: 72px 0;
  background: linear-gradient(180deg, #f8f6f1 0%, #f3eee5 100%);
}

.about-mast .container {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  align-items: center;
}

.mast-copy {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.92);
}

.mast-media {
  position: relative;
  inset: auto;
  opacity: 1;
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.mast-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(18,32,51,.08) 100%);
}

.mast-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Clearer standard content images */
.image-card,
.brand-card-image,
.split > div > .image-card {
  overflow: hidden;
}

.image-card img,
.brand-card-image img,
.split > div > .image-card img {
  opacity: 1;
  filter: none;
  transform: none;
}

/* About page layout */
.about-story-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
}

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

.timeline-card {
  height: 100%;
}

.timeline-year {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18,111,170,.08);
  color: var(--brand);
  font-weight: 800;
  font-size: .9rem;
}

@media (max-width: 980px) {
  .about-mast .container,
  .about-story-grid,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .mast-media {
    min-height: 280px;
  }
}
/* ===== END WANIS FIX PASS 3 ===== */

/* ===== WANIS SAFE PATCH ===== */

/* Footer / bottom sections */
.site-footer,
.footer,
footer,
.band,
.cta-band,
.lower-band,
.bottom-band,
.section-accent,
.section-brand,
.section-dark {
  background: #10283d !important;
  color: #dbe7f0 !important;
}

.site-footer a,
.footer a,
footer a {
  color: #ffd6df !important;
}

.site-footer a:hover,
.footer a:hover,
footer a:hover {
  color: #ffffff !important;
}

/* Logo */
.logo,
.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid rgba(16, 40, 61, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

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

/* Nav colours */
.site-nav a,
.nav a {
  color: #126faa !important;
}

.site-nav a:hover,
.nav a:hover {
  color: #d90b46 !important;
}

/* Buttons */
.btn,
.button,
.cta-button,
.btn-primary,
.button-primary {
  background: linear-gradient(90deg, #d90b46 0%, #c85a2c 100%) !important;
  color: #ffffff !important;
  border: 0 !important;
}

.btn-secondary,
.button-secondary,
.btn-ghost,
.button-ghost {
  background: #ffffff !important;
  color: #126faa !important;
  border: 1px solid rgba(18,111,170,0.35) !important;
}

/* Reduce image fog */
.image-card::after,
.brand-card-image::after,
.mast-media::after {
  opacity: 0.12 !important;
}

/* ===== END WANIS SAFE PATCH ===== */\n\n/* ===== WANIS FINAL POLISH ===== */

:root{
  --wanis-blue:#126faa;
  --wanis-blue-dark:#0f3557;
  --wanis-blue-soft:#eaf4fb;
  --wanis-red:#d90b46;
  --wanis-red-dark:#b3083a;
  --wanis-text:#15324a;
  --wanis-muted:#4b5f73;
  --wanis-bg:#f7f4ee;
  --wanis-card:#ffffff;
  --wanis-border:#e8ddd0;
  --wanis-shadow:0 10px 28px rgba(12,30,47,.06);
  --wanis-shadow-hover:0 18px 38px rgba(12,30,47,.12);
}

/* Base */
body{
  color:var(--wanis-text);
  background:var(--wanis-bg);
}

h1,h2,h3,h4,h5,h6{
  color:var(--wanis-blue-dark);
}

p, li{
  color:var(--wanis-muted);
}

/* Header + logo */
.site-header,
.header{
  background:#ffffff !important;
  border-bottom:1px solid #ece5da !important;
}

.logo,
.brand{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}

.logo img,
.brand img{
  height:56px;
  width:auto;
  display:block;
}

.site-nav a,
.nav a{
  color:var(--wanis-blue) !important;
  font-weight:700;
}

.site-nav a:hover,
.nav a:hover{
  color:var(--wanis-blue-dark) !important;
}

/* Buttons - move away from harsh red */
.btn,
.button,
.cta-button,
.btn-primary,
.button-primary,
a.btn,
a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 24px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--wanis-blue) 0%, #2c7fbb 100%) !important;
  color:#ffffff !important;
  border:1px solid transparent !important;
  box-shadow:0 10px 24px rgba(18,111,170,.18);
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}

.btn:hover,
.button:hover,
.cta-button:hover,
.btn-primary:hover,
.button-primary:hover,
a.btn:hover,
a.button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(18,111,170,.24);
  background:linear-gradient(135deg, #0f5f92 0%, var(--wanis-blue-dark) 100%) !important;
  color:#ffffff !important;
}

.btn-secondary,
.button-secondary,
.btn-ghost,
.button-ghost{
  background:#ffffff !important;
  color:var(--wanis-blue) !important;
  border:1px solid rgba(18,111,170,.28) !important;
  box-shadow:0 8px 18px rgba(18,111,170,.08);
}

.btn-secondary:hover,
.button-secondary:hover,
.btn-ghost:hover,
.button-ghost:hover{
  transform:translateY(-2px);
  background:var(--wanis-blue-soft) !important;
  color:var(--wanis-blue-dark) !important;
  border-color:rgba(18,111,170,.4) !important;
}

/* Kicker / eyebrow */
.kicker,
.eyebrow{
  color:#a8732b !important;
  letter-spacing:.08em;
  font-weight:800;
}

/* Generic cards hover */
.card,
.panel,
.feature-card,
.info-card,
.route-card,
.brand-card,
.service-card,
.stat-card,
.metric,
.mini-card,
.image-card,
[class*="card"],
[class*="panel"]{
  background:var(--wanis-card);
  border:1px solid var(--wanis-border);
  box-shadow:var(--wanis-shadow);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.card:hover,
.panel:hover,
.feature-card:hover,
.info-card:hover,
.route-card:hover,
.brand-card:hover,
.service-card:hover,
.stat-card:hover,
.metric:hover,
.mini-card:hover,
.image-card:hover,
[class*="card"]:hover,
[class*="panel"]:hover{
  transform:translateY(-7px);
  box-shadow:var(--wanis-shadow-hover);
  border-color:#d8c8b4;
}

/* Three ways to buy */
.ways-section .card,
.ways-section .panel{
  min-height:100%;
}

/* Product / brand / who we serve small boxes */
.serve-section .badge,
.serve-section .pill,
.serve-section .tag,
.serve-section .mini-card,
.serve-section .card,
.serve-section .panel{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.serve-section .badge:hover,
.serve-section .pill:hover,
.serve-section .tag:hover,
.serve-section .mini-card:hover,
.serve-section .card:hover,
.serve-section .panel:hover{
  transform:translateY(-5px);
  box-shadow:var(--wanis-shadow-hover);
  border-color:#d8c8b4;
}

/* Better text readability on image strip */
.why-section .card,
.why-section .panel,
.why-section .metric,
.why-section .mini-card,
.why-section [class*="overlay"],
.why-section [class*="glass"],
.why-section [class*="feature"]{
  background:rgba(10,26,40,.72) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.16) !important;
  backdrop-filter:blur(4px);
}

.why-section .card h1,
.why-section .card h2,
.why-section .card h3,
.why-section .panel h1,
.why-section .panel h2,
.why-section .panel h3,
.why-section .metric h1,
.why-section .metric h2,
.why-section .metric h3,
.why-section .mini-card h1,
.why-section .mini-card h2,
.why-section .mini-card h3,
.why-section [class*="overlay"] h1,
.why-section [class*="overlay"] h2,
.why-section [class*="overlay"] h3{
  color:#ffffff !important;
}

.why-section .card p,
.why-section .panel p,
.why-section .metric p,
.why-section .mini-card p,
.why-section [class*="overlay"] p{
  color:rgba(255,255,255,.92) !important;
}

/* Hide rogue image in trusted brands section */
.brand-rep-section .image-card,
.brand-rep-section .brand-image,
.brand-rep-section .media-card{
  display:none !important;
}

/* Brands / product cards */
.brand-rep-section .card,
.brand-rep-section .panel,
.product-range-section .card,
.product-range-section .panel{
  min-height:190px;
}

/* Who we serve layout */
.serve-section .container{
  position:relative;
}

.serve-section .actions,
.serve-section .cta-actions{
  justify-content:flex-start !important;
}

.serve-section .cta-inner,
.serve-section .cta-panel,
.serve-section .trade-account-panel{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:28px;
}

@media (max-width: 900px){
  .serve-section .cta-inner,
  .serve-section .cta-panel,
  .serve-section .trade-account-panel{
    grid-template-columns:1fr;
  }
}

/* Footer */
.site-footer,
.footer,
footer{
  background:#10283d !important;
  color:#dbe7f0 !important;
}

.site-footer a,
.footer a,
footer a{
  color:#d9eaf8 !important;
}

.site-footer a:hover,
.footer a:hover,
footer a:hover{
  color:#ffffff !important;
}

/* ===== END WANIS FINAL POLISH ===== */\n

/* ===== HOMEPAGE FIX 1: HERO + HEADER CTA ===== */

/* Header CTA */
.site-header .btn,
.site-header .button,
.site-header .cta-button,
.site-header .btn-primary,
.site-header a.btn,
.site-header a.button {
  background: #123f67 !important;
  color: #ffffff !important;
  border: 1px solid #123f67 !important;
  box-shadow: 0 8px 20px rgba(18, 63, 103, 0.16) !important;
}

.site-header .btn:hover,
.site-header .button:hover,
.site-header .cta-button:hover,
.site-header .btn-primary:hover,
.site-header a.btn:hover,
.site-header a.button:hover {
  background: #0f3557 !important;
  border-color: #0f3557 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Hero section */
.hero,
.page-hero {
  position: relative;
  background: transparent !important;
}

/* Remove heavy blur / fog layers */
.hero::before,
.hero::after,
.page-hero::before,
.page-hero::after {
  backdrop-filter: none !important;
  filter: none !important;
}

/* Main hero text panel */
.hero .card,
.page-hero .card,
.hero-copy,
.hero-panel,
.hero-content {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 40px rgba(10, 26, 40, 0.14) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

/* Hero text */
.hero .card h1,
.hero .card h2,
.hero .card h3,
.page-hero .card h1,
.page-hero .card h2,
.page-hero .card h3,
.hero-copy h1,
.hero-copy h2,
.hero-copy h3,
.hero-panel h1,
.hero-panel h2,
.hero-panel h3,
.hero-content h1,
.hero-content h2,
.hero-content h3 {
  color: #0f3557 !important;
}

.hero .card p,
.page-hero .card p,
.hero-copy p,
.hero-panel p,
.hero-content p {
  color: #43576a !important;
}

.hero .eyebrow,
.hero .kicker,
.page-hero .eyebrow,
.page-hero .kicker,
.hero-copy .eyebrow,
.hero-copy .kicker,
.hero-panel .eyebrow,
.hero-panel .kicker,
.hero-content .eyebrow,
.hero-content .kicker {
  color: #a8732b !important;
}

/* Hero buttons */
.hero .btn-primary,
.hero .cta-button,
.hero a.btn-primary,
.hero a.cta-button,
.page-hero .btn-primary,
.page-hero .cta-button,
.page-hero a.btn-primary,
.page-hero a.cta-button {
  background: #123f67 !important;
  border: 1px solid #123f67 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(18, 63, 103, 0.18) !important;
}

.hero .btn-primary:hover,
.hero .cta-button:hover,
.hero a.btn-primary:hover,
.hero a.cta-button:hover,
.page-hero .btn-primary:hover,
.page-hero .cta-button:hover,
.page-hero a.btn-primary:hover,
.page-hero a.cta-button:hover {
  background: #0f3557 !important;
  border-color: #0f3557 !important;
  color: #ffffff !important;
}

.hero .btn-secondary,
.hero .btn-ghost,
.hero a.btn-secondary,
.hero a.btn-ghost,
.page-hero .btn-secondary,
.page-hero .btn-ghost,
.page-hero a.btn-secondary,
.page-hero a.btn-ghost {
  background: rgba(255, 255, 255, 0.94) !important;
  color: #126faa !important;
  border: 1px solid rgba(18, 111, 170, 0.28) !important;
}

.hero .btn-secondary:hover,
.hero .btn-ghost:hover,
.hero a.btn-secondary:hover,
.hero a.btn-ghost:hover,
.page-hero .btn-secondary:hover,
.page-hero .btn-ghost:hover,
.page-hero a.btn-secondary:hover,
.page-hero a.btn-ghost:hover {
  background: #eef6fc !important;
  color: #0f3557 !important;
  border-color: rgba(18, 111, 170, 0.4) !important;
}

/* Hero stat cards */
.hero .metric,
.hero .mini-card,
.hero .stat-card,
.page-hero .metric,
.page-hero .mini-card,
.page-hero .stat-card {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #e7ddd0 !important;
  box-shadow: 0 10px 24px rgba(10, 26, 40, 0.08) !important;
}

.hero .metric h3,
.hero .mini-card h3,
.hero .stat-card h3,
.page-hero .metric h3,
.page-hero .mini-card h3,
.page-hero .stat-card h3 {
  color: #0f3557 !important;
}

.hero .metric p,
.hero .mini-card p,
.hero .stat-card p,
.page-hero .metric p,
.page-hero .mini-card p,
.page-hero .stat-card p {
  color: #4b5f73 !important;
}

/* ===== END HOMEPAGE FIX 1 ===== */