/* EMSEY — Çelikiş (celikis.com.tr) birebir kurumsal kopya */
:root {
  --navy: #1a2b3c;
  --blue: #015ca8;
  --text: #00245b;
  --nav: #212934;
  --muted: #747474;
  --body-bg: #e2e2e2;
  --gray: #f2f2f2;
  --white: #ffffff;
  --border: #dddddd;
  --container: 1200px;
  --header-h: 100px;
  --topbar-h: 34px;
  --font: "Cabin", "Open Sans", sans-serif;
  --font-btn: "Open Sans", "Cabin", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--body-bg);
  line-height: 1.8;
  font-size: 16px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background 0.2s ease;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 30px;
}

/* ========== TOP BAR ========== */
.topbar {
  background: var(--navy);
  color: #fff;
  font-size: 11px;
  line-height: 1.8;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
}

.topbar a {
  color: #fff;
}

.topbar a:hover {
  opacity: 0.85;
}

/* ========== HEADER ========== */
.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.header-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: var(--header-h);
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.header-inner .logo-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 10px 10px 0;
  flex-shrink: 0;
  min-width: 0;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  height: 72px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.logo--partner img {
  height: 58px;
  max-width: 220px;
}

.logo--emsey img {
  height: 72px;
  max-width: 160px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin: auto 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
}

.main-nav {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  flex-shrink: 1;
}

.main-nav ul {
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-wrap: nowrap;
}

.main-nav a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 400;
  color: var(--nav);
  white-space: nowrap;
  height: var(--header-h);
  position: relative;
}

.main-nav a:hover {
  color: var(--blue);
}

.main-nav a.active {
  background: var(--navy);
  color: #fff;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: var(--navy);
  z-index: 2;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: var(--header-h);
  padding: 0 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.lang-switch:hover .flag {
  transform: scale(1.06);
}

.flag {
  display: inline-block;
  width: 28px;
  height: 19px;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.flag-tr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Crect width='30' height='20' fill='%23E30A17'/%3E%3Ccircle cx='12' cy='10' r='5' fill='%23fff'/%3E%3Ccircle cx='13.2' cy='10' r='4' fill='%23E30A17'/%3E%3Cpolygon fill='%23fff' points='17.2,10 19.5,10.75 18.05,8.7 19.9,7.45 17.35,7.55 16.55,5.2 15.75,7.55 13.2,7.45 15.05,8.7 13.6,10.75'/%3E%3C/svg%3E");
}

.flag-en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Crect width='60' height='30' fill='%23012169'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23C8102E' stroke-width='2'/%3E%3Cpath d='M30,0 V30 M0,15 H60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30,0 V30 M0,15 H60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E");
}

/* Google Translate: sadece üst barı gizle */
#google_translate_element {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Üstteki Google bar (iframe) */
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  z-index: -1 !important;
}

.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-spinner-pos,
.goog-tooltip,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

html.translated-ltr body,
html.translated-rtl body,
body {
  top: 0 !important;
  position: static !important;
}

.goog-text-highlight,
font font {
  background: none !important;
  box-shadow: none !important;
}

/* ========== PLACEHOLDERS ========== */
.ph {
  background: linear-gradient(145deg, #cfd5dc 0%, #b8c0c9 55%, #a8b1bb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a6570;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ph::after {
  content: attr(data-label);
  padding: 12px;
  z-index: 1;
}

/* ========== MEDIA ========== */
.accent-media img,
.product-card-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.range-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.range-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
  align-items: center;
}

.range-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed--soon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a2b3c;
}

.video-embed--soon p {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1445 / 405;
  height: auto;
  min-height: 0;
  display: block;
  background: #c8c8c8;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg video,
.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero-slider img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slider img.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-panel {
  position: relative;
  z-index: 2;
  width: 40%;
  max-width: 560px;
  min-width: 380px;
  background: rgba(26, 43, 60, 0.84);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 90px 72px 90px 64px;
}

.hero-panel h1 {
  font-size: clamp(36px, 3.6vw, 54px);
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 22px;
  color: #fff;
}

.hero-panel p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
}

