/*
Theme Name: Magnesiagaz Premium V18 Kurumsal Dinamik
Theme URI: https://magnesiagaz.com.tr/
Author: Magnesiagaz
Description: Magnesiagaz için ürün detay şablonu ve WooCommerce uyumluluğu düzeltilmiş WordPress teması.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: magnesiagaz-premium
*/

:root {
  --navy: #071726;
  --navy-2: #0c304b;
  --blue: #066da8;
  --cyan: #18a7c8;
  --green: #209f5a;
  --gold: #d8a23a;
  --copper: #a45d2a;
  --ink: #111c29;
  --muted: #5f7083;
  --line: #d8e3ea;
  --soft: #f3f7f9;
  --warm: #fff7ea;
  --white: #fff;
  --shadow: 0 20px 55px rgba(7, 23, 38, .12);
  --shadow-strong: 0 30px 85px rgba(7, 23, 38, .24);
  --radius: 8px;
}

/* ==========================================================
   MAGNESIAGAZ V18 — KURUMSAL / DİNAMİK TASARIM SİSTEMİ
   ========================================================== */
:root {
  --v18-ink: #071e2d;
  --v18-navy: #082f47;
  --v18-blue: #087fbd;
  --v18-blue-soft: #dff3fb;
  --v18-green: #19a86b;
  --v18-lime: #83dd45;
  --v18-gold: #f7b83b;
  --v18-paper: #f5f8fa;
  --v18-line: #dce6eb;
  --v18-muted: #5d6d77;
  --v18-shadow: 0 24px 70px rgba(7, 30, 45, .14);
  --v18-radius: 26px;
}

