@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bitter:wght@500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Serif:wght@500;600;700&family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&family=Merriweather:wght@400;700;900&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --amerco-ink: #0b1f2a;
  --amerco-steel: #304090;
  --amerco-accent: #3050b0;
  --amerco-night: #1c2c5e;
  --amerco-card: #ffffff;
  --amerco-font-body: "Manrope";
  --amerco-font-heading: "Bitter";
}

body {
  font-family: var(--amerco-font-body), "Segoe UI", sans-serif;
  color: var(--amerco-ink);
  background: #fbfbfa;
}

.amerco-promo-page .entry-title,
.amerco-promo-page .page-title,
.amerco-promo-page .post-title,
.amerco-promo-page .brxe-post-title,
.amerco-promo-page .entry-header,
.amerco-promo-page .post-header,
.amerco-promo-page .bricks-post-title-wrapper {
  display: none !important;
}

.amerco-promo-page main > h1:first-of-type,
.amerco-promo-page #brx-content > h1:first-of-type {
  display: none !important;
}

.amerco-topbar {
  background: var(--amerco-night);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 0;
}

.amerco-topbar .amerco-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.amerco-header img.amerco-logo,
#brx-header .amerco-logo {
  max-width: 120px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
}

.amerco-header {
  background: #f2f6fa;
  border-bottom: 1px solid #e1e7ef;
}

.amerco-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.amerco-branding {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.amerco-logo {
  max-width: 120px;
  max-height: 70px;
  width: auto;
  height: auto;
  display: block;
}

.amerco-search {
  display: flex;
  gap: 10px;
}

.amerco-search input[type="search"] {
  flex: 1;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #cfd7e2;
  background: #fff;
  color: #0f172a;
}

.amerco-search button {
  padding: 12px 18px;
  border-radius: 8px;
  border: none;
  background: var(--amerco-accent);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  appearance: none;
}

.amerco-nav {
  border-top: 1px solid #eef2f7;
  padding: 12px 0;
}

.amerco-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 0;
}

.amerco-nav-wrap {
  position: relative;
  background: #f2f6fa;
  z-index: 30;
}

.amerco-nav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.amerco-mega-trigger {
  background: var(--amerco-accent);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.amerco-primary-menu {
  margin-left: auto;
  list-style: none !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0 !important;
  margin: 0 0 0 auto !important;
}

.amerco-primary-menu a {
  text-decoration: none;
  font-weight: 600;
  color: var(--amerco-steel);
}

.amerco-mega {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(10px);
  width: 100%;
  top: 100%;
  background: #f2f6fa;
  border-top: 1px solid #e6e9ef;
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}

.amerco-nav-wrap:hover .amerco-mega,
.amerco-nav-wrap:focus-within .amerco-mega,
.amerco-mega:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.amerco-mega-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 24px;
  padding: 30px 20px 34px;
  max-width: 1200px;
  margin: 0 auto;
}

.amerco-mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.amerco-mega-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 8px 16px;
}