/* ========== DEALER / BAYI BAR ========== */
.dealer-bar {
  background: var(--navy);
  color: #fff;
  padding: 40px 0;
}

.dealer-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dealer-bar h2 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.dealer-bar p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-btn);
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s, color 0.2s;
}

.btn-bayi {
  background: #fff;
  color: var(--navy);
  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
}

.btn-bayi .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #f0f2f4;
  flex-shrink: 0;
}

.btn-bayi .btn-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--navy);
}

.btn-bayi .btn-label {
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 52px;
  white-space: nowrap;
}

.btn-bayi:hover {
  background: #f5f5f5;
}

.btn-blue {
  background: var(--blue);
  color: #fff;
  padding: 13px 29px;
  font-size: 14px;
  font-weight: 600;
}

.btn-blue:hover {
  background: var(--navy);
}

/* ========== SECTIONS ========== */
.section {
  background: var(--white);
  padding: 70px 0;
}

.section-gray {
  background: var(--gray);
  padding: 70px 0;
}

.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 18px;
  line-height: 1.25;
}

.section-lead {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.8;
}

.section-lead.dotted {
  border-top: 1px dotted #b0b8c0;
  padding-top: 24px;
  margin-top: 8px;
}

/* ========== PRODUCT TABS ========== */
.product-tabs {
  margin-top: 10px;
}

.tab-nav {
  display: flex;
  flex-wrap: nowrap;
  background: #f9f9fb;
  border: 1px solid #e5e5e5;
}

.tab-btn {
  flex: 1 1 0;
  min-width: 0;
  padding: 16px 8px;
  background: #f9f9fb;
  border: none;
  border-right: 1px solid #e0e0e0;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  color: #747474;
  cursor: pointer;
  text-align: center;
  line-height: 1.35;
}

.tab-btn:last-child {
  border-right: none;
}

.tab-btn:hover {
  color: var(--nav);
}

.tab-btn.active {
  background: #fff;
  color: #212934;
  box-shadow: inset 0 3px 0 var(--blue);
}

.tab-panels {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 36px 28px 40px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 50px;
  align-items: center;
  animation: tabFade 0.25s ease;
}

@keyframes tabFade {
  from { opacity: 0.35; }
  to { opacity: 1; }
}

/* Sol görsel | sağ metin — Çelikiş düzeni */
.tab-media {
  width: 100%;
}

.tab-img-main {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff;
}

.tab-copy {
  padding: 8px 10px 8px 4px;
  align-self: center;
}

.tab-panel h3,
.tab-copy h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 18px;
  line-height: 1.2;
}

.tab-panel p,
.tab-copy p {
  color: var(--text);
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.75;
  max-width: 480px;
}

.product-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.ph--banner {
  min-height: 320px;
  width: 100%;
  margin-top: 30px;
}

.ph--hero {
  min-height: 560px;
}

.ph--page {
  min-height: 300px;
  width: 100%;
}

.ph--video {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
}

.ph--side {
  min-height: 280px;
  width: 100%;
}

.ph--square {
  width: 100%;
  aspect-ratio: 1;
  min-height: 180px;
}

.ph--wide {
  min-height: 200px;
  width: 100%;
}

/* ========== WHY BLOCK ========== */
.why-block {
  background: var(--blue);
  color: #fff;
  padding: 60px 0;
}

.why-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: center;
}

.why-inner h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}

.why-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}

.why-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.5;
}

.why-item .check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.why-item .check svg {
  width: 14px;
  height: 14px;
  fill: var(--blue);
}

/* ========== PAGE HERO ========== */
.page-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 1;
  min-height: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy) center / cover no-repeat;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 43, 60, 0.45);
  z-index: 1;
}

.page-hero h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.page-hero--about { background-image: url("../images/banner-about.jpg"); }
.page-hero--products { background-image: url("../images/banner-products.jpg"); }
.page-hero--news { background-image: url("../images/banner-news.jpg"); }
.page-hero--contact { background-image: url("../images/banner-contact.jpg"); }

