/* Sheriff Taxi – Complete Design System v2.0
   Modern, premium, conversion-focused redesign
   ============================================================ */

/* Google Fonts import */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap');

/* ── CSS Custom Properties ──────────────────────────────────── */
:root {
  --st-primary: #0067FF;
  --st-primary-dark: #0052CC;
  --st-primary-light: #E8F1FF;
  --st-dark: #0F172A;
  --st-text: #334155;
  --st-text-light: #64748B;
  --st-bg: #F8FAFC;
  --st-bg-alt: #F1F5F9;
  --st-white: #ffffff;
  --st-border: #E2E8F0;
  --st-border-light: #F1F5F9;
  --st-success: #059669;
  --st-radius: 10px;
  --st-radius-lg: 16px;
  --st-shadow-sm: 0 1px 3px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04);
  --st-shadow-md: 0 4px 12px rgba(15,23,42,0.08), 0 2px 4px rgba(15,23,42,0.04);
  --st-shadow-lg: 0 10px 30px rgba(15,23,42,0.10), 0 4px 8px rgba(15,23,42,0.04);
  --st-max-w: 880px;
  --st-max-w-wide: 1080px;
  --st-font-serif: 'IBM Plex Serif', 'Roboto Slab', Georgia, serif;
  --st-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --st-transition: 0.2s ease;
}

/* ── Global Reset & Base ────────────────────────────────────── */
.elementor-3605 {
  background-color: var(--st-bg) !important;
}

/* ── Hero Section ─────────────────────────────────────────── */
.elementor-3605 .elementor-element-c93912a {
  position: relative;
  overflow: hidden;
}
.elementor-3605 .elementor-element-c93912a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(7,6,20,0.55);
  pointer-events: none;
  z-index: 1;
}
.elementor-3605 .elementor-element-c93912a .e-con-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.elementor-3605 .elementor-element-c93912a .elementor-heading-title {
  font-family: var(--st-font-serif) !important;
  font-weight: 700;
  color: #fff !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
  .elementor-3605 .elementor-element-c93912a {
  }
  .elementor-3605 .elementor-element-c93912a .elementor-heading-title {
    font-size: 1.7rem !important;
  }
}

/* ── Content Container ──────────────────────────────────────── */
.elementor-3605 .e-con-boxed.e-parent {
  background-color: transparent !important;
  --padding-left: 4rem;
  --padding-right: 4rem;
  --padding-top: 3rem;
  --padding-bottom: 3rem;
  padding: 3rem 4rem !important;
  padding-inline-start: 4rem !important;
  padding-inline-end: 4rem !important;
  padding-block-start: 3rem !important;
  padding-block-end: 3rem !important;
}
.elementor-3605 .e-con-boxed.e-parent > .e-con-inner {
  max-width: var(--st-max-w);
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Remove the old alternating backgrounds */
.elementor-3605 .e-con-boxed.e-parent:nth-of-type(even),
.elementor-3605 .e-con-boxed.e-parent:nth-of-type(odd) {
  background-color: transparent !important;
}

/* Hero: keep original background image, add dark overlay via ::before */

/* First section after hero gets less top padding (the intro section) */
.elementor-3605 .elementor-element-4fa9149 > .e-con-inner {
  padding-top: 3.5rem !important;
}

/* ── Typography ───────────────────────────────────────────── */
.elementor-3605 .elementor-heading-title {
  font-family: var(--st-font-serif) !important;
  font-weight: 700;
  color: var(--st-dark);
  line-height: 1.25;
}
.elementor-3605 h2.elementor-heading-title {
  font-size: 1.75rem !important;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}
.elementor-3605 h3.elementor-heading-title {
  font-size: 1.35rem !important;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}

.elementor-3605 .elementor-widget-text-editor,
.elementor-3605 .elementor-widget-text-editor p {
  font-family: var(--st-font-sans) !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: var(--st-text);
  margin-bottom: 0.85rem;
}

.elementor-3605 .elementor-widget-text-editor strong {
  color: var(--st-dark);
  font-weight: 600;
}

.elementor-3605 .elementor-widget-text-editor ul,
.elementor-3605 .elementor-widget-text-editor ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.elementor-3605 .elementor-widget-text-editor li {
  font-family: var(--st-font-sans) !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: var(--st-text);
  margin-bottom: 0.5rem;
}

.elementor-3605 .elementor-widget-text-editor li strong {
  color: var(--st-dark);
}

/* ── Links ───────────────────────────────────────────────── */
.elementor-3605 .elementor-widget-text-editor a {
  color: var(--st-primary);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,103,255,0.25);
  transition: all var(--st-transition);
}
.elementor-3605 .elementor-widget-text-editor a:hover {
  color: var(--st-primary-dark);
  border-bottom-color: var(--st-primary-dark);
}