.amerco-mega-col a {
  text-decoration: none;
  color: var(--amerco-steel);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.amerco-mega-count {
  font-size: 11px;
  color: #7b8794;
  background: #eef2f7;
  padding: 2px 8px;
  border-radius: 999px;
}

h1, h2, h3, h4 {
  font-family: var(--amerco-font-heading), "Georgia", serif;
}

body.amerco-font-industrial {
  --amerco-font-body: "Inter";
  --amerco-font-heading: "Archivo Black";
}

body.amerco-font-technical {
  --amerco-font-body: "IBM Plex Sans";
  --amerco-font-heading: "IBM Plex Serif";
}

body.amerco-font-classic {
  --amerco-font-body: "Source Sans 3";
  --amerco-font-heading: "Merriweather";
}

.amerco-section {
  padding: 42px 0;
}

.amerco-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.amerco-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.amerco-library-hero {
  background: linear-gradient(140deg, #ffffff, #eef3fb);
  border: 1px solid #e4e9f3;
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.amerco-library-kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  font-weight: 700;
}

.amerco-library-intro {
  margin: 0;
  color: #475569;
  line-height: 1.5;
}

.amerco-library-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.amerco-blog-header h1 {
  margin: 0;
}

.amerco-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.amerco-blog-card {
  padding: 0;
  overflow: hidden;
}

.amerco-blog-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.amerco-blog-card .amerco-card-body {
  padding: 18px;
}

.amerco-blog-card h2 {
  margin: 0;
  font-size: 1.2rem;
}

.amerco-blog-card h2 a {
  text-decoration: none;
  color: #0f172a;
}

.amerco-blog-meta {
  margin: 2px 0 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #64748b;
}

.amerco-blog-pagination ul {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 20px 0 0;
}

.amerco-blog-pagination a,
.amerco-blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  text-decoration: none;
  color: #1e3a8a;
}

.amerco-blog-pagination .current {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.amerco-hls-wrap {
  width: 100%;
}

.amerco-hls-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  background: #000;
}

.amerco-product-archive {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: start;
}

.amerco-product-archive.amerco-product-archive-no-filters {
  grid-template-columns: 1fr;
}

.amerco-product-filters {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #e5e7eb;
  display: grid;
  gap: 14px;
  position: sticky;
  top: 22px;
}

.amerco-product-filters h2 {
  font-size: 16px;
  margin: 0 0 6px;
}

.amerco-filter-group {
  display: grid;
  gap: 8px;
}

.amerco-filter-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

.amerco-filter-list {
  display: grid;
  gap: 8px;
  max-height: 240px;
  overflow: auto;
  padding: 6px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.amerco-filter-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #1f2937;
  min-height: 34px;
}

.amerco-filter-item input {
  width: 16px;
  height: 16px;
}

.amerco-filter-brand-logo {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 6px;
  padding: 3px;
  display: inline-block;
}

.amerco-filter-empty {
  font-size: 13px;
  color: #94a3b8;
}

.amerco-product-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
}

.amerco-product-results-header h2 {
  margin: 0;
  font-size: 1.2rem;
}

.amerco-product-count {
  font-size: 14px;
  color: #64748b;
}

.amerco-library-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.amerco-product-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.amerco-page-btn {
  border: 1px solid #cbd5f0;
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
}

.amerco-page-btn.is-active {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.amerco-card {
  background: var(--amerco-card);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #e6e9ef;
}

.amerco-product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.amerco-card-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.amerco-card-placeholder {
  height: 220px;
  background: #e6ebf2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #6b7280;
  font-size: 14px;
}

.amerco-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.amerco-card-body h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.amerco-card-body h3 a {
  text-decoration: none;
  color: #0f172a;
}

.amerco-card-body h3 a:hover {
  color: #1d4ed8;
}

.amerco-hero-subtitle {
  color: var(--amerco-steel);
  margin: 0;
  line-height: 1.5;
}

.amerco-product-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 1.2fr;
  gap: 30px;
}

.amerco-product-single {
  display: grid;
  gap: 18px;
}

.amerco-single-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.amerco-single-header h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.amerco-single-sku {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  border-radius: 999px;
  padding: 6px 10px;
}

.amerco-single-media-col {
  display: grid;
  gap: 12px;
}

.amerco-single-main-image {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e6e9ef;
  padding: 10px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  aspect-ratio: 1 / 1;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.amerco-single-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.amerco-product-content {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid #e6e9ef;
}

.amerco-product-description {
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  margin: 0 0 18px;
}

.amerco-single-content {
  color: #334155;
  line-height: 1.65;
}

.amerco-product-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.amerco-gallery-thumb-btn {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
  transition: transform 0.15s ease;
}

.amerco-gallery-thumb-btn:hover {
  transform: translateY(-1px);
}

.amerco-gallery-thumb-btn.is-active .amerco-product-thumb {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2), 0 6px 14px rgba(15, 23, 42, 0.08);
}

.amerco-product-thumb {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.amerco-promo-wrap {
  padding-top: 24px;
  position: relative;
}

.amerco-promo-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 220px;
  background: radial-gradient(1200px 240px at 20% 0%, rgba(59, 130, 246, 0.12), rgba(59, 130, 246, 0));
  pointer-events: none;
}

.amerco-promo-campaign-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #1e3a8a;
}

