/*
 * V2 RTLS Product Page Styles
 * Generated from lanhu design: lanhu_productsblueiotrtls20260603/index.rem.css
 * Design base: 1920px (1rem = 16px)
 * Layout philosophy: section (full-width bg) > .v2-container (center content) > inner elements
 */

/* ==========================================
 * 1. Hero Banner — full-width background image
 * ========================================== */
.v2-rtls-hero {
    position: relative;
    width: 100%;
    height: 37.5rem; /* 600px */
    background: url(/uploads/image/v2/rtls/rtls-banner.avif) 100% 100% no-repeat;
    background-size: cover;
    overflow: hidden;
}
.v2-rtls-hero-content {
    padding-top: 5.75rem;
}
.v2-rtls-hero-title-l1 {
    font-size: 2.75rem;
    color: rgba(255, 255, 255, 1);
    font-family: "Gotham-Bold", sans-serif;
    line-height: 3.3125rem;
    white-space: nowrap;
}
.v2-rtls-hero-title-l2 {
    font-size: 2.75rem;
    color: rgba(255, 125, 113, 1);
    font-family: "Gotham-Bold", sans-serif;
    line-height: 3.3125rem;
    white-space: nowrap;
    margin-top: -0.25rem;
}
.v2-rtls-hero-body {
    max-width: 48.438rem;
    font-size: 1.375rem;
    color: rgba(196, 218, 255, 1);
    /* font-family: "Gotham-Book", sans-serif; */
    line-height: 1.625rem;
    margin-top: 0.688rem;
}
.v2-rtls-hero-btns {
    display: flex;
    gap: 1.875rem;
    margin-top: 2.375rem;
}
.v2-rtls-hero-btn-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #008CFF;
    border-radius: 5.625rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    font-family: "Gotham-Medium", sans-serif;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.6s ease;
}
.v2-rtls-hero-btn-blue:hover {
    background-color: #72BFFF;
    color: rgba(255, 255, 255, 1);
}
.v2-rtls-hero-btn-blue:active {
    background-color: #0067BB;
    color: rgba(255, 255, 255, 1);
}
.v2-rtls-hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.75rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    font-family: "Gotham-Medium", sans-serif;
    color: rgba(255, 255, 255, 1);
    border: 0.0625rem solid rgba(255, 255, 255, 1);
    background-color: transparent;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.6s ease, border-color 0.6s ease;
}
.v2-rtls-hero-btn-outline:hover {
    background-color: #008CFF;
    border-color: #008CFF;
    color: rgba(255, 255, 255, 1);
}
.v2-rtls-hero-btn-outline:active {
    background-color: #0067BB;
    border-color: #0067BB;
    color: rgba(255, 255, 255, 1);
}

/* ==========================================
 * 2. Features Stats Bar
 * ========================================== */
