/* ============================================================
   MQR ENTERPRISES — shared stylesheet
   Palette derived from logo: indigo, charcoal, orange
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --indigo:      #2E2F72;
  --indigo-deep: #23244f;
  --charcoal:    #2B2B2B;
  --orange:      #F7941E;
  --orange-dark: #e07d05;
  --grey-bg:     #F5F6FA;
  --grey-line:   #e4e6ef;
  --grey-text:   #5b5d6e;
  --white:       #ffffff;

  --display: 'Sora', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;

  --wrap: 1200px;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(35,36,79,.08);
  --shadow-lg: 0 18px 50px rgba(35,36,79,.14);
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.wrap { width: min(var(--wrap), 92%); margin-inline: auto; }

h1, h2, h3, h4 { font-family: var(--display); line-height: 1.15; color: var(--indigo); font-weight: 700; }

/* eyebrow label — small caps with a gauge-wedge marker */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--display); font-weight: 600;
  font-size: .78rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--orange-dark);
}
.eyebrow::before {
  content: ''; width: 0; height: 0;
  border-left: 7px solid transparent; border-right: 7px solid transparent;
  border-bottom: 11px solid var(--orange);
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--display); font-weight: 600; font-size: .98rem;
  padding: .85rem 1.6rem; border-radius: 10px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
  cursor: pointer; border: none;
}
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(247,148,30,.32); }
.btn-orange:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(247,148,30,.4); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.btn-indigo { background: var(--indigo); color: #fff; }
.btn-indigo:hover { background: var(--indigo-deep); transform: translateY(-2px); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--grey-line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { height: 52px; width: auto; }
.brand-text { font-family: var(--display); font-weight: 800; color: var(--indigo); font-size: 1.15rem; letter-spacing: .02em; line-height: 1; }
.brand-text small { display: block; font-size: .62rem; letter-spacing: .28em; color: var(--charcoal); font-weight: 600; }

.nav { display: flex; align-items: center; gap: .3rem; }
.nav a {
  font-family: var(--display); font-weight: 500; font-size: .95rem;
  padding: .55rem .9rem; border-radius: 8px; color: var(--charcoal);
  transition: color .2s, background .2s;
}
.nav a:hover, .nav a.active { color: var(--indigo); background: var(--grey-bg); }
.nav a.active { font-weight: 600; }

.header-cta { display: flex; align-items: center; gap: .6rem; }
.header-cta .btn { padding: .6rem 1.1rem; font-size: .9rem; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { width: 26px; height: 2.5px; background: var(--indigo); border-radius: 2px; transition: .25s; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo) 55%, #34357f 100%);
  color: #fff;
}
/* gauge-wedge ambient motif echoing the logo */
.hero::before {
  content: ''; position: absolute; right: -8%; top: -20%;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(247,148,30,.16), transparent 62%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--orange) 22%, transparent 22%);
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; padding: 5.5rem 0 6rem; }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 4.4vw, 3.6rem); font-weight: 800; letter-spacing: -.01em; }
.hero h1 .accent { color: var(--orange); }
.hero p.lead { color: rgba(255,255,255,.82); font-size: 1.12rem; margin: 1.4rem 0 2.2rem; max-width: 48ch; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero .eyebrow { color: var(--orange); }
.hero .eyebrow::before { border-bottom-color: var(--orange); }

/* hero visual card */
.hero-visual {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px; padding: 1.4rem; backdrop-filter: blur(4px);
}
.hero-visual .ph {
  aspect-ratio: 4/3; border-radius: 12px;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 12px, transparent 12px 24px),
    rgba(255,255,255,.05);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: rgba(255,255,255,.55); font-family: var(--display); font-size: .85rem; letter-spacing: .05em;
  border: 1px dashed rgba(255,255,255,.22);
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust {
  background: var(--white); margin-top: -2.5rem; position: relative; z-index: 5;
}
.trust-inner {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: #fff; border: 1px solid var(--grey-line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.trust-item { padding: 1.7rem 1.5rem; text-align: center; border-right: 1px solid var(--grey-line); }
.trust-item:last-child { border-right: none; }
.trust-item .num { font-family: var(--display); font-weight: 800; font-size: 2rem; color: var(--indigo); }
.trust-item .num span { color: var(--orange); }
.trust-item .lbl { font-size: .82rem; color: var(--grey-text); font-weight: 500; margin-top: .2rem; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 5.5rem 0; }
.section.grey { background: var(--grey-bg); }
.section-head { max-width: 640px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin: .8rem 0 .7rem; }
.section-head p { color: var(--grey-text); font-size: 1.05rem; }

/* about split */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.about-copy p { color: var(--grey-text); margin-bottom: 1rem; }
.mv-cards { display: grid; gap: 1.2rem; }
.mv-card { background: #fff; border: 1px solid var(--grey-line); border-left: 4px solid var(--orange); border-radius: 12px; padding: 1.5rem 1.6rem; box-shadow: var(--shadow); }
.mv-card h3 { font-size: 1.15rem; margin-bottom: .4rem; display: flex; align-items: center; gap: .6rem; }
.mv-card p { color: var(--grey-text); font-size: .96rem; margin: 0; }

/* product grid */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.prod-card {
  background: #fff; border: 1px solid var(--grey-line); border-radius: var(--radius);
  overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.prod-card .img {
  aspect-ratio: 4/3; background: #ffffff;
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: #a9abbd; font-family: var(--display); font-size: .82rem; letter-spacing: .04em;
  border-bottom: 1px solid var(--grey-line); position: relative; overflow: hidden;
}
.prod-card .img img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.prod-card .body { padding: 1.25rem 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.prod-card h3 { font-size: 1.08rem; margin-bottom: .4rem; }
.prod-card p { color: var(--grey-text); font-size: .9rem; flex: 1; }
.prod-card .more { margin-top: 1rem; font-family: var(--display); font-weight: 600; font-size: .9rem; color: var(--orange-dark); display: inline-flex; align-items: center; gap: .35rem; transition: gap .2s; }
.prod-card:hover .more { gap: .6rem; }

/* why choose */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.why-card { text-align: left; padding: 1.8rem 1.5rem; background: #fff; border-radius: var(--radius); border: 1px solid var(--grey-line); box-shadow: var(--shadow); }
.why-card .ic { width: 52px; height: 52px; border-radius: 12px; background: rgba(247,148,30,.12); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.why-card .ic svg { width: 26px; height: 26px; stroke: var(--orange-dark); }
.why-card h3 { font-size: 1.05rem; margin-bottom: .4rem; }
.why-card p { color: var(--grey-text); font-size: .9rem; }

/* clients strip */
.clients-strip { display: flex; flex-wrap: wrap; gap: 1.2rem; justify-content: center; }
.client-logo {
  width: 150px; height: 84px; background: #fff; border: 1px solid var(--grey-line);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  color: #b7b9c8; font-family: var(--display); font-size: .78rem; letter-spacing: .04em;
}

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--indigo-deep), var(--indigo)); color: #fff; border-radius: 20px; padding: 3.2rem; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; left: -6%; bottom: -40%; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(247,148,30,.18), transparent 60%); }
.cta-band h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.2rem); position: relative; }
.cta-band p { color: rgba(255,255,255,.82); margin: .8rem 0 1.8rem; position: relative; }
.cta-band .hero-actions { justify-content: center; position: relative; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--charcoal); color: rgba(255,255,255,.75); padding: 3.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-wordmark { font-family: var(--display); font-weight: 800; font-size: 1.5rem; letter-spacing: .02em; color: #fff; margin-bottom: 1rem; line-height: 1; }
.footer-wordmark span { display: block; font-size: .62rem; letter-spacing: .3em; color: var(--orange); font-weight: 600; margin-top: .25rem; }
.footer-brand p { font-size: .9rem; max-width: 34ch; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 1.1rem; }
.footer-links { list-style: none; display: grid; gap: .55rem; }
.footer-links a { font-size: .92rem; color: rgba(255,255,255,.7); transition: color .2s; }
.footer-links a:hover { color: var(--orange); }
.footer-contact p { font-size: .9rem; margin-bottom: .8rem; display: flex; gap: .6rem; }
.footer-contact a { color: rgba(255,255,255,.85); }
.footer-contact a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 1.3rem 0; text-align: center; font-size: .82rem; color: rgba(255,255,255,.5); }

/* ============================================================
   FLOATING CALL + WHATSAPP
   ============================================================ */
.float-cta { position: fixed; right: 20px; bottom: 22px; z-index: 200; display: flex; flex-direction: column; gap: .7rem; }
.float-cta a { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(0,0,0,.22); transition: transform .2s var(--ease); }
.float-cta a:hover { transform: scale(1.08); }
.float-cta .wa { background: #25D366; }
.float-cta .call { background: var(--orange); }
.float-cta svg { width: 27px; height: 27px; fill: #fff; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2rem; padding: 4rem 0 4.5rem; }
  .hero-visual { max-width: 460px; }
  .trust-inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid var(--grey-line); }
  .about-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav, .header-cta .btn span { display: none; }
  .hamburger { display: flex; }
  .nav.open {
    display: flex; position: absolute; top: 78px; left: 0; right: 0;
    flex-direction: column; background: #fff; border-bottom: 1px solid var(--grey-line);
    padding: 1rem; gap: .3rem; box-shadow: var(--shadow);
  }
  .nav.open a { padding: .8rem 1rem; }
  .prod-grid, .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 2.2rem 1.4rem; }
  .section { padding: 4rem 0; }
}

/* ============================================================
   INNER PAGES
   ============================================================ */
.page-banner {
  background: linear-gradient(135deg, var(--indigo-deep) 0%, var(--indigo) 60%, #34357f 100%);
  color: #fff; padding: 3.4rem 0; position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; right: -6%; top: -60%; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(247,148,30,.16), transparent 62%); pointer-events: none;
}
.page-banner::after { content:''; position:absolute; left:0; bottom:0; width:100%; height:4px; background: linear-gradient(90deg, var(--orange) 0 18%, transparent 18%); }
.page-banner h1 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.7rem); position: relative; }
.page-banner .eyebrow { color: var(--orange); }
.page-banner .eyebrow::before { border-bottom-color: var(--orange); }
.breadcrumb { margin-top: .7rem; font-size: .88rem; color: rgba(255,255,255,.7); position: relative; }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: var(--orange); }