.amerco-promo-campaign-pill {
  display: inline-flex !important;
  align-items: center;
  align-self: start;
  justify-self: start;
  width: auto !important;
  max-width: max-content;
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(8, 18, 32, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.amerco-promo-banner {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  border-radius: 14px;
  border: 1px solid #d6e2f2;
  background: #1e3a8a;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.amerco-promo-banner-overlay {
  padding: 16px 18px;
  color: #fff;
  background: linear-gradient(100deg, rgba(8, 18, 32, 0.88), rgba(8, 18, 32, 0.6) 60%, rgba(8, 18, 32, 0.2));
  display: grid;
  justify-items: start;
  gap: 8px;
}

.amerco-promo-banner-overlay h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.15;
  color: #fff;
}

.amerco-promo-banner-overlay p {
  margin: 0;
  color: #e2e8f0;
  max-width: 88ch;
}

.amerco-promo-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.amerco-promo-wrap .amerco-promo-grid {
  display: grid;
  grid-template-columns: 3fr 1fr !important;
  gap: 16px;
  align-items: stretch;
  position: relative;
}

.amerco-promo-wrap .amerco-promo-grid > * {
  min-width: 0;
}

.amerco-promo-wrap .amerco-promo-main {
  grid-column: 1;
  grid-row: 1;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #d7e0ee;
  background: #e8eef7;
  min-height: 0;
  aspect-ratio: 15 / 8;
  display: block;
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  justify-self: stretch;
  align-self: stretch;
}

.amerco-promo-wrap .amerco-promo-main img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.amerco-promo-main-overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 760px;
  background: rgba(8, 18, 32, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px 22px;
  backdrop-filter: blur(3px);
}

.amerco-promo-main-badge {
  margin: 0 0 8px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.88);
  color: #fff;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.amerco-promo-main-kicker {
  margin: 0 0 6px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #dbeafe;
}

.amerco-promo-main-overlay h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.8vw, 2.35rem);
  line-height: 1.15;
}

.amerco-promo-main-copy {
  margin: 10px 0 0;
  font-size: 1.18rem;
  line-height: 1.5;
  color: #e2e8f0;
}

.amerco-promo-main-cta {
  margin-top: 12px;
  min-height: 44px;
  padding: 10px 18px;
  font-size: 1rem;
}

.amerco-promo-main-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.amerco-promo-main-actions .amerco-promo-main-cta {
  margin-top: 0;
}

.amerco-promo-wrap .amerco-promo-side {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  align-self: stretch;
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 3;
}

.amerco-promo-copy-card,
.amerco-promo-secondary-card {
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  min-height: 0;
}

.amerco-promo-copy-card {
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 10px;
}

.amerco-promo-copy-card h2 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.amerco-promo-copy-card p {
  margin: 0;
  color: #334155;
  line-height: 1.5;
}

.amerco-promo-bridge-copy {
  margin: 0;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #475569;
  font-weight: 700;
}

.amerco-promo-secondary-image-link {
  position: absolute;
  inset: 0;
  display: block;
}

.amerco-promo-secondary-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.amerco-promo-secondary-card .amerco-card-placeholder {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 0;
}

.amerco-promo-secondary-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  display: grid;
  gap: 6px;
  background: linear-gradient(180deg, rgba(8, 18, 32, 0.18), rgba(8, 18, 32, 0.9));
  color: #fff;
}

