/** Shopify CDN: Minification failed

Line 46:13 Expected identifier but found whitespace
Line 46:15 Unexpected "{"
Line 46:24 Expected ":"
Line 47:8 Expected identifier but found whitespace
Line 47:10 Unexpected "{"
Line 47:19 Expected ":"
Line 182:13 Expected identifier but found whitespace
Line 182:15 Unexpected "{"
Line 182:24 Expected ":"
Line 206:13 Expected identifier but found whitespace
... and 26 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:license-plate-frames-page (INDEX:46) */
/* FIXED TITLE SIZE */
.alp-title {
  font-size: clamp(48px, 5vw, 70px);
  line-height: 1.05;
  margin: 0 0 16px;
  font-weight: 800;
}
/* FIX GALLERY IMAGE CROPPING */
.alp-gallery-image {
  padding: 0; /* remove inner spacing */
  margin-bottom: 12px; /* tighten gap to text */
}

.alp-gallery-image img,
.alp-gallery-image svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
/* (keep rest of your CSS EXACTLY the same) */
/* END_SECTION:license-plate-frames-page */

/* START_SECTION:license-plates-page (INDEX:47) */
.license-plates-page {
  background: {{ section.settings.page_bg }};
  color: {{ section.settings.text_color }};
}

.license-plates-page .page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.alp-hero {
  padding: 70px 0 50px;
  background: linear-gradient(180deg, {{ section.settings.hero_bg }} 0%, {{ section.settings.page_bg }} 100%);
}

.alp-hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.alp-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  color: rgba(0,0,0,0.72);
}

.alp-title {
  font-size: clamp(70px, 5vw, 54px);
  line-height: 1.05;
  margin: 0 0 16px;
  font-weight: 800;
}

.alp-subtitle {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 26px;
  color: rgba(0,0,0,0.72);
  max-width: 640px;
}

.alp-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}

.alp-btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.25s ease;
  border: none;
  cursor: pointer;
}

.alp-btn--primary {
  border: 4px solid rgba(0,0,0,0.12);
  color: rgba(243, 243, 243, 1);
  background: rgba(9, 4, 160, 1);
  box-shadow: 0 8px 20px rgba(5, 2, 84, 1);
}

.alp-btn--primary:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.alp-btn--secondary {
  border: 4px solid rgba(0,0,0,0.12);
  color: rgba(243, 243, 243, 1);
  background: rgba(9, 4, 160, 1);
  box-shadow: 0 8px 20px rgba(5, 2, 84, 1);
}

.alp-btn--secondary:hover {
  background: rgba(255,255,255,0.92);
}

.alp-hero__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alp-hero__image img,
.alp-hero__image svg {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: contain;
}

.alp-section {
  padding-top: 40px;
  padding-bottom: 10px;
}

.alp-section__heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 35px;
}

.alp-section__heading h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.alp-section__heading p {
  margin-top: 10px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(0,0,0,0.7);
}

.alp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.alp-feature-card {
  background: {{ section.settings.card_bg }};
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 24px 20px;
}

.alp-feature-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.alp-feature-card p {
  margin: 0;
  line-height: 1.6;
  color: rgba(0,0,0,0.7);
}

.alp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.alp-gallery-card {
  background: {{ section.settings.card_bg }};
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  overflow: hidden;
}

.alp-gallery-image img,
.alp-gallery-image svg {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.alp-gallery-content {
  padding: 18px;
}

.alp-gallery-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.alp-gallery-content p {
  margin: 0;
  line-height: 1.6;
  color: rgba(0,0,0,0.7);
}

.alp-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.alp-spec-card {
  background: {{ section.settings.card_bg }};
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 28px;
}

.alp-spec-card h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

.alp-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alp-spec-list li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  line-height: 1.6;
  color: rgba(0,0,0,0.78);
}

.alp-spec-list li:last-child {
  border-bottom: none;
}

.alp-faq {
  max-width: 900px;
  margin: 0 auto;
}

.alp-faq-item {
  position: relative;
  background: {{ section.settings.card_bg }};
  border: 4px solid rgba(30, 3, 184, 1);
  border-radius: 18px;
  margin-bottom: 14px;
  overflow: hidden;
}

.alp-faq-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  color: rgba(0,0,0,0.7);
  list-style: none;
  padding: 22px 70px 22px 22px;
}

/* REMOVE default arrow */
.alp-faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS SYMBOL */
.alp-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  font-weight: 700;
  color: {{ section.settings.accent_color }};
  transition: 0.2s ease;
}

/* CHANGE TO MINUS WHEN OPEN */
.alp-faq-item[open] summary::after {
  content: "−";
}

.alp-faq-item p {
  margin: 0;
  padding: 0 22px 22px 22px;
  line-height: 1.7;
  color: rgba(0,0,0,0.7);
}


#quote-form {
  background: {{ section.settings.page_bg }};
}

.alp-form-wrap {
  background: {{ section.settings.card_bg }};
  border: 1px solid rgba(0,0,0,0.10);
  color: {{ section.settings.text_color }};
}

.alp-form-intro h2 {
  color: {{ section.settings.text_color }};
}

.alp-form-intro p {
  color: {{ section.settings.text_color }};
  opacity: 0.8;
}

.alp-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.alp-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.alp-field label {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2937;
}

.alp-field input,
.alp-field textarea,
.alp-field select {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #ecececff;
  border: 1px solid #bfc7d4;
  color: #111827;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}

.alp-field input::placeholder,
.alp-field textarea::placeholder {
  color: #6b7280;
}

.alp-field input:focus,
.alp-field textarea:focus,
.alp-field select:focus {
  outline: none;
  border-color: #6fb3ff;
  box-shadow: 0 0 0 3px rgba(111,179,255,0.2);
}

.alp-field textarea {
  min-height: 140px;
  resize: vertical;
}

.alp-form-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f3f6fa;
  border: 1px solid #d7dbe2;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

.alp-form-actions {
  margin-top: 20px;
}

.alp-success,
.alp-errors {
  margin-bottom: 18px;
  border-radius: 14px;
  padding: 14px 16px;
}

.alp-success {
  background: #ecfdf3;
  border: 1px solid #86efac;
  color: #166534;
}

.alp-errors {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.alp-bottom-cta {
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.3));
  border-radius: 26px;
  padding: 40px 24px;
  border: 1px solid rgba(0,0,0,0.08);
}

.alp-bottom-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
}

.alp-bottom-cta p {
  max-width: 700px;
  margin: 0 auto 22px;
  line-height: 1.7;
  color: rgba(0,0,0,0.75);
}

.alp-why-banner {
  margin: 10px auto 20px;
  max-width: 900px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.alp-why-banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 989px) {
  .alp-hero__grid,
  .alp-specs,
  .alp-feature-grid,
  .alp-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 749px) {
  .alp-hero {
    padding: 50px 0 35px;
  }

  .alp-hero__grid,
  .alp-specs,
  .alp-feature-grid,
  .alp-gallery-grid,
  .alp-form-grid {
    grid-template-columns: 1fr;
  }

  .alp-title {
    font-size: 34px;
  }

  .alp-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .alp-btn {
    text-align: center;
  }

  .alp-form-wrap {
    padding: 22px;
  }
}
/* END_SECTION:license-plates-page */