.v2-rtls-stats-section {
    padding-top: 5rem;
    background-color: #F5F5F7;
}
.v2-rtls-stats-bar {
    box-shadow: 0px 0px 1rem 0px rgba(34,50,72,0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.125rem;
    padding: 3.125rem 2.5rem 2.938rem;
    box-sizing: border-box;
}
.v2-rtls-stats-numbers {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    background: linear-gradient( 90deg, #008CFF 0%, #B260FF 20%, #FE6C6A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: .625rem;
}
.v2-rtls-stats-number {
    width: 18.875rem;
    font-size: 2.625rem; /* 42px */
    font-family: "Gotham-Bold", sans-serif;
    line-height: 1;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.v2-rtls-stats-grid {
    display: flex;
    justify-content: space-between;
}
.v2-rtls-stats-item {
    width: 18.875rem;
}
.v2-rtls-stats-item-title {
    font-size: 1.375rem;
    font-family: "Gotham-Medium", sans-serif;
    color: #323232;
    line-height: 1.375rem;
    margin-bottom: 1.5rem;
}
.v2-rtls-stats-item-desc {
    font-size: 1.125rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: #323232;
    line-height: 1.375rem;
}

/* ==========================================
 * 3. System Architecture
 * ========================================== */
.v2-rtls-arch-section {
    padding-top: 4.5rem;
    background-color: #F5F5F7;
}
.v2-rtls-arch-title {
    font-size: 2.75rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 3.3125rem;
}
.v2-rtls-arch-subtitle {
    font-size: 1.375rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(50, 50, 50, 1);
    line-height: 1.625rem;
    margin-top: 0.688rem;
    max-width: 60.313rem;
}
.v2-rtls-arch-card {
    box-shadow: 0 0 0.9375rem 0 rgba(34, 50, 72, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.125rem;
    display: flex;
    align-items: center;
    padding: 2.75rem 3.75rem 2.75rem 2.5rem;
    box-sizing: border-box;
    margin-top: 2.375rem;
}
.v2-rtls-arch-left {
    width: 33.375rem;
    flex-shrink: 0;
}
.v2-rtls-arch-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.375rem;
}
.v2-rtls-arch-card .v2-rtls-arch-point:last-of-type {
    margin-bottom: 0;
}
.v2-rtls-arch-point-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    margin-top: .25rem;
    flex-shrink: 0;
}
.v2-rtls-arch-point-text h4 {
    font-size: 1.5rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 1.875rem;
    font-weight: normal;
    margin-bottom: .375rem;
}
.v2-rtls-arch-point-text p {
    font-size: 1.125rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(50, 50, 50, 1);
    line-height: 1.375rem;
    margin-top: 0.375rem;
    max-width: 31.5rem;
}
.v2-rtls-arch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(12, 136, 215, 1) 0%, rgba(100, 215, 155, 1) 100%);
    border-radius: 3.5rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    font-family: "Gotham-Medium", sans-serif;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    white-space: nowrap;
    margin-top: 2.313rem;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s ease, color 0.3s ease;
}
.v2-rtls-arch-btn::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #6DC6FF 0%, #ADFFD4 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.v2-rtls-arch-btn::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #034EA6 0%, #3BC877 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.1s ease;
}
.v2-rtls-arch-btn:hover {
    color: rgba(255, 255, 255, 1);
}
.v2-rtls-arch-btn:hover::before {
    opacity: 1;
}
.v2-rtls-arch-btn:hover::after {
    opacity: 0;
}
.v2-rtls-arch-btn:active::after {
    opacity: 1;
}
.v2-rtls-arch-right {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-left: 3.75rem;
}
.v2-rtls-arch-img {
    max-width: 46.25rem;
    height: auto;
    object-fit: contain;
}

/* ==========================================
 * 4. Why Teams Choose Blueiot (6-card grid)
 * ========================================== */
