/* ============================================================
   AMERICAN TRUCK BEDS — style.css  (Full Rebuild)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: #222; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem; font-weight: 700;
  text-align: center; letter-spacing: .04em;
  margin-bottom: 16px; color: #111;
}
.section-sub {
  text-align: center; font-size: .98rem; color: #555;
  max-width: 640px; margin: 0 auto 48px; line-height: 1.7;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-red {
  display: inline-block; background: #c0001a; color: #fff;
  font-family: 'Oswald', sans-serif; font-size: .9rem;
  font-weight: 600; letter-spacing: .08em; padding: 13px 30px;
  border: none; cursor: pointer; transition: background .2s;
}
.btn-red:hover { background: #9a0015; }
.btn-dark {
  display: inline-block; background: #1a1a1a; color: #fff;
  font-family: 'Oswald', sans-serif; font-size: .9rem;
  font-weight: 600; letter-spacing: .08em; padding: 13px 36px;
  border: none; cursor: pointer; transition: background .2s;
}
.btn-dark:hover { background: #333; }
.btn-fb {
  display: inline-block; background: #1877f2; color: #fff;
  font-family: 'Oswald', sans-serif; font-size: .9rem;
  font-weight: 600; letter-spacing: .08em; padding: 13px 28px;
  border: none; cursor: pointer; transition: background .2s;
}
.btn-fb:hover { background: #0d6ae0; }
.btn-full { width: 100%; text-align: center; }

/* ============================================================
   TOP BAR
   ============================================================ */
.topbar { background: #1a1a1a; color: #ccc; font-size: .75rem; letter-spacing: .06em; }
.topbar-inner {
  display: flex; justify-content: space-between; align-items: center;
  height: 38px; flex-wrap: wrap; gap: 8px;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 10px; }
.topbar a { color: #ccc; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar .divider { color: #444; }

/* ============================================================
   HEADER
   ============================================================ */
.main-header {
  background: #fff; border-bottom: 3px solid #e8e8e8;
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 80px; }

.logo { display: flex; flex-direction: column; line-height: 1; min-width: 155px; }
.logo-american {
  font-family: 'Oswald', sans-serif; font-size: 1.9rem;
  font-weight: 700; color: #c0001a; letter-spacing: .04em;
}
.logo-sub {
  font-family: 'Oswald', sans-serif; font-size: .85rem;
  font-weight: 500; color: #1a1a1a; letter-spacing: .14em; margin-top: 2px;
}

.main-nav { display: flex; align-items: center; gap: 4px; flex: 1; flex-wrap: wrap; }
.main-nav a {
  font-family: 'Oswald', sans-serif; font-size: .86rem;
  font-weight: 500; letter-spacing: .05em; color: #1a1a1a;
  padding: 6px 10px; transition: color .2s; white-space: nowrap;
}
.main-nav a:hover { color: #c0001a; }
.main-nav .nav-btn {
  background: #c0001a; color: #fff; padding: 10px 18px; font-weight: 600;
}
.main-nav .nav-btn:hover { background: #9a0015; color: #fff; }

.hamburger {
  display: none; background: none; border: none;
  font-size: 1.6rem; cursor: pointer; margin-left: auto; color: #1a1a1a;
}
.mobile-nav {
  display: none; flex-direction: column;
  background: #fff; border-top: 1px solid #eee; padding: 12px 24px;
}
.mobile-nav a {
  font-family: 'Oswald', sans-serif; font-size: 1rem; padding: 10px 0;
  border-bottom: 1px solid #f0f0f0; color: #1a1a1a; letter-spacing: .05em;
}
.mobile-nav a:hover { color: #c0001a; }
.mobile-nav.open { display: flex; }

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero { position: relative; height: 640px; overflow: hidden; background: #111; }

.slide {
  position: absolute; inset: 0; opacity: 0;
  transition: opacity .8s ease; display: flex;
  align-items: center; justify-content: center;
}
.slide.active { opacity: 1; z-index: 1; }

.slide-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: contrast(1.08) brightness(1.02) saturate(1.15);
}
.slide-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.35) 100%);
}
.slide-content {
  position: relative; z-index: 2; text-align: center; color: #fff;
  padding: 0 24px; max-width: 820px;
}
.slide-tag {
  display: inline-block; background: #c0001a;
  font-family: 'Oswald', sans-serif; font-size: .78rem;
  font-weight: 600; letter-spacing: .14em; padding: 6px 18px;
  margin-bottom: 18px; color: #fff;
}
.slide-content h1 {
  font-family: 'Oswald', sans-serif; font-size: 3.6rem;
  font-weight: 700; line-height: 1.08; text-transform: uppercase;
  text-shadow: 2px 3px 10px rgba(0,0,0,.5); margin-bottom: 18px;
}
.slide-content h1 span { color: #fff; }
.slide-content p {
  font-size: 1.08rem; margin-bottom: 30px; line-height: 1.65;
  text-shadow: 1px 1px 4px rgba(0,0,0,.5);
  max-width: 560px; margin-left: auto; margin-right: auto;
}

.hero-dots {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 10px;
}
.dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,.4); cursor: pointer;
  transition: background .2s; border: 2px solid rgba(255,255,255,.6);
}
.dot.active { background: #fff; }



/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar { background: #1a1a1a; padding: 18px 0; }
.trust-bar-inner {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px;
}
.trust-item {
  display: flex; align-items: center; gap: 10px;
  color: #fff; font-family: 'Oswald', sans-serif;
  font-size: .9rem; letter-spacing: .04em;
}
.trust-icon { font-size: 1.2rem; color: #c0001a; }

/* ============================================================
   SERVICES / WHAT WE DO
   ============================================================ */
.services { padding: 80px 0 72px; background: #f7f7f7; }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-bottom: 36px;
}
.service-card {
  background: #fff; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  display: flex; flex-direction: column;
  transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(0,0,0,.12); }

.service-img-wrap {
  position: relative; height: 220px; overflow: hidden; flex-shrink: 0;
}
.service-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.2) brightness(1.05) saturate(1.3) blur(1.5px);
  transform: scale(1.04);
  transition: transform .4s ease;
}
.service-card:hover .service-img { transform: scale(1.04); }
.service-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.35), transparent);
}