.amerco-promo-secondary-content h3 {
  margin: 0;
  font-size: 1.02rem;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

.amerco-promo-secondary-content p {
  margin: 0;
  color: #e2e8f0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.amerco-promo-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.amerco-promo-secondary-actions .amerco-cta-primary {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 0.9rem;
}

.amerco-cta-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.amerco-cta-secondary:hover,
.amerco-cta-secondary:focus {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.amerco-promo-secondary-card {
  position: relative;
  min-height: 0;
}

.amerco-doc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.amerco-doc-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(48, 80, 176, 0.25);
  color: var(--amerco-accent);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  background: rgba(48, 80, 176, 0.08);
}

.amerco-docs-panel h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.amerco-tuffy-panel {
  border: 0;
  background: transparent;
  border-radius: 12px;
  padding: 0;
  margin-top: 14px;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  align-items: start;
}

.amerco-tuffy-head {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  margin: 0;
}

.amerco-tuffy-logo {
  width: 98px;
  height: 98px;
  object-fit: contain;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.amerco-tuffy-head h2 {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #92400e;
}

.amerco-tuffy-panel p {
  position: relative;
  margin: 0;
  color: #334155;
  background: #fff8dc;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 10px 12px;
  align-self: start;
}

.amerco-tuffy-panel p::before {
  content: "";
  position: absolute;
  top: 14px;
  left: -7px;
  width: 12px;
  height: 12px;
  background: #fff8dc;
  border-left: 1px solid #fde68a;
  border-bottom: 1px solid #fde68a;
  transform: rotate(45deg);
}

.amerco-doc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.amerco-doc-link {
  text-decoration: none;
  font-weight: 600;
  color: var(--amerco-accent);
}

.amerco-hero-actions {
  margin-top: 18px;
}

.amerco-cta-primary {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid #c53030;
  background: #c53030;
  color: #fff;
  font-weight: 600;
}

.amerco-cta-primary:hover,
.amerco-cta-primary:focus {
  border-color: #9b2c2c;
  background: #9b2c2c;
  color: #fff;
}

.amerco-pricing-request {
  margin-top: 0;
  padding: 8px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.amerco-contact-alert {
  margin: 8px 0 12px;
  padding: 9px 11px;
  border-radius: 10px;
  background: #fff4e5;
  border: 1px solid #f7d7a8;
  color: #7c2d12;
  font-size: 0.9rem;
}

.amerco-contact-alert a {
  color: #9a3412;
  font-weight: 700;
  text-decoration: none;
}

.amerco-newsletter-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  max-width: 100%;
}

.amerco-newsletter-form label {
  display: grid;
  gap: 5px;
  font-size: 0.82rem;
  color: #334155;
  font-weight: 600;
}

.amerco-newsletter-form input[type="text"],
.amerco-newsletter-form input[type="email"] {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1.02rem;
  line-height: 1.25;
  min-height: 48px;
}

.amerco-newsletter-form .amerco-cta-primary {
  width: auto;
  justify-self: start;
  min-height: 40px;
  padding: 9px 16px;
  font-size: 0.95rem;
}

#amerco-newsletter-modal .amerco-modal-dialog {
  width: min(640px, calc(100vw - 28px));
  max-width: 640px;
}

#amerco-newsletter-modal .amerco-newsletter-request {
  max-width: 560px;
}

#amerco-newsletter-modal input[type="email"],
#amerco-newsletter-modal .ff-el-input--content input[type="email"],
#amerco-newsletter-modal .ff-el-input--content input[type="text"],
#amerco-newsletter-modal .ff-el-form-control {
  min-height: 50px;
  font-size: 1.04rem;
  padding: 12px 14px;
}

.amerco-pricing-cta {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #f8fbff;
}

.amerco-pricing-cta h2,
.amerco-pricing-request h2 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.amerco-pricing-cta > p,
.amerco-pricing-request > p {
  margin: 0 0 12px;
  color: #475569;
}

.amerco-pricing-note {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
}

.amerco-modal[hidden] {
  display: none !important;
}

.amerco-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.amerco-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.6);
}

.amerco-modal-dialog {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 26px 56px rgba(2, 6, 23, 0.4);
  padding: 22px 20px;
}

.amerco-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.amerco-modal-close::before {
  content: "\00d7";
  font-size: 24px;
  line-height: 1;
  font-family: Arial, "Helvetica Neue", sans-serif;
  transform: translateY(-1px);
}

body.amerco-modal-open {
  overflow: hidden;
}

.amerco-modal .ff-el-form-top fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.amerco-modal .ff-el-form-top fieldset > .ff-el-group {
  margin: 0 !important;
}

.amerco-modal .ff-el-form-top fieldset > .ff_submit_btn_wrapper {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .amerco-modal .ff-el-form-top fieldset {
    grid-template-columns: 1fr;
  }

  .amerco-modal .ff-el-form-top fieldset > .ff_submit_btn_wrapper {
    grid-column: auto;
  }
}

.amerco-category-breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

.amerco-category-breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.amerco-category-hero-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6e9ef;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.amerco-category-hero-image {
  min-height: 280px;
  background-size: cover;
  background-position: center;
}

.amerco-category-hero-image.is-empty {
  background: #eef2f7;
}

.amerco-category-hero-video {
  min-height: 280px;
  background: #eef2f7;
}