.v2-rtls-why-section {
    padding-top: 4.5rem;
    background-color: #F5F5F7;
}
.v2-rtls-why-title {
    font-size: 2.75rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 2.75rem;
}
.v2-rtls-why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 2.188rem;
}
.v2-rtls-why-card {
    box-shadow: 0 0 0.625rem 0 rgba(34, 50, 72, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.875rem;
    width: calc((100% - 5rem) / 3); /* 3 cards per row, 2 gaps */
    min-height: 15.125rem;
    padding: 2.313rem 2.5rem 2.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.v2-rtls-why-card-icon-wrap {
    display: flex;
    align-items: flex-end;
    height: 2.5rem; /* 40px — 能容纳最高的 icon */
    margin-bottom: 1.25rem;
}
.v2-rtls-why-card-icon-wrap img {
    display: block;
}
/* Card 1: High Accuracy — 35px × 40px */
.v2-rtls-why-grid > .v2-rtls-why-card:nth-child(1) .v2-rtls-why-card-icon-wrap img {
    width: 2.1875rem;
    height: 2.5rem;
}
/* Card 2: High Capacity — 38px × 40px */
.v2-rtls-why-grid > .v2-rtls-why-card:nth-child(2) .v2-rtls-why-card-icon-wrap img {
    width: 2.375rem;
    height: 2.5rem;
}
/* Card 3: Low Cost — 40px × 36px */
.v2-rtls-why-grid > .v2-rtls-why-card:nth-child(3) .v2-rtls-why-card-icon-wrap img {
    width: 2.5rem;
    height: 2.25rem;
}
/* Card 4: Low Power — 40px × 40px */
.v2-rtls-why-grid > .v2-rtls-why-card:nth-child(4) .v2-rtls-why-card-icon-wrap img {
    width: 2.5rem;
    height: 2.5rem;
}
/* Card 5: Open Ecosystem — 51px × 40px */
.v2-rtls-why-grid > .v2-rtls-why-card:nth-child(5) .v2-rtls-why-card-icon-wrap img {
    width: 3.1875rem;
    height: 2.5rem;
}
/* Card 6: Compact Tag Size — 39px × 40px */
.v2-rtls-why-grid > .v2-rtls-why-card:nth-child(6) .v2-rtls-why-card-icon-wrap img {
    width: 2.4375rem;
    height: 2.5rem;
}
.v2-rtls-why-card-title {
    font-size: 1.5rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 1.5rem;
    margin-bottom: .75rem;
    font-weight: normal;
}
.v2-rtls-why-card-desc {
    font-size: 1.125rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(50, 50, 50, 1);
    line-height: 1.375rem;
}

/* ==========================================
 * 5. Full RTLS Stack (4 product cards)
 * ========================================== */
.v2-rtls-stack-section {
    padding-top: 4.563rem;
    padding-bottom: 5rem;
    background-color: #F5F5F7;
}
.v2-rtls-stack-title {
    font-size: 2.75rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 3.3125rem;
}
.v2-rtls-stack-subtitle {
    font-size: 1.375rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(50, 50, 50, 1);
    line-height: 1.625rem;
    margin-top: 0.75rem;
    max-width: 71.813rem;
}
.v2-rtls-stack-grid {
    display: flex;
    gap: 1.938rem;
    margin-top: 2.188rem;
}
.v2-rtls-stack-card {
    box-shadow: 0 0 0.625rem 0 rgba(34, 50, 72, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0.875rem;
    flex: 1;
    overflow: hidden;
    transition: all ease 0.6s;
}
.v2-rtls-stack-card:hover {
    transform: scale(1.01);
}
.v2-rtls-stack-card-img {
    width: 100%;
    height: 15.625rem;
    object-fit: cover;
    display: block;
}
.v2-rtls-stack-card-body {
    padding: 1.625rem 2.5rem 2.125rem;
}
.v2-rtls-stack-card-title {
    font-size: 1.625rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 1.625rem;
    margin-bottom: 0.688rem;
}
.v2-rtls-stack-card-desc {
    font-size: 1.125rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(50, 50, 50, 1);
    line-height: 1.375rem;
    height: 6.875rem; /* 5 lines × 1.375rem */
    overflow: hidden;
    margin-bottom: 0.375rem; /* 6px to "Learn More" */
}
.v2-rtls-stack-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    font-family: "Gotham-Medium", sans-serif;
    color: rgba(109, 123, 139, 1);
    text-decoration: none;
    transition: color 0.3s ease;
}
.v2-rtls-stack-card:hover .v2-rtls-stack-card-link,
.v2-rtls-stack-card-link:hover {
    color: rgba(0, 156, 255, 1);
}
.v2-rtls-stack-card-link.active {
    color: rgba(0, 156, 255, 1);
}
.v2-rtls-stack-card-link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 0.375rem;
    height: 1.5rem;
    color: inherit;
    width: 0.5rem;
    flex-shrink: 0;
}
/* 横线 */
.v2-rtls-stack-card-link-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.125rem;
    background: currentColor;
    width: 0;
    opacity: 0;
    transition: width 0.6s ease, opacity 0.6s ease;
}
/* 箭头 V 形 */
.v2-rtls-stack-card-link-arrow::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.1275rem solid currentColor;
    border-right: 0.1275rem solid currentColor;
    transform: rotate(45deg);
    display: inline-block;
    color: inherit;
    transition: transform 0.6s ease;
}
.v2-rtls-stack-card:hover .v2-rtls-stack-card-link-arrow::after,
.v2-rtls-stack-card-link:hover .v2-rtls-stack-card-link-arrow::after {
    transform: translateX(0.5rem) rotate(45deg);
}
.v2-rtls-stack-card:hover .v2-rtls-stack-card-link-arrow::before,
.v2-rtls-stack-card-link:hover .v2-rtls-stack-card-link-arrow::before {
    width: 0.75rem;
    opacity: 1;
    left: 0.3rem;
}