.service-card-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }
.service-num {
  font-family: 'Oswald', sans-serif; font-size: 2.4rem;
  font-weight: 700; color: #f0f0f0; line-height: 1; margin-bottom: 6px;
}
.service-card-body h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.4rem;
  font-weight: 700; letter-spacing: .06em; color: #111;
  margin-bottom: 14px; padding-bottom: 12px;
  border-bottom: 3px solid #c0001a;
}
.service-card-body p { font-size: .9rem; color: #555; line-height: 1.75; margin-bottom: 16px; }
.service-card-body ul { list-style: none; padding: 0; margin-bottom: 24px; flex: 1; }
.service-card-body ul li {
  position: relative; padding-left: 20px;
  font-size: .88rem; color: #444; line-height: 1.8;
}
.service-card-body ul li::before { content: '▸'; position: absolute; left: 0; color: #c0001a; }

/* Secondary service (custom builds) */
.service-secondary {
  background: #fff; border: 2px solid #eee; border-left: 4px solid #c0001a;
  padding: 22px 28px; display: flex; align-items: flex-start; gap: 20px;
  max-width: 720px; margin: 0 auto;
}
.service-secondary-icon { font-size: 2rem; flex-shrink: 0; margin-top: 2px; }
.service-secondary h4 {
  font-family: 'Oswald', sans-serif; font-size: 1.05rem;
  font-weight: 700; letter-spacing: .04em; color: #111; margin-bottom: 6px;
}
.service-secondary p { font-size: .9rem; color: #555; line-height: 1.7; }
.service-secondary a { color: #c0001a; }

/* ============================================================
   INVENTORY / CATEGORY TABS
   ============================================================ */
.inventory { padding: 80px 0; background: #fff; }

.inv-tabs {
  display: flex; justify-content: center; gap: 0;
  margin-bottom: 40px; border-bottom: 3px solid #e8e8e8;
}
.inv-tab {
  font-family: 'Oswald', sans-serif; font-size: .95rem;
  font-weight: 600; letter-spacing: .07em; padding: 14px 36px;
  background: none; border: none; cursor: pointer; color: #777;
  border-bottom: 3px solid transparent; margin-bottom: -3px;
  transition: color .2s, border-color .2s;
}
.inv-tab:hover { color: #c0001a; }
.inv-tab.active { color: #c0001a; border-bottom-color: #c0001a; }

.inv-panel { display: none; }
.inv-panel.active { display: block; }

.inv-note {
  text-align: center; margin-top: 28px; font-size: .9rem; color: #666;
}
.inv-note a { color: #c0001a; }

/* Category grid */
.category-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.cat-grid-4 { grid-template-columns: repeat(4, 1fr); }

.cat-card {
  position: relative; height: 200px; overflow: hidden;
  display: flex; align-items: flex-end; cursor: pointer;
  transition: transform .25s; background: #2a2a2a;
}
.cat-card:hover { transform: scale(1.02); }
.cat-card:hover .cat-overlay { background: rgba(192,0,26,.5); }
.cat-card:hover .cat-img { filter: contrast(1.2) brightness(1.1) saturate(1.35) blur(0.8px); }

.cat-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: contrast(1.15) brightness(1.05) saturate(1.25) blur(0.8px);
  transform: scale(1.05);
  transition: filter .3s;
}
.cat-overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,.42);
  z-index: 1; transition: background .25s;
}
.cat-card span {
  position: relative; z-index: 2; color: #fff;
  font-family: 'Oswald', sans-serif; font-size: .88rem;
  font-weight: 600; letter-spacing: .06em;
  padding: 14px 14px; width: 100%; text-align: center;
}
.cat-card-tall { height: 260px; }
.cat-label-stack {
  position: relative; z-index: 2; color: #fff;
  padding: 14px; width: 100%; text-align: center;
}
.cat-label-title {
  display: block; font-family: 'Oswald', sans-serif;
  font-size: .92rem; font-weight: 700; letter-spacing: .08em; margin-bottom: 4px;
}
.cat-label-sub {
  display: block; font-size: .78rem; color: rgba(255,255,255,.8); letter-spacing: .03em;
}

/* ============================================================
   BRANDS SECTION
   ============================================================ */
.brands-section { padding: 80px 0; background: #f7f7f7; }

.brands-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.brand-card {
  background: #fff; border: 2px solid #e8e8e8;
  padding: 28px 20px; text-align: center;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  cursor: default;
}
.brand-card:hover {
  border-color: #c0001a; transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.09);
}
.brand-inner { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.brand-wordmark {
  font-family: 'Oswald', sans-serif; font-size: 1.6rem;
  font-weight: 700; letter-spacing: .08em; line-height: 1;
}
.brand-sub { font-size: .76rem; color: #888; letter-spacing: .04em; line-height: 1.5; }

/* Brand-specific accent colors */
.brand-ford  .brand-wordmark { color: #003478; }
.brand-chevy .brand-wordmark { color: #1a1a1a; }
.brand-gmc   .brand-wordmark { color: #1a1a1a; }
.brand-ram   .brand-wordmark { color: #c0001a; }
.brand-dodge .brand-wordmark { color: #c0001a; }
.brand-toyota .brand-wordmark { color: #eb0a1e; }
.brand-nissan .brand-wordmark { color: #1a1a1a; }
.brand-other  .brand-wordmark { color: #555; }

/* ============================================================
   ABOUT SPLIT
   ============================================================ */
.about-split {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 540px;
}
.about-split-img { overflow: hidden; position: relative; }
.about-photo {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.08) brightness(1.04) saturate(1.1);
  transition: transform .5s;
}
.about-split-img:hover .about-photo { transform: scale(1.03); }
.about-split-text {
  background: #1a1a1a; padding: 64px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-tag {
  font-family: 'Oswald', sans-serif; font-size: .78rem;
  font-weight: 600; letter-spacing: .14em; color: #c0001a;
  margin-bottom: 14px;
}
.about-split-text h2 {
  font-family: 'Oswald', sans-serif; font-size: 2.2rem;
  font-weight: 700; color: #fff; margin-bottom: 22px; line-height: 1.2;
}
.about-split-text p {
  font-size: .9rem; color: #aaa; line-height: 1.8;
  margin-bottom: 16px;
}
.about-facts {
  display: flex; gap: 32px; margin: 28px 0 32px; flex-wrap: wrap;
}
.about-fact { display: flex; flex-direction: column; }
.fact-num {
  font-family: 'Oswald', sans-serif; font-size: 2.2rem;
  font-weight: 700; color: #c0001a; line-height: 1;
}
.fact-label { font-size: .78rem; color: #888; letter-spacing: .06em; margin-top: 3px; }

/* ============================================================
   FACEBOOK CTA
   ============================================================ */
.fb-cta { background: #1877f2; padding: 64px 0; }
.fb-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.fb-cta-left {
  display: flex; align-items: flex-start; gap: 28px;
  color: #fff; flex: 1; min-width: 280px;
}
.fb-icon {
  width: 64px; height: 64px; background: #fff; color: #1877f2;
  font-size: 2.4rem; font-weight: 900; font-family: Georgia, serif;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; flex-shrink: 0; padding-left: 6px;
}
.fb-cta-left h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.55rem;
  font-weight: 700; letter-spacing: .03em; margin-bottom: 8px;
}
.fb-cta-left p { font-size: .93rem; line-height: 1.7; color: rgba(255,255,255,.88); }
.fb-cta-right { flex-shrink: 0; }
.fb-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.fb-stat { display: flex; flex-direction: column; align-items: center; color: #fff; }
.fb-stat-num { font-family: 'Oswald', sans-serif; font-size: 2.2rem; font-weight: 700; }
.fb-stat-label { font-size: .78rem; color: rgba(255,255,255,.75); margin-top: 4px; text-align: center; }

/* ============================================================
   BLOG
   ============================================================ */
.blog { padding: 80px 0; background: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.blog-card {
  position: relative; min-height: 360px; overflow: hidden;
  display: flex; align-items: flex-end; cursor: pointer;
  transition: transform .25s; background: #1e2a38;
}
.blog-card:hover { transform: scale(1.01); }
.blog-card-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  filter: contrast(1.18) brightness(.95) saturate(1.25) blur(0.8px);
  transform: scale(1.05);
  transition: transform .4s, filter .3s;
}
.blog-card:hover .blog-card-img {
  transform: scale(1.08);
  filter: contrast(1.22) brightness(.98) saturate(1.3) blur(0.8px);
}
.blog-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.18) 60%);
}
.blog-card-content { position: relative; z-index: 2; color: #fff; padding: 28px; }
.blog-card-content h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.12rem;
  font-weight: 700; letter-spacing: .04em; margin-bottom: 10px; line-height: 1.3;
}
.blog-card-content p {
  font-size: .87rem; line-height: 1.65;
  color: rgba(255,255,255,.8); margin-bottom: 16px;
}
.blog-link {
  font-family: 'Oswald', sans-serif; font-size: .84rem;
  letter-spacing: .08em; color: #fff;
  text-decoration: underline; text-underline-offset: 3px;
}
.blog-card:hover .blog-link { color: #ffb3b3; }
.blog-more { text-align: center; margin-top: 40px; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { padding: 80px 0; background: #f7f7f7; }
.contact-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start; }

.contact-info h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.6rem;
  font-weight: 700; margin-bottom: 24px; color: #111;
}
.contact-detail {
  display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8;
}
.cd-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.contact-detail strong { display: block; font-size: .88rem; color: #111; margin-bottom: 4px; }
.contact-detail div { font-size: .88rem; color: #555; line-height: 1.7; }
.contact-detail a { color: #c0001a; }
.contact-detail a:hover { text-decoration: underline; }

.contact-form h3 {
  font-family: 'Oswald', sans-serif; font-size: 1.6rem;
  font-weight: 700; margin-bottom: 20px; color: #111;
}
.contact-form form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%; padding: 13px 16px;
  border: 1px solid #ddd; font-family: 'Open Sans', sans-serif;
  font-size: .9rem; color: #333; background: #fff; outline: none;
  transition: border-color .2s; appearance: auto;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: #c0001a; }
.contact-form textarea { resize: vertical; }
.form-note { font-size: .78rem; color: #888; line-height: 1.6; margin-top: 4px; }

.form-success {
  padding: 18px 20px; background: #e8f5e9;
  border-left: 4px solid #4caf50; font-size: .92rem; color: #2e7d32;
  margin-top: 16px;
}
.form-success a { color: #c0001a; }
.form-error {
  padding: 16px 20px; background: #fdecea;
  border-left: 4px solid #c0001a; font-size: .9rem; color: #b71c1c;
  margin-top: 16px;
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter { background: #fff; padding: 60px 0; border-top: 1px solid #eee; }
.newsletter-inner h3 {
  font-family: 'Open Sans', sans-serif; font-size: 1.35rem;
  font-weight: 400; color: #333; margin-bottom: 8px;
}
.newsletter-inner p { font-size: .9rem; color: #777; margin-bottom: 22px; }
.newsletter-form { display: flex; max-width: 680px; }
.newsletter-form input,
.newsletter-form select {
  flex: 1; padding: 14px 18px; border: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif; font-size: .9rem; color: #333; outline: none;
}
.newsletter-form input { border-right: none; }
.newsletter-form select { border-left: none; border-right: none; min-width: 180px; }
.newsletter-form input:focus,
.newsletter-form select:focus { border-color: #c0001a; }
.btn-submit {
  background: #c0001a; color: #fff; border: none;
  padding: 14px 22px; font-size: 1.1rem; cursor: pointer; transition: background .2s;
}
.btn-submit:hover { background: #9a0015; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #fff; border-top: 2px solid #e8e8e8; padding: 60px 0 0; }
.footer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
  padding-bottom: 48px; border-bottom: 1px solid #e0e0e0;
}
.footer-col h4 { font-size: .92rem; font-weight: 700; color: #111; margin-bottom: 14px; }
.footer-col strong { display: block; font-size: .82rem; color: #111; margin-bottom: 8px; }
.footer-col a {
  display: block; font-size: .82rem; color: #555; padding: 4px 0; transition: color .2s;
}
.footer-col a:hover { color: #c0001a; }

.footer-social {
  display: flex; justify-content: center; gap: 18px;
  padding: 36px 0; border-bottom: 1px solid #e0e0e0;
}
.social-icon {
  width: 48px; height: 48px; background: #1a1a1a; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
}
.social-icon:hover { background: #c0001a; transform: scale(1.08); }

.footer-bottom {
  text-align: center; padding: 24px 0;
  font-size: .78rem; color: #999;
}

/* ============================================================
   FLOATING FB BUTTON
   ============================================================ */
.fb-float {
  position: fixed; bottom: 28px; right: 28px;
  background: #c0001a; color: #fff;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,.28);
  font-family: 'Oswald', sans-serif; font-size: .9rem;
  font-weight: 600; letter-spacing: .04em; z-index: 9999;
  transition: background .2s, transform .2s;
}
.fb-float:hover { background: #9a0015; transform: translateY(-2px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-split { grid-template-columns: 1fr; min-height: auto; }
  .about-split-img { height: 380px; }
  .about-split-text { padding: 48px 40px; }
}

@media (max-width: 860px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .slide-content h1 { font-size: 2.6rem; }
  .hero { height: 500px; }
  .fb-cta-inner { flex-direction: column; }
  .fb-stats { justify-content: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .main-nav { display: none; }
  .hamburger { display: block; }
  .topbar-right { display: none; }
  .trust-bar-inner { justify-content: center; gap: 18px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input,
  .newsletter-form select { border: 1px solid #ccc; }
  .hero { height: 420px; }
  .slide-content h1 { font-size: 2rem; }
  .section-title { font-size: 1.55rem; }
  .inv-tabs { gap: 0; overflow-x: auto; justify-content: flex-start; }
  .inv-tab { padding: 12px 22px; font-size: .85rem; }
}

@media (max-width: 500px) {
  .category-grid { grid-template-columns: 1fr 1fr; }
  .brands-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .fb-float span { display: none; }
  .fb-float { padding: 14px; border-radius: 50%; }
  .about-split-text { padding: 36px 24px; }
}
