@charset "UTF-8";
.lot-sense-feature {
  padding: 2rem 0;
  background-image: url("/images/appraisals-header.jpg"); }
  @media (max-width: 768px) {
    .lot-sense-feature {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("/images/appraisals-header.jpg");
      background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/images/appraisals-header.jpg"); } }
h2 {
  font-size: 2.5rem;
  margin: 0;
  margin-bottom: 1rem; }
  @media (max-width: 550px) {
    h2 {
      font-size: 2rem; } }
p {
  margin-top: 0; }

.split-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 40px; }
  .split-heading h2 {
    min-width: 40%; }
  .split-heading div {
    flex-grow: 1;
    flex-shrink: 1; }
  @media (max-width: 700px) {
    .split-heading {
      display: block; } }
.three-up-feature {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px; }
  @media (max-width: 940px) {
    .three-up-feature {
      display: block; } }
  .three-up-feature > div {
    flex-grow: 1;
    flex-shrink: 1;
    width: 33%;
    text-align: center;
    margin-top: 20px; }
    .three-up-feature > div p {
      margin-bottom: 20px; }
    @media (max-width: 940px) {
      .three-up-feature > div {
        width: 100%;
        margin-bottom: 20px; } }
.four-up-feature {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  margin-top: 40px; }
  @media (max-width: 940px) {
    .four-up-feature {
      display: block; } }
  .four-up-feature > div {
    text-align: center; }
    .four-up-feature > div p {
      margin-bottom: 40px; }
  .four-up-feature .four-up-feature-left {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 30%; }
  .four-up-feature .four-up-feature-center {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 30%; }
  .four-up-feature .four-up-feature-right {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 30%; }

.split-feature {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; }
  @media (max-width: 940px) {
    .split-feature {
      display: block; } }
  .split-feature.split-feature-reverse {
    flex-direction: row-reverse; }
  .split-feature .split-feature-image {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 45%; }
    .split-feature .split-feature-image img {
      width: 100%;
      height: auto; }
    @media (max-width: 940px) {
      .split-feature .split-feature-image {
        margin-bottom: 20px; } }
  .split-feature .split-feature-content {
    flex-grow: 1;
    flex-shrink: 1; }
    .split-feature .split-feature-content h3 {
      margin-bottom: 0; }
    .split-feature .split-feature-content p {
      padding-top: 10px;
      padding-bottom: 10px; }

.dms-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  .dms-logos img {
    width: 100px;
    height: auto; }

@media (max-width: 940px) {
  .tabs {
    display: none; } }

[role="tablist"] {
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px; }

[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  display: inline-block;
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  z-index: 2;
  top: 2px;
  margin: 0;
  margin-top: 4px;
  padding: 3px 3px 4px;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
  background: #fff;
  outline: none;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  cursor: pointer; }

[role="tab"][aria-selected="true"] {
  padding: 2px 2px 4px;
  margin-top: 0;
  border-width: 2px;
  border-bottom-color: #fff;
  background: #fff; }

[role="tab"][aria-selected="false"] {
  border-bottom: 1px solid #ddd;
  background-color: #eee; }

[role="tab"][aria-selected="false"]:hover {
  background-color: #ddd; }

[role="tab"] span.focus {
  display: inline-block;
  margin: 2px;
  padding: 4px 6px; }

[role="tab"]:hover span.focus,
[role="tab"]:focus span.focus,
[role="tab"]:active span.focus {
  padding: 4px 6px;
  border-radius: 3px; }

[role="tabpanel"] {
  padding: 20px;
  border: 2px solid #ddd;
  border-radius: 0 6px 6px;
  background: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px; }
  [role="tabpanel"] .tab-panel-image {
    background-color: #eee;
    width: 420px !important;
    height: 300px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative; }
    [role="tabpanel"] .tab-panel-image img {
      width: auto;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  [role="tabpanel"] .tab-panel-image-turn-optimizer {
    width: 400px !important; }
  [role="tabpanel"] .tab-panel-content {
    flex-grow: 1 !important;
    flex-shrink: 1 !important; }
  [role="tabpanel"] .tab-panel-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    gap: 10px; }
    [role="tabpanel"] .tab-panel-actions a {
      margin: 0 !important; }

.is-hidden[role="tabpanel"] {
  display: none; }

[role="tabpanel"] p {
  margin: 0; }

.lot-sense-header-video {
  text-align: center;
  margin-top: -20px; }
  .lot-sense-header-video video {
    width: 80%;
    height: auto;
    max-width: 680px; }
  @media (max-width: 600px) {
    .lot-sense-header-video video {
      width: 100%; } }
.lot-sense-header-text {
  text-align: center;
  margin-top: -28px; }

@media (max-width: 680px) {
  .lot-sense-header-text {
    margin-top: -20px; } }

@media (max-width: 400px) {
  .lot-sense-header-text {
    margin-top: -40px; } }

.lot-sense-overview-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }

.lot-sense-overview {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 32%;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff; }

.lot-sense-overview-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem; }

.lot-sense-overview img {
  width: 50px;
  height: auto;
  margin: 0 auto 10px auto; }

.lot-sense-feature-section-container {
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 80px; }

.lot-sense-feature-section-container-contrast {
  background-color: #eee; }

@media (max-width: 700px) {
  .lot-sense-feature-section {
    padding-bottom: 30px;
    margin-bottom: 30px; } }

.lot-sense-feature-section .section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px; }
  .lot-sense-feature-section .section-header h2 {
    margin: 0; }
    @media (max-width: 700px) {
      .lot-sense-feature-section .section-header h2 {
        font-size: 1.3rem; } }
  .lot-sense-feature-section .section-header img {
    height: 30px;
    width: auto;
    opacity: 0.5; }

.lot-sense-feature-section .section-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; }
  .lot-sense-feature-section .section-body h3 {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 2px;
    margin-top: 0; }
  .lot-sense-feature-section .section-body img, .lot-sense-feature-section .section-body video {
    width: 60%;
    height: auto;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 6px; }
  .lot-sense-feature-section .section-body p {
    color: #888;
    margin-bottom: 20px; }
  @media (max-width: 700px) {
    .lot-sense-feature-section .section-body {
      flex-direction: column;
      align-items: center; }
      .lot-sense-feature-section .section-body img, .lot-sense-feature-section .section-body video {
        width: 100%; } }
.lot-sense-ai-c {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 700px) {
    .lot-sense-ai-c {
      padding-top: 10px;
      padding-bottom: 10px;
      flex-direction: column; }
      .lot-sense-ai-c h2 {
        text-align: center; }
      .lot-sense-ai-c img {
        margin-bottom: 10px;
        margin-top: 10px; } }
/* === Tabs light card variant === */
.tabs-surface-light {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  padding: 32px 40px;
  margin-top: 0;
  -webkit-box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
          box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* Centered, underline-style tabs nav */
.tabs-surface-light .tabs-nav-underline {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 8px 0 18px;
  border: none;
  background: transparent; }

.tabs-surface-light .tabs-nav-underline [role="tab"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 10px 6px;
  color: #334155;
  /* slate-700 */
  font-weight: 600;
  position: relative;
  cursor: pointer; }

.tabs-surface-light .tabs-nav-underline [role="tab"]:hover {
  color: #0f172a; }

.tabs-surface-light .tabs-nav-underline [role="tab"]::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  height: 3px;
  width: 0;
  background: #2563eb;
  /* accent underline */
  border-radius: 2px;
  -webkit-transition: width 180ms ease;
  transition: width 180ms ease; }

.tabs-surface-light .tabs-nav-underline [role="tab"][aria-selected="true"] {
  color: #0f172a; }

.tabs-surface-light .tabs-nav-underline [role="tab"][aria-selected="true"]::after {
  width: 28px; }

/* Panels: two-column layout (copy left, image right) */
.tabs-surface-light > [role="tabpanel"] {
  border: none;
  background: transparent; }

/* show/hide */
.tabs-surface-light > .is-hidden[role="tabpanel"] {
  display: none !important; }

.tabs-surface-light .tab-panel-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  display: block;
  border-radius: 16px;
  -webkit-box-shadow: 0 16px 36px rgba(2, 6, 23, 0.1);
          box-shadow: 0 16px 36px rgba(2, 6, 23, 0.1); }

/* Remove grey box around tab images */
.tabs-surface-light .tab-panel-image,
.tabs-surface-dark .tab-panel-image {
  background: transparent !important; }

.tabs-surface-light .tab-panel-image img,
.tabs-surface-dark .tab-panel-image img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  background: transparent !important; }

/* --- Pill-style tabs (light card) --- */
.tabs-surface-light .tabs-nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* spread across like the screenshot */
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 9999px;
  overflow: auto;
  /* safe on smaller widths */ }