/* ── Image in intro section ───────────────────────────────── */
.elementor-3605 .elementor-element-8dea070 img,
.elementor-3605 .elementor-widget-image img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--st-radius-lg);
  filter: brightness(0.93);
  box-shadow: var(--st-shadow-md);
}

/* ── Two-column layout (image + text) ─────────────────────── */
.elementor-3605 .elementor-element-7f676a8 {
  gap: 2.5rem;
  align-items: flex-start;
}
.elementor-3605 .elementor-element-b76b6ed {
  padding-left: 0;
}
@media (min-width: 768px) {
  .elementor-3605 .elementor-element-8dea070 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .elementor-3605 .elementor-element-b76b6ed {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 1rem;
  }
}

/* ── CTA Buttons ──────────────────────────────────────────── */
.elementor-3605 .elementor-widget-button .elementor-button,
.sheriff-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--st-primary) !important;
  color: #fff !important;
  font-family: var(--st-font-sans) !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem 2.5rem;
  border-radius: var(--st-radius);
  text-decoration: none !important;
  text-align: center;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.2px;
  box-shadow: 0 2px 8px rgba(0,103,255,0.25);
}
.elementor-3605 .elementor-widget-button .elementor-button:hover,
.sheriff-cta:hover {
  background: var(--st-primary-dark) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,103,255,0.35);
}

/* CTA wrapper – centered with generous spacing */
.sheriff-cta-wrap {
  text-align: center;
  margin: 2.5rem 0 2rem;
}

/* ── CTA Section (bottom of pages) ──────────────────────── */
.sheriff-cta-section {
  background: linear-gradient(135deg, #070614 0%, #0F1629 100%);
  border-radius: var(--st-radius-lg);
  padding: 3rem 2rem;
  text-align: center;
  margin: 1rem 0 0.5rem;
}
.sheriff-cta-section h2 {
  font-family: var(--st-font-serif) !important;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.75rem;
}
.sheriff-cta-section p {
  font-family: var(--st-font-sans);
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  margin: 0 0 1.75rem;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.sheriff-cta-section .sheriff-cta {
  background: var(--st-primary) !important;
  font-size: 1.1rem;
  padding: 1.1rem 3rem;
}

/* ── Price Cards ──────────────────────────────────────────── */
.price-card {
  background: var(--st-white);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-lg);
  padding: 2rem 2.25rem;
  margin: 1.5rem 0;
  box-shadow: var(--st-shadow-sm);
  transition: box-shadow var(--st-transition), transform var(--st-transition);
  position: relative;
}
.price-card:hover {
  box-shadow: var(--st-shadow-md);
  transform: translateY(-1px);
}
.price-card h3 {
  font-family: var(--st-font-serif);
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--st-dark);
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--st-primary-light);
}
.price-card p {
  font-family: var(--st-font-sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--st-text);
  margin: 0.35rem 0;
}
.price-card .price-highlight {
  font-weight: 700;
  color: var(--st-primary);
  font-size: 1.2rem;
  letter-spacing: -0.2px;
}

/* Price card featured variant */
.price-card--featured {
  border-color: var(--st-primary);
  border-width: 2px;
  box-shadow: var(--st-shadow-md), 0 0 0 1px rgba(0,103,255,0.1);
}
.price-card--featured::before {
  content: 'Populärast';
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--st-primary);
  color: #fff;
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 3px 14px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

/* Price comparison grid */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
}

/* Route price item */
.route-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--st-border-light);
}
.route-price:last-child {
  border-bottom: none;
}
.route-price .route-name {
  font-family: var(--st-font-sans);
  font-weight: 600;
  color: var(--st-dark);
  font-size: 1rem;
}
.route-price .route-cost {
  font-family: var(--st-font-sans);
  font-weight: 600;
  color: var(--st-primary);
  font-size: 1rem;
  white-space: nowrap;
}

/* ── FAQ Accordion ────────────────────────────────────────── */
.faq-item {
  background: var(--st-white);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: box-shadow var(--st-transition);
}
.faq-item:hover {
  box-shadow: var(--st-shadow-sm);
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item h2,
.faq-item h3 {
  font-family: var(--st-font-sans) !important;
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--st-dark);
  margin: 0;
  line-height: 1.5;
  padding: 1.1rem 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background var(--st-transition);
  user-select: none;
}
.faq-item h2:hover,
.faq-item h3:hover {
  background: var(--st-bg);
}
.faq-item h2::after,
.faq-item h3::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--st-text-light);
  flex-shrink: 0;
  margin-left: 1rem;
  transition: transform 0.25s ease;
  width: 24px;
  text-align: center;
  line-height: 1;
}
.faq-item.open h2::after,
.faq-item.open h3::after {
  content: '\2212';
  color: var(--st-primary);
}
.faq-item p {
  font-family: var(--st-font-sans);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--st-text);
  margin: 0;
  padding: 0 1.5rem 1.25rem;
  display: none;
}
.faq-item.open p {
  display: block;
}