/* ==========================================
 * 6. Three Steps to Deploy — full-width dark background
 * ========================================== */
.v2-rtls-steps-section {
    background-color: rgba(0, 28, 84, 1);
    width: 100%;
    padding: 4.5rem 0 5rem;
}
.v2-rtls-steps-title {
    font-size: 2.75rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 3.3125rem;
    margin-bottom: 2.188rem;
}
.v2-rtls-steps-grid {
    display: flex;
    gap: 2.5rem;
}
.v2-rtls-step-card {
    background-color: rgba(12, 45, 102, 1);
    border-radius: 0.875rem;
    flex: 1;
    min-height: 15.125rem;
    padding: 2.313rem 2.5rem 2.375rem;
    box-sizing: border-box;
}
.v2-rtls-step-card-icon {
    width: 2.563rem;
    height: 2.5rem;
    margin-bottom: 1.188rem;
}
.v2-rtls-step-card-icon.medium {
    width: 2.688rem;
    height: 2.813rem;
}
.v2-rtls-step-card-icon.wide {
    width: 3.313rem;
    height: 2.313rem;
}
.v2-rtls-step-card-title {
    font-size: 1.625rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 1.625rem;
    margin-bottom: 0.688rem;
}
.v2-rtls-step-card-desc {
    font-size: 1.125rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(196, 218, 255, 1);
    line-height: 1.375rem;
}

/* ==========================================
 * 7. Precision Anchors
 * ========================================== */
.v2-rtls-anchors-section {
    padding-top: 5rem;
    background-color: #F5F5F7;
}
.v2-rtls-anchors-card {
    box-shadow: 0 0 0.9375rem 0 rgba(34, 50, 72, 0.1);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1.125rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}
.v2-rtls-anchors-left {
    width: 51.875rem;
    flex-shrink: 0;
    padding: 4.5rem 0 4.5rem 2.5rem;
    position: relative;
    z-index: 1;
}
.v2-rtls-anchors-title {
    font-size: 2.75rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 3.3125rem;
    margin-bottom: 0.688rem;
    white-space: nowrap;
}
.v2-rtls-anchors-body {
    font-size: 1.375rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(50, 50, 50, 1);
    line-height: 1.563rem;
    max-width: 41.5rem;
    margin-bottom: 2.563rem;
}
.v2-rtls-anchors-pill {
    display: inline-flex;
    align-items: center;
    background-color: rgba(212, 236, 255, 1);
    border-radius: 4.375rem;
    height: 3rem;
    padding: 0.625rem 1.5rem 0.625rem 0.75rem; /* top 10 right 24 bottom 10 left 12 */
    margin-bottom: 0.625rem;
    white-space: nowrap;
}
.v2-rtls-anchors-pill-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.563rem; /* 9px */
    flex-shrink: 0;
}
.v2-rtls-anchors-pill-text {
    font-size: 1.5rem;
    font-family: "Gotham-Medium", sans-serif;
    color: rgba(50, 50, 50, 1);
    line-height: 1.8125rem; /* 29px */
}
.v2-rtls-anchors-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-left: -6.875rem;
}
.v2-rtls-anchors-img {
    width: 47.5rem;
    height: 37.5rem;
    object-fit: cover;
}

/* ==========================================
 * 8. Demo Kit CTA — full-width gradient card
 * ========================================== */