.tabs-surface-light .tabs-nav-pill [role="tab"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-weight: 600;
  padding: 10px 4px;
  border-radius: 9999px;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 6px;
  text-align: center; }

.tabs-surface-light .tabs-nav-pill [role="tab"]:hover {
  background: rgba(99, 102, 241, 0.06);
  /* subtle hover */ }

.tabs-surface-light .tabs-nav-pill [role="tab"]:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
          box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35); }

/* Selected pill (persists via aria-selected) */
.tabs-surface-light .tabs-nav-pill [role="tab"][aria-selected="true"] {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a5cff), to(#4f68ff));
  background: linear-gradient(180deg, #6a5cff 0%, #4f68ff 100%);
  -webkit-box-shadow: 0 2px 6px rgba(79, 104, 255, 0.35), 0 0 0 1px rgba(79, 104, 255, 0.25) inset;
          box-shadow: 0 2px 6px rgba(79, 104, 255, 0.35), 0 0 0 1px rgba(79, 104, 255, 0.25) inset; }

/* Non-selected tabs */
.tabs-surface-light .tabs-nav-pill [role="tab"][aria-selected="false"] {
  color: #111827; }

/* --- Split cards layout (image left, 2x2 cards right) --- */
.split-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.2fr 1fr;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
  align-items: center; }

.split-cards-media img, .split-cards-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px; }