/* category chip nav */
.cat-nav { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 3rem; justify-content: center; }
.cat-nav a {
  font-family: var(--display); font-weight: 500; font-size: .88rem;
  padding: .55rem 1.1rem; border-radius: 999px; background: #fff;
  border: 1px solid var(--grey-line); color: var(--charcoal); transition: all .2s;
}
.cat-nav a:hover { border-color: var(--orange); color: var(--orange-dark); }

.cat-block { margin-bottom: 3.5rem; }
.cat-block:last-child { margin-bottom: 0; }
.cat-title { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.6rem; padding-bottom: .9rem; border-bottom: 2px solid var(--grey-line); }
.cat-title h2 { font-size: 1.5rem; }
.cat-title .count { font-family: var(--display); font-size: .8rem; color: var(--grey-text); background: var(--grey-bg); padding: .25rem .7rem; border-radius: 999px; }

/* ---------- product detail ---------- */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.pd-main-img {
  aspect-ratio: 4/3; background: #ffffff; border: 1px solid var(--grey-line);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative; overflow: hidden;
}
.pd-main-img img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.pd-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; margin-top: .7rem; }
.pd-thumb { aspect-ratio: 1; background: var(--grey-bg); border: 1px solid var(--grey-line); border-radius: 8px; }
.pd-cat { color: var(--orange-dark); font-family: var(--display); font-weight: 600; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.pd-info h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: .5rem 0 1rem; }
.pd-info > p { color: var(--grey-text); margin-bottom: 1.6rem; }
.spec-table { width: 100%; border-collapse: collapse; margin-bottom: 1.8rem; }
.spec-table th, .spec-table td { text-align: left; padding: .75rem 1rem; border: 1px solid var(--grey-line); font-size: .92rem; }
.spec-table th { background: var(--grey-bg); font-family: var(--display); font-weight: 600; color: var(--indigo); width: 42%; }
.pd-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.feature-list { list-style: none; margin: 0 0 1.8rem; display: grid; gap: .6rem; }
.feature-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; color: var(--charcoal); }
.feature-list li::before { content:''; flex: none; width: 8px; height: 8px; margin-top: .5rem; border-radius: 2px; background: var(--orange); transform: rotate(45deg); }