.page-hero--bare::before {
  display: none;
}

/* ========== ABOUT ========== */
.about-intro {
  background: var(--white);
  padding: 70px 0;
}

.about-intro .container {
  max-width: 900px;
}

.about-intro h2 {
  font-size: 36px;
  color: var(--navy);
  margin-bottom: 20px;
  font-weight: 700;
}

.about-intro p {
  color: var(--text);
  margin-bottom: 14px;
  font-size: 16px;
}

.accent-block {
  background: var(--white);
  padding: 56px 0;
}

.accent-block.alt {
  background: #fafafa;
}

.accent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.accent-grid.reverse > .accent-media {
  order: -1;
}

.accent-heading {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.accent-heading .bar {
  width: 4px;
  min-height: 40px;
  background: var(--blue);
  flex-shrink: 0;
  margin-top: 6px;
}

.accent-heading h2 {
  font-size: 32px;
  color: var(--navy);
  font-weight: 700;
}

.accent-text p,
.values-list li {
  color: var(--text);
  font-size: 16px;
  margin-bottom: 12px;
}

.values-list strong {
  color: var(--blue);
}

.img-collage {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 12px;
}

.img-collage-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.img-collage-3 .ph:first-child {
  grid-column: 1 / -1;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding: 40px 0;
  background: var(--white);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.stat-item h3 {
  font-size: 16px;
  color: var(--nav);
  font-weight: 700;
}

.policies {
  background: var(--white);
  padding: 56px 0 80px;
}

.policies h2 {
  font-size: 32px;
  color: var(--navy);
  margin-bottom: 40px;
  font-weight: 700;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.policy-card h3 {
  font-size: 17px;
  color: var(--navy);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.policy-card .icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.policy-card .icon-circle svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.policy-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 60px;
  line-height: 1.7;
}

.policy-card .link {
  color: var(--blue);
  font-size: 14px;
  font-weight: 600;
  padding-left: 60px;
}

.policy-card .link:hover {
  color: var(--navy);
}

/* ========== PRODUCTS PAGE ========== */
.products-page {
  background: var(--white);
  padding: 60px 0 80px;
}

.products-page .intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
}

.products-page .intro h2 {
  font-size: 42px;
  color: var(--blue);
  margin-bottom: 18px;
  font-weight: 700;
}

.products-page .intro p {
  color: var(--text);
}

.product-cards {
  display: grid;
  gap: 48px;
}

.product-card {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 36px;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

.product-card:nth-child(even) .product-card-media {
  order: 2;
}

.product-card h3 {
  font-size: 28px;
  color: var(--blue);
  margin-bottom: 14px;
  font-weight: 700;
}

.product-card p {
  color: var(--text);
  margin-bottom: 20px;
}

/* ========== NEWS ========== */
.empty-state {
  background: var(--white);
  padding: 100px 20px;
  text-align: center;
}

.empty-state h2 {
  font-size: 28px;
  color: var(--navy);
  margin-bottom: 12px;
}

.empty-state p {
  color: var(--muted);
}

/* ========== CONTACT ========== */
.contact-section {
  background: var(--white);
  padding: 70px 0 90px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
}

.contact-form-wrap h2,
.contact-info-wrap h2 {
  font-size: 24px;
  color: var(--navy);
  margin-bottom: 12px;
  font-weight: 700;
}

.contact-form-wrap > p {
  color: var(--text);
  font-size: 15px;
  margin-bottom: 28px;
}

.form-row {
  margin-bottom: 16px;
}

.form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--nav);
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  font-family: var(--font);
  font-size: 15px;
  background: #fff;
  color: var(--text);
  border-radius: 0;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--blue);
}

.form-row textarea {
  min-height: 140px;
  resize: vertical;
}