/* ── Ort/City Grid ────────────────────────────────────────── */
.ort-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.5rem;
  margin: 1.75rem 0;
  list-style: none;
  padding: 0;
}
.ort-grid li {
  font-family: var(--st-font-sans);
  font-size: 0.95rem;
  color: var(--st-text);
  background: var(--st-white);
  border: 1px solid var(--st-border);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  transition: all var(--st-transition);
}
.ort-grid li:hover {
  border-color: var(--st-primary);
  box-shadow: var(--st-shadow-sm);
  background: var(--st-primary-light);
}
.ort-grid li strong {
  color: var(--st-dark);
  font-weight: 600;
}
.ort-grid li a {
  color: var(--st-primary);
  text-decoration: none;
  font-weight: 500;
}
.ort-grid li a:hover {
  color: var(--st-primary-dark);
}

/* ── Feature/Benefit Cards ──────────────────────────────────── */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--st-border-light);
  font-family: var(--st-font-sans);
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--st-text);
}
.feature-list li:last-child {
  border-bottom: none;
}
.feature-list li::before {
  content: '\2713';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--st-primary-light);
  color: var(--st-primary);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}

/* ── Service Cards Grid ─────────────────────────────────────── */
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.25rem;
  margin: 1.5rem 0;
}
.service-card {
  background: var(--st-white);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius);
  padding: 1.75rem;
  box-shadow: var(--st-shadow-sm);
  transition: all var(--st-transition);
}
.service-card:hover {
  box-shadow: var(--st-shadow-md);
  transform: translateY(-2px);
  border-color: var(--st-primary);
}
.service-card h3 {
  font-family: var(--st-font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--st-dark);
  margin: 0 0 0.5rem;
}
.service-card p {
  font-family: var(--st-font-sans);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--st-text);
  margin: 0;
}
.service-card .service-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  display: block;
}

/* ── Trust badges / highlights ──────────────────────────────── */
.trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.trust-badge {
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--st-white);
  border-radius: var(--st-radius);
  border: 1px solid var(--st-border);
}
.trust-badge .badge-icon {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
  display: block;
}
.trust-badge .badge-text {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--st-dark);
  display: block;
}
.trust-badge .badge-sub {
  font-family: var(--st-font-sans);
  font-size: 0.8rem;
  color: var(--st-text-light);
  margin-top: 0.2rem;
  display: block;
}

/* ── Info Box ─────────────────────────────────────────────── */
.info-box {
  background: var(--st-primary-light);
  border-left: 4px solid var(--st-primary);
  border-radius: 0 var(--st-radius) var(--st-radius) 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}
.info-box p {
  font-family: var(--st-font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--st-dark);
  margin: 0;
}

/* ── Section with white card background ─────────────────── */
.section-card {
  background: var(--st-white);
  border: 1px solid var(--st-border);
  border-radius: var(--st-radius-lg);
  padding: 2rem 2.25rem;
  margin: 1.25rem 0;
  box-shadow: var(--st-shadow-sm);
}
.section-card h3 {
  font-family: var(--st-font-serif);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--st-dark);
  margin: 0 0 0.75rem;
}
.section-card p {
  font-family: var(--st-font-sans);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--st-text);
  margin: 0 0 0.5rem;
}
.section-card p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-card {
    padding: 1.5rem 1.25rem;
  }
}

/* ── Highlight callout box ─────────────────────────────────── */
.highlight-box {
  background: linear-gradient(135deg, var(--st-primary-light) 0%, #f0f4ff 100%);
  border: 1px solid rgba(0,103,255,0.15);
  border-radius: var(--st-radius-lg);
  padding: 1.75rem 2rem;
  margin: 1.5rem 0;
}
.highlight-box h3 {
  font-family: var(--st-font-serif);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--st-dark);
  margin: 0 0 0.5rem;
}
.highlight-box p {
  font-family: var(--st-font-sans);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--st-text);
  margin: 0;
}
@media (max-width: 767px) {
  .highlight-box {
    padding: 1.25rem 1.25rem;
  }
}

/* ── Section Divider ─────────────────────────────────────── */
.section-divider {
  border: none;
  border-top: 1px solid var(--st-border);
  margin: 2.5rem 0;
}

/* ── Internal Links Section ───────────────────────────────── */
.internal-links {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--st-border);
  font-family: var(--st-font-sans);
  font-size: 0.9rem;
  color: var(--st-text-light);
}
.internal-links p {
  margin: 0;
}
.internal-links a {
  color: var(--st-primary);
  text-decoration: none;
  font-weight: 500;
  transition: color var(--st-transition);
}
.internal-links a:hover {
  color: var(--st-primary-dark);
}