.v2-rtls-demo-section {
    padding: 6.25rem 0;
    background-color: #F5F5F7;
}
#tg-contact {
    padding-top: 0!important;
    background: #F5F5F7;
}
.v2-rtls-demo-card {
    background: linear-gradient(266deg, rgba(119, 240, 177, 1) 0%, rgba(0, 140, 255, 1) 31.39%, rgba(0, 104, 208, 1) 54.07%, rgba(0, 45, 127, 1) 88.43%);
    border-radius: 1.125rem;
    box-shadow: 0 0 0.9375rem 0 rgba(34, 50, 72, 0.1);
    height: 26.25rem;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
}
.v2-rtls-demo-content {
    padding: 4.5rem 0 4.5rem 3.75rem;
    position: relative;
    z-index: 1;
}
.v2-rtls-demo-title {
    font-size: 2.75rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 3.3125rem;
    margin-bottom: 0.813rem;
}
.v2-rtls-demo-body {
    font-size: 1.125rem;
    /* font-family: "Gotham-Book", sans-serif; */
    color: rgba(255, 255, 255, 1);
    line-height: 1.375rem;
    max-width: 43.063rem;
    margin-bottom: 0.813rem;
}
.v2-rtls-demo-highlight {
    font-size: 1.6875rem;
    font-family: "Gotham-Bold", sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 1.688rem;
    margin-bottom: 2rem;
}
.v2-rtls-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(87deg, rgba(255, 125, 113, 1) 19.45%, rgba(255, 152, 79, 1) 100%);
    border-radius: 3.75rem;
    height: 2.5rem;
    padding: 0 1.25rem;
    font-size: 1.125rem;
    font-family: "Gotham-Medium", sans-serif;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s ease, color 0.3s ease;
}
.v2-rtls-demo-btn::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: linear-gradient(93deg, #FFB69A 21.84%, #FFD4B5 95.64%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.v2-rtls-demo-btn::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: inherit;
    background: linear-gradient(93deg, #E74034 21.84%, #FF9C45 87.28%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.1s ease;
}
.v2-rtls-demo-btn:hover {
    color: rgba(255, 255, 255, 1);
}
.v2-rtls-demo-btn:hover::before {
    opacity: 1;
}
.v2-rtls-demo-btn:hover::after {
    opacity: 0;
}
.v2-rtls-demo-btn:active::after {
    opacity: 1;
}
.v2-rtls-demo-img {
    position: absolute;
    right: 5rem;
    top: -3.9375rem;
    width: 38rem;
    height: 36.4375rem;
    object-fit: contain;
    z-index: 0;
}

/* ==========================================
 * 9. Contact Form — provided by [[snippet form_new]]
 * ========================================== */

/* ==========================================
 * Responsive: ≤768px
 * ========================================== */
@media (max-width: 768px) {
    .v2-rtls-hero {
        height: auto;
        min-height: 25rem;
        background-position: center;
    }
    .v2-rtls-hero-content {
        padding: 3rem 1rem 2rem;
    }
    .v2-rtls-hero-title-l1,
    .v2-rtls-hero-title-l2 {
        font-size: 1.75rem;
        line-height: 2.125rem;
        white-space: normal;
    }
    .v2-rtls-hero-body {
        font-size: 1rem;
        max-width: 100%;
    }
    .v2-rtls-hero-btns {
        flex-direction: column;
        gap: .75rem;
    }
    .v2-rtls-stats-bar {
        padding: 2rem 1rem;
    }
    .v2-rtls-stats-grid {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .v2-rtls-stats-item {
        width: calc(50% - 0.75rem);
    }
    .v2-rtls-arch-card {
        flex-direction: column;
        padding: 2rem 1.5rem;
    }
    .v2-rtls-arch-left {
        width: 100%;
    }
    .v2-rtls-arch-right {
        padding-left: 0;
        margin-top: 2rem;
    }
    .v2-rtls-arch-img {
        max-width: 100%;
    }
    .v2-rtls-why-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    .v2-rtls-why-card {
        width: 100%;
    }
    .v2-rtls-stack-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    .v2-rtls-stack-card-img {
        height: auto;
    }
    .v2-rtls-steps-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    .v2-rtls-anchors-card {
        flex-direction: column;
    }
    .v2-rtls-anchors-left {
        width: 100%;
        padding: 2rem 1.5rem;
    }
    .v2-rtls-anchors-right {
        margin-left: 0;
        justify-content: center;
    }
    .v2-rtls-anchors-img {
        width: 100%;
        height: auto;
    }
    .v2-rtls-demo-card {
        height: auto;
        min-height: 26.25rem;
    }
    .v2-rtls-demo-content {
        padding: 2.5rem 1.5rem;
    }
    .v2-rtls-demo-img {
        position: relative;
        top: auto;
        right: auto;
        width: 60%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .v2-rtls-contact-card {
        padding: 2rem 1.5rem;
    }
    .v2-rtls-contact-title {
        font-size: 1.75rem;
        line-height: 2.125rem;
    }
    .v2-rtls-contact-subtitle {
        font-size: 1.25rem;
    }
}