/* related */
.related { margin-top: 4.5rem; }

/* ---------- gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.gallery-item {
  aspect-ratio: 4/3; background: #ffffff; border: 1px solid var(--grey-line);
  border-radius: var(--radius); display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-item img { width: 100%; height: 100%; object-fit: contain; padding: 14px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-cards { display: grid; gap: 1.2rem; }
.contact-card {
  display: flex; gap: 1.1rem; align-items: flex-start;
  background: #fff; border: 1px solid var(--grey-line); border-radius: var(--radius);
  padding: 1.5rem 1.6rem; box-shadow: var(--shadow);
}
.contact-card .ic { flex: none; width: 48px; height: 48px; border-radius: 12px; background: rgba(247,148,30,.12); display: flex; align-items: center; justify-content: center; }
.contact-card .ic svg { width: 24px; height: 24px; stroke: var(--orange-dark); }
.contact-card h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.contact-card p, .contact-card a { color: var(--grey-text); font-size: .95rem; }
.contact-card a:hover { color: var(--orange-dark); }
.big-cta-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.4rem; }
.big-cta {
  border-radius: var(--radius); padding: 1.6rem; text-align: center; color: #fff;
  font-family: var(--display); font-weight: 600; display: flex; flex-direction: column;
  align-items: center; gap: .5rem; transition: transform .2s var(--ease);
}
.big-cta:hover { transform: translateY(-3px); }
.big-cta.call { background: var(--orange); }
.big-cta.wa { background: #25D366; }
.big-cta svg { width: 34px; height: 34px; fill: #fff; }
.big-cta small { display: block; font-weight: 400; opacity: .9; font-size: .82rem; }
.map-embed { width: 100%; border: 0; border-radius: var(--radius); min-height: 340px; filter: grayscale(.2); }

@media (max-width: 940px) {
  .pd-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .big-cta-cards { grid-template-columns: 1fr; }
}
