@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap');

:root {
  --sal-primary: #000;
  --sal-accent: #e52020;
  --sal-accent-hover: #c91a1a;
  --sal-text: #1e293b;
  --sal-muted: #64748b;
  --sal-light: #f8f9fa;
  --sal-white: #fff;
  --sal-radius: 12px;
  --sal-container: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--sal-text); font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, button, input, textarea, select { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
h1, h2, h3, h4, h5, h6 { letter-spacing: -.025em; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a, input, textarea, select { transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
button, [role="button"], input[type="submit"] { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(229, 32, 32, .45); outline-offset: 3px; }
.site-main { width: 100%; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; margin: 8px; padding: 12px 18px; z-index: 100000; background: #fff; color: #111; }
.sal-empty-state { max-width: 800px; margin: 0 auto; padding: 120px 24px; text-align: center; }
.sal-button { display: inline-flex; padding: 13px 26px; border-radius: 100px; background: var(--sal-accent); color: #fff; text-decoration: none; font-weight: 700; }

/* Editable header and footer documents */
.sal-site-header { position: relative; z-index: 999; }
.sal-site-header.is-sticky { position: sticky; top: 0; }
.admin-bar .sal-site-header.is-sticky { top: 32px; }
.sal-site-header .elementor-widget-image img { display: block; }
.sal-site-header p, .sal-site-footer p { margin: 0; }
.sal-topbar-row p { font-size: 11.5px; line-height: 1.4; }
.sal-topbar-row .elementor-widget-text-editor { margin: 0; }
.sal-topbar-row > .e-con-inner { justify-content: space-between; gap: 22px; }
.sal-topbar-row > .e-con-inner { min-height: 40px; }
.sal-topbar-row > .e-con-inner > .elementor-widget,
.sal-topbar-row > .e-con-inner > .e-con { width: auto; flex: 0 0 auto; }
.sal-topbar-row p { white-space: nowrap; }
.sal-mainnav-row { min-height: 76px; }
.sal-mainnav-row > .e-con-inner { min-height: 76px; }
.sal-mainnav-row .elementor-button { display: inline-flex; align-items: center; height: 42px; padding: 0 24px !important; border-radius: 100px !important; box-shadow: 0 8px 20px rgba(229,32,32,.22); }
.sal-nav { position: relative; }
.sal-nav > ul { display: flex; align-items: center; justify-content: center; gap: 2px; padding: 0; margin: 0; list-style: none; }
.sal-nav li { position: relative; list-style: none; }
.sal-nav a { display: block; padding: 9px 12px; text-decoration: none; white-space: nowrap; font-size: 13.5px; font-weight: 500; }
.sal-nav .current-menu-item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: currentColor; }
.sal-nav .sub-menu { position: absolute; left: 0; top: 100%; min-width: 220px; padding: 12px; margin: 0; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.14); border-radius: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); }
.sal-nav li:hover > .sub-menu, .sal-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sal-nav-toggle { display: none; align-items: center; gap: 10px; border: 0; background: transparent; color: #111; font: inherit; font-weight: 700; }
.sal-nav-toggle-lines, .sal-nav-toggle-lines::before, .sal-nav-toggle-lines::after { display: block; width: 23px; height: 2px; background: currentColor; content: ""; }
.sal-nav-toggle-lines { position: relative; }
.sal-nav-toggle-lines::before { position: absolute; top: -7px; }
.sal-nav-toggle-lines::after { position: absolute; top: 7px; }

/* Hero and compact trust strip */
.sal-hero-badge { width: max-content !important; max-width: max-content; flex: 0 0 auto; align-self: flex-start; margin-bottom: 28px !important; padding: 8px 18px; border: 1px solid rgba(229,32,32,.38); border-radius: 100px; background: rgba(229,32,32,.1); }
.sal-hero-badge .elementor-heading-title { margin: 0; }
.sal-hero-title { margin-bottom: 20px !important; }
.sal-hero .elementor-widget-text-editor p { margin: 0 0 8px; }
.sal-hero .elementor-widget-button .elementor-button { min-height: 62px; padding: 17px 40px !important; border-radius: 100px !important; font-size: 15px; line-height: 25.5px; }
.sal-hero-secondary-white .elementor-button { background: #fff !important; color: #111 !important; fill: #111 !important; }
.sal-trust-strip .elementor-icon-box-wrapper { display: flex; align-items: center; justify-content: center; gap: 8px; }
.sal-trust-strip .elementor-icon-box-icon { margin: 0; line-height: 1; }
.sal-trust-strip .elementor-icon-box-content { flex: 0 1 auto; }
.sal-trust-strip .elementor-icon-box-title { margin: 0; white-space: nowrap; line-height: 1.35; }
.sal-trust-strip .elementor-icon-box-description { display: none; }
.sal-trust-strip { min-height: 71px; }
.sal-trust-strip > .e-con-inner { min-height: 71px; }
.sal-process-grid { position: relative; display: grid !important; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 20px !important; }
.sal-process-grid::before { content: ""; position: absolute; z-index: 0; top: 19px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg,transparent,rgba(229,32,32,.4),transparent); }
.sal-process-grid > .e-con { position: relative; z-index: 1; width: auto !important; }
.sal-process-number { width: 40px !important; height: 40px; align-self: center; display: grid; place-items: center; border: 1px solid rgba(229,32,32,.35); border-radius: 50%; background: #050505; }
.sal-process-card { min-height: 272px; }
.sal-process-card .elementor-icon-box-title { margin-top: 18px; font-size: 15px; }
.sal-process-card .elementor-icon-box-description { font-size: 13px; line-height: 1.75; }

/* Dynamic lease cards */
.sal-lease-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.sal-lease-card { min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; border: 1px solid #edf0f4; box-shadow: 0 10px 35px rgba(15,23,42,.06); }
.sal-lease-card:hover { transform: translateY(-4px); box-shadow: 0 16px 45px rgba(15,23,42,.12); }
.sal-lease-image { display: block; height: 180px; overflow: hidden; margin: 20px 20px 0; border-radius: 12px; background: #eef1f5; }
.sal-lease-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sal-lease-card:hover .sal-lease-image img { transform: scale(1.035); }
.sal-lease-card-body { padding: 20px; }
.sal-lease-card h3 { margin: 0 0 12px; font-size: 16px; line-height: 1.7; }
.sal-lease-card h3 a { text-decoration: none; }
.sal-lease-price { margin-bottom: 10px; color: #111; font-size: 28px; font-weight: 800; line-height: 1.7; }
.sal-lease-price small { color: #94a3b8; font-size: 12px; font-weight: 500; }
.sal-lease-meta { display: flex; flex-wrap: wrap; gap: 8px; min-height: 69px; margin-bottom: 20px; }
.sal-lease-meta span { align-self: flex-start; padding: 5px 10px; border-radius: 20px; background: #f8fafc; color: #64748b; font-size: 11px; }
.sal-lease-button { display: block; width: 100%; padding: 12px 16px; border-radius: 30px; color: #fff; text-align: center; text-decoration: none; font-size: 13px; font-weight: 700; }
.sal-lease-button:hover { filter: brightness(.9); transform: translateY(-1px); }
.sal-view-specials .elementor-button, .sal-view-specials .elementor-button:visited { color: #111827 !important; fill: #111827 !important; background: transparent !important; }

/* Detailed cards used on the Lease Specials page */
.sal-specials-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.sal-special-card { overflow: hidden; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.sal-special-card:hover { transform: translateY(-6px); border-color: rgba(229,32,32,.2); box-shadow: 0 16px 45px rgba(15,23,42,.12); }
.sal-special-image { position: relative; display: block; height: 200px; overflow: hidden; background: #eef1f5; }
.sal-special-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.sal-special-card:hover .sal-special-image img { transform: scale(1.05); }
.sal-special-image span { position: absolute; top: 12px; left: 12px; padding: 6px 14px; border-radius: 100px; background: var(--sal-accent); color: #fff; font-size: 12px; font-weight: 700; }
.sal-special-body { padding: 20px; }
.sal-special-body h3 { margin: 0 0 14px; font-size: 17px; }
.sal-special-body h3 a { text-decoration: none; }
.sal-special-specs { display: flex; overflow: hidden; margin-bottom: 16px; border: 1px solid #edf0f4; border-radius: 8px; }
.sal-special-specs > div { flex: 1; padding: 10px 8px; border-right: 1px solid #edf0f4; text-align: center; }
.sal-special-specs > div:last-child { border-right: 0; }
.sal-special-specs span { display: block; margin-bottom: 2px; color: #94a3b8; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.sal-special-specs strong { display: block; color: #111; font-size: 13px; }
.sal-specials-intro { justify-content: space-between !important; align-items: center !important; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid #edf0f4; }
.sal-specials-intro h2 { font-size: 36px; line-height: 1.2; }
.sal-specials-valid { width: auto !important; height: auto !important; flex: 0 0 auto; align-self: center !important; padding: 10px 18px; border: 1px solid rgba(229,32,32,.15); border-radius: 100px; background: rgba(229,32,32,.06); }
.sal-specials-valid p { margin: 0; white-space: nowrap; color: var(--sal-accent); font-size: 13px; font-weight: 700; }
.sal-about-image img { border-radius: 20px !important; box-shadow: 0 18px 45px rgba(15,23,42,.14); }

/* FAQ */
.sal-faq-list { display: grid; gap: 12px; }
.sal-faq-item { overflow: clip; border: 1px solid #e7eaf0; }
.sal-faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; cursor: pointer; font-weight: 700; list-style: none; }
.sal-faq-question::-webkit-details-marker { display: none; }
.sal-faq-question span { flex: 0 0 12px; width: 12px; height: 12px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); }
.sal-faq-item[open] .sal-faq-question span { transform: rotate(225deg) translate(-2px,-2px); }
.sal-faq-answer { padding: 0 22px 20px; line-height: 1.75; }
.sal-faq-answer p:last-child { margin-bottom: 0; }

/* Testimonials */
.sal-testimonials { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.sal-testimonial { padding: 30px; border: 1px solid #edf0f4; border-radius: 16px; box-shadow: 0 8px 30px rgba(15,23,42,.05); }
.sal-stars { margin-bottom: 18px; letter-spacing: 3px; }
.sal-testimonial-quote { line-height: 1.75; }
.sal-testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.sal-testimonial-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }

/* Blog */
.sal-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.sal-blog-card { overflow: hidden; border: 1px solid #edf0f4; border-radius: 16px; box-shadow: 0 8px 30px rgba(15,23,42,.06); }
.sal-blog-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #eef1f5; }
.sal-blog-image img { width: 100%; height: 100%; object-fit: cover; }
.sal-blog-body { padding: 25px; }
.sal-blog-date { margin-bottom: 9px; color: #94a3b8; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.sal-blog-card h3 { margin: 0 0 12px; font-size: 21px; }
.sal-blog-card h3 a, .sal-blog-more { text-decoration: none; }
.sal-blog-card p { color: #64748b; }
.sal-blog-more { font-weight: 700; }

/* Elementor form */
.sal-form-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.sal-form-field { min-width: 0; }
.sal-width-100 { flex: 1 1 100%; }
.sal-width-50 { flex: 1 1 calc(50% - 7px); }
.sal-width-33 { flex: 1 1 calc(33.333% - 10px); }
.sal-form-control { width: 100%; min-height: 50px; padding: 13px 15px; border: 1px solid #e2e8f0; font: inherit; }
textarea.sal-form-control { min-height: 125px; resize: vertical; }
.sal-form-submit { width: 100%; margin-top: 16px; padding: 14px 24px; border: 0; font: inherit; font-weight: 700; }
.sal-form-notice { padding: 14px 16px; margin-bottom: 16px; border-radius: 8px; }
.sal-form-success { background: #dcfce7; color: #166534; }
.sal-honeypot { position: absolute; left: -10000px; }

/* Editable footer document */
.sal-site-footer .elementor-widget-image img { filter: brightness(0) invert(1); }
.sal-site-footer h4 { margin: 0 0 20px; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.sal-site-footer p, .sal-site-footer a { font-size: 13.5px; line-height: 1.8; }
.sal-footer-main .elementor-widget-text-editor { margin: 0; }
.sal-footer-bottom p { color: #8b93a1; font-size: 11px; letter-spacing: .02em; }

/* Editor-only clarity */
.elementor-editor-active .sal-site-header, .elementor-editor-active .sal-site-footer { position: static; }

@media (max-width: 1024px) {
  .sal-lease-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sal-testimonials { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sal-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sal-specials-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sal-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sal-process-grid::before { display: none; }
}

@media (max-width: 900px) {
  .sal-nav-toggle { display: inline-flex; }
  .sal-nav > ul { display: none; position: absolute; right: 0; top: calc(100% + 12px); width: min(320px, calc(100vw - 32px)); align-items: stretch; flex-direction: column; gap: 0 !important; padding: 15px; background: #fff; border-radius: 12px; box-shadow: 0 18px 50px rgba(15,23,42,.16); }
  .sal-nav.is-open > ul { display: flex; }
  .sal-nav a { padding: 11px 12px; }
  .sal-nav .current-menu-item > a::after { display: none; }
  .sal-nav .sub-menu { position: static; display: block; padding: 0 0 0 16px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
}

@media (max-width: 767px) {
  .admin-bar .sal-site-header.is-sticky { top: 46px; }
  .sal-topbar-row > .e-con-inner > .elementor-widget:first-child { display: none; }
  .sal-topbar-row > .e-con-inner { justify-content: center; }
  .sal-mainnav-row .elementor-widget-button { display: none; }
  .sal-mainnav-row > .e-con-inner { min-height: 76px; }
  .sal-hero .elementor-widget-text-editor + .e-con { flex-direction: column !important; align-items: stretch; }
  .sal-hero .elementor-widget-text-editor + .e-con .elementor-widget-button,
  .sal-hero .elementor-widget-text-editor + .e-con .elementor-button { width: 100%; }
  .sal-trust-strip, .sal-trust-strip > .e-con-inner { min-height: 71px; }
  .sal-trust-row, .sal-trust-row > .e-con-inner { flex-wrap: nowrap !important; justify-content: flex-start; overflow: hidden; }
  .sal-trust-row > .e-con, .sal-trust-row > .e-con-inner > .e-con { width: auto !important; flex: 0 0 auto; }
  .sal-trust-strip .elementor-icon-box-wrapper { flex-direction: row !important; text-align: left; }
  .sal-lease-grid, .sal-testimonials { grid-template-columns: 1fr; }
  .sal-specials-grid { grid-template-columns: 1fr; }
  .sal-process-grid { grid-template-columns: 1fr; }
  .sal-blog-grid { grid-template-columns: 1fr; }
  .sal-width-50, .sal-width-33 { flex-basis: 100%; }
  .sal-testimonial { padding: 24px; }
  .sal-footer-bottom { gap: 10px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