.amerco-category-hero-video .amerco-hls-wrap {
  max-width: none !important;
  width: 100%;
}

.amerco-category-hero-video .amerco-hls-video {
  width: 100%;
  min-height: 280px;
  height: 280px;
  display: block;
  object-fit: cover;
  background: #eef2f7;
}

.amerco-category-hero-overlay {
  position: absolute;
  left: 20px;
  bottom: 18px;
  max-width: min(760px, 85%);
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.15);
  z-index: 2;
}

.amerco-category-hero-overlay h1 {
  margin: 0;
}

.amerco-category-hero-overlay p {
  margin: 6px 0 0;
  color: #475569;
}

.amerco-about-page {
  display: grid;
  gap: 20px;
}

.amerco-about-hero {
  position: relative;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d9e0ec;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.12);
}

.amerco-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(8, 31, 61, 0.82), rgba(8, 31, 61, 0.35));
}

.amerco-about-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 42px 34px;
  color: #fff;
}

.amerco-about-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  opacity: 0.9;
}

.amerco-about-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.02;
}

.amerco-about-hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.94);
}

.amerco-about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.amerco-about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.amerco-about-stat {
  background: linear-gradient(180deg, #ffffff, #f4f7fc);
  border: 1px solid #d9e0ed;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.amerco-about-stat strong {
  display: block;
  font-size: clamp(24px, 2.4vw, 34px);
  color: #10294f;
  line-height: 1.1;
}

.amerco-about-stat span {
  display: block;
  margin-top: 4px;
  color: #4f6279;
  font-size: 13px;
}

.amerco-about-card {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.amerco-about-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.amerco-about-card p {
  margin: 0;
  color: #3f4f64;
}

.amerco-about-split {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 18px;
}

.amerco-about-copy,
.amerco-about-quote {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.amerco-about-copy p {
  margin: 0 0 12px;
  color: #32465c;
}

.amerco-about-copy p:last-child {
  margin-bottom: 0;
}

.amerco-about-band {
  background: linear-gradient(110deg, #0d2a53, #1f4c90);
  color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 22px;
  box-shadow: 0 14px 30px rgba(12, 31, 61, 0.3);
}

.amerco-about-band h3 {
  color: #fff;
  margin: 0 0 8px;
}

.amerco-about-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.amerco-about-timeline {
  display: grid;
  gap: 12px;
}

.amerco-about-step {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.amerco-about-step h4 {
  margin: 0 0 6px;
  font-size: 17px;
}

.amerco-about-step p {
  margin: 0;
  color: #4a5d74;
}

.amerco-about-quote {
  background: linear-gradient(145deg, #0f2c57, #22488a);
  color: #fff;
}

.amerco-about-quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 19px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

.amerco-about-quote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  opacity: 0.85;
}

.amerco-about-cta {
  background: #fff;
  border: 1px solid #dbe2ef;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.amerco-about-cta h3 {
  margin: 0;
  font-size: 26px;
}

.amerco-about-cta p {
  margin: 6px 0 0;
  color: #4a5d74;
}

@media (max-width: 980px) {
  .amerco-about-stats,
  .amerco-about-cards,
  .amerco-about-split {
    grid-template-columns: 1fr;
  }

  .amerco-about-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.amerco-category-intro,
.amerco-category-section,
.amerco-category-landing-content {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e6e9ef;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  padding: 22px;
}

.amerco-tilepopper-landing {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.amerco-tilepopper-landing .wp-block-group,
.amerco-tilepopper-landing .wp-block-cover,
.amerco-tilepopper-landing .wp-block-columns {
  border-radius: 16px;
  overflow: hidden;
}

.amerco-tilepopper-landing .wp-block-group,
.amerco-tilepopper-landing .wp-block-cover {
  margin-bottom: 18px;
}

.amerco-tilepopper-landing .wp-block-button__link {
  border-radius: 999px;
  font-weight: 600;
  padding: 0.65rem 1rem;
}

.amerco-tilepopper-landing h1,
.amerco-tilepopper-landing h2,
.amerco-tilepopper-landing h3 {
  letter-spacing: -0.01em;
}

.amerco-category-intro-text,
.amerco-category-section-body {
  color: #334155;
  line-height: 1.65;
}

.amerco-category-bullets {
  margin: 14px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.amerco-category-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.amerco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
}

.amerco-chip {
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 12px;
  padding: 8px 10px;
  text-decoration: none;
  color: #0f172a;
}

.amerco-subcat-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.amerco-subcat-image {
  width: 100%;
  height: 84px;
  object-fit: cover;
  border-radius: 8px;
}

.amerco-chip-brand {
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.amerco-brand-logo {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.amerco-product-pager .page-numbers {
  display: inline-flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.amerco-product-pager a,
.amerco-product-pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  border: 1px solid #cbd5f0;
  background: #fff;
  border-radius: 10px;
  padding: 0 10px;
  text-decoration: none;
  color: #0f172a;
}

.amerco-product-pager .current {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

@media (max-width: 980px) {
  .amerco-product-archive,
  .amerco-product-layout {
    grid-template-columns: 1fr;
  }

  .amerco-single-main-image {
    min-height: 260px;
  }

  .amerco-product-filters {
    position: static;
  }

  .amerco-category-hero-overlay {
    position: static;
    max-width: none;
    margin: 14px;
  }
}

/* Home page */
.amerco-hero {
  background: #fff;
  padding: 34px 0 44px;
}

.amerco-hero-inner {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(260px, 0.45fr);
  gap: 20px;
}

.amerco-hero-main {
  min-height: 0;
  aspect-ratio: 2 / 1;
}

.amerco-hero-aside {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-content: stretch;
  height: 100%;
}

.amerco-hero-tile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #cfdaeb;
  background-size: cover;
  background-position: center;
  border: 1px solid #d9e2ef;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
}

.amerco-hero-tile-small {
  min-height: 0;
  aspect-ratio: auto;
  height: 100%;
}

.amerco-hero-tile-mini {
  min-height: 0;
  aspect-ratio: auto;
  height: 100%;
}

.amerco-hero-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.amerco-hero-overlay {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background: linear-gradient(
    to top,
    rgba(8, 18, 32, 0.64) 0%,
    rgba(8, 18, 32, 0.34) 36%,
    rgba(8, 18, 32, 0.08) 58%,
    rgba(8, 18, 32, 0) 76%
  );
  color: #fff;
}

.amerco-hero-overlay h3,
.amerco-hero-overlay h4,
.amerco-hero-overlay p {
  margin: 0 0 8px;
  color: #fff;
}

.amerco-featured-product-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 100%;
  padding: 14px;
  background: linear-gradient(
    to top,
    rgba(8, 18, 32, 0.7) 0%,
    rgba(8, 18, 32, 0.36) 34%,
    rgba(8, 18, 32, 0.08) 56%,
    rgba(8, 18, 32, 0) 74%
  );
}

.amerco-featured-product-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(197, 48, 48, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.62rem;
  font-weight: 700;
}

.amerco-featured-product-overlay h3,
.amerco-featured-product-overlay h4 {
  margin: 0;
  align-self: flex-start;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.amerco-hero-mini-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 100%;
}

.amerco-specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 12px;
}

.amerco-specialty-card {
  position: relative;
  min-height: 148px;
  border-radius: 12px;
  overflow: hidden;
  background: #e7ebf2;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}

.amerco-specialty-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 12px;
  background: linear-gradient(140deg, rgba(12, 20, 32, 0.48), rgba(12, 20, 32, 0.06));
}

.amerco-specialty-overlay span {
  color: #fff;
  background: rgba(12, 20, 32, 0.42);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.amerco-billboard-row {
  padding-top: 12px;
}

.amerco-billboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.amerco-billboard-grid.is-single {
  grid-template-columns: 1fr;
}

.amerco-billboard-card {
  position: relative;
  min-height: 180px;
  border-radius: 14px;
  overflow: hidden;
  background: #dde6f4;
  border: 1px solid #dde4f0;
  text-decoration: none;
}

.amerco-billboard-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amerco-billboard-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  z-index: 1;
  background: linear-gradient(120deg, rgba(8, 18, 32, 0.62), rgba(8, 18, 32, 0.16));
}

.amerco-billboard-overlay h3,
.amerco-billboard-overlay p {
  margin: 0;
  color: #fff;
}

.amerco-category-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.amerco-category-card {
  position: relative;
  min-height: 170px;
  background: #1c2c5e;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  border: 0;
  padding: 0;
}

.amerco-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(8, 16, 28, 0.66), rgba(8, 16, 28, 0.2));
}

.amerco-category-parent-link,
.amerco-category-children {
  position: relative;
  z-index: 1;
}

.amerco-category-parent-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.amerco-category-overlay {
  padding: 14px;
  display: grid;
  gap: 4px;
}

.amerco-category-children {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 12px 12px;
}

.amerco-category-child {
  text-decoration: none;
  color: #1c2c5e;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
}

.amerco-brand-row {
  padding-top: 24px;
}

.amerco-brand-carousel {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e6e9ef;
  padding: 12px 0;
}

.amerco-brand-track {
  display: flex;
  gap: 14px;
  align-items: center;
  width: max-content;
  animation: amerco-marquee 28s linear infinite;
}

.amerco-brand-card {
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 12px;
  padding: 14px;
  min-height: 82px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--amerco-steel);
}

.amerco-brand-card img {
  max-width: 120px;
  max-height: 48px;
  object-fit: contain;
}

@keyframes amerco-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .amerco-hero-inner,
  .amerco-billboard-grid {
    grid-template-columns: 1fr;
  }

  .amerco-specialty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Clean home rebuild */
.acc-home-hero {
  padding: 38px 0 22px;
}

.acc-home-hero-intro {
  margin-bottom: 14px;
}

.acc-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
  gap: 20px;
}

.acc-home-hero-copy {
  min-height: 420px;
}

.acc-home-kicker {
  margin: 0 0 8px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  opacity: .78;
}

.acc-home-hero-copy h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.acc-home-subtitle {
  margin: 0;
  color: #dbe7ff;
  line-height: 1.6;
}

.acc-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.acc-home-ghost {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .52);
  color: #fff;
  font-weight: 600;
}

.acc-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.acc-home-metric {
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.acc-home-metric strong {
  display: block;
  font-size: 1.1rem;
}

.acc-home-metric span {
  font-size: .8rem;
  opacity: .85;
}

.acc-home-hero-media {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
}

.acc-home-main-media,
.acc-home-mini-card {
  border-radius: 16px;
  border: 1px solid #dce4ef;
  background: #e5ecf7;
  background-size: cover;
  background-position: center;
}

.acc-home-main-media {
  min-height: 420px;
  position: relative;
}

.acc-home-main-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(8, 18, 32, .1), rgba(8, 18, 32, .6));
}

.acc-home-mini-card {
  min-height: 120px;
}

.acc-home-mini-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.acc-home-specialties {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.acc-home-specialty {
  text-decoration: none;
  color: #0f172a;
}

.acc-home-specialty-media {
  min-height: 140px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #e5ecf7;
  background-size: cover;
  background-position: center;
}

.acc-home-specialty-label {
  margin-top: 8px;
  font-weight: 600;
}

.acc-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.acc-home-category-card {
  text-decoration: none;
  color: #0f172a;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.acc-home-category-media {
  min-height: 132px;
  background: #e5ecf7;
  background-size: cover;
  background-position: center;
}

.acc-home-category-meta {
  padding: 10px;
  display: grid;
  gap: 4px;
}

.acc-home-category-meta span {
  color: #64748b;
  font-size: .86rem;
}

.acc-home-brands {
  padding-top: 8px;
}

.acc-home-brand-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.acc-home-brand {
  min-height: 82px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  color: #0f172a;
}

.acc-home-brand img {
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .acc-home-specialties,
  .acc-home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .acc-home-brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .amerco-promo-wrap .amerco-promo-grid {
    grid-template-columns: 1fr !important;
  }

  .amerco-promo-wrap .amerco-promo-main {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 15 / 8;
  }

  .amerco-promo-wrap .amerco-promo-side {
    grid-column: 1;
    grid-row: auto;
    grid-template-rows: auto;
  }

  .acc-home-hero-grid {
    grid-template-columns: 1fr;
  }

  .acc-home-main-media { min-height: 320px; }

  .acc-home-specialties,
  .acc-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acc-home-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .acc-home-specialties,
  .acc-home-category-grid,
  .acc-home-brand-grid {
    grid-template-columns: 1fr;
  }

  .acc-home-metrics {
    grid-template-columns: 1fr;
  }
}

.amerco-sds-library {
  display: grid;
  gap: 18px;
  margin: 18px 0;
}

.amerco-sds-brand {
  background: #fff;
  border: 1px solid #d9e1ee;
  border-radius: 12px;
  padding: 16px;
}

.amerco-sds-brand h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.amerco-sds-brand h3 span {
  color: #56627a;
  font-size: 0.9em;
  font-weight: 600;
}

.amerco-sds-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.amerco-sds-list li {
  align-items: center;
  border: 1px solid #e8edf6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}

.amerco-sds-list a {
  color: #0a2a50;
  font-weight: 700;
  text-decoration: none;
}

.amerco-sds-list a:hover {
  text-decoration: underline;
}

.amerco-sds-list small {
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .amerco-sds-list li {
    align-items: flex-start;
    flex-direction: column;
  }
}

.amerco-footer {
  background: #0a1b2f;
  color: #d7e4f5;
  margin-top: 56px;
  padding: 40px 0 20px;
}

.amerco-footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.amerco-footer-col h4 {
  color: #ffffff;
  font-size: 1rem;
  margin: 0 0 10px;
}

.amerco-footer-col p {
  margin: 0 0 8px;
}

.amerco-footer-logo {
  display: block;
  height: auto;
  margin: 0 0 12px;
  max-width: 160px;
}

.amerco-footer a {
  color: #bfe4ff;
  text-decoration: none;
}

.amerco-footer a:hover {
  text-decoration: underline;
}

.amerco-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.amerco-footer-links li {
  margin: 0 0 6px;
}

.amerco-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  margin-top: 22px;
  padding-top: 14px;
}

@media (max-width: 900px) {
  .amerco-footer-grid {
    grid-template-columns: 1fr;
  }
}

.amerco-contact-map-section {
  margin-top: 32px;
}

.amerco-contact-map-section h2 {
  margin-bottom: 8px;
}

.amerco-contact-map-wrap {
  border: 1px solid #d9e1ee;
  border-radius: 12px;
  overflow: hidden;
}

.acc-overview-section {
  padding: 64px 0;
}

.acc-overview-shell {
  display: grid;
  gap: 20px;
}

.acc-overview-hero {
  background-color: #0b1f49;
  background-image:
    linear-gradient(120deg, rgba(6, 17, 44, 0.9) 18%, rgba(13, 50, 125, 0.76) 52%, rgba(35, 120, 211, 0.4) 100%),
    var(--acc-overview-hero-image, none);
  background-size: cover;
  background-position: center;
  border-radius: 22px;
  color: #fff;
  padding: clamp(28px, 4vw, 52px);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 26px 54px rgba(9, 16, 34, 0.38);
}

.acc-overview-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.98;
}

.acc-overview-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2.3rem, 6vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.35);
}