.split-cards-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

.split-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  -webkit-box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
          box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06); }

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

.split-card p {
  margin: 0;
  color: #475569; }

.split-card .learn-more {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  border-bottom: 1px solid #111827;
  padding-bottom: 2px; }

.split-card .learn-more:hover {
  opacity: 0.85; }

@media (max-width: 900px) {
  .split-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .split-cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/* === Split-cards: make media column match cards height and fill width === */
.split-cards {
  align-items: stretch; }

/* both columns same row height */
.split-cards-media {
  height: 100%;
  /* match the cards column height */
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  /* center media when letterboxed */
  align-items: center;
  justify-content: center;
  /* Kill any earlier fixed aspect ratio for this container */
  aspect-ratio: auto; }

.split-cards-media img,
.split-cards-media video {
  width: 100%;
  /* fill width of container */
  height: auto !important;
  /* keep proper aspect ratio */
  border-radius: inherit;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  /* no cropping; switch to cover if desired */ }

/* Square media inside rounded containers */
.split-cards-media img,
.split-cards-media video {
  border-radius: 0 !important; }

/* Tabs screenshots: remove any rounding added earlier */
.tabs-surface-light .tab-panel-image img,
.tabs-surface-dark .tab-panel-image img {
  border-radius: 0 !important; }

/* Match card border on the media container */
.split-cards-media {
  border: 1px solid #e5e7eb;
  /* same as .split-card */
  border-radius: 16px;
  overflow: hidden;
  background: #fff; }

/* --- Media over cards (image/video top, 4 cards in a row below) --- */
.media-over-cards {
  display: -ms-grid;
  display: grid;
  gap: 24px; }

.media-over-cards-media {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.media-over-cards-media img,
.media-over-cards-media video {
  width: 100%;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  /* change to 'cover' if you want edge-to-edge fill */
  border-radius: 0 !important;
  display: block; }

.cards-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }

@media (max-width: 1100px) {
  .cards-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 640px) {
  .cards-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/* 3-col split: two card stacks (L/R), wide media (center) */
/* 5:12:5 ≈ same media:cards ratio as the 1.2:1 split-cards layout */
.split-cards.three-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 12fr 5fr;
  grid-template-columns: 5fr 12fr 5fr;
  /* L | MEDIA | R */
  gap: 24px;
  align-items: stretch; }

/* keep the two cards in each stack equal height */
.split-cards-col {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  grid-auto-rows: 1fr; }

/* media fills the center column and matches the stacks' height */
.split-cards-media {
  height: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.split-cards-media img,
.split-cards-media video {
  width: 100%;
  height: auto !important;
  /* use object-fit: cover for edge-to-edge crop */
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
  display: block; }

@media (max-width: 900px) {
  .split-cards.three-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  .split-cards-media {
    height: auto; } }

/* --- Virtual Lot Walk cards --- */
.card-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; }

.feature-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  /* rounds the image corners too */
  -webkit-box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
          box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column; }

.feature-card img {
  width: 100%;
  height: auto;
  /* or set a fixed height + object-fit: cover */
  display: block; }

.feature-card-body {
  padding: 16px 18px; }

.feature-card-body h3 {
  margin: 0 0 8px;
  font-size: 20px; }

.feature-card-body p {
  margin: 0;
  color: #475569; }

@media (max-width: 960px) {
  .card-grid-3 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 640px) {
  .card-grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/* Virtual Lot Walk: fixed-height images so text lines up */
.card-grid-3 {
  align-items: stretch; }

/* ensure equal card heights in the row */
.feature-card {
  display: flex;
  flex-direction: column; }

.feature-card-media {
  margin-top: 20px; }

.feature-card-media img {
  width: 90%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /* fill & crop to keep consistent height */
  display: block; }

.feature-card-icon {
  height: 90px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .feature-card-icon svg {
    height: 80%;
    width: auto; }

/* Optional: adjust on smaller screens */
@media (max-width: 640px) {
  .feature-card-media {
    height: 160px; } }

.card-grid-3 {
  align-items: stretch; }

.feature-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block; }

/* Card + CTA wrapper: keep cards equal height, put CTA below */
.card-with-cta {
  display: flex;
  flex-direction: column;
  height: 100%; }

.card-with-cta .feature-card {
  flex: 1; }

.feature-card-cta {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }

.feature-card-cta .action-button {
  max-width: 240px;
  width: 100%; }

/* --- Testimonials: 3-up cards --- */
.testimonials-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-bottom: 60px; }

.testimonial-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  -webkit-box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
          box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }

.testimonial-rating {
  text-align: center;
  font-size: 18px;
  color: #f59e0b;
  /* amber */
  margin-bottom: 8px; }

.testimonial-quote {
  text-align: center;
  font-style: italic;
  color: #334155;
  margin: 0 0 12px; }

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  /* push author row to bottom for equal card heights */ }

.testimonial-author-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e2e8f0;
  flex: 0 0 40px; }