html { scroll-behavior: smooth; }
body.mg-v18,
.mgv39-body {
  color: var(--v18-ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.mg-v18 { overflow-x: clip; }
.mg-v18 *, .mg-v18 *::before, .mg-v18 *::after { box-sizing: border-box; }
.mg-v18 img { max-width: 100%; }
.mg-v18 .mg-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.v18-topbar {
  position: relative;
  z-index: 80;
  background: var(--v18-ink);
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
.v18-topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.v18-topbar-proof, .v18-topbar-contact { display: flex; align-items: center; gap: 22px; }
.v18-topbar-proof span:first-child { color: #fff; }
.v18-topbar-proof span + span::before,
.v18-topbar-contact span + a::before { content: ""; width: 4px; height: 4px; display: inline-block; margin: 0 13px 2px 0; border-radius: 50%; background: var(--v18-lime); }
.v18-topbar a { color: #fff; text-decoration: none; font-weight: 850; }

.v18-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(7,30,45,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.v18-header.is-scrolled { background: rgba(255,255,255,.985); box-shadow: 0 16px 45px rgba(7,30,45,.11); }
.v18-header-inner { min-height: 88px; display: grid; grid-template-columns: 188px 1fr auto; align-items: center; gap: 26px; }
.v18-brand { display: inline-flex; align-items: center; }
.v18-brand img { width: 176px; height: auto; max-height: 68px; object-fit: contain; }
.v18-desktop-nav { display: flex; justify-content: center; align-items: center; gap: 6px; }
.v18-desktop-nav > a,
.v18-mega > summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 13px;
  color: var(--v18-ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease, background .2s ease;
}
.v18-mega > summary::-webkit-details-marker,
.v18-mobile-menu > summary::-webkit-details-marker { display: none; }
.v18-desktop-nav > a:hover,
.v18-mega > summary:hover,
.v18-mega[open] > summary { color: var(--v18-blue); background: var(--v18-blue-soft); }
.v18-mega { position: static; }
.v18-mega-panel {
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  width: min(1060px, calc(100vw - 48px));
  padding: 18px;
  display: none;
  grid-template-columns: .72fr 1.55fr;
  gap: 16px;
  border: 1px solid rgba(7,30,45,.1);
  border-radius: 0 0 26px 26px;
  background: #fff;
  box-shadow: var(--v18-shadow);
  transform: translateX(-50%);
}
.v18-mega:hover .v18-mega-panel,
.v18-mega[open] .v18-mega-panel { display: grid; }
.v18-mega-copy { padding: 26px; border-radius: 18px; color: #fff; background: linear-gradient(145deg, var(--v18-ink), #0a5374); }
.v18-mega-copy span { color: var(--v18-lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v18-mega-copy strong { display: block; margin: 12px 0 24px; font-size: 24px; line-height: 1.16; }
.v18-mega-copy a { color: #fff; font-size: 13px; font-weight: 850; }
.v18-mega-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.v18-mega-grid a { padding: 16px; display: grid; gap: 5px; border: 1px solid var(--v18-line); border-radius: 15px; color: var(--v18-ink); text-decoration: none; transition: .22s ease; }
.v18-mega-grid a:hover { border-color: rgba(8,127,189,.35); background: var(--v18-blue-soft); transform: translateY(-2px); }
.v18-mega-grid b { font-size: 14px; }
.v18-mega-grid span { color: var(--v18-muted); font-size: 12px; line-height: 1.4; }
.v18-header-actions { display: flex; align-items: center; gap: 9px; }
.v18-phone-action { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--v18-line); border-radius: 50%; color: var(--v18-ink); background: #fff; }
.v18-phone-action svg { width: 18px; fill: currentColor; }
.v18-whatsapp-action { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; border-radius: 999px; color: #fff; background: var(--v18-green); text-decoration: none; font-size: 13px; font-weight: 900; box-shadow: 0 12px 28px rgba(25,168,107,.22); transition: .2s ease; }
.v18-whatsapp-action:hover { background: #108c57; transform: translateY(-2px); }
.v18-mobile-menu { display: none; position: relative; }

.v18-hero {
  position: relative;
  min-height: min(820px, calc(100svh - 90px));
  padding: 86px 0 138px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(4,22,34,.98) 0%, rgba(4,22,34,.92) 27%, rgba(4,22,34,.48) 52%, rgba(4,22,34,.08) 79%), var(--v18-hero);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.v18-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 30% 25%, rgba(8,127,189,.24), transparent 30%), linear-gradient(180deg, transparent 68%, rgba(4,22,34,.62)); }
.v18-hero-inner { display: grid; align-items: center; min-height: 520px; }
.v18-hero-copy { width: min(680px, 58%); }
.v18-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--v18-lime); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v18-kicker::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.v18-kicker-dark { color: var(--v18-blue); }
.v18-hero h1 { max-width: 690px; margin: 18px 0 22px; color: #fff; font-size: clamp(48px, 5.1vw, 76px); line-height: .98; letter-spacing: -.055em; }
.v18-hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.65; }
.v18-hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.v18-btn { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 900; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.v18-btn:hover { transform: translateY(-2px); }
.v18-btn-primary { color: var(--v18-ink); background: var(--v18-gold); box-shadow: 0 16px 35px rgba(247,184,59,.25); }
.v18-btn-primary:hover { color: var(--v18-ink); background: #ffc952; }
.v18-btn-glass { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.v18-btn-glass:hover { color: #fff; background: rgba(255,255,255,.16); }
.v18-btn-outline { color: #fff; border-color: rgba(255,255,255,.38); background: transparent; }
.v18-hero-trust { margin-top: 36px; display: grid; gap: 8px; }
.v18-hero-trust span { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 750; }
.v18-hero-trust b { width: 34px; color: var(--v18-gold); font-size: 11px; letter-spacing: .08em; }
.v18-hero-proof { position: absolute; left: 50%; bottom: 26px; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr) 1.2fr; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; overflow: hidden; background: rgba(5,27,41,.82); box-shadow: 0 20px 60px rgba(0,0,0,.22); backdrop-filter: blur(15px); transform: translateX(-50%); }
.v18-hero-proof > * { min-height: 82px; padding: 17px 20px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.12); }
.v18-hero-proof > *:last-child { border-right: 0; }
.v18-hero-proof strong { color: #fff; font-size: 15px; }
.v18-hero-proof span { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 11px; }
.v18-hero-proof > a { align-items: center; flex-direction: row; justify-content: space-between; color: var(--v18-ink); background: var(--v18-lime); text-decoration: none; font-size: 13px; font-weight: 900; }
.v18-hero-proof > a span { color: var(--v18-ink); font-size: 18px; }

.v18-section { padding: 108px 0; }
.v18-section-head { margin-bottom: 42px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: end; gap: 70px; }
.v18-section-head h2 { max-width: 710px; margin: 14px 0 0; color: var(--v18-ink); font-size: clamp(34px, 3.5vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.v18-section-head > p { margin: 0; color: var(--v18-muted); font-size: 16px; line-height: 1.75; }

.v18-category-section { background: #fff; }
.v18-category-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 315px; gap: 18px; }
.v18-category-card { position: relative; min-width: 0; overflow: hidden; border-radius: var(--v18-radius); color: #fff; text-decoration: none; box-shadow: 0 16px 50px rgba(7,30,45,.12); isolation: isolate; }
.v18-category-wide { grid-row: span 2; }
.v18-category-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.v18-category-card:hover img { transform: scale(1.055); }
.v18-image-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 28%, rgba(4,22,34,.88) 100%); }
.v18-category-card > div { position: absolute; inset: auto 0 0; padding: 28px; }
.v18-category-wide > div { padding: 38px; }
.v18-category-card small { color: var(--v18-lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v18-category-card h3 { margin: 7px 0 8px; color: #fff; font-size: 30px; letter-spacing: -.03em; }
.v18-category-wide h3 { font-size: 43px; }
.v18-category-card p { max-width: 520px; margin: 0 0 15px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; }
.v18-category-card b { color: #fff; font-size: 13px; }

.v18-highlight-section { background: var(--v18-paper); }
.v18-highlight-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 24px; }
.v18-campaign-highlight,
.v18-showroom-highlight { min-width: 0; overflow: hidden; border-radius: var(--v18-radius); background: #fff; box-shadow: 0 18px 58px rgba(7,30,45,.1); }
.v18-campaign-highlight { display: grid; color: var(--v18-ink); text-decoration: none; }
.v18-campaign-highlight img { width: 100%; aspect-ratio: 1.35/1; object-fit: cover; object-position: center; }
.v18-campaign-highlight div { padding: 30px; }
.v18-campaign-highlight span { color: var(--v18-blue); font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.v18-campaign-highlight h2 { margin: 9px 0 10px; font-size: 31px; line-height: 1.08; letter-spacing: -.03em; }
.v18-campaign-highlight p { margin: 0 0 18px; color: var(--v18-muted); line-height: 1.65; }
.v18-campaign-highlight b { color: var(--v18-green); font-size: 13px; }
.v18-showroom-highlight { display: grid; grid-template-columns: .92fr 1.08fr; }
.v18-showroom-highlight > img { width: 100%; height: 100%; object-fit: cover; min-height: 580px; }
.v18-showroom-highlight > div { padding: 42px; align-self: center; }
.v18-showroom-highlight h2 { margin: 15px 0; color: var(--v18-ink); font-size: 36px; line-height: 1.08; letter-spacing: -.035em; }
.v18-showroom-highlight p { color: var(--v18-muted); line-height: 1.7; }
.v18-showroom-highlight ul { margin: 22px 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.v18-showroom-highlight li { position: relative; padding-left: 25px; font-size: 14px; font-weight: 750; }
.v18-showroom-highlight li::before { content: "✓"; position: absolute; left: 0; color: var(--v18-green); font-weight: 950; }
.v18-text-link { color: var(--v18-blue); font-size: 13px; font-weight: 900; }

.v18-project-section { background: #fff; }
.v18-project-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.v18-project-card { position: relative; overflow: hidden; border-radius: var(--v18-radius); color: #fff; text-decoration: none; isolation: isolate; }
.v18-project-tall { grid-row: 1 / span 2; }
.v18-project-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 42%, rgba(4,22,34,.88)); }
.v18-project-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.v18-project-card:hover img { transform: scale(1.045); }
.v18-project-card div { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; }
.v18-project-tall div { padding: 38px; }
.v18-project-card span { color: var(--v18-lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v18-project-card h3 { margin: 7px 0 0; color: #fff; font-size: 26px; letter-spacing: -.02em; }
.v18-project-tall h3 { font-size: 38px; }

.v18-value-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--v18-ink), #075272); }
.v18-value-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -150px; top: -220px; border-radius: 50%; background: radial-gradient(circle, rgba(131,221,69,.2), transparent 67%); }
.v18-value-intro { max-width: 830px; }
.v18-value-intro h2 { margin: 16px 0; color: #fff; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.03; letter-spacing: -.045em; }
.v18-value-intro p { max-width: 700px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.7; }
.v18-value-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.v18-value-grid article { min-height: 245px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.v18-value-grid b { color: var(--v18-lime); font-size: 12px; letter-spacing: .1em; }
.v18-value-grid h3 { margin: 45px 0 10px; color: #fff; font-size: 21px; }
.v18-value-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }

.v18-cta-section { padding: 74px 0; color: #fff; background: var(--v18-ink); }
.v18-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.v18-cta-inner > div:first-child > span { color: var(--v18-lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v18-cta-inner h2 { max-width: 790px; margin: 9px 0 0; color: #fff; font-size: clamp(30px, 3vw, 43px); line-height: 1.08; letter-spacing: -.035em; }
.v18-cta-actions { display: flex; gap: 10px; }

/* Service pages */
.v18-page-hero { position: relative; min-height: 570px; display: grid; align-items: end; padding: 110px 0 74px; color: #fff; background-image: linear-gradient(90deg, rgba(4,22,34,.97), rgba(4,22,34,.76) 44%, rgba(4,22,34,.18) 78%), var(--v18-page-image); background-size: cover; background-position: center; isolation: isolate; }
.v18-page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; z-index: -1; background: linear-gradient(transparent, rgba(4,22,34,.55)); }
.v18-page-hero-inner { display: grid; justify-items: start; }
.v18-breadcrumbs { margin-bottom: 42px; display: flex; gap: 9px; color: rgba(255,255,255,.55); font-size: 12px; }
.v18-breadcrumbs a { color: rgba(255,255,255,.72); }
.v18-page-hero h1 { max-width: 800px; margin: 15px 0 18px; color: #fff; font-size: clamp(44px, 5.3vw, 72px); line-height: 1; letter-spacing: -.052em; }
.v18-page-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.v18-category-nav { position: sticky; top: 88px; z-index: 45; border-bottom: 1px solid var(--v18-line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.v18-category-nav .mg-container { min-height: 62px; display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.v18-category-nav .mg-container::-webkit-scrollbar { display: none; }
.v18-category-nav a { flex: 0 0 auto; padding: 10px 15px; border-radius: 999px; color: var(--v18-ink); text-decoration: none; font-size: 12px; font-weight: 850; }
.v18-category-nav a:hover { color: var(--v18-blue); background: var(--v18-blue-soft); }
.v18-service-intro { background: #fff; }
.v18-service-layout { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.v18-service-layout article h2 { margin: 16px 0 22px; color: var(--v18-ink); font-size: clamp(36px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.v18-service-layout article > p { color: var(--v18-muted); font-size: 16px; line-height: 1.78; }
.v18-check-list { margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; list-style: none; }
.v18-check-list li { position: relative; padding: 14px 14px 14px 42px; border: 1px solid var(--v18-line); border-radius: 14px; background: var(--v18-paper); font-size: 13px; font-weight: 760; }
.v18-check-list li::before { content: "✓"; position: absolute; left: 16px; color: var(--v18-green); font-weight: 950; }
.v18-service-layout figure { position: relative; margin: 0; min-height: 600px; overflow: hidden; border-radius: var(--v18-radius); box-shadow: var(--v18-shadow); }
.v18-service-layout figure > img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.v18-service-layout figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 20px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; color: #fff; background: rgba(4,22,34,.82); backdrop-filter: blur(12px); }
.v18-service-layout figcaption strong { font-size: 15px; }
.v18-service-layout figcaption span { color: rgba(255,255,255,.68); font-size: 12px; }
.v18-page-hero.is-product-visual { background-color: var(--v18-ink); background-size: cover, min(46vw, 720px) auto; background-position: center, right 7% center; background-repeat: no-repeat; }
.v18-service-layout figure.is-product-visual { background: radial-gradient(circle at 50% 42%, #fff 0, #f2f7f9 58%, #e7eff3 100%); }
.v18-service-layout figure.is-product-visual > img { padding: 54px; object-fit: contain; }
.v18-service-products { background: var(--v18-paper); }
.v18-commerce-section { background: var(--v18-paper); }
.v18-commerce-section + .v18-service-products { background: #fff; }
.v18-commerce-count { margin: -8px 0 24px; color: var(--v18-muted); font-size: 13px; }
.v18-commerce-count strong { color: var(--v18-blue); font-size: 18px; }
.v18-commerce-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.v18-commerce-grid-single { max-width: 620px; grid-template-columns: 1fr; }
.v18-commerce-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--v18-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(7,30,45,.06); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.v18-commerce-card:hover { transform: translateY(-4px); border-color: rgba(8,127,189,.3); box-shadow: 0 22px 50px rgba(7,30,45,.11); }
.v18-commerce-media { min-height: 270px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff, #eef4f7); }
.v18-commerce-media img { width: 100%; height: 270px; padding: 22px; object-fit: contain; transition: transform .32s ease; }
.v18-commerce-card:hover .v18-commerce-media img { transform: scale(1.025); }
.v18-commerce-placeholder-icon { width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid rgba(8,127,189,.16); border-radius: 28px; color: var(--v18-blue); background: var(--v18-blue-soft); font-size: 34px; font-weight: 950; }
.v18-commerce-body { flex: 1; padding: 26px; display: flex; flex-direction: column; }
.v18-commerce-category { color: var(--v18-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v18-commerce-card h3 { margin: 11px 0 10px; color: var(--v18-ink); font-size: 20px; line-height: 1.22; letter-spacing: -.025em; }
.v18-commerce-card h3 a { color: inherit; text-decoration: none; }
.v18-commerce-body > p { min-height: 66px; margin: 0 0 20px; color: var(--v18-muted); font-size: 13px; line-height: 1.62; }
.v18-commerce-price { margin-top: auto; color: var(--v18-ink); font-size: 21px; font-weight: 950; letter-spacing: -.025em; }
.v18-commerce-price del { margin-right: 6px; color: #8796a0; font-size: 14px; font-weight: 700; }
.v18-commerce-price ins { text-decoration: none; }
.v18-commerce-price.is-ask { color: var(--v18-green); }
.v18-commerce-actions { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.v18-commerce-actions a { min-height: 46px; padding: 0 14px; display: grid; place-items: center; border-radius: 999px; text-align: center; text-decoration: none; font-size: 12px; font-weight: 900; }
.v18-commerce-actions .is-detail { border: 1px solid rgba(8,127,189,.28); color: var(--v18-blue); background: #fff; }
.v18-commerce-actions .is-offer { color: #fff; background: var(--v18-green); }
.v18-commerce-card.is-placeholder .v18-commerce-actions { grid-template-columns: 1fr; }
.v18-commerce-empty { padding: 24px; border: 1px dashed rgba(8,127,189,.35); border-radius: 18px; color: var(--v18-muted); background: #fff; }
.v18-solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.v18-solution-grid article { padding: 30px; border: 1px solid var(--v18-line); border-radius: 20px; background: #fff; transition: .25s ease; }
.v18-solution-grid article:hover { transform: translateY(-4px); border-color: rgba(8,127,189,.35); box-shadow: 0 18px 45px rgba(7,30,45,.09); }
.v18-solution-grid article > span { color: var(--v18-blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.v18-solution-grid h3 { margin: 17px 0 10px; color: var(--v18-ink); font-size: 23px; }
.v18-solution-grid p { min-height: 68px; color: var(--v18-muted); font-size: 14px; line-height: 1.65; }
.v18-solution-grid article > div { margin-top: 20px; display: flex; gap: 17px; }
.v18-solution-grid a { color: var(--v18-green); font-size: 12px; font-weight: 900; }
.v18-solution-grid a + a { color: var(--v18-blue); }
.v18-product-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.v18-product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--v18-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 36px rgba(7,30,45,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.v18-product-card:hover { transform: translateY(-4px); border-color: rgba(8,127,189,.3); box-shadow: 0 22px 55px rgba(7,30,45,.11); }
.v18-product-image { position: relative; min-height: 280px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff, #eef4f7); }
.v18-product-image img { width: 100%; height: 280px; padding: 14px; object-fit: contain; transition: transform .35s ease; }
.v18-product-card:hover .v18-product-image img { transform: scale(1.025); }
.v18-product-image > span { position: absolute; top: 18px; left: 18px; padding: 8px 12px; border-radius: 999px; color: #fff; background: var(--v18-ink); font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.v18-product-card-body { flex: 1; padding: 30px; display: flex; flex-direction: column; }
.v18-product-number { color: var(--v18-blue); font-size: 11px; font-weight: 950; letter-spacing: .14em; }
.v18-product-card h3 { margin: 14px 0 11px; color: var(--v18-ink); font-size: 25px; line-height: 1.18; letter-spacing: -.025em; }
.v18-product-card-body > p { margin: 0; color: var(--v18-muted); font-size: 14px; line-height: 1.68; }
.v18-product-highlights { margin: 22px 0 26px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; list-style: none; }
.v18-product-highlights li { min-height: 42px; padding: 10px 12px 10px 31px; position: relative; display: flex; align-items: center; border-radius: 12px; color: var(--v18-ink); background: var(--v18-blue-soft); font-size: 11px; font-weight: 820; line-height: 1.35; }
.v18-product-highlights li::before { content: "✓"; position: absolute; left: 12px; color: var(--v18-green); font-weight: 950; }
.v18-product-actions { margin-top: auto; display: grid; grid-template-columns: .82fr 1.18fr; gap: 10px; align-items: start; }
.v18-product-actions > a,
.v18-product-details > summary { min-height: 46px; padding: 0 16px; display: flex; align-items: center; justify-content: center; border-radius: 999px; cursor: pointer; text-align: center; text-decoration: none; font-size: 12px; font-weight: 900; }
.v18-product-actions > a { color: #fff; background: var(--v18-green); }
.v18-product-actions > a:hover { background: #108c57; }
.v18-product-details { min-width: 0; }
.v18-product-details > summary { gap: 9px; border: 1px solid rgba(8,127,189,.3); color: var(--v18-blue); background: #fff; list-style: none; }
.v18-product-details > summary::-webkit-details-marker { display: none; }
.v18-product-details > summary span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--v18-blue); font-size: 15px; line-height: 1; transition: transform .2s ease; }
.v18-product-details[open] { grid-column: 1 / -1; }
.v18-product-details[open] > summary { justify-content: space-between; border-radius: 14px 14px 0 0; background: var(--v18-blue-soft); }
.v18-product-details[open] > summary span { transform: rotate(45deg); }
.v18-product-detail-panel { padding: 18px; border: 1px solid rgba(8,127,189,.22); border-top: 0; border-radius: 0 0 16px 16px; background: #fbfdfe; }
.v18-product-detail-heading { margin-bottom: 13px; display: grid; gap: 3px; }
.v18-product-detail-heading span { color: var(--v18-blue); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v18-product-detail-heading strong { color: var(--v18-ink); font-size: 15px; }
.v18-product-detail-panel dl { margin: 0; display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--v18-line); border-radius: 12px; background: var(--v18-line); }
.v18-product-detail-panel dl > div { padding: 10px 12px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; background: #fff; }
.v18-product-detail-panel dt { color: var(--v18-muted); font-size: 11px; }
.v18-product-detail-panel dd { margin: 0; color: var(--v18-ink); text-align: right; font-size: 11px; font-weight: 850; }
.v18-product-detail-panel > p { margin: 13px 0 0; color: var(--v18-muted); font-size: 10px; line-height: 1.55; }
.v18-service-gallery { background: #fff; }
.v18-gallery-grid { display: grid; grid-template-columns: repeat(2,1fr); grid-auto-rows: 390px; gap: 18px; }
.v18-gallery-grid article { position: relative; overflow: hidden; border-radius: var(--v18-radius); isolation: isolate; }
.v18-gallery-grid article.is-featured { grid-row: span 2; }
.v18-gallery-grid article::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 35%, rgba(4,22,34,.9)); }
.v18-gallery-grid img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.v18-gallery-grid article:hover img { transform: scale(1.04); }
.v18-gallery-grid article > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px; color: #fff; }
.v18-gallery-grid article > div > span { color: var(--v18-lime); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.v18-gallery-grid h3 { margin: 6px 0; color: #fff; font-size: 25px; }
.v18-gallery-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.v18-gallery-grid.is-campaign { grid-template-columns: 1.35fr .65fr; grid-auto-rows: 330px; }
.v18-gallery-grid.is-campaign .is-featured { grid-row: span 3; }
.v18-gallery-grid.is-campaign .is-featured img { object-fit: contain; padding: 18px; background: #eef3f6; }
.v18-service-kampanyalar .v18-service-layout figure > img { object-fit: contain; padding: 20px; background: #edf3f6; }
.v18-service-kampanyalar .v18-page-hero { background-position: center 42%; }
.v18-service-klima .v18-page-hero { background-position: center; }
.v18-service-iletisim .v18-page-hero { background-position: center 35%; }
.v18-generic-hero { padding: 110px 0 76px; color: #fff; background: linear-gradient(135deg, var(--v18-ink), #075272); }
.v18-generic-hero h1 { margin: 15px 0 0; color: #fff; font-size: clamp(42px,5vw,66px); }
.v18-entry-content { max-width: 940px; color: var(--v18-muted); line-height: 1.8; }
.contact-map-trust { padding: 0 0 100px; background: #fff; }
.contact-map-trust iframe { border-radius: var(--v18-radius); box-shadow: var(--v18-shadow); }

/* Footer */
.v18-footer { color: rgba(255,255,255,.68); background: #051925; }
.v18-footer-main { padding: 76px 0 52px; display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: 58px; }
.v18-footer-brand img { width: 205px; height: auto; filter: none; opacity: 1; }

/* Keep one clean dealer-login action in the header; remove duplicate badge and fixed button. */
body .mgv60-bayi-link span,
body .mgv60-bayi-fixed { display: none !important; }
.v18-footer-brand p { max-width: 370px; margin: 20px 0; font-size: 14px; line-height: 1.7; }
.v18-footer h3 { margin: 0 0 20px; color: #fff; font-size: 14px; }
.v18-footer-column, .v18-footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.v18-footer-column a, .v18-footer-social a { margin: 0 0 11px; color: rgba(255,255,255,.66); text-decoration: none; font-size: 13px; }
.v18-footer-column a:hover, .v18-footer-social a:hover { color: var(--v18-lime); }
.v18-footer-social { display: flex; gap: 18px; }
.v18-footer-contact p { margin: 0 0 16px; font-size: 13px; line-height: 1.65; }
.v18-footer-phone { color: #fff; font-size: 21px; font-weight: 900; text-decoration: none; }
.v18-footer-wa { margin: 8px 0 12px; color: var(--v18-lime); font-size: 13px; font-weight: 850; text-decoration: none; }
.v18-footer-contact > span { font-size: 11px; }
.v18-footer-proof { padding: 22px 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border-top: 1px solid rgba(255,255,255,.1); }
.v18-footer-proof span { min-height: 44px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.76); font-size: 11px; font-weight: 850; letter-spacing: .03em; }
.v18-footer-proof span:last-child { border-right: 0; }
.v18-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.v18-footer-bottom .mg-container { min-height: 58px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.v18-footer-bottom a { color: rgba(255,255,255,.58); }
.v18-mobile-actions { display: none; }

/* Product catalogue plugin — category hub styling */
.mgv39-body { background: var(--v18-paper) !important; }
.mgv39-top { background: var(--v18-ink) !important; }
.mgv39-header { min-height: 90px !important; border-bottom: 1px solid rgba(7,30,45,.08) !important; box-shadow: 0 12px 35px rgba(7,30,45,.08); }
.mgv39-logo img { width: 172px !important; max-height: 68px !important; object-fit: contain; }
.mgv39-links a { padding: 10px 8px !important; border-radius: 11px; font-family: Inter, "Segoe UI", Arial, sans-serif !important; font-size: 13px !important; font-weight: 800 !important; }
.mgv39-quote { border-radius: 999px !important; background: var(--v18-green) !important; }
.mgv39-hero { min-height: 500px !important; padding: 92px 0 120px !important; background-image: linear-gradient(90deg, rgba(4,22,34,.98), rgba(4,22,34,.84) 48%, rgba(4,22,34,.18)), url('assets/img/hero-home-premium-v18.png') !important; background-size: cover !important; background-position: center !important; }
.mgv39-hero h1 { max-width: 780px !important; margin: 18px 0 !important; color: #fff !important; font-family: Inter, "Segoe UI", Arial, sans-serif !important; font-size: clamp(44px,5vw,68px) !important; line-height: 1 !important; letter-spacing: -.05em !important; }
.mgv39-hero p { max-width: 690px !important; color: rgba(255,255,255,.75) !important; font-family: Inter, "Segoe UI", Arial, sans-serif !important; font-size: 17px !important; line-height: 1.7 !important; }
.mgv39-eyebrow { color: var(--v18-lime) !important; border-color: rgba(255,255,255,.28) !important; }
.mgv39-cart { margin-top: -70px !important; position: relative; z-index: 5; }
.mgv39-cart-inner { border: 1px solid var(--v18-line) !important; border-radius: 22px !important; box-shadow: var(--v18-shadow) !important; }
.mgv39-intro { padding-top: 28px !important; }
.mgv39-intro-inner { border: 0 !important; border-radius: 22px !important; background: #fff !important; box-shadow: 0 14px 42px rgba(7,30,45,.07); }
#mgv39-products { padding-top: 55px !important; }
.mgv39-bar h2 { font-family: Inter, "Segoe UI", Arial, sans-serif !important; font-size: 34px !important; letter-spacing: -.035em; }
.v18-product-filters { margin: 22px 0 32px; padding-bottom: 8px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.v18-product-filters::-webkit-scrollbar { display: none; }
.v18-product-filters button { flex: 0 0 auto; min-height: 42px; padding: 0 17px; border: 1px solid var(--v18-line); border-radius: 999px; color: var(--v18-ink); background: #fff; font: 800 12px/1 Inter, "Segoe UI", Arial, sans-serif; cursor: pointer; transition: .2s ease; }
.v18-product-filters button:hover { border-color: rgba(8,127,189,.4); color: var(--v18-blue); }
.v18-product-filters button.is-active { border-color: var(--v18-ink); color: #fff; background: var(--v18-ink); box-shadow: 0 10px 22px rgba(7,30,45,.17); }
.mgv39-grid { gap: 18px !important; }
.mgv39-card { overflow: hidden; border: 1px solid var(--v18-line) !important; border-radius: 20px !important; box-shadow: 0 10px 30px rgba(7,30,45,.06) !important; transition: transform .25s ease, box-shadow .25s ease !important; }
.mgv39-card:hover { transform: translateY(-5px); box-shadow: 0 20px 46px rgba(7,30,45,.12) !important; }
.mgv39-card[hidden] { display: none !important; }
.mgv39-card-media { background: linear-gradient(145deg,#fff,#eef4f7) !important; }
.mgv39-card-body h3 { color: var(--v18-ink) !important; font-family: Inter, "Segoe UI", Arial, sans-serif !important; letter-spacing: -.02em; }
.mgv39-cat { color: var(--v18-blue) !important; font-weight: 900 !important; }
.mgv39-btn-green, .mgv39-cart-send { background: var(--v18-green) !important; border-radius: 999px !important; }
.mgv39-btn-gold { color: var(--v18-ink) !important; background: var(--v18-gold) !important; border-radius: 999px !important; }
.mgv39-footer { background: var(--v18-ink) !important; }

[data-v18-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
[data-v18-reveal].is-visible { opacity: 1; transform: none; }
.v18-hero-proof[data-v18-reveal] { transform: translate(-50%, 22px); }
.v18-hero-proof[data-v18-reveal].is-visible { transform: translateX(-50%); }

@media (max-width: 1100px) {
  .v18-header-inner { grid-template-columns: 168px 1fr auto; gap: 12px; }
  .v18-brand img { width: 158px; }
  .v18-desktop-nav > a, .v18-mega > summary { padding-inline: 8px; font-size: 12px; }
  .v18-whatsapp-action { padding-inline: 13px; font-size: 12px; }
  .v18-hero-copy { width: 66%; }
  .v18-footer-main { grid-template-columns: 1.25fr repeat(3,1fr); gap: 34px; }
  .v18-commerce-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .mg-v18 .mg-container { width: min(100% - 32px, 1240px); }
  .v18-topbar-proof span + span, .v18-topbar-contact span { display: none; }
  .v18-header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .v18-brand img { width: 154px; max-height: 58px; }
  .v18-desktop-nav, .v18-whatsapp-action { display: none; }
  .v18-mobile-menu { display: block; }
  .v18-mobile-menu > summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 4px; border: 1px solid var(--v18-line); border-radius: 50%; cursor: pointer; list-style: none; }
  .v18-mobile-menu > summary span { width: 18px; height: 2px; border-radius: 2px; background: var(--v18-ink); }
  .v18-mobile-panel { position: fixed; top: 112px; right: 16px; left: 16px; max-height: calc(100svh - 128px); padding: 18px; display: grid; gap: 2px; overflow-y: auto; border: 1px solid var(--v18-line); border-radius: 22px; background: #fff; box-shadow: var(--v18-shadow); }
  .v18-mobile-menu:not([open]) > .v18-mobile-panel { display: none; }
  .v18-mobile-panel a { padding: 13px 14px; border-radius: 12px; color: var(--v18-ink); text-decoration: none; font-size: 14px; font-weight: 800; }
  .v18-mobile-panel a:hover { background: var(--v18-blue-soft); }
  .v18-mobile-panel .v18-mobile-call { margin-top: 8px; color: #fff; text-align: center; background: var(--v18-green); }
  .v18-hero { min-height: 760px; padding: 74px 0 164px; background-position: 62% center; }
  .v18-hero-copy { width: 80%; }
  .v18-hero-proof { grid-template-columns: repeat(2,1fr); }
  .v18-hero-proof > * { min-height: 66px; padding: 12px 15px; }
  .v18-hero-proof > *:nth-child(2) { border-right: 0; }
  .v18-section { padding: 82px 0; }
  .v18-section-head { grid-template-columns: 1fr; gap: 18px; }
  .v18-category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 300px; }
  .v18-category-wide { grid-column: span 2; grid-row: auto; }
  .v18-highlight-grid { grid-template-columns: 1fr; }
  .v18-showroom-highlight { grid-template-columns: 1fr 1fr; }
  .v18-value-grid { grid-template-columns: repeat(2,1fr); }
  .v18-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .v18-service-layout { grid-template-columns: 1fr; gap: 40px; }
  .v18-service-layout figure, .v18-service-layout figure > img { min-height: 480px; }
  .v18-page-hero.is-product-visual { background-size: cover, 54vw auto; background-position: center, right -5vw center; }
  .v18-gallery-grid, .v18-gallery-grid.is-campaign { grid-template-columns: 1fr 1fr; }
  .v18-gallery-grid.is-campaign .is-featured { grid-column: span 2; grid-row: auto; min-height: 640px; }
  .v18-footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  body.mg-v18 { padding-bottom: 70px; }
  .v18-topbar-inner { min-height: 32px; }
  .v18-topbar { font-size: 10px; }
  .v18-phone-action { display: none; }
  .v18-hero { min-height: 720px; padding: 62px 0 156px; background-image: linear-gradient(180deg, rgba(4,22,34,.9), rgba(4,22,34,.72) 58%, rgba(4,22,34,.84)), var(--v18-hero); background-position: 68% center; }
  .v18-hero-copy { width: 100%; }
  .v18-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .v18-hero-copy > p { font-size: 16px; }
  .v18-hero-actions { display: grid; grid-template-columns: 1fr; }
  .v18-btn { width: 100%; }
  .v18-hero-trust { display: none; }
  .v18-hero-proof { bottom: 14px; grid-template-columns: 1fr 1fr; }
  .v18-hero-proof > *:nth-child(3) { display: none; }
  .v18-hero-proof > a { grid-column: span 2; min-height: 52px; }
  .v18-section { padding: 66px 0; }
  .v18-section-head h2 { font-size: 36px; }
  .v18-category-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .v18-category-wide { grid-column: auto; }
  .v18-category-card h3, .v18-category-wide h3 { font-size: 31px; }
  .v18-category-card > div, .v18-category-wide > div { padding: 25px; }
  .v18-campaign-highlight div { padding: 25px; }
  .v18-showroom-highlight { grid-template-columns: 1fr; }
  .v18-showroom-highlight > img { min-height: 330px; max-height: 390px; }
  .v18-showroom-highlight > div { padding: 28px; }
  .v18-showroom-highlight h2 { font-size: 31px; }
  .v18-project-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .v18-project-tall { grid-row: auto; }
  .v18-project-card h3, .v18-project-tall h3 { font-size: 28px; }
  .v18-value-grid { grid-template-columns: 1fr; }
  .v18-value-grid article { min-height: 205px; }
  .v18-value-grid h3 { margin-top: 32px; }
  .v18-cta-actions { display: grid; grid-template-columns: 1fr; }
  .v18-page-hero { min-height: 600px; padding: 90px 0 62px; background-position: 65% center; }
  .v18-page-hero h1 { font-size: 46px; }
  .v18-page-hero p { font-size: 16px; }
  .v18-breadcrumbs { margin-bottom: 32px; }
  .v18-category-nav { top: 76px; }
  .v18-service-layout article h2 { font-size: 38px; }
  .v18-check-list { grid-template-columns: 1fr; }
  .v18-service-layout figure, .v18-service-layout figure > img { min-height: 430px; }
  .v18-solution-grid { grid-template-columns: 1fr; }
  .v18-solution-grid p { min-height: auto; }
  .v18-product-catalog { grid-template-columns: 1fr; }
  .v18-commerce-grid { grid-template-columns: 1fr; }
  .v18-commerce-media, .v18-commerce-media img { min-height: 235px; height: 235px; }
  .v18-commerce-body { padding: 22px; }
  .v18-commerce-actions { grid-template-columns: 1fr; }
  .v18-page-hero.is-product-visual { background-size: cover, 92vw auto; background-position: center, 92% 30%; }
  .v18-service-layout figure.is-product-visual > img { padding: 30px; }
  .v18-product-image, .v18-product-image img { min-height: 230px; height: 230px; }
  .v18-product-card-body { padding: 22px; }
  .v18-product-highlights { grid-template-columns: 1fr; }
  .v18-product-detail-panel dl > div { grid-template-columns: 1fr; gap: 4px; }
  .v18-product-detail-panel dd { text-align: left; }
  .v18-gallery-grid, .v18-gallery-grid.is-campaign { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .v18-gallery-grid article.is-featured { grid-row: auto; }
  .v18-gallery-grid.is-campaign .is-featured { grid-column: auto; min-height: 480px; }
  .v18-footer-main { padding-top: 58px; grid-template-columns: 1fr; gap: 34px; }
  .v18-footer-proof { grid-template-columns: 1fr 1fr; }
  .v18-footer-proof span:nth-child(2) { border-right: 0; }
  .v18-footer-bottom .mg-container { padding: 14px 0; flex-direction: column; justify-content: center; gap: 6px; }
  .v18-mobile-actions { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 90; padding: 6px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(5,25,37,.94); box-shadow: 0 18px 45px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
  .v18-mobile-actions.single-action { grid-template-columns: 1fr; }
  .v18-mobile-actions a { min-height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; text-decoration: none; font-size: 13px; font-weight: 900; }
  .v18-mobile-actions a:first-child { background: rgba(255,255,255,.1); }
  .v18-mobile-actions a:last-child { background: var(--v18-green); }
  .mgv39-links { display: none !important; }
  .mgv39-header { min-height: 76px !important; }
  .mgv39-logo img { width: 145px !important; }
  .mgv39-hero { min-height: 590px !important; padding: 82px 0 138px !important; background-position: 66% center !important; }
  .mgv39-hero h1 { font-size: 43px !important; }
  .mgv39-cart { margin-top: -92px !important; }
  .v18-product-filters { margin-inline: -2px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-v18-reveal] { opacity: 1; transform: none; }
  .v18-hero-proof[data-v18-reveal] { transform: translateX(-50%); }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f9fbfc 0, var(--soft) 360px, #fff 100%);
  line-height: 1.58;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
.mg-container { width: min(1180px, calc(100% - 34px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px; z-index: 99; }
.skip-link:focus { left: 8px; }

.top-strip {
  background: linear-gradient(90deg, #06131f, #0b2b42);
  color: #f5fbff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.top-strip .mg-container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.top-strip a { font-weight: 900; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(7, 23, 38, .08);
}
.nav-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img {
  width: 235px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}
.main-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  white-space: nowrap;
  font-weight: 800;
  font-size: 14px;
  color: #183850;
}
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav li { list-style: none; }
.main-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav .current-menu-item > a {
  color: var(--navy);
  border-color: var(--gold);
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.call-btn,
.mg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.call-btn {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #167f46, #24bd67);
  box-shadow: 0 16px 32px rgba(32, 159, 90, .25);
}
.mobile-menu { display: none; position: relative; }
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 14px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 900;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu .mobile-menu-panel {
  position: absolute;
  right: 0;
  top: 52px;
  width: 270px;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 4px;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
}
.mobile-menu a {
  padding: 12px;
  border-radius: 8px;
  font-weight: 800;
}
.mobile-menu a:hover { background: #edf7fc; }

.breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 18px 0;
  color: #47657a;
  font-size: 14px;
  font-weight: 700;
}
.breadcrumbs a { color: var(--blue); }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 23, 38, .92), rgba(7, 23, 38, .64), rgba(7, 23, 38, .34)),
    var(--hero-image, none) center / cover no-repeat,
    linear-gradient(130deg, #066da8 0%, #071726 70%);
  isolation: isolate;
}
.hero:before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, rgba(7, 23, 38, .66));
  pointer-events: none;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: .28;
  pointer-events: none;
}
.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 50px;
  align-items: center;
  padding: 92px 0 88px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .26);
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}
.eyebrow.dark {
  background: #f0f6fa;
  color: #083550;
  border-color: #d6e7f0;
}
h1, h2, h3, p { margin-top: 0; }
.hero h1 {
  max-width: 800px;
  margin: 18px 0;
  font-size: 55px;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}
.hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 700;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.mg-btn {
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.mg-btn:hover { transform: translateY(-2px); }
.mg-btn.gold { background: linear-gradient(135deg, #f3c35f, var(--gold)); color: #17212b; box-shadow: 0 16px 34px rgba(0, 0, 0, .18); }
.mg-btn.light { background: #fff; color: #07587e; }
.mg-btn.ghost { border: 1px solid rgba(255, 255, 255, .38); color: #fff; }
.mg-btn.green { background: var(--green); color: #fff; }
.trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.trustline span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .2);
  font-weight: 800;
  font-size: 13px;
}
.hero-panel {
  position: relative;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(250, 252, 253, .98), rgba(234, 241, 246, .96));
  box-shadow: var(--shadow-strong);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .28);
}
.hero-panel > img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  object-position: center 48%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #edf3f7;
}
.hero-panel-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 218px;
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(216, 162, 58, .42);
  box-shadow: 0 16px 38px rgba(7, 23, 38, .18);
}
.hero-panel-badge strong {
  color: var(--navy);
  font-size: 18px;
}
.hero-panel-badge span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.hero-proof {
  display: grid;
  gap: 12px;
  padding: 72px 22px 22px;
  background: linear-gradient(180deg, #f4f8fa, #e8f0f5);
}
.hero-proof div {
  padding: 17px;
  border: 1px solid #d2e0e9;
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 26px rgba(10, 45, 73, .05);
}
.hero-proof div:first-child {
  border-color: rgba(216, 162, 58, .5);
  background: linear-gradient(135deg, #fff8eb, rgba(255, 255, 255, .9));
}
.hero-proof strong {
  display: block;
  color: #003b72;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.hero-proof span { color: #4f6476; }

.mg-trust-bar {
  padding: 0;
  background: linear-gradient(135deg, #071726, #0b2454);
  color: #fff;
}
.mg-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .12);
  border-left: 1px solid rgba(255, 255, 255, .12);
  border-right: 1px solid rgba(255, 255, 255, .12);
}
.mg-trust-item {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background: rgba(7, 23, 38, .72);
}
.mg-trust-item strong {
  display: block;
  margin-bottom: 8px;
  color: #ffc62b;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}
.mg-trust-item span {
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

.why-showroom-block {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
  padding-top: 76px;
}
.why-showroom-block figure,
.showroom-gallery-grid figure {
  margin: 0;
}
.why-showroom-block figure {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-strong);
  background: #fff;
}
.why-showroom-block img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.why-showroom-copy {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.why-showroom-copy h2 {
  margin: 14px 0;
  color: var(--navy);
  font-size: 40px;
  line-height: 1.12;
}
.why-showroom-copy p {
  color: var(--muted);
  font-size: 17px;
}
.premium-check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.premium-check-list li {
  position: relative;
  padding-left: 34px;
}
.premium-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08233a;
  background: #ffc62b;
  font-size: 14px;
  font-weight: 900;
}
.premium-check-list strong {
  display: block;
  color: var(--navy);
}
.premium-check-list span {
  display: block;
  color: var(--muted);
}

section { padding: 76px 0; }
.section-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}
.section-head.compact {
  max-width: 720px;
  margin-bottom: 26px;
}
.section-head h2,
.intro-panel h2,
.about-card h2 {
  font-size: 40px;
  line-height: 1.14;
  margin: 12px 0;
  text-wrap: balance;
}
.section-head p,
.intro-panel p,
.about-card p,
.service-card p,
.catalog-layout p,
.gallery-card p {
  color: var(--muted);
  font-size: 17px;
}
.intro-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
  margin-top: -34px;
  position: relative;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.local-search-section {
  padding-top: 44px;
}
.search-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.search-link-card {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #d9e6ee;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 252, 254, .96)),
    #fff;
  box-shadow: 0 12px 30px rgba(7, 23, 38, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.search-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 162, 58, .72);
  box-shadow: var(--shadow);
}
.search-link-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.search-link-card strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.18;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  display: block;
  min-height: 284px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f8fbfd);
  box-shadow: 0 12px 32px rgba(7, 23, 38, .07);
  transition: .22s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #eef7fb;
  color: var(--blue);
  margin-bottom: 20px;
  border: 1px solid #d8eaf3;
}
.service-card i svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card span {
  font-weight: 900;
  color: var(--blue);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .6px;
}
.service-card h3 { font-size: 25px; margin: 8px 0 10px; }
.service-card.accent { background: linear-gradient(135deg, #071726, #0b5280); color: #fff; border-color: rgba(255, 255, 255, .08); }
.service-card.accent p,
.service-card.accent span { color: rgba(255, 255, 255, .86); }
.service-card.accent i { background: rgba(255, 255, 255, .14); color: #fff; }

.catalog-section {
  background:
    linear-gradient(135deg, rgba(7, 23, 38, .96), rgba(12, 48, 75, .96)),
    linear-gradient(90deg, var(--navy), var(--blue));
  color: #fff;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 42px;
  align-items: center;
}
.catalog-layout h2 { font-size: 42px; line-height: 1.1; margin: 14px 0; }
.catalog-layout p { color: rgba(255, 255, 255, .82); }
.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.check-list li { position: relative; padding-left: 32px; font-weight: 800; }
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}
.catalog-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}
.catalog-card img {
  width: 250px;
  margin-bottom: 28px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
}
.catalog-card img.catalog-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 26px;
  padding: 0;
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}
.catalog-card h3 { font-size: 30px; }

.gallery-section { background: #fff; }
.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: stretch;
}
.gallery-feature,
.gallery-card {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.gallery-feature img,
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.gallery-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.gallery-card img { min-height: 190px; height: 190px; }
.gallery-card div { padding: 18px; }
.gallery-card h3 { margin-bottom: 6px; }

.about-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: stretch;
}
.about-card,
.stat-grid {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px;
}
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.stat-grid div {
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f5fafc, #edf6fa);
  border: 1px solid #dce9f0;
}
.stat-grid strong { display: block; font-size: 28px; }
.stat-grid span { color: var(--muted); }
.local-section {
  background: linear-gradient(180deg, #fff, #f7fafc);
}
.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.area-grid a {
  padding: 22px;
  border-radius: 8px;
  background: #edf8fd;
  border: 1px solid var(--line);
  font-weight: 900;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.area-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(216, 162, 58, .72);
  background: var(--warm);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-grid div {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(7, 23, 38, .07);
}
.process-grid b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  margin-bottom: 14px;
}
.map-section {
  background: linear-gradient(135deg, var(--blue), var(--navy));
  color: #fff;
}
.section-head.light p { color: rgba(255, 255, 255, .82); }
iframe {
  width: 100%;
  min-height: 380px;
  border: 0;
  border-radius: 8px;
  background: #dce9ef;
  box-shadow: var(--shadow);
}
.quote-band { background: #fff; }
.quote-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  border-radius: 8px;
  padding: 34px;
  background: linear-gradient(135deg, #f1f8fc, #fff, #fff7ea);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.quote-grid h2 { font-size: 34px; line-height: 1.15; margin: 12px 0; }
.quote-grid p { color: var(--muted); }
.quote-actions { display: grid; gap: 12px; min-width: 220px; }

.page-hero {
  padding: 78px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 23, 38, .92), rgba(6, 109, 168, .72)),
    var(--page-hero-image, none) center / cover no-repeat,
    linear-gradient(135deg, var(--blue), var(--navy));
}
.page-hero h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 12px;
  text-wrap: balance;
}
.page-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 70px 0;
}
.page-content .entry-content {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.service-detail {
  padding: 70px 0;
}
.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.service-main,
.service-side,
.service-photo-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.service-main {
  padding: 32px;
}
.service-main h2 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 14px;
}
.service-main h3 {
  margin-top: 28px;
  font-size: 24px;
}
.service-main p,
.service-main li {
  color: var(--muted);
  font-size: 17px;
}
.service-main ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}
.product-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.product-section h2 {
  margin-top: 12px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.product-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbfd);
}
.product-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 19px;
}
.product-card p {
  flex: 1;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 15.5px;
}
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.product-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  background: #e8f5fb;
  color: #07587e;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.product-actions .quote-link {
  background: var(--green);
  color: #fff;
}
.product-actions .detail-link {
  border: 1px solid #c8e4f2;
  background: #f3fbff;
  color: #07587e;
}
.service-side {
  position: sticky;
  top: 112px;
}
.service-side img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.service-side-content {
  padding: 22px;
}
.service-side .mg-btn {
  width: 100%;
  margin-top: 10px;
}
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.service-photo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.service-photo-card div {
  padding: 16px;
}
.service-photo-card h3 {
  margin: 0 0 4px;
  font-size: 18px;
}
.service-photo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.showroom-gallery-section {
  margin-top: 42px;
  padding-top: 46px;
  border-top: 1px solid var(--line);
}
.showroom-gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr;
  grid-template-rows: repeat(2, 210px);
  gap: 16px;
}
.showroom-gallery-grid figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.showroom-gallery-main {
  grid-row: span 2;
}
.showroom-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom-gallery-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.mg-campaign-card-section {
  margin-top: 42px;
  padding-top: 46px;
  border-top: 1px solid var(--line);
}
.mg-campaign-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.mg-campaign-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f8fbfd);
  box-shadow: var(--shadow);
}
.mg-campaign-card > span {
  display: block;
  padding: 14px 18px;
  color: #08233a;
  background: #ffc62b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.mg-campaign-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #edf3f7;
}
.mg-campaign-card div {
  padding: 22px;
}
.mg-campaign-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.18;
}
.mg-campaign-card p {
  color: var(--muted);
  font-size: 15.5px;
}
.mg-campaign-card strong {
  display: block;
  margin: 12px 0 16px;
  color: var(--navy);
  font-size: 24px;
}
.mg-campaign-card .mg-btn {
  width: 100%;
}

.contact-map-trust {
  margin-top: 42px;
  padding-top: 44px;
  border-top: 1px solid var(--line);
}
.contact-trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.contact-trust-badges span {
  min-height: 74px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 23, 38, .07);
  text-align: center;
  font-weight: 900;
}

.site-footer {
  background: linear-gradient(135deg, #04111d, #071f33);
  color: #d8edf8;
  padding: 54px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .75fr .9fr .8fr;
  gap: 34px;
}
.footer-logo {
  width: 235px;
  max-width: 100%;
  height: auto;
  padding: 8px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #fff;
}
.footer-brand {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}
.footer-subbrand {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  color: #08233a;
  background: #8de25f;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer a { display: block; margin: 8px 0; color: #fff; font-weight: 800; }
.site-footer p { color: #b9d2df; }
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  color: #08233a;
  background: #ffc62b;
  font-size: 13px;
}
.footer-badges {
  display: grid;
  gap: 10px;
}
.footer-badges span {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  color: #ffe7a5;
  background: rgba(255, 198, 43, .12);
  border: 1px solid rgba(255, 198, 43, .28);
  font-weight: 900;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 34px;
  padding-top: 20px;
  color: #a9c4d0;
}
.mobile-actions { display: none; }

.mg-product-page {
  padding: 28px 0 72px;
  background: var(--soft);
}
.mg-product-detail {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 52px;
  align-items: center;
  margin-top: 22px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.mg-product-media {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
}
.mg-product-media img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.mg-product-copy h1 {
  margin: 14px 0 18px;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}
.mg-product-price {
  margin: 0 0 20px;
  color: var(--green);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
}
.mg-product-summary {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.mg-product-assurance {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.mg-product-assurance li {
  position: relative;
  padding-left: 28px;
  color: var(--navy);
  font-weight: 800;
}
.mg-product-assurance li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}
.mg-product-description,
.mg-product-cta {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.mg-product-description h2,
.mg-product-cta h2 {
  margin-top: 0;
  color: var(--navy);
}
.mg-product-cta {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.mg-product-cta p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-layout,
  .why-showroom-block,
  .intro-panel,
  .catalog-layout,
  .gallery-grid,
  .about-split,
  .quote-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 44px; }
  .section-head h2,
  .intro-panel h2,
  .about-card h2 { font-size: 35px; }
  .mg-trust-grid,
  .search-link-grid { grid-template-columns: 1fr 1fr; }
  .showroom-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .showroom-gallery-main { grid-row: auto; }
  .showroom-gallery-grid figure { height: 260px; }
  .mg-campaign-card-grid,
  .contact-trust-badges { grid-template-columns: 1fr; }
  .mg-product-detail { grid-template-columns: 1fr; }
  .service-grid,
  .area-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  body.admin-bar .site-header { top: 0; }
  .top-strip { display: none; }
  .mg-container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 74px; gap: 10px; }
  .brand img {
    width: 186px;
    max-height: 54px;
    object-fit: contain;
  }
  .call-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }
  .mobile-menu summary {
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }
  .mobile-menu .mobile-menu-panel {
    right: -6px;
    width: min(276px, calc(100vw - 28px));
  }
  .mg-product-page { padding-top: 16px; }
  .mg-product-detail {
    gap: 24px;
    padding: 20px;
    border-radius: 12px;
  }
  .mg-product-media { min-height: 260px; padding: 10px; }
  .mg-product-copy h1 { font-size: 32px; }
  .mg-product-summary { font-size: 16px; }
  .mg-product-description,
  .mg-product-cta { padding: 22px; }
  .mg-product-cta { display: grid; }
  .hero-layout {
    padding: 42px 0 34px;
    display: block;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }
  .hero p { font-size: 17px; }
  .hero-actions .mg-btn { width: 100%; }
  .mg-trust-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
  .mg-trust-item {
    min-height: 112px;
    padding: 18px;
  }
  .mg-trust-item strong { font-size: 30px; }
  .why-showroom-block {
    padding-top: 44px;
  }
  .why-showroom-block img {
    height: 250px;
  }
  .why-showroom-copy {
    padding: 24px;
  }
  .why-showroom-copy h2 {
    font-size: 29px;
  }
  .trustline span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .hero-panel {
    margin-top: 26px;
    border-radius: 8px;
  }
  .hero-panel > img {
    height: 185px;
  }
  .hero-panel-badge {
    left: 14px;
    right: 14px;
    top: 124px;
  }
  .hero-proof { padding: 74px 16px 16px; }
  .intro-panel {
    margin-top: 0;
    width: 100%;
    padding: 26px 18px;
    border-radius: 0;
    box-shadow: none;
  }
  .mg-container.intro-panel { width: 100%; }
  section { padding: 54px 0; }
  .section-head {
    text-align: left;
    margin-bottom: 26px;
  }
  .section-head h2,
  .intro-panel h2,
  .about-card h2 { font-size: 29px; }
  .service-grid,
  .search-link-grid,
  .showroom-gallery-grid,
  .mg-campaign-card-grid,
  .contact-trust-badges,
  .area-grid,
  .process-grid,
  .stat-grid,
  .gallery-stack { grid-template-columns: 1fr; }
  .showroom-gallery-grid {
    grid-template-rows: none;
  }
  .showroom-gallery-grid figure {
    height: 220px;
  }
  .showroom-gallery-section,
  .mg-campaign-card-section,
  .contact-map-trust {
    margin-top: 30px;
    padding-top: 34px;
  }
  .service-card {
    min-height: auto;
    padding: 22px;
    border-radius: 8px;
  }
  .service-card h3 { font-size: 22px; }
  .catalog-layout h2 { font-size: 31px; }
  .catalog-card,
  .about-card,
  .stat-grid,
  .quote-grid,
  .page-content .entry-content {
    padding: 24px;
    border-radius: 8px;
  }
  .catalog-card img {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog-card img.catalog-image {
    width: 100%;
    height: 220px;
  }
  .footer-brand { font-size: 30px; }
  .gallery-feature img { min-height: 260px; }
  .gallery-card img { min-height: 210px; height: 210px; }
  .quote-grid h2 { font-size: 27px; }
  iframe {
    min-height: 300px;
    border-radius: 8px;
  }
  .footer-grid { gap: 20px; }
  .mobile-actions {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .mobile-actions.single-action { grid-template-columns: 1fr; }
  .mobile-actions a {
    min-height: 52px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
  }
  .mobile-actions a:first-child { background: var(--gold); color: #17212b; }
  .mobile-actions a:last-child { background: var(--green); color: #fff; }
  .page-hero h1 { font-size: 34px; }
  .service-layout { grid-template-columns: 1fr; }
  .service-main { padding: 24px; }
  .service-main h2 { font-size: 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .service-side { position: static; }
  .service-photo-grid { grid-template-columns: 1fr; }
  .service-photo-card img { height: 235px; }
}
