/* ==========================================================================
   Mufaddal Steel Trading LLC — Site stylesheet
   Palette: refined grey, deep blue, and restrained maroon accents.
   Fonts: Manrope, professional corporate UI type
   ========================================================================== */

:root{
  --navy:        #263b52;
  --navy-deep:   #192a3d;
  --navy-ink:    #1f2f43;
  --steel:       #6f7c89;
  --steel-soft:  #c6ccd1;
  --rust:        #8b444d;
  --rust-deep:   #6e323b;
  --sand:        #f4f3f0;
  --sand-deep:   #d2d3d2;
  --gold:        #a9825f;
  --gold-soft:   #d7c8b6;
  --ink:         #1f252b;
  --ink-soft:    #4b545f;
  --bg:          #f8f8f6;
  --bg-alt:      #ecefed;
  --white:       #ffffff;
  --line:        #d9dddf;
  --shadow:      0 20px 45px -22px rgba(38,59,82,.20);
  --shadow-sm:   0 8px 20px -13px rgba(38,59,82,.20);
  --radius:      14px;
  --radius-sm:   8px;
  --ff-display:  'Manrope', Arial, sans-serif;
  --ff-body:     'Manrope', Arial, sans-serif;
  --header-h:    84px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
html,body{ max-width:100%; overflow-x:hidden; }
body{
  margin:0;
  font-family:var(--ff-body);
  color:var(--ink);
  background:var(--bg);
  line-height:1.65;
  font-size:15.5px;
  font-weight:450;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.nav-open, body.modal-open{ overflow:hidden; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,h5,h6{ font-family:var(--ff-display); color:var(--navy-deep); line-height:1.18; margin:0 0 .5em; font-weight:800; letter-spacing:0; }
p{ margin:0 0 1em; line-height:1.72; color:inherit; }
.container{ width:100%; max-width:1220px; margin:0 auto; padding:0 24px; }
section{ position:relative; }
.section-pad{ padding:88px 0; }
@media (max-width:768px){ .section-pad{ padding:56px 0; } }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:var(--ff-display); font-size:12.5px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--rust-deep); font-weight:750; margin-bottom:14px;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--rust-deep); display:inline-block; }