.acc-overview-subhead {
  margin: 0;
  max-width: 70ch;
  font-size: clamp(1.02rem, 2vw, 1.32rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
}

.acc-overview-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.acc-overview-stats div {
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(2px);
}

.acc-overview-stats strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.1;
}

.acc-overview-stats span {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.acc-overview-call {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 22px;
  background: #fff;
  color: #173a88;
  font-weight: 800;
  font-size: 1.02rem;
}

.acc-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.acc-overview-card {
  background: #fff;
  border: 1px solid #dbe3f0;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.acc-overview-card h3 {
  margin: 0 0 10px;
  color: #122b57;
  font-size: 1.25rem;
}

.acc-overview-card h3 a {
  color: inherit;
  text-decoration: none;
}

.acc-overview-card h3 a:hover {
  text-decoration: underline;
}

.acc-overview-card-copy {
  margin: 0 0 10px;
  color: #4b5e79;
  line-height: 1.5;
  padding: 10px 12px;
  border: 1px solid #dbe6f6;
  border-radius: 10px;
  background: #f5f9ff;
}

.acc-overview-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px dashed #d4dfef;
}

.acc-overview-card ul a {
  color: #173a88;
  text-decoration: none;
}

.acc-overview-card ul a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .acc-overview-stats,
  .acc-overview-grid {
    grid-template-columns: 1fr;
  }

  .acc-overview-hero {
    min-height: 360px;
  }
}