.testimonial-author-name {
  font-weight: 600; }

.testimonial-author-title {
  font-size: 14px;
  color: #64748b; }

@media (max-width: 900px) {
  .testimonials-feature {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 600px) {
  .testimonials-feature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/* --- Media over cards (image/video top, 4 cards in a row below) --- */
.media-over-cards {
  display: -ms-grid;
  display: grid;
  gap: 24px; }

/* Support direct media (no wrapper) */
.media-over-cards > img,
.media-over-cards > video {
  width: 100%;
  height: auto;
  display: block; }

/* Cards under the media */
.cards-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }

@media (max-width: 1100px) {
  .cards-row {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 640px) {
  .cards-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/* Media-over-cards: active card highlight */
.cards-row .split-card.active {
  border-color: #4f68ff;
  -webkit-box-shadow: 0 0 0 2px rgba(79, 104, 255, 0.15), 0 6px 16px rgba(15, 23, 42, 0.08);
          box-shadow: 0 0 0 2px rgba(79, 104, 255, 0.15), 0 6px 16px rgba(15, 23, 42, 0.08); }

/* --- Media over cards (image/video top, 4 cards in a row below) --- */
.media-over-cards {
  display: -ms-grid;
  display: grid;
  gap: 24px; }

/* Support direct media (no wrapper) */
.media-over-cards > img,
.media-over-cards > video,
.media-over-cards > .media-rotator {
  width: 100%;
  height: auto;
  display: block; }

/* Cards under the media */
.media-over-cards .cards-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }

@media (max-width: 1100px) {
  .media-over-cards .cards-row {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 640px) {
  .media-over-cards .cards-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }

/* Card heading icons (inline SVG) */
.split-card h3, .feature-card h3 {
  display: flex;
  align-items: center;
  gap: 8px; }

.h3-icon {
  display: inline-flex;
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center; }

.h3-icon svg {
  width: 1em;
  height: 1em;
  display: block; }

html {
  scroll-behavior: smooth; }

/* ---- Stripe-style centered carousel for top media ---- */
.media-rotator.stripe-carousel {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: visible; }

.media-rotator.stripe-carousel img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  /* use 'cover' if you prefer edge-to-edge with cropping */
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 800ms cubic-bezier(0.22, 0.61, 0.36, 1), filter 800ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 800ms cubic-bezier(0.22, 0.61, 0.36, 1), filter 800ms cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 800ms cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  border: 0; }

.media-rotator.stripe-carousel img.pos0 {
  z-index: 3;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) translateX(0) scale(0.8);
          transform: translate(-50%, -50%) translateX(0) scale(0.8); }

.media-rotator.stripe-carousel img.pos1 {
  z-index: 2;
  opacity: .95;
  -webkit-transform: translate(-50%, -50%) translateX(18%) scale(0.75) rotate(0.25deg);
          transform: translate(-50%, -50%) translateX(18%) scale(0.75) rotate(0.25deg); }

.media-rotator.stripe-carousel img.pos-1 {
  z-index: 2;
  opacity: .95;
  -webkit-transform: translate(-50%, -50%) translateX(-18%) scale(0.75) rotate(-0.25deg);
          transform: translate(-50%, -50%) translateX(-18%) scale(0.75) rotate(-0.25deg); }

.media-rotator.stripe-carousel img.pos2, .media-rotator.stripe-carousel img.pos-2 {
  z-index: 1;
  opacity: 0.12;
  /* fully hidden; change to .15 if you want a faint “shadow” behind */
  -webkit-transform: translate(-50%, -50%) translateX(0) scale(0.7);
          transform: translate(-50%, -50%) translateX(0) scale(0.7);
  rotate: 0deg; }

@media (max-width: 900px) {
  .media-rotator.stripe-carousel img {
    width: 100%; } }

@media (prefers-reduced-motion: reduce) {
  .media-rotator.stripe-carousel img {
    -webkit-transition: none;
    transition: none; } }

/* Top cards: blue links + blue underlines, no extra line */
.media-over-cards .cards-row .learn-more {
  color: #2563eb;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  /* kill global underline hacks */
  border: 0 !important;
  border-bottom: none !important;
  background: none !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.media-over-cards .cards-row .learn-more::before,
.media-over-cards .cards-row .learn-more::after {
  content: none !important;
  background: none !important; }

/* Top cards: align all "Learn more" links to the same height */
.media-over-cards .cards-row .split-card {
  display: flex;
  flex-direction: column; }

.media-over-cards .cards-row .split-card .learn-more {
  margin-top: auto;
  /* pushes the link to the bottom of the card */ }

/* Extra space above the three-card grids in these sections */
#virtual-lot-walk .card-grid-3,
#carbly-suite .card-grid-3 {
  margin-top: 32px; }

@media (min-width: 900px) {
  #virtual-lot-walk .card-grid-3,
  #carbly-suite .card-grid-3 {
    margin-top: 48px;
    /* a bit more on desktop */ } }

/* Carbly Suite: space above CTAs */
#carbly-suite .feature-card-cta {
  margin-top: 60px; }

@media (min-width: 900px) {
  #carbly-suite .feature-card-cta {
    margin-top: 60px; } }

/* Center sub-headers (the intro paragraph after each section H2) */
section > h2 + p {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/* ===== Full-bleed section backgrounds with simple color classes ===== */
section {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 0;
  padding-right: 0; }

/* Colors */
.bg-black {
  --section-bg: #0b0b0c;
  color: #fff; }

.bg-yellow {
  --section-bg: #fde047; }

.bg-light-grey {
  background-color: #f3f4f6; }

.bg-dark-grey {
  background-color: #1e1e1e;
  color: #fff; }
  .bg-dark-grey .split-card, .bg-dark-grey .split-cards-media, .bg-dark-grey .feature-card {
    color: #111;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.9);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.9); }
  .bg-dark-grey .feature-card {
    border: none; }
    .bg-dark-grey .feature-card .feature-card-icon {
      background-color: #337ab7; }

.bg-white {
  background-color: #ffffff; }

/* Optional: improve link contrast on dark bg */
.bg-black a {
  color: #a5b4fc; }

.bg-black a:hover {
  color: #8190f9; }
