:root {
  --gm-navy: #101d33;
  --gm-navy-2: #172943;
  --gm-blue: #243b5d;
  --gm-orange: #f58220;
  --gm-orange-dark: #d96708;
  --gm-green: #20b858;
  --gm-text: #263243;
  --gm-muted: #6f7b8d;
  --gm-line: #e4e8ee;
  --gm-surface: #f5f7fa;
  --gm-white: #fff;
  --gm-shadow: 0 16px 46px rgba(16, 29, 51, .10);
  --gm-radius: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gm-text); background: var(--gm-white); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: var(--gm-navy); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
a:hover, a:focus { color: var(--gm-orange); text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, strong { font-weight: 750; }
.gm-main { min-height: 40vh; }
.gm-skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 16px; color: #fff; background: var(--gm-orange); }
.gm-skip-link:focus { top: 12px; color: #fff; }
.gm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 11px 21px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 750; letter-spacing: .01em; line-height: 1.2; }
.gm-btn:hover, .gm-btn:focus { transform: translateY(-2px); }
.gm-btn--primary { color: #fff; background: var(--gm-orange); box-shadow: 0 10px 28px rgba(245,130,32,.22); }
.gm-btn--primary:hover, .gm-btn--primary:focus { color: #fff; background: var(--gm-orange-dark); }
.gm-btn--dark { color: #fff; background: var(--gm-navy); }
.gm-btn--dark:hover, .gm-btn--dark:focus { color: #fff; background: var(--gm-blue); }
.gm-btn--whatsapp { color: #fff; background: var(--gm-green); box-shadow: 0 10px 28px rgba(32,184,88,.18); }
.gm-btn--whatsapp:hover, .gm-btn--whatsapp:focus { color: #fff; background: #169d49; }
.gm-btn--outline { color: var(--gm-navy); background: #fff; border-color: #cfd6df; }
.gm-btn--outline:hover { color: var(--gm-orange); border-color: var(--gm-orange); }
.gm-btn--light { color: var(--gm-navy); background: #fff; }
.gm-btn--light:hover { color: var(--gm-navy); background: #fff4ea; }
.gm-btn--wide { width: 100%; min-height: 66px; justify-content: flex-start; padding: 12px 18px; }
.gm-btn--wide > i { width: 34px; font-size: 26px; text-align: center; }
.gm-btn--wide span { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.gm-btn--wide small { font-weight: 500; opacity: .82; }
.gm-btn--block { width: 100%; }

/* Header */
.gm-topbar { color: #bec8d7; background: #091426; font-size: 12px; }
.gm-topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.gm-topbar p { margin: 0; }
.gm-topbar p i { margin-right: 6px; color: var(--gm-orange); }
.gm-topbar__links { display: flex; align-items: center; gap: 24px; }
.gm-topbar a { color: #d9e0e9; }
.gm-topbar a:hover { color: #fff; }
.gm-topbar a i { margin-right: 6px; color: var(--gm-orange); }
.gm-header { position: relative; z-index: 1000; background: #fff; box-shadow: 0 2px 0 rgba(16,29,51,.04); }
.gm-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(16,29,51,.12); }
.gm-header__main { display: flex; align-items: center; min-height: 94px; gap: 34px; }
.gm-brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 214px; color: var(--gm-navy); }
.gm-brand:hover { color: var(--gm-navy); }
.gm-brand img:not(.gm-brand__mark) { max-width: 220px; max-height: 64px; object-fit: contain; }
.gm-brand__mark { width: 49px; height: 49px; margin-right: 10px; }
.gm-brand span { display: flex; flex-direction: column; line-height: 1; }
.gm-brand strong { font-size: 25px; letter-spacing: .04em; }
.gm-brand small { margin-top: 5px; color: var(--gm-orange); font-size: 11px; font-weight: 800; letter-spacing: .35em; }
.gm-header__search { flex: 1 1 auto; }
.gm-search { position: relative; display: flex; width: 100%; height: 50px; overflow: hidden; border: 2px solid #e0e5eb; border-radius: 7px; background: #fff; transition: border .2s ease, box-shadow .2s ease; }
.gm-search:focus-within { border-color: var(--gm-orange); box-shadow: 0 0 0 4px rgba(245,130,32,.09); }
.gm-search input { flex: 1 1 auto; min-width: 0; padding: 0 18px; border: 0; outline: 0; color: var(--gm-text); background: transparent; font-size: 14px; }
.gm-search input::placeholder { color: #9aa5b3; }
.gm-search button { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 92px; padding: 0 18px; border: 0; color: #fff; background: var(--gm-orange); font-weight: 750; }
.gm-search button:hover { background: var(--gm-orange-dark); }
.gm-header__contact { display: flex; align-items: center; gap: 17px; }
.gm-phone { display: flex; align-items: center; gap: 10px; color: var(--gm-navy); white-space: nowrap; }
.gm-phone:hover { color: var(--gm-navy); }
.gm-phone__icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: var(--gm-orange); background: #fff2e7; font-size: 18px; }
.gm-phone > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.gm-phone small { margin-bottom: 3px; color: var(--gm-muted); font-size: 11px; }
.gm-phone strong { font-size: 15px; }
.gm-dealer-btn { min-height: 44px; padding: 9px 15px; }
.gm-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 6px; background: var(--gm-navy); }
.gm-menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }
.gm-nav-wrap { min-height: 49px; color: #fff; background: var(--gm-navy); }
.gm-nav-inner { display: flex; align-items: stretch; justify-content: space-between; }
.gm-nav { flex: 1 1 auto; }
.gm-nav__list { display: flex; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.gm-nav__list > li { position: relative; }
.gm-nav__list > li > a { display: flex; align-items: center; gap: 7px; height: 49px; padding: 0 16px; color: #e7ecf3; font-size: 13px; font-weight: 700; }
.gm-nav__list > li > a:hover { color: #fff; background: rgba(255,255,255,.07); }
.gm-nav__catalog { margin-right: 6px; background: var(--gm-orange); }
.gm-nav__catalog > a { min-width: 185px; justify-content: center; color: #fff !important; }
.gm-nav__catalog > a:hover { background: var(--gm-orange-dark) !important; }
.gm-nav__list > li > a > .fa-angle-down { margin-left: 3px; font-size: 10px; }
.gm-mega { position: absolute; top: 100%; left: 0; display: none; min-width: 460px; padding: 24px; color: var(--gm-text); background: #fff; border-top: 3px solid var(--gm-orange); box-shadow: var(--gm-shadow); }
.gm-has-children:hover > .gm-mega, .gm-has-children.is-open > .gm-mega { display: block; }
.gm-mega__grid { display: grid; grid-template-columns: repeat(2,minmax(170px,1fr)); gap: 8px 24px; }
.gm-mega ul { margin: 0; padding: 0; list-style: none; }
.gm-mega li a { display: block; padding: 6px 0; color: var(--gm-text); font-size: 13px; }
.gm-mega li a:before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--gm-orange); }
.gm-mega__all { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--gm-line); color: var(--gm-navy); font-weight: 750; }
.gm-nav-whatsapp { display: flex; align-items: center; gap: 8px; padding: 0 16px; color: #fff; background: #169d49; font-size: 13px; font-weight: 750; }
.gm-nav-whatsapp:hover { color: #fff; background: var(--gm-green); }
.gm-nav-whatsapp i { font-size: 17px; }

/* Hero */
.gm-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg,#0e1a2d 0%,#172c49 70%,#1d3759 100%); }
.gm-hero:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right,#000,transparent); }
.gm-hero__grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 510px; }
.gm-hero__content { z-index: 2; max-width: 670px; padding: 70px 0 76px; }
.gm-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 13px; color: var(--gm-orange); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.gm-eyebrow i { font-size: 6px; }
.gm-eyebrow--light { color: #ffc18b; }
.gm-hero h1 { margin: 0 0 19px; color: #fff; font-size: clamp(39px,4.25vw,63px); font-weight: 820; letter-spacing: -.04em; line-height: 1.05; }
.gm-hero h1 em { color: var(--gm-orange); font-style: normal; }
.gm-hero__content > p { max-width: 610px; margin: 0 0 27px; color: #ced7e4; font-size: 17px; line-height: 1.7; }
.gm-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gm-hero__proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #d6deea; font-size: 12px; }
.gm-hero__proof i { margin-right: 6px; color: var(--gm-orange); }
.gm-hero__visual { position: relative; align-self: stretch; min-height: 430px; }
.gm-hero__shape { position: absolute; width: 390px; height: 390px; top: 58px; right: -4px; border: 58px solid rgba(245,130,32,.94); border-radius: 46% 54% 62% 38%; transform: rotate(15deg); box-shadow: 0 0 0 28px rgba(255,255,255,.035); }
.gm-tool { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; color: #fff; background: rgba(16,29,51,.95); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 55px rgba(0,0,0,.28); }
.gm-tool--one { top: 92px; right: 211px; width: 145px; height: 145px; border-radius: 32px; font-size: 67px; transform: rotate(-9deg); }
.gm-tool--two { top: 180px; right: 43px; width: 136px; height: 136px; border-radius: 50%; color: var(--gm-orange); font-size: 72px; }
.gm-tool--three { right: 177px; bottom: 55px; width: 116px; height: 116px; border-radius: 25px; font-size: 49px; transform: rotate(8deg); }
.gm-stock-card { position: absolute; z-index: 3; right: 6px; bottom: 61px; display: flex; flex-direction: column; width: 186px; padding: 16px 17px; color: var(--gm-text); background: #fff; border-left: 4px solid var(--gm-orange); border-radius: 7px; box-shadow: var(--gm-shadow); }
.gm-stock-card span { color: var(--gm-orange); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.gm-stock-card strong { margin: 3px 0; color: var(--gm-navy); font-size: 17px; }
.gm-stock-card small { color: var(--gm-muted); }
.gm-benefits { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--gm-line); }
.gm-benefits__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.gm-benefits article { display: flex; align-items: center; gap: 13px; min-height: 102px; padding: 15px 23px; border-right: 1px solid var(--gm-line); }
.gm-benefits article:first-child { border-left: 1px solid var(--gm-line); }
.gm-benefits article > span { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 8px; color: var(--gm-orange); background: #fff2e7; font-size: 19px; }
.gm-benefits article div { display: flex; flex-direction: column; }
.gm-benefits article strong { color: var(--gm-navy); font-size: 14px; }
.gm-benefits article small { color: var(--gm-muted); font-size: 11px; }

/* Catalog */
.gm-home-layout { padding-top: 66px; padding-bottom: 76px; }
.gm-product-section + .gm-product-section { margin-top: 72px; }
.gm-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.gm-section-title span { color: var(--gm-orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.gm-section-title h2 { margin: 5px 0 0; color: var(--gm-navy); font-size: 28px; letter-spacing: -.025em; }
.gm-section-title > a { padding-bottom: 4px; color: var(--gm-navy); font-size: 13px; font-weight: 750; }
.gm-section-title > a i { margin-left: 7px; color: var(--gm-orange); }
.gm-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.gm-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--gm-line); border-radius: var(--gm-radius); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.gm-product-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--gm-shadow); }
.gm-product-card__image { position: relative; display: flex; align-items: center; justify-content: center; height: 225px; overflow: hidden; background: #f7f8fa; }
.gm-product-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .35s ease; }
.gm-product-card:hover .gm-product-card__image img { transform: scale(1.04); }
.gm-product-card__image > span { color: #c8ced6; font-size: 68px; }
.gm-product-card__image > b { position: absolute; left: 50%; bottom: -42px; min-width: 122px; padding: 8px 12px; color: #fff; background: var(--gm-navy); border-radius: 5px; font-size: 11px; text-align: center; transform: translateX(-50%); transition: bottom .24s ease; }
.gm-product-card:hover .gm-product-card__image > b { bottom: 14px; }
.gm-product-card__body { padding: 19px 18px 16px; }
.gm-product-card__body > small { display: block; margin-bottom: 6px; color: var(--gm-orange); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.gm-product-card h3 { height: 42px; margin: 0 0 9px; overflow: hidden; font-size: 15px; line-height: 1.4; }
.gm-product-card h3 a { color: var(--gm-navy); }
.gm-product-card p { height: 40px; margin: 0 0 14px; overflow: hidden; color: var(--gm-muted); font-size: 12px; line-height: 1.65; }
.gm-product-card__actions { display: flex; align-items: center; justify-content: space-between; min-height: 39px; padding-top: 12px; border-top: 1px solid var(--gm-line); }
.gm-card-detail { color: var(--gm-navy); font-size: 12px; font-weight: 750; }
.gm-card-detail i { margin-left: 5px; color: var(--gm-orange); }
.gm-card-wa { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--gm-green); font-size: 18px; }
.gm-card-wa:hover { color: #fff; background: #169d49; }
.gm-b2b { padding: 50px 0; color: #fff; background: var(--gm-orange); }
.gm-b2b__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.gm-b2b h2 { margin: 4px 0 6px; color: #fff; font-size: 31px; letter-spacing: -.03em; }
.gm-b2b p { margin: 0; color: #fff6ef; }

/* Listing and detail */
.gm-page-head { padding: 35px 0 37px; color: #fff; background: linear-gradient(120deg,var(--gm-navy),var(--gm-blue)); }
.gm-page-head h1 { margin: 8px 0 0; color: #fff; font-size: 34px; letter-spacing: -.03em; }
.gm-page-head__desc { max-width: 820px; margin-top: 10px; color: #cfd8e6; font-size: 14px; }
.gm-page-head__desc p { margin: 0; }
.gm-breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; font-size: 11px; }
.gm-breadcrumb li + li:before { content: "/"; margin-right: 7px; color: #8090a5; }
.gm-breadcrumb a { color: #aebbcf; }
.gm-breadcrumb li:last-child a { color: var(--gm-orange); }
.gm-page { padding-top: 44px; padding-bottom: 70px; }
.gm-subcategories { margin-bottom: 42px; }
.gm-subcategory-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.gm-subcategory-grid a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; min-height: 64px; padding: 11px 13px; color: var(--gm-navy); border: 1px solid var(--gm-line); border-radius: 8px; }
.gm-subcategory-grid a:hover { border-color: var(--gm-orange); box-shadow: 0 10px 25px rgba(16,29,51,.07); }
.gm-subcategory-grid a > span { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 6px; color: var(--gm-orange); background: #fff2e7; font-size: 17px; font-weight: 800; }
.gm-subcategory-grid strong { font-size: 12px; }
.gm-subcategory-grid i { color: var(--gm-orange); font-size: 11px; }
.gm-list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 21px; padding: 12px 15px; background: var(--gm-surface); border-radius: 8px; color: var(--gm-muted); font-size: 12px; }
.gm-list-toolbar strong { color: var(--gm-navy); }
.gm-list-toolbar__sort { display: flex; align-items: center; gap: 8px; }
.gm-list-toolbar__sort label { margin: 0 0 0 7px; white-space: nowrap; }
.gm-list-toolbar__sort .form-control { width: auto; height: 34px; border-color: #dce1e8; border-radius: 5px; font-size: 11px; }
.gm-pagination { margin-top: 31px; color: var(--gm-muted); font-size: 12px; }
.gm-pagination .pagination { margin: 0; }
.gm-pagination .pagination > li > a, .gm-pagination .pagination > li > span { color: var(--gm-navy); border-color: var(--gm-line); }
.gm-pagination .pagination > .active > span { color: #fff; background: var(--gm-orange); border-color: var(--gm-orange); }
.gm-empty { padding: 75px 20px; text-align: center; background: var(--gm-surface); border-radius: var(--gm-radius); }
.gm-empty > i { color: #cbd2dc; font-size: 60px; }
.gm-empty h2 { margin: 18px 0 7px; color: var(--gm-navy); font-size: 25px; }
.gm-empty p { margin-bottom: 22px; color: var(--gm-muted); }
.gm-page-head--search { padding-bottom: 42px; }
.gm-page-search { display: flex; max-width: 720px; height: 54px; margin-top: 22px; overflow: hidden; background: #fff; border-radius: 7px; }
.gm-page-search input { flex: 1; min-width: 0; padding: 0 18px; border: 0; outline: 0; color: var(--gm-text); }
.gm-page-search button { min-width: 105px; border: 0; color: #fff; background: var(--gm-orange); font-weight: 750; }
.gm-product-head { padding: 17px 0; background: var(--gm-surface); border-bottom: 1px solid var(--gm-line); }
.gm-product-head .gm-breadcrumb a { color: var(--gm-muted); }
.gm-product-page { padding-top: 45px; padding-bottom: 70px; }
.gm-product-detail { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.9fr); gap: 54px; }
.gm-product-gallery__main { position: relative; display: flex; align-items: center; justify-content: center; min-height: 515px; overflow: hidden; background: var(--gm-surface); border: 1px solid var(--gm-line); border-radius: var(--gm-radius); }
.gm-product-gallery__main img { width: 100%; max-height: 510px; object-fit: contain; mix-blend-mode: multiply; }
.gm-product-gallery__main > span { position: absolute; right: 13px; bottom: 13px; padding: 8px 12px; color: var(--gm-navy); background: rgba(255,255,255,.92); border-radius: 5px; font-size: 11px; font-weight: 700; }
.gm-product-gallery__empty { color: #cbd2dc; font-size: 100px; }
.gm-product-gallery__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.gm-product-gallery__thumbs a { display: flex; align-items: center; justify-content: center; width: 78px; height: 78px; overflow: hidden; border: 1px solid var(--gm-line); border-radius: 7px; }
.gm-product-gallery__thumbs a:hover { border-color: var(--gm-orange); }
.gm-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.gm-product-info h1 { margin: 3px 0 16px; color: var(--gm-navy); font-size: 34px; letter-spacing: -.035em; line-height: 1.2; }
.gm-product-meta { display: flex; flex-wrap: wrap; margin-bottom: 16px; padding: 12px 0; border-top: 1px solid var(--gm-line); border-bottom: 1px solid var(--gm-line); }
.gm-product-meta > span { display: flex; flex-direction: column; min-width: 118px; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--gm-line); }
.gm-product-meta > span:last-child { border: 0; }
.gm-product-meta small { margin-bottom: 3px; color: var(--gm-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.gm-product-meta strong { color: var(--gm-navy); font-size: 12px; }
.gm-rating { margin: 0 0 15px; color: #f7aa26; font-size: 12px; }
.gm-rating span { margin-left: 8px; color: var(--gm-muted); }
.gm-catalog-note { display: flex; gap: 13px; padding: 15px; background: #fff8f1; border-left: 3px solid var(--gm-orange); border-radius: 5px; }
.gm-catalog-note > i { margin-top: 3px; color: var(--gm-orange); font-size: 19px; }
.gm-catalog-note strong { color: var(--gm-navy); font-size: 13px; }
.gm-catalog-note p { margin: 3px 0 0; color: var(--gm-muted); font-size: 12px; line-height: 1.55; }
.gm-product-options { margin-top: 18px; }
.gm-product-options h3 { margin: 0 0 10px; color: var(--gm-navy); font-size: 14px; }
.gm-product-options > div { display: flex; align-items: flex-start; gap: 15px; margin-top: 8px; font-size: 12px; }
.gm-product-options > div > strong { min-width: 100px; color: var(--gm-muted); }
.gm-product-options > div > span { display: flex; flex-wrap: wrap; gap: 6px; }
.gm-product-options b { padding: 4px 9px; color: var(--gm-navy); background: var(--gm-surface); border-radius: 4px; }
.gm-product-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 21px; }
.gm-product-assurance { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 16px; color: var(--gm-muted); font-size: 10px; }
.gm-product-assurance i { margin-right: 4px; color: var(--gm-orange); }
.gm-product-tabs { margin-top: 58px; }
.gm-product-tabs .nav-tabs { border-bottom: 2px solid var(--gm-line); }
.gm-product-tabs .nav-tabs > li > a { margin: 0 20px -2px 0; padding: 13px 2px; color: var(--gm-muted); border: 0; border-bottom: 2px solid transparent; font-weight: 750; }
.gm-product-tabs .nav-tabs > li.active > a, .gm-product-tabs .nav-tabs > li > a:hover { color: var(--gm-navy); background: transparent; border: 0; border-bottom: 2px solid var(--gm-orange); }
.gm-product-tabs .tab-content { padding: 26px 0; color: #526074; line-height: 1.8; }
.gm-spec-table { border: 1px solid var(--gm-line); border-radius: 8px; overflow: hidden; }
.gm-spec-table > div { display: grid; grid-template-columns: 240px 1fr; border-bottom: 1px solid var(--gm-line); }
.gm-spec-table > div:last-child { border: 0; }
.gm-spec-table strong, .gm-spec-table span { padding: 11px 14px; font-size: 12px; }
.gm-spec-table strong { color: var(--gm-navy); background: var(--gm-surface); }
.gm-related { margin-top: 42px; }
.gm-tags { margin-top: 28px; color: var(--gm-muted); font-size: 11px; }
.gm-tags a { display: inline-block; margin: 3px; padding: 4px 8px; background: var(--gm-surface); border-radius: 4px; }

/* Portal */
.gm-login-page { min-height: 680px; padding: 64px 0; background: var(--gm-surface); }
.gm-login-shell { display: grid; grid-template-columns: 1.05fr .95fr; max-width: 980px; min-height: 560px; margin: 0 auto; overflow: hidden; background: #fff; border-radius: 16px; box-shadow: var(--gm-shadow); }
.gm-login-intro { position: relative; overflow: hidden; padding: 48px; color: #fff; background: linear-gradient(145deg,var(--gm-navy),#243f66); }
.gm-login-intro:after { content: ""; position: absolute; width: 310px; height: 310px; right: -145px; bottom: -140px; border: 50px solid rgba(245,130,32,.7); border-radius: 50%; }
.gm-brand--footer { min-width: 0; color: #fff; }
.gm-brand--footer:hover { color: #fff; }
.gm-login-intro .gm-brand { margin-bottom: 72px; }
.gm-login-intro h1 { max-width: 390px; margin: 4px 0 15px; color: #fff; font-size: 36px; line-height: 1.2; letter-spacing: -.035em; }
.gm-login-intro > p { color: #cad5e4; }
.gm-login-intro ul { margin: 28px 0 0; padding: 0; list-style: none; }
.gm-login-intro li { margin: 10px 0; color: #e6ebf2; font-size: 13px; }
.gm-login-intro li i { width: 22px; color: var(--gm-orange); }
.gm-login-card { display: flex; flex-direction: column; justify-content: center; padding: 48px 56px; }
.gm-login-card__icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 16px; color: var(--gm-orange); background: #fff2e7; border-radius: 12px; font-size: 21px; }
.gm-login-card h2 { margin: 0 0 4px; color: var(--gm-navy); font-size: 27px; }
.gm-login-card > p { margin-bottom: 22px; color: var(--gm-muted); font-size: 12px; }
.gm-field { margin-bottom: 15px; }
.gm-field label { display: block; margin-bottom: 6px; color: var(--gm-navy); font-size: 11px; font-weight: 750; }
.gm-field > span { display: flex; align-items: center; height: 46px; border: 1px solid #dce1e8; border-radius: 6px; transition: border .2s ease, box-shadow .2s ease; }
.gm-field > span:focus-within { border-color: var(--gm-orange); box-shadow: 0 0 0 3px rgba(245,130,32,.08); }
.gm-field i { width: 42px; color: #9aa5b3; text-align: center; }
.gm-field input { flex: 1; min-width: 0; height: 100%; padding: 0 12px 0 0; border: 0; outline: 0; }
.gm-forgot { display: block; margin: -3px 0 16px; color: var(--gm-orange); font-size: 11px; text-align: right; }
.gm-login-help { display: flex; gap: 9px; margin-top: 17px; padding: 11px; color: var(--gm-muted); background: var(--gm-surface); border-radius: 6px; font-size: 10px; }
.gm-login-help i { margin-top: 3px; color: var(--gm-orange); }
.gm-login-help p { margin: 0; }
.gm-login-wa { margin-top: 14px; color: var(--gm-green); font-size: 11px; font-weight: 750; text-align: center; }
.gm-login-wa i { margin-right: 5px; }
.gm-dealer-dashboard { padding-top: 50px; padding-bottom: 70px; }
.gm-dashboard-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.gm-dashboard-grid > a { display: flex; flex-direction: column; min-height: 190px; padding: 26px; color: var(--gm-navy); border: 1px solid var(--gm-line); border-radius: 10px; }
.gm-dashboard-grid > a:hover { transform: translateY(-4px); border-color: transparent; box-shadow: var(--gm-shadow); }
.gm-dashboard-grid i { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 24px; color: var(--gm-orange); background: #fff2e7; border-radius: 10px; font-size: 20px; }
.gm-dashboard-grid strong { font-size: 16px; }
.gm-dashboard-grid span { margin-top: 5px; color: var(--gm-muted); font-size: 11px; }

/* Footer */
.gm-footer { color: #aeb9c8; background: #0b1628; }
.gm-footer__grid { display: grid; grid-template-columns: 1.4fr .75fr .85fr 1.3fr; gap: 55px; padding-top: 62px; padding-bottom: 52px; }
.gm-footer .gm-brand { margin-bottom: 18px; }
.gm-footer__brand > p { max-width: 310px; color: #96a3b5; font-size: 12px; }
.gm-footer__social { display: flex; gap: 8px; margin-top: 19px; }
.gm-footer__social a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: #c6cfdb; background: rgba(255,255,255,.06); border-radius: 5px; }
.gm-footer__social a:hover { color: #fff; background: var(--gm-orange); }
.gm-footer h3 { margin: 5px 0 20px; color: #fff; font-size: 13px; }
.gm-footer h3:after { content: ""; display: block; width: 26px; height: 2px; margin-top: 8px; background: var(--gm-orange); }
.gm-footer ul { margin: 0; padding: 0; list-style: none; }
.gm-footer li { margin: 8px 0; }
.gm-footer li a { color: #9da9b9; font-size: 12px; }
.gm-footer li a:hover { color: #fff; }
.gm-footer__contact > a, .gm-footer__contact > div { display: flex; gap: 11px; margin-bottom: 14px; color: #aeb9c8; font-size: 12px; }
.gm-footer__contact > a:hover { color: #fff; }
.gm-footer__contact i { width: 27px; color: var(--gm-orange); font-size: 16px; text-align: center; }
.gm-footer__contact span { display: flex; flex-direction: column; }
.gm-footer__contact small { margin-bottom: 3px; color: #6f7d90; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.gm-footer__bottom { border-top: 1px solid rgba(255,255,255,.07); }
.gm-footer__bottom .container { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; color: #6f7d90; font-size: 10px; }
.gm-mobile-actions { display: none; }

/* Force catalog-only mode for fallback templates */
#cart, #top-links, .product-thumb .price, .product-thumb .button-group, #button-cart, .btn-wishlist, .btn-compare { display: none !important; }

@media (max-width: 1199px) {
  .gm-header__main { gap: 20px; }
  .gm-phone { display: none; }
  .gm-nav__list > li > a { padding: 0 11px; }
  .gm-nav__list > li:nth-child(n+7) { display: none; }
  .gm-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .gm-benefits article { padding: 14px; }
  .gm-footer__grid { gap: 35px; }
  .gm-product-detail { gap: 35px; }
}

@media (max-width: 991px) {
  body { padding-bottom: 64px; }
  .gm-topbar { display: none; }
  .gm-header.is-sticky { position: relative; }
  .gm-header__main { display: grid; grid-template-columns: 1fr auto; min-height: auto; padding-top: 15px; padding-bottom: 14px; }
  .gm-brand { min-width: 0; }
  .gm-brand__mark { width: 42px; height: 42px; }
  .gm-brand strong { font-size: 21px; }
  .gm-brand small { font-size: 9px; }
  .gm-header__search { grid-column: 1 / -1; grid-row: 2; }
  .gm-header__contact { grid-column: 2; grid-row: 1; }
  .gm-dealer-btn { display: none; }
  .gm-menu-toggle { display: block; }
  .gm-nav-wrap { position: fixed; inset: 0 0 0 auto; z-index: 1100; display: block; width: min(86vw,360px); height: 100vh; padding-top: 72px; overflow-y: auto; background: var(--gm-navy); transform: translateX(102%); transition: transform .28s ease; box-shadow: -15px 0 50px rgba(0,0,0,.25); }
  .gm-nav-wrap.is-open { transform: translateX(0); }
  .gm-nav-wrap:before { content: "MENÜ"; position: absolute; top: 24px; left: 22px; color: #fff; font-weight: 850; letter-spacing: .12em; }
  .gm-nav-inner { display: block; padding: 0; }
  .gm-nav__list { display: block; }
  .gm-nav__list > li, .gm-nav__list > li:nth-child(n+7) { display: block; }
  .gm-nav__list > li > a { justify-content: space-between; height: auto; min-height: 49px; padding: 13px 22px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .gm-nav__catalog { margin: 0; }
  .gm-nav__catalog > a { justify-content: flex-start; }
  .gm-mega { position: static; min-width: 0; padding: 12px 22px; background: #13243d; border: 0; box-shadow: none; }
  .gm-mega__grid { display: block; }
  .gm-mega li a { color: #c9d3e0; }
  .gm-mega__all { color: #fff; border-color: rgba(255,255,255,.1); }
  .gm-nav-whatsapp { min-height: 52px; justify-content: center; }
  .gm-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .gm-hero__content { padding: 57px 0 64px; }
  .gm-hero__visual { display: none; }
  .gm-benefits__grid { grid-template-columns: repeat(2,1fr); }
  .gm-benefits article:first-child { border-left: 0; }
  .gm-benefits article:nth-child(2) { border-right: 0; }
  .gm-benefits article:nth-child(-n+2) { border-bottom: 1px solid var(--gm-line); }
  .gm-subcategory-grid { grid-template-columns: repeat(3,1fr); }
  .gm-product-detail { grid-template-columns: 1fr; }
  .gm-product-gallery__main { min-height: 450px; }
  .gm-footer__grid { grid-template-columns: repeat(2,1fr); }
  .gm-mobile-actions { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1050; display: grid; grid-template-columns: repeat(3,1fr); min-height: 62px; color: #fff; background: var(--gm-navy); box-shadow: 0 -8px 28px rgba(16,29,51,.18); }
  .gm-mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff; border-right: 1px solid rgba(255,255,255,.09); font-size: 10px; }
  .gm-mobile-actions a:nth-child(2) { background: var(--gm-green); }
  .gm-mobile-actions i { font-size: 19px; }
  .gm-login-shell { grid-template-columns: .8fr 1.2fr; }
  .gm-login-intro { padding: 38px 32px; }
  .gm-login-card { padding: 42px; }
  .gm-dashboard-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  body { font-size: 14px; }
  .container { width: auto; }
  .gm-header__main { gap: 11px; }
  .gm-brand img:not(.gm-brand__mark) { max-width: 160px; max-height: 48px; }
  .gm-search { height: 46px; }
  .gm-search button { min-width: 51px; padding: 0; }
  .gm-search button span { display: none; }
  .gm-hero__content { padding: 45px 0 50px; }
  .gm-hero h1 { font-size: 39px; }
  .gm-hero__content > p { font-size: 15px; }
  .gm-hero__actions .gm-btn { flex: 1 1 100%; }
  .gm-hero__proof { gap: 10px 16px; }
  .gm-benefits__grid { margin: 0 -15px; }
  .gm-benefits article { min-height: 88px; gap: 9px; padding: 11px; }
  .gm-benefits article > span { width: 35px; height: 35px; font-size: 16px; }
  .gm-benefits article strong { font-size: 12px; }
  .gm-benefits article small { font-size: 9px; }
  .gm-home-layout { padding-top: 45px; padding-bottom: 50px; }
  .gm-section-title { align-items: flex-start; margin-bottom: 19px; }
  .gm-section-title h2 { font-size: 23px; }
  .gm-section-title > a { display: none; }
  .gm-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .gm-product-card__image { height: 170px; }
  .gm-product-card__image > b { display: none; }
  .gm-product-card__body { padding: 13px 12px; }
  .gm-product-card h3 { height: 40px; font-size: 13px; }
  .gm-product-card p { display: none; }
  .gm-card-detail { font-size: 10px; }
  .gm-b2b { padding: 38px 0; }
  .gm-b2b__inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .gm-b2b h2 { font-size: 26px; }
  .gm-page-head { padding: 26px 0 29px; }
  .gm-page-head h1 { font-size: 27px; }
  .gm-page { padding-top: 30px; padding-bottom: 48px; }
  .gm-subcategory-grid { grid-template-columns: repeat(2,1fr); }
  .gm-list-toolbar { align-items: flex-start; flex-direction: column; }
  .gm-list-toolbar__sort { width: 100%; flex-wrap: wrap; }
  .gm-list-toolbar__sort .form-control { flex: 1; min-width: 0; }
  .gm-pagination > div { margin: 8px 0; text-align: left !important; }
  .gm-product-page { padding-top: 28px; }
  .gm-product-detail { gap: 27px; }
  .gm-product-gallery__main { min-height: 330px; }
  .gm-product-info h1 { font-size: 28px; }
  .gm-product-meta > span { min-width: 100px; margin-right: 12px; padding-right: 12px; }
  .gm-product-cta { grid-template-columns: 1fr; }
  .gm-spec-table > div { grid-template-columns: 1fr; }
  .gm-product-tabs .nav-tabs > li > a { margin-right: 12px; font-size: 12px; }
  .gm-login-page { padding: 28px 15px; }
  .gm-login-shell { display: block; min-height: 0; }
  .gm-login-intro { padding: 32px 27px; }
  .gm-login-intro .gm-brand { margin-bottom: 36px; }
  .gm-login-intro h1 { font-size: 28px; }
  .gm-login-intro ul { display: none; }
  .gm-login-card { padding: 34px 27px; }
  .gm-dashboard-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gm-dashboard-grid > a { min-height: 160px; padding: 18px; }
  .gm-footer__grid { grid-template-columns: 1fr; gap: 29px; padding-top: 43px; padding-bottom: 39px; }
  .gm-footer__bottom .container { flex-direction: column; gap: 5px; }
}

@media (max-width: 420px) {
  .gm-brand__mark { width: 37px; height: 37px; margin-right: 7px; }
  .gm-brand strong { font-size: 18px; }
  .gm-brand small { font-size: 8px; }
  .gm-product-card__image { height: 145px; }
  .gm-product-card__body { padding: 11px 9px; }
  .gm-card-wa { width: 30px; height: 30px; }
  .gm-subcategory-grid { grid-template-columns: 1fr; }
  .gm-dashboard-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; transition: none !important; }
}