.section-head{ max-width:720px; margin-bottom:44px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head h2{ font-size:clamp(26px,3vw,38px); }
.section-head p{ color:var(--ink-soft); font-size:16px; line-height:1.72; font-weight:450; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--ff-display); font-weight:600; font-size:14.5px;
  padding:14px 28px; border-radius:999px; border:1px solid transparent;
  cursor:pointer; transition:all .25s ease; white-space:nowrap;
}
.btn-primary{ background:var(--navy); color:#fff; }
.btn-primary:hover{ background:var(--navy-deep); transform:translateY(-2px); box-shadow:var(--shadow-sm); }
.btn-gold{ background:var(--rust-deep); color:#fff; }
.btn-gold:hover{ background:var(--rust); transform:translateY(-2px); box-shadow:var(--shadow-sm); }
.btn-outline{ background:transparent; border-color:rgba(255,255,255,.55); color:#fff; }
.btn-outline:hover{ background:rgba(255,255,255,.12); }
.btn-outline-navy{ background:transparent; border-color:var(--navy); color:var(--navy); }
.btn-outline-navy:hover{ background:var(--navy); color:#fff; }
.btn-sm{ padding:10px 20px; font-size:13px; }
.btn-block{ width:100%; }

/* Top utility bar */
.topbar{
  background:var(--navy); color:#f3f5f6; font-size:13px;
}
.topbar .container{ display:flex; align-items:center; justify-content:space-between; height:38px; }
.topbar-links{ display:flex; gap:22px; align-items:center; }
.topbar-links a{ opacity:.9; transition:opacity .2s; }
.topbar-links a:hover{ opacity:1; color:var(--gold-soft); }
.topbar-social{ display:flex; gap:14px; align-items:center; }
.topbar-social a{ opacity:.85; color:inherit; }
.topbar-social a:hover{ opacity:1; color:var(--gold-soft); }
.social-icons a{ display:inline-flex; align-items:center; justify-content:center; }
.social-icons svg{ width:15px; height:15px; display:block; fill:currentColor; flex-shrink:0; }
@media (max-width:768px){ .topbar{ display:none; } }

/* Header / nav */
header.site-header{
  position:sticky; top:0; z-index:200; background:rgba(248,248,246,.96);
  backdrop-filter:blur(10px); border-bottom:1px solid var(--line);
  transition:box-shadow .25s ease;
}
header.site-header.scrolled{ box-shadow:0 6px 24px -14px rgba(38,59,82,.24); }
.header-row{ display:flex; align-items:center; justify-content:space-between; height:var(--header-h); gap:22px; }
.brand{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
.brand img{ height:48px; width:auto; }
.brand-text{ font-family:var(--ff-display); font-weight:700; font-size:19px; color:var(--navy-deep); letter-spacing:-.01em; }
.brand-text span{ color:var(--gold); }

nav.main-nav{ display:flex; align-items:stretch; gap:2px; align-self:stretch; }
nav.main-nav > ul{ display:flex; align-items:stretch; gap:2px; }
nav.main-nav > ul > li{ position:relative; display:flex; align-items:stretch; }
nav.main-nav > ul > li > a{
  display:flex; align-items:center; justify-content:center; gap:6px; min-height:100%;
  padding:10px 13px; font-size:15px; line-height:1.22; text-align:center;
  font-weight:750; color:var(--navy-ink); border-radius:8px; transition:color .2s,background .2s;
}
nav.main-nav > ul > li > a:hover, nav.main-nav > ul > li.active > a{ color:var(--navy); background:var(--bg-alt); }
nav.main-nav .chev{ font-size:10px; transition:transform .2s; opacity:.6; }
nav.main-nav > ul > li:hover .chev{ transform:rotate(180deg); }

.mega{
  position:absolute; left:0; top:100%; margin-top:8px; background:#fff;
  border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow);
  width:318px; padding:8px; display:none; z-index:50;
}
.mega::before{
  content:""; position:absolute; left:0; right:0; top:-10px; height:10px;
}
nav.main-nav > ul > li:hover .mega{ display:block; }
.mega-col{ position:relative; border:1px solid transparent; border-radius:9px; padding:0; min-height:0; transition:background .2s,border-color .2s,box-shadow .2s; }
.mega-col::after{
  content:""; position:absolute; left:100%; top:0; width:10px; height:100%;
}
.mega-col:hover,
.mega-col:focus-within{ background:var(--bg-alt); border-color:var(--line); box-shadow:0 12px 26px rgba(38,59,82,.08); }
.mega-col h5{ font-family:var(--ff-display); font-size:12.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--gold); margin:0; line-height:1.35; }
.mega-col h5 a{ position:relative; display:block; color:inherit; padding:11px 38px 11px 14px; }
.mega-col h5 a::after{
  content:"›"; position:absolute; right:14px; top:50%; transform:translateY(-50%);
  color:var(--ink-soft); font-size:18px; line-height:1; opacity:.72;
}
.mega-sub{
  position:absolute; left:100%; top:-1px; width:292px; max-height:min(70vh,560px);
  overflow:auto; display:none; background:#fff; border:1px solid var(--line);
  border-radius:12px; box-shadow:var(--shadow); padding:8px; z-index:60;
}
.mega-col:hover .mega-sub,
.mega-col:focus-within .mega-sub{ display:block; }
.mega-sub a{
  display:block; font-size:13.5px; color:var(--ink-soft); padding:9px 11px;
  border-radius:7px; transition:color .2s,background .2s;
}
.mega-sub a:hover{ color:var(--navy); background:var(--bg-alt); }

@media (max-width:1280px){
  .mega{ left:auto; right:0; }
  .mega-col::after{ left:auto; right:100%; }
  .mega-sub{ left:auto; right:100%; }
}

.header-actions{ display:flex; align-items:center; gap:18px; }
.header-contact{ display:flex; flex-direction:column; font-size:13px; line-height:1.4; text-align:right; }
.header-contact a{ font-family:var(--ff-display); font-weight:600; color:var(--navy-deep); }
.header-contact span{ color:var(--ink-soft); font-size:12px; }
.header-contact a,.header-contact span{ white-space:nowrap; }
.burger{ display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.burger span{ width:24px; height:2px; background:var(--navy-deep); border-radius:2px; }

@media (max-width:1500px){
  .header-contact{ display:none; }
}

@media (max-width:1240px){
  nav.main-nav{ display:none; }
  .header-contact{ display:none; }
  .burger{ display:flex; }
}

@media (max-width:360px){
  .container{ padding-left:16px; padding-right:16px; }
  .header-row{ gap:10px; }
  .brand img{ height:40px; }
  .header-actions{ gap:8px; min-width:40px; }
  .burger{ width:40px; min-width:40px; padding:8px; }
}

/* Mobile nav drawer */
.mobile-nav{
  position:fixed; inset:0; z-index:300; background:rgba(38,59,82,.42);
  opacity:0; pointer-events:none; transition:opacity .3s ease;
}
.mobile-nav.open{ opacity:1; pointer-events:auto; }
.mobile-nav-panel{
  position:absolute; right:0; top:0; bottom:0; width:min(340px,86vw); background:#fff;
  padding:22px; overflow-y:auto; transform:translateX(100%); transition:transform .3s ease;
}
.mobile-nav.open .mobile-nav-panel{ transform:translateX(0); }
.mobile-nav-top{ display:flex; justify-content:space-between; align-items:center; margin-bottom:18px; }
.mobile-nav-panel a.top-link{ display:flex; justify-content:space-between; align-items:center; padding:13px 4px; font-weight:750; font-size:15px; border-bottom:1px solid var(--line); color:var(--navy-ink); }
.mobile-sub{ display:none; padding:4px 0 10px 12px; }
.mobile-sub a{ display:block; padding:8px 4px; font-size:14px; color:var(--ink-soft); }
.mobile-nav-panel li.expanded .mobile-sub{ display:block; }
.mobile-close{ background:none; border:none; font-size:26px; line-height:1; cursor:pointer; color:var(--navy-deep); }

/* ============ HERO (home) ============ */
.hero{ position:relative; min-height:360px; display:flex; align-items:center; overflow:hidden; background:var(--navy); }
@media (max-width:768px){ .hero{ min-height:auto; } }
.hero-media{ position:absolute; inset:0; }
.hero-media video, .hero-media img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; opacity:0; transition:opacity 1.2s ease; }
.hero-media video.active, .hero-media img.active{ opacity:1; }
.hero-media::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(100deg, rgba(25,42,61,.72) 8%, rgba(38,59,82,.50) 45%, rgba(139,68,77,.16) 80%);
}
.hero-content{ position:relative; z-index:2; color:#fff; padding:38px 0 28px; max-width:660px; text-shadow:0 1px 2px rgba(31,37,43,.22); }
.hero-content .eyebrow{ color:var(--gold-soft); margin-bottom:8px; }
.hero-content .eyebrow::before{ background:var(--gold-soft); }
.hero-content h1{ color:#fff; font-size:clamp(24px,3.2vw,36px); margin-bottom:12px; font-weight:850; }
.hero-content p{ color:#f5f7f8; font-size:15.8px; max-width:560px; margin-bottom:.6em; line-height:1.72; font-weight:500; }
.hero-actions{ display:flex; gap:16px; margin-top:18px; flex-wrap:wrap; }
.hero-dots{ position:absolute; z-index:3; bottom:28px; left:50%; transform:translateX(-50%); display:flex; gap:9px; }
.hero-dots button{ width:9px; height:9px; border-radius:50%; border:none; background:rgba(255,255,255,.4); cursor:pointer; padding:0; }
.hero-dots button.active{ background:var(--gold-soft); width:26px; border-radius:6px; }

/* Simple banner (inner pages) */
.page-banner{ position:relative; min-height:300px; display:flex; align-items:flex-end; background:var(--navy); overflow:hidden; }
.page-banner img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.68; }
.page-banner::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(38,59,82,.34), rgba(25,42,61,.68)); }
.page-banner-content{ position:relative; z-index:2; padding:64px 0 34px; width:100%; }
.page-banner h1{ color:#fff; font-size:clamp(26px,3.4vw,40px); margin-bottom:10px; }
.breadcrumb{ display:flex; gap:8px; font-size:13.5px; color:#edf1f3; line-height:1.45; font-weight:500; }
.breadcrumb a{ color:#edf1f3; }
.breadcrumb a:hover{ color:var(--gold-soft); }
.banner-actions{ display:flex; gap:12px; margin-top:20px; flex-wrap:wrap; }

/* Stat strip */
.stat-strip{ background:var(--navy); }
.stat-strip .container{ display:flex; flex-wrap:wrap; gap:20px; padding:20px 24px; justify-content:space-between; }
.stat{ color:#fff; flex:1; min-width:150px; text-align:center; }
.stat b{ display:block; font-family:var(--ff-display); font-size:clamp(22px,2.6vw,32px); color:var(--gold-soft); }
.stat span{ font-size:13px; color:#f3f5f6; text-transform:uppercase; letter-spacing:.06em; font-weight:500; }

/* Product / feature cards */
.grid{ display:grid; gap:26px; }
.grid-3{ grid-template-columns:repeat(3,1fr); }
.grid-4{ grid-template-columns:repeat(4,1fr); }
.grid-2{ grid-template-columns:repeat(2,1fr); }
@media (max-width:960px){ .grid-3,.grid-4{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:620px){ .grid-3,.grid-4,.grid-2{ grid-template-columns:1fr; } }

.card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  transition:transform .3s ease, box-shadow .3s ease; display:flex; flex-direction:column;
}
.card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.card-media{ position:relative; height:200px; overflow:hidden; background:var(--sand); }
.card-media img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.card:hover .card-media img{ transform:scale(1.07); }
.card-body{ padding:22px 24px 26px; flex:1; display:flex; flex-direction:column; }
.card-body h3{ font-size:18.5px; margin-bottom:8px; }
.card-body p{ color:var(--ink-soft); font-size:14.8px; line-height:1.7; margin-bottom:14px; font-weight:450; }
.card-link{ margin-top:auto; font-family:var(--ff-display); font-size:13.5px; font-weight:600; color:var(--navy); display:inline-flex; align-items:center; gap:6px; }
.card-link::after{ content:"→"; transition:transform .2s; }
.card:hover .card-link::after{ transform:translateX(4px); }

/* Icon feature cards (applications/industries/quality) */
.feature-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius);
  padding:28px 26px; transition:box-shadow .25s ease, transform .25s ease;
}
.feature-card:hover{ box-shadow:var(--shadow-sm); transform:translateY(-4px); border-color:var(--sand-deep); }
.feature-icon{
  width:50px; height:50px; border-radius:12px; background:var(--bg-alt); display:flex;
  align-items:center; justify-content:center; margin-bottom:16px; font-size:22px; color:var(--navy);
}
.feature-card h3{ font-size:17px; margin-bottom:8px; }
.feature-card p{ font-size:14.5px; color:var(--ink-soft); margin:0; font-weight:450; }

/* Quote CTA band */
.cta-band{ background:linear-gradient(120deg, var(--rust-deep), var(--rust) 62%, #a9775f); position:relative; overflow:hidden; }
.cta-band::before{
  content:""; position:absolute; inset:0; opacity:.10; background-size:cover; background-position:center;
}
.cta-band .container{ position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:30px; padding:56px 24px; flex-wrap:wrap; }
.cta-band h2{ color:#fff; font-size:clamp(22px,2.6vw,30px); margin-bottom:8px; }
.cta-band p{ color:#fbefe8; margin:0; max-width:520px; }
.cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* Quality / trust section */
.quality-wrap{ display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
@media (max-width:900px){ .quality-wrap{ grid-template-columns:1fr; } }
.quality-media{ position:relative; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.quality-media img{ width:100%; height:100%; object-fit:cover; min-height:340px; }
.check-list{ margin-top:22px; display:flex; flex-direction:column; gap:12px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-size:15px; color:var(--ink); }
.check-list li::before{ content:"✓"; flex-shrink:0; width:24px; height:24px; border-radius:50%; background:var(--gold); color:#fff; font-size:12px; display:flex; align-items:center; justify-content:center; margin-top:2px; }

/* Company cards / group companies */
.company-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px; }
.company-logo{ display:block; width:100%; max-width:260px; height:84px; object-fit:contain; margin:0 auto 22px; }
.company-card h3{ font-size:17px; margin-bottom:4px; }
.company-card .loc{ color:var(--gold); font-size:13px; font-weight:600; margin-bottom:10px; }
.company-card p{ font-size:14px; color:var(--ink-soft); margin:4px 0; }

/* Gallery strip */
.gallery-strip{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.gallery-strip img{ width:100%; height:180px; object-fit:cover; border-radius:10px; }
@media (max-width:768px){ .gallery-strip{ grid-template-columns:repeat(2,1fr); } }

/* ============ Inner page layout: sidebar + content ============ */
.page-layout{ display:grid; grid-template-columns:1fr 270px; gap:44px; align-items:start; }
@media (max-width:900px){ .page-layout{ grid-template-columns:1fr; } }

.sidebar{ position:sticky; top:calc(var(--header-h) + 24px); display:flex; flex-direction:column; gap:20px; }
@media (max-width:900px){ .sidebar{ position:static; } }
.side-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px; }
.side-card h4{ font-family:var(--ff-display); font-size:13px; text-transform:uppercase; letter-spacing:.06em; color:var(--gold); margin-bottom:14px; }
.side-card .plain-list li{ display:block; padding:9px 2px; font-size:14.5px; color:var(--ink-soft); border-bottom:1px solid var(--line); }
.side-card .plain-list li:last-child{ border-bottom:none; }
.side-card ul li a{ display:block; padding:9px 2px; font-size:14.5px; color:var(--ink-soft); border-bottom:1px solid var(--line); transition:color .2s,padding-left .2s; }
.side-card ul li:last-child a{ border-bottom:none; }
.side-card ul li a:hover{ color:var(--navy); padding-left:6px; }
.side-downloads{ display:flex; flex-direction:column; gap:10px; }

/* Spec cards (product pages) */
.spec-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  display:grid; grid-template-columns:230px 1fr; margin-bottom:24px;
}
@media (max-width:700px){ .spec-card{ grid-template-columns:1fr; } }

.seo-copy{ color:var(--ink-soft); font-size:16.2px; line-height:1.85; font-weight:450; }
.seo-copy p{ margin-bottom:16px; }
.seo-copy h3{ margin:24px 0 10px; color:var(--navy); font-size:20px; }
.faq-list{ display:grid; gap:12px; margin-top:18px; }
.faq-item{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); padding:18px; }
.faq-item h3{ color:var(--navy); font-size:17px; margin:0 0 8px; }
.faq-item p{ color:var(--ink-soft); margin:0; line-height:1.7; font-weight:450; }
.related-links{ display:flex; flex-wrap:wrap; gap:10px; margin-top:16px; }
.related-links a{ border:1px solid var(--line); border-radius:999px; padding:8px 13px; color:var(--navy); background:#fff; font-size:14px; }
.related-links a:hover{ border-color:var(--gold); color:var(--gold); }
.price-guide-card{
  margin:28px 0 6px; padding:24px; background:var(--bg-alt); border:1px solid var(--line);
  border-left:4px solid var(--gold); border-radius:var(--radius-sm);
}
.price-guide-card h3{ margin-bottom:10px; font-size:20px; color:var(--navy-ink); }
.price-guide-card p{ margin-bottom:14px; color:var(--ink-soft); line-height:1.75; }
.price-guide-card .check-list{ margin:12px 0 0; }
.price-guide-card .related-links{ margin-top:18px; }
.spec-media{ background:var(--sand); min-height:180px; }
.spec-media img{ width:100%; height:100%; object-fit:cover; min-height:180px; }
.spec-body{ padding:26px 28px; }
.spec-body h3{ font-size:20px; margin-bottom:16px; padding-bottom:14px; border-bottom:1px solid var(--line); }
.spec-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media (max-width:560px){ .spec-grid{ grid-template-columns:1fr; } }
.spec-item h6{ font-family:var(--ff-display); font-size:11.5px; text-transform:uppercase; letter-spacing:.08em; color:var(--gold); margin-bottom:6px; }
.spec-item div{ font-size:14px; color:var(--ink); line-height:1.5; white-space:pre-line; }

/* Simple product tile (misc products) */
.tile{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); overflow:hidden; text-align:center; }
.tile img{ width:100%; height:150px; object-fit:cover; }
.tile span{ display:block; padding:14px 10px; font-size:14px; font-weight:600; color:var(--navy-ink); }

/* Forms */
.form-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:34px; box-shadow:var(--shadow-sm); }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } }
.field{ margin-bottom:16px; }
.field label{ display:block; font-size:13px; font-weight:750; color:var(--navy-ink); margin-bottom:6px; }
.field input, .field textarea{
  width:100%; padding:13px 15px; border:1px solid var(--line); border-radius:9px; font-family:var(--ff-body);
  font-size:14.5px; background:var(--bg); transition:border-color .2s, background .2s;
}
.field input:focus, .field textarea:focus{ outline:none; border-color:var(--navy); background:#fff; }
.field textarea{ resize:vertical; min-height:110px; }
.form-notice{ margin:14px 0 0; font-size:13.5px; color:var(--navy); font-weight:600; }
.form-notice.error{ color:#9a2f18; }

/* Modal */
.modal-overlay{ position:fixed; inset:0; background:rgba(38,59,82,.48); z-index:400; display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .25s ease; padding:20px; }
.modal-overlay.open{ opacity:1; pointer-events:auto; }
.modal-box{ background:#fff; border-radius:var(--radius); padding:36px; max-width:480px; width:100%; max-height:calc(100vh - 40px); overflow:auto; position:relative; transform:translateY(14px); transition:transform .25s ease; }
.modal-overlay.open .modal-box{ transform:translateY(0); }
.modal-close{ position:absolute; top:16px; right:18px; background:none; border:none; font-size:22px; cursor:pointer; color:var(--ink-soft); }
.modal-box h3{ margin-bottom:18px; }

/* Contact page */
.contact-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-bottom:44px; }
@media (max-width:860px){ .contact-grid{ grid-template-columns:1fr; } }
.office-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; }
.office-card.head{ background:var(--navy); border-color:var(--navy); color:#fff; }
.office-card.head h3, .office-card.head .loc{ color:#fff; }
.office-card h3{ font-size:15px; text-transform:uppercase; letter-spacing:.04em; margin-bottom:14px; }
.office-card p{ margin:6px 0; font-size:14.8px; font-weight:450; }
.office-card a{ font-weight:600; }
.office-card.head a{ color:var(--gold-soft); }
.office-card:not(.head) a{ color:var(--navy); }
.map-frame{ border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); margin-top:8px; }
.map-frame iframe{ width:100%; height:360px; border:0; display:block; }
.contact-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:36px; align-items:start; }
@media (max-width:860px){ .contact-wrap{ grid-template-columns:1fr; } }

/* Careers offer list */
.offer-list{ display:flex; flex-direction:column; gap:14px; margin:26px 0; }
.offer-list li{ display:flex; gap:14px; align-items:flex-start; background:#fff; border:1px solid var(--line); padding:18px 20px; border-radius:var(--radius-sm); font-size:15px; }
.offer-list li::before{ content:"✓"; flex-shrink:0; width:24px; height:24px; border-radius:50%; background:var(--navy); color:#fff; font-size:12px; display:flex; align-items:center; justify-content:center; }

/* Footer */
footer.site-footer{ background:var(--navy-deep); color:#f3f5f6; }
.footer-top{ padding:70px 0 40px; display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; }
@media (max-width:900px){ .footer-top{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .footer-top{ grid-template-columns:1fr; } }
.footer-top h6{ font-family:var(--ff-display); color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:.08em; margin-bottom:18px; }
.footer-brand img{ height:42px; margin-bottom:16px; filter:brightness(0) invert(1); }
.footer-top p{ font-size:14px; color:#dce3e8; }
.footer-links li a{ display:block; padding:6px 0; font-size:14px; color:#dce3e8; transition:color .2s; }
.footer-links li a:hover{ color:var(--gold-soft); }
.footer-social{ display:flex; gap:12px; margin-top:16px; }
.footer-social a{ width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.25); display:flex; align-items:center; justify-content:center; font-size:14px; transition:all .2s; }
.footer-social a:hover{ background:var(--gold); border-color:var(--gold); }
.footer-social svg{ width:16px; height:16px; }
.newsletter-form{ display:flex; gap:0; margin-top:14px; border:1px solid rgba(255,255,255,.25); border-radius:999px; overflow:hidden; }
.newsletter-form input{ flex:1; background:transparent; border:0; padding:12px 16px; color:#fff; font-size:13.5px; }
.newsletter-form input::placeholder{ color:#cbd4db; }
.newsletter-form button{ border:0; background:var(--gold); color:#fff; padding:0 20px; font-family:var(--ff-display); font-weight:600; font-size:13px; cursor:pointer; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.12); padding:20px 0; font-size:13px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.footer-bottom a{ color:#dce3e8; }

/* Product backlink section */
.product-backlinks{ background:var(--navy); color:#fff; padding:54px 0 42px; }
.product-backlinks .sitemap-body{
  display:grid; grid-template-columns:repeat(3,1fr); gap:42px 86px; padding:0; border:0;
}
.product-backlinks .sitemap-body > div{ break-inside:avoid; }
.product-backlinks .sitemap-body h6{
  position:relative; font-family:var(--ff-display); font-size:13px; line-height:1.25;
  color:#fff; text-transform:uppercase; letter-spacing:.02em; margin:0 0 22px; padding-bottom:12px;
}
.product-backlinks .sitemap-body h6::after{
  content:""; position:absolute; left:0; bottom:0; width:44px; height:2px; background:var(--gold);
}
.product-backlinks .sitemap-body a{
  display:block; position:relative; color:#f7f4ef; font-size:14.5px; line-height:1.35;
  font-weight:650; padding:8px 0 9px 22px; transition:color .2s, transform .2s;
}
.product-backlinks .sitemap-body a::before{
  content:"»"; position:absolute; left:0; top:7px; color:var(--gold-soft); font-weight:800;
}
.product-backlinks .sitemap-body a:hover{ color:var(--gold-soft); transform:translateX(2px); }
@media (max-width:980px){
  .product-backlinks .sitemap-body{ grid-template-columns:repeat(2,1fr); gap:36px 54px; }
}
@media (max-width:620px){
  .product-backlinks{ padding:40px 0 30px; }
  .product-backlinks .sitemap-body{ grid-template-columns:1fr; gap:28px; }
}

/* Live chat */
.live-chat{
  position:fixed; right:24px; bottom:82px; z-index:151;
  width:64px; display:flex; flex-direction:column; align-items:center;
  font-family:var(--ff-display); pointer-events:none;
}
.live-chat-toggle{
  width:58px; height:58px; border-radius:50%; border:0; background:var(--navy-deep);
  display:flex; align-items:center; justify-content:center; cursor:pointer;
  box-shadow:0 12px 28px rgba(38,59,82,.22); pointer-events:auto;
  transition:transform .25s ease, box-shadow .25s ease;
}
.live-chat-toggle:hover,
.live-chat.open .live-chat-toggle{ transform:translateY(-3px); box-shadow:0 16px 34px rgba(38,59,82,.28); }
.live-chat-symbol{ position:relative; width:24px; height:21px; color:#fff; display:block; }
.live-chat-symbol::before{
  content:""; position:absolute; left:1px; top:1px; width:22px; height:16px;
  background:currentColor; border-radius:5px;
}
.live-chat-symbol::after{
  content:""; position:absolute; left:6px; bottom:1px; width:7px; height:7px;
  background:currentColor; transform:skew(-28deg) rotate(-8deg); border-radius:0 0 0 3px;
}
.live-chat-symbol span{
  position:absolute; left:7px; top:7px; z-index:1; width:11px; height:2px;
  background:var(--navy-deep); border-radius:999px;
}
.live-chat-symbol span::after{
  content:""; position:absolute; left:0; top:5px; width:8px; height:2px;
  background:var(--navy-deep); border-radius:999px;
}
.live-chat-panel{
  position:absolute; right:0; bottom:74px; width:min(320px, calc(100vw - 32px)); height:360px;
  max-height:calc(100vh - 128px); border-radius:18px; background:#fff; color:#282520; box-shadow:0 18px 42px rgba(44,73,113,.18);
  border:1px solid rgba(44,73,113,.10); pointer-events:auto; overflow:hidden;
  display:flex; flex-direction:column;
}
.live-chat-panel[hidden]{ display:none; }
.live-chat-head{
  min-height:62px; padding:14px 18px; display:flex; align-items:center; gap:12px;
  border-bottom:1px solid #e7e7ec;
}
.live-chat-head strong{ flex:1; color:#282520; font-size:18px; line-height:1.15; font-weight:800; }
.live-chat-brand{
  width:34px; height:34px; border-radius:6px; background:var(--navy-deep); display:flex;
  align-items:center; justify-content:center; color:var(--gold); flex:0 0 auto;
}
.live-chat-brand span{
  width:16px; height:11px; border:2px solid currentColor; border-radius:2px;
  position:relative; display:block;
}
.live-chat-brand span::before{
  content:""; position:absolute; left:3px; top:1px; width:9px; height:6px;
  border-left:2px solid currentColor; border-bottom:2px solid currentColor;
  transform:rotate(-45deg);
}
.live-chat-brand span::after{
  content:"Sender"; position:absolute; left:-3px; top:15px; color:#fff; font-size:4px; line-height:1;
}
.live-chat-minimize{
  width:24px; height:24px; border:0; background:transparent; cursor:pointer;
  position:relative; flex:0 0 auto;
}
.live-chat-minimize::before,
.live-chat-minimize::after{
  content:""; position:absolute; top:11px; width:12px; height:2px; border-radius:999px;
  background:#73747c;
}
.live-chat-minimize::before{ left:3px; transform:rotate(45deg); }
.live-chat-minimize::after{ right:3px; transform:rotate(-45deg); }
.live-chat-list{ border-bottom:1px solid #e7e7ec; }
.live-chat-row{
  display:grid; grid-template-columns:10px minmax(0,1fr) auto; gap:9px; align-items:start;
  min-height:72px; padding:16px 18px; color:#282520; border-bottom:1px solid #e7e7ec;
}
.live-chat-row:last-child{ border-bottom:0; }
.live-chat-dot{ width:6px; height:6px; margin-top:9px; border-radius:50%; background:var(--navy-deep); }
.live-chat-copy{ display:block; min-width:0; }
.live-chat-copy strong{ display:block; color:#282520; font-size:16px; font-weight:800; line-height:1.2; margin-bottom:4px; }
.live-chat-copy small{
  display:block; color:#77777e; font-size:13.5px; line-height:1.28;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.live-chat-time{ color:#77777e; font-size:13.5px; line-height:1.5; }
.live-chat-start{
  align-self:center; margin:auto 18px 18px; display:inline-flex; align-items:center; justify-content:center;
  min-height:40px; padding:0 20px; border-radius:10px; background:var(--navy-deep); color:#fff;
  font-size:14.5px; font-weight:800; line-height:1; text-align:center;
}
.live-chat-start:hover{ background:var(--navy); }
@media (max-width:560px){
  .live-chat{ right:14px; bottom:76px; width:58px; }
  .live-chat-toggle{ width:54px; height:54px; }
  .live-chat-symbol{ transform:scale(.9); }
  .live-chat-panel{ right:-8px; bottom:66px; width:min(300px, calc(100vw - 22px)); height:330px; max-height:calc(100vh - 118px); border-radius:16px; }
  .live-chat-head{ min-height:58px; padding:12px 16px; }
  .live-chat-head strong{ font-size:17px; }
  .live-chat-row{ padding:14px 16px; min-height:68px; }
  .live-chat-copy strong{ font-size:15.5px; }
  .live-chat-copy small{ font-size:13px; }
  .live-chat-start{ margin: auto 16px 16px; min-height:38px; font-size:14px; }
}

/* Back to top */
.back-to-top{
  position:fixed; right:24px; bottom:24px; width:46px; height:46px; border-radius:50%;
  background:var(--navy); color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-sm); border:none; cursor:pointer; z-index:150; opacity:0; pointer-events:none;
  transition:opacity .25s ease, transform .25s ease;
}
.back-to-top.show{ opacity:1; pointer-events:auto; }
.back-to-top:hover{ transform:translateY(-3px); }

/* Utility */
.text-center{ text-align:center; }
.mt-0{ margin-top:0; }
.mb-0{ margin-bottom:0; }
.two-col{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
@media (max-width:700px){ .two-col{ grid-template-columns:1fr; } }