.form-names {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.contact-info-item {
  margin-bottom: 26px;
}

.contact-info-item h3 {
  font-size: 15px;
  color: var(--blue);
  margin-bottom: 8px;
  font-weight: 700;
}

.contact-info-item p,
.contact-info-item a {
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
}

.contact-info-item a:hover {
  color: var(--blue);
}

.map-ph {
  margin-top: 20px;
  min-height: 220px;
}

.form-note {
  margin-top: 12px;
  font-size: 12px;
  color: var(--muted);
}

.form-success {
  display: none;
  padding: 14px 16px;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 14px;
  margin-bottom: 16px;
}

.form-success.show {
  display: block;
}

/* ========== FOOTER ========== */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
  padding: 28px 0;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-inner a {
  color: rgba(255, 255, 255, 0.85);
}

.footer-inner a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  font-weight: 600;
}

/* ========== BACK TOP ========== */
.back-top {
  position: fixed;
  right: 18px;
  bottom: 22px;
  width: 40px;
  height: 40px;
  background: var(--navy);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
  z-index: 900;
}

.back-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-top:hover {
  background: var(--blue);
}

.back-top svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

/* ========== RESPONSIVE ========== */

/* Large desktop polish */
@media (min-width: 1200px) {
  .container {
    padding: 0 20px;
  }

  .main-nav a {
    padding: 0 20px;
    font-size: 16px;
  }

  .section {
    padding: 80px 0;
  }

  .why-block {
    padding: 70px 0;
  }
}

@media (max-width: 1199px) and (min-width: 993px) {
  .btn-bayi .btn-label {
    font-size: 14px;
    padding: 0 16px;
  }

  .logo--emsey img {
    height: 62px;
    max-width: 140px;
  }

  .logo--partner img {
    height: 48px;
    max-width: 180px;
  }

  .header-inner .logo-wrap {
    gap: 10px;
  }

  .main-nav a {
    padding: 0 12px;
    font-size: 14px;
  }

  .hero-panel {
    width: 46%;
    min-width: 340px;
    padding: 70px 48px;
  }

  .tab-btn {
    font-size: 13px;
    padding: 12px 8px;
  }
}

@media (max-width: 1100px) {
  .hero-panel {
    width: 50%;
    min-width: 300px;
    padding: 60px 40px;
  }

  .hero-panel h1 {
    font-size: 40px;
  }

  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .range-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nav-toggle {
    display: flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    z-index: 1001;
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    flex-direction: column;
  }

  .main-nav a {
    height: auto;
    padding: 14px 24px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }

  .main-nav a.active::after {
    display: none;
  }

  .tab-panel.active,
  .why-inner,
  .about-intro-grid,
  .accent-grid,
  .product-card,
  .contact-grid,
  .policy-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }

  .product-card:nth-child(even) .product-card-media {
    order: 0;
  }

  .accent-grid.reverse > .accent-media {
    order: 0;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 48px 28px;
  }

  .dealer-bar .container {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    gap: 16px;
  }

  .btn-bayi {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    align-items: stretch;
    flex-shrink: 1;
  }

  .btn-bayi .btn-label {
    font-size: 14px;
    padding: 12px 14px;
    line-height: 1.35;
    white-space: normal;
    text-align: left;
  }

  .btn-bayi .btn-icon {
    width: 48px;
    min-height: 48px;
    height: auto;
    align-self: stretch;
  }

  .policy-card p,
  .policy-card .link {
    padding-left: 0;
  }

  .product-img {
    max-height: none;
  }
}

@media (max-width: 768px) {
  .logo--emsey img {
    height: 52px;
    max-width: 110px;
  }

  .logo--partner img {
    height: 40px;
    max-width: 130px;
  }

  .header-inner .logo-wrap {
    gap: 8px;
    padding: 8px 0;
  }

  .header-inner {
    padding: 0 12px;
  }

  .hero-panel h1 {
    font-size: 32px;
  }

  .section-title {
    font-size: 28px;
  }

  .tab-btn {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 1px solid #d5d5d5;
  }

  .form-names {
    grid-template-columns: 1fr;
  }

  .topbar {
    height: auto;
    padding: 8px 0;
    font-size: 11px;
  }

  .page-hero h1 {
    font-size: 32px;
  }
}