/* ── Footer ──────────────────────────────────────────────── */
/* Hide old footer content */
.site-footer .site-primary-footer-wrap,
.site-footer .site-above-footer-wrap,
.site-footer .site-below-footer-wrap {
  display: none !important;
}

/* New footer */
.sheriff-footer {
  background: linear-gradient(180deg, #0F172A 0%, #070614 100%);
  color: rgba(255,255,255,0.85);
  font-family: var(--st-font-sans);
  padding: 0;
}

.sheriff-footer-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem 3rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
}

.sheriff-footer-brand {
  padding-right: 1rem;
}
.sheriff-footer-brand img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
  object-fit: cover;
  filter: brightness(1.1);
}
.sheriff-footer-brand .brand-name {
  font-family: var(--st-font-serif);
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.75rem;
  display: block;
}
.sheriff-footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.sheriff-footer h4 {
  font-family: var(--st-font-sans);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.4);
  margin: 0 0 1.25rem;
}
.sheriff-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sheriff-footer-links li {
  margin-bottom: 0.6rem;
}
.sheriff-footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all var(--st-transition);
}
.sheriff-footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.sheriff-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sheriff-footer-contact li {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.sheriff-footer-contact .contact-icon {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  color: var(--st-primary);
}
.sheriff-footer-contact a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  transition: color var(--st-transition);
}
.sheriff-footer-contact a:hover {
  color: #fff;
}

.sheriff-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.sheriff-footer-bottom p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  margin: 0;
}

/* Footer responsive */
@media (max-width: 900px) {
  .sheriff-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .sheriff-footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem 2rem;
  }
  .sheriff-footer-bottom {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1.5rem;
  }
}

/* ── Footer SEO links (legacy support) ──────────────────── */
.footer-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2em;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.footer-seo-links a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-seo-links a:hover {
  text-decoration: underline;
}

/* ── Tablet adjustments ────────────────────────────────────── */
@media (max-width: 1024px) {
  .elementor-3605 .e-con-boxed.e-parent {
    --padding-left: 3rem;
    --padding-right: 3rem;
    --padding-top: 2.5rem;
    --padding-bottom: 2.5rem;
    padding: 2.5rem 3rem !important;
    padding-inline-start: 3rem !important;
    padding-inline-end: 3rem !important;
  }
}

/* ── Mobile adjustments ───────────────────────────────────── */
@media (max-width: 767px) {
  .elementor-3605 h2.elementor-heading-title {
    font-size: 1.4rem !important;
  }
  .elementor-3605 h3.elementor-heading-title {
    font-size: 1.15rem !important;
  }
  .elementor-3605 .elementor-widget-text-editor,
  .elementor-3605 .elementor-widget-text-editor p {
    font-size: 0.97rem !important;
    line-height: 1.7 !important;
  }
  .elementor-3605 .e-con-boxed.e-parent {
    --padding-left: 2rem;
    --padding-right: 2rem;
    --padding-top: 2rem;
    --padding-bottom: 2rem;
    padding: 2rem !important;
    padding-inline-start: 2rem !important;
    padding-inline-end: 2rem !important;
  }
  .ort-grid {
    grid-template-columns: 1fr 1fr;
  }
  .price-card {
    padding: 1.5rem;
  }
  .price-grid {
    grid-template-columns: 1fr;
  }
  .service-cards {
    grid-template-columns: 1fr;
  }
  .trust-badges {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  .sheriff-cta {
    width: 100%;
    max-width: 320px;
  }
  .sheriff-cta-section {
    padding: 2.5rem 1.5rem;
    margin: 0.5rem 0 0;
    border-radius: var(--st-radius);
  }
  .sheriff-cta-section h2 {
    font-size: 1.35rem;
  }
  .info-box {
    padding: 1rem 1.25rem;
  }
  .service-card {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .elementor-3605 .e-con-boxed.e-parent {
    --padding-left: 1.5rem;
    --padding-right: 1.5rem;
    --padding-top: 1.75rem;
    --padding-bottom: 1.75rem;
    padding: 1.75rem 1.5rem !important;
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
  }
  .ort-grid {
    grid-template-columns: 1fr;
  }
  .trust-badges {
    grid-template-columns: 1fr;
  }
}

/* ── Schema/SEO hidden text ───────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── FAQ accordion JS toggle script support ────────────────── */
/* The JS will toggle .open class on .faq-item */

/* ── Print styles ──────────────────────────────────────────── */
@media print {
  .sheriff-footer,
  .sheriff-cta-section,
  .sheriff-cta-wrap {
    display: none;
  }
  .elementor-3605 .elementor-element-c93912a {
    background: #333 !important;
    padding: 1rem !important;
    min-height: auto;
  }
}
