/* Mohsin Traders - shared website layout, responsive & motion.
 Linked by every page in this UI kit. Tokens come from /styles.css. */

body { margin: 0; background: var(--surface-page); color: var(--text-body); }

/* offset anchor jumps so sticky header doesn't cover the target */
section { scroll-margin-top: 120px; }

/* Static first paint / no-JS shell. React replaces this markup after hydration,
 but it should still look like a finished site while assets are loading. */
.mt-static-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border-soft); }
.mt-static-util { background: var(--navy-800); color: var(--steel-300); font-size: 13px; }
.mt-static-util .mt-container { height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mt-static-util a { color: var(--steel-300); text-decoration: none; margin-left: 18px; }
.mt-static-mainbar { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mt-static-logo { display: inline-flex; flex: 0 0 auto; }
.mt-static-logo img { height: 46px; }
.mt-static-nav { display: flex; align-items: center; gap: 30px; }
.mt-static-nav-link { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--text-strong); text-decoration: none; padding-block: 6px; border-bottom: 2px solid transparent; }
.mt-static-nav-link.is-active { color: var(--brand-accent); border-bottom-color: var(--brand-accent); }
.mt-static-actions,
.mt-static-cta-actions,
.mt-static-footer-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
/* The no-JS header, hero and footer are all dark navy, so the base carries a
   light treatment; the primary and whatsapp modifiers below override it. */
.mt-static-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 16px; border-radius: var(--radius-md); font-family: var(--font-display); font-weight: 700; font-size: 14px; text-decoration: none; background: rgba(255, 255, 255, 0.08); color: #fff; border: 1px solid var(--border-on-dark); }
.mt-static-btn-primary { background: var(--brand-accent); color: #fff; }
.mt-static-btn-whatsapp { background: #1FAF54; color: #fff; }
.mt-static-banner { background: var(--navy-800); color: #fff; padding-block: clamp(42px,6vw,86px); border-top: 5px solid var(--brand-accent); }
.mt-static-crumb { margin: 0 0 26px; color: var(--steel-400); font-size: 14px; }
.mt-static-crumb a { color: var(--steel-400); text-decoration: none; }
.mt-static-eyebrow { margin: 0 0 12px; font-family: var(--font-mono); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange-400); }
.mt-static-banner h1 { max-width: 840px; margin: 0; font-family: var(--font-display); font-size: clamp(2rem,4vw,4rem); line-height: 1; color: #fff; }
.mt-static-intro { max-width: 720px; margin: 20px 0 0; color: var(--steel-300); font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.7; }
.mt-static-content { background: var(--surface-page); }
.mt-static-content main { padding-block: var(--section-pad-y); }
.mt-static-content section { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.mt-static-banner + .mt-static-content main > section > p:first-child + h1 { display: none; }
.mt-static-banner + .mt-static-content main > section > h1:first-child { display: none; }
.mt-static-content h1,
.mt-static-content h2,
.mt-static-content h3 { font-family: var(--font-display); color: var(--text-strong); line-height: 1.15; }
.mt-static-content h1 { font-size: clamp(2rem,4vw,3.5rem); margin: 0 0 18px; }
.mt-static-content h2 { font-size: clamp(1.35rem,2vw,2rem); margin: 34px 0 14px; }
.mt-static-content h3 { font-size: 1.1rem; margin: 18px 0 8px; }
.mt-static-content p,
.mt-static-content li,
.mt-static-content dd,
.mt-static-content dt { font-size: 16px; line-height: 1.72; }
.mt-static-content p { max-width: 860px; }
.mt-static-content a { color: var(--navy-700); font-weight: 700; }
.mt-static-content ul,
.mt-static-content dl { max-width: 960px; }
.mt-static-content img { max-width: 100%; height: auto; border-radius: var(--radius-lg); border: 1px solid var(--border-soft); }
.mt-static-cta { background: var(--surface-page); padding-block: clamp(36px,4.5vw,64px); }
.mt-static-cta .mt-container { background: var(--navy-700); color: #fff; border-radius: var(--radius-xl); padding: clamp(28px,4vw,52px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.mt-static-cta h2 { max-width: 560px; margin: 0; color: #fff; font-family: var(--font-display); font-size: clamp(1.6rem,2.6vw,2.2rem); line-height: 1.12; }
.mt-static-cta p:not(.mt-static-eyebrow) { max-width: 560px; margin: 12px 0 0; color: var(--steel-300); line-height: 1.6; }
.mt-static-footer { background: var(--navy-900); color: var(--steel-400); }
.mt-static-footer-accent { height: 5px; background: repeating-linear-gradient(135deg, var(--brand-accent) 0 22px, var(--navy-800) 22px 44px); }
.mt-static-footer-grid { padding-block: clamp(44px,5vw,68px); display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: clamp(28px,3vw,48px); align-items: start; }
.mt-static-footer img { height: 46px; }
.mt-static-footer h2 { margin: 0 0 18px; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.mt-static-footer p { max-width: 320px; font-size: 14px; line-height: 1.6; }
.mt-static-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.mt-static-footer a { color: var(--steel-400); text-decoration: none; font-size: 14px; }
.mt-static-footer a:hover { color: var(--orange-400); }
.mt-static-legal { border-top: 1px solid var(--border-on-dark); }
.mt-static-legal .mt-container { padding-block: 18px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; color: var(--steel-500); font-size: 13px; }
.mt-static-location-map { margin-top: 34px; }
.mt-static-location-map > div { position: relative; min-height: 360px; overflow: hidden; border: 1px solid var(--border-soft); border-top: 6px solid var(--brand-accent); border-radius: var(--radius-xl); background: var(--navy-800); box-shadow: var(--shadow-sm); }
.mt-static-location-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(0.8) contrast(1.05); pointer-events: none; }
.mt-static-location-map > div > div { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,34,56,0.88) 0%, rgba(12,34,56,0.72) 38%, rgba(12,34,56,0.18) 100%); pointer-events: none; }
.mt-static-location-hit { position: absolute; inset: 0; z-index: 1; cursor: pointer; }
.mt-static-location-map aside { position: relative; z-index: 2; width: min(440px, calc(100% - 36px)); margin: clamp(18px,4vw,42px); padding: clamp(22px,3vw,34px); background: rgba(255,255,255,0.96); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.mt-static-location-map aside span { display: block; font-family: var(--font-display); font-weight: 800; font-size: 22px; line-height: 1.18; color: var(--text-strong); }
.mt-static-location-map aside p { margin: 14px 0 0; color: var(--text-muted); line-height: 1.6; }
.mt-static-location-map aside a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 16px; padding: 0 16px; border-radius: var(--radius-md); background: var(--brand-accent); color: #fff; font-family: var(--font-display); font-weight: 800; text-decoration: none; }

.mt-guide-page { padding-block: clamp(56px,6vw,88px) !important; }
.mt-guide-article { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.mt-guide-back { margin: 0 0 18px; color: var(--text-muted); font-size: 14px; }
.mt-guide-back a { color: var(--navy-700); text-decoration: none; font-weight: 800; }
.mt-guide-intro { max-width: 860px; margin-bottom: clamp(30px,4vw,46px); }
.mt-guide-intro p { margin: 0; font-size: clamp(1.08rem,1.55vw,1.28rem); line-height: 1.75; color: var(--text-body); }
.mt-guide-media { margin: 0 0 clamp(30px,4vw,46px); }
.mt-guide-media img { display: block; width: 100%; aspect-ratio: 16 / 7; object-fit: cover; border-radius: var(--radius-lg); border: 1px solid var(--border-soft); box-shadow: var(--shadow-sm); }
.mt-guide-media figcaption,
.mt-static-content figcaption { margin-top: 8px; color: var(--text-muted); font-size: 13px; line-height: 1.45; }
.mt-guide-layout { display: grid; grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: clamp(32px,5vw,72px); align-items: start; }
.mt-guide-aside { position: sticky; top: 140px; }
.mt-guide-panel { border-left: 4px solid var(--brand-accent); background: #fff; padding: 24px; box-shadow: var(--shadow-sm); }
.mt-guide-panel-label { margin: 0 0 18px; font-family: var(--font-mono); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand-accent); }
.mt-guide-panel dl { margin: 0; display: grid; gap: 14px; }
.mt-guide-panel dt { margin: 0 0 3px; font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); line-height: 1.3; }
.mt-guide-panel dd { margin: 0; color: var(--text-strong); font-size: 15px; line-height: 1.45; }
.mt-guide-keywords { margin: 18px 0 0; color: var(--text-muted); font-size: 13px; line-height: 1.6; }
.mt-guide-panel-cta { margin-top: 22px; display: inline-flex; width: 100%; min-height: 42px; align-items: center; justify-content: center; border-radius: var(--radius-md); background: var(--brand-accent); color: #fff !important; font-family: var(--font-display); font-weight: 800; font-size: 14px; text-decoration: none; }
.mt-guide-body { min-width: 0; }
.mt-guide-step { width: auto !important; margin: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 24px; padding: 0 0 34px; border-bottom: 1px solid var(--border-soft); }
.mt-guide-step + .mt-guide-step { padding-top: 34px; }
.mt-guide-step-num { font-family: var(--font-mono); font-size: 13px; font-weight: 800; color: var(--brand-accent); letter-spacing: 0.08em; padding-top: 5px; }
.mt-guide-step h2 { margin: 0 0 12px; font-size: clamp(1.45rem,2vw,2.1rem); }
.mt-guide-step p { margin: 0; max-width: 760px; color: var(--text-body); font-size: 16.5px; line-height: 1.78; }
.mt-guide-related { width: auto !important; margin-top: 40px; }
.mt-guide-related h2 { margin-bottom: 10px; }
.mt-guide-related > p { margin: 0 0 18px; color: var(--text-muted); }
.mt-guide-related > div { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; }
.mt-guide-related a { display: block; min-height: 94px; padding: 16px; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius-md); text-decoration: none; color: var(--text-strong); }
.mt-guide-related span { display: block; font-family: var(--font-display); font-weight: 800; color: var(--navy-700); }
.mt-guide-related small { display: block; margin-top: 7px; color: var(--text-muted); font-size: 13px; line-height: 1.45; }
.mt-guide-faq { width: auto !important; margin-top: 40px; padding-top: 34px; border-top: 1px solid var(--border-soft); }
.mt-guide-faq h2 { margin: 0 0 18px; }
.mt-guide-faq dl { margin: 0; display: grid; gap: 14px; }
.mt-guide-faq dt { margin: 0; font-family: var(--font-display); font-weight: 800; color: var(--text-strong); font-size: 17px; line-height: 1.35; }
.mt-guide-faq dd { margin: -6px 0 0; color: var(--text-body); line-height: 1.7; }
.mt-guide-rfq { width: auto !important; margin-top: 40px; padding: clamp(24px,3vw,34px); background: var(--navy-700); color: #fff; display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; }
.mt-guide-rfq h2 { margin: 0; color: #fff; }
.mt-guide-rfq p { margin: 10px 0 0; max-width: 660px; color: var(--steel-300); }
.mt-guide-rfq a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 18px; border-radius: var(--radius-md); background: var(--brand-accent); color: #fff !important; font-family: var(--font-display); font-weight: 800; text-decoration: none; }

/* header nav: mobile controls hidden until the breakpoint */
.mt-mobile-toggle,
.mt-mobile-menu { display: none; }

/* ---------------------------------------------------------------
 Header - collapse the desktop nav + CTAs to a hamburger early
 enough that the utility bar, links and buttons never overflow.
----------------------------------------------------------------*/
@media (max-width: 1024px) {
 .mt-desktop-nav { display: none !important; }
 .mt-mobile-toggle { display: inline-flex !important; }
 .mt-static-actions { display: none; }
 .mt-static-mainbar { height: auto; flex-wrap: wrap; padding-block: 12px; }
 .mt-static-nav { display: flex; width: 100%; gap: 12px 20px; flex-wrap: wrap; padding: 2px 0 4px; }
 .mt-static-nav-link { white-space: nowrap; }
}
@media (max-width: 600px) {
 .mt-util-right { display: none !important; }
 .mt-static-util-right { display: none; }
 .mt-static-mainbar { min-height: 76px; }
 .mt-static-logo img { height: 42px; }
 .mt-static-banner { padding-block: 38px 44px; }
}

/* ---------------------------------------------------------------
 Secondary action on dark navy surfaces.

 The design-system Button has no dark-surface outline: its `outline`
 variant paints navy-700 text, which disappears on a navy panel. Sizes
 mirror the Button scale so a pair of actions lines up.
----------------------------------------------------------------*/
.mt-btn-on-dark {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 min-height: 46px;
 padding: 0.6875rem 1.25rem;
 font-family: var(--font-display);
 font-size: 1rem;
 font-weight: 700;
 line-height: 1;
 white-space: nowrap;
 text-decoration: none;
 color: #fff;
 background: rgba(255, 255, 255, 0.08);
 border: 1px solid var(--border-on-dark);
 border-radius: var(--radius-md);
 transition: background 0.14s ease, border-color 0.14s ease, transform 0.14s ease;
}
.mt-btn-on-dark:hover {
 background: rgba(255, 255, 255, 0.16);
 border-color: rgba(255, 255, 255, 0.38);
 transform: translateY(-1px);
}
.mt-btn-on-dark:focus-visible {
 outline: 3px solid var(--brand-accent);
 outline-offset: 2px;
}
.mt-btn-on-dark.is-lg {
 min-height: 54px;
 padding: 0.875rem 1.75rem;
 font-size: 1.0625rem;
 gap: 10px;
}

/* ---------------------------------------------------------------
 Responsive grids
----------------------------------------------------------------*/
@media (max-width: 980px) {
 .mt-hero-grid,
 .mt-rfq-grid,
 .mt-faq-grid,
 .mt-explore-row,
 .mt-pd-grid,
 .mt-cat-grid { grid-template-columns: 1fr !important; }
 /* hero visual drops below the copy on narrow screens */
 .mt-hero-visual { display: none !important; }
}
@media (max-width: 860px) {
 .mt-why-grid,
 .mt-reasons,
 .mt-stats-band,
 .mt-form-row,
 .mt-ind-grid,
 .mt-footer-grid,
 .mt-static-footer-grid { grid-template-columns: 1fr !important; }
 .mt-static-cta .mt-container { border-radius: 0; }
 .mt-guide-layout { grid-template-columns: 1fr; gap: 30px; }
 .mt-guide-aside { position: static; }
 .mt-guide-panel { padding: 20px; }
 .mt-guide-step { grid-template-columns: 1fr; gap: 8px; padding-bottom: 28px; }
 .mt-guide-step + .mt-guide-step { padding-top: 28px; }
 .mt-guide-step-num { padding-top: 0; }
 .mt-guide-rfq { margin-inline: -18px; }
}
@media (max-width: 1100px) and (min-width: 861px) {
 .mt-footer-grid { grid-template-columns: 1fr 1fr !important; }
 .mt-stats-band { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ---------------------------------------------------------------
 Scroll reveal - subtle fade-up as sections enter the viewport.
 Off by default for reduced-motion and print so screenshots,
 PDF export and accessibility always show the final state.
----------------------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
 .mt-reveal {
 opacity: 0;
 transform: translateY(18px);
 transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
 will-change: opacity, transform;
 }
 .mt-reveal.is-in { opacity: 1; transform: none; }
}
@media print {
 .mt-reveal { opacity: 1 !important; transform: none !important; }
}
