.landing-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.landing-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.landing-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 250, 246, 0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e8d5c4;
    padding: 0;
    isolation: isolate;
}

.landing-page [id] {
    scroll-margin-top: 64px;
}

.landing-header-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1.5rem;
}

.landing-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none !important;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.landing-logo:hover {
    text-decoration: none !important;
}

.landing-logo-img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(158, 75, 19, 0.15);
}

.landing-logo-text {
    font-size: 1.45rem;
    font-weight: 800;
    color: #9e4b13;
    letter-spacing: -0.5px;
}

.landing-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.landing-nav-links {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.landing-nav-link {
    color: #5a6b5a;
    text-decoration: none !important;
    padding: 0.45rem 0.7rem;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.landing-nav-link:hover {
    color: #9e4b13;
    background: rgba(158, 75, 19, 0.06);
}

.landing-lang-toggle {
    display: inline-flex;
    gap: 2px;
    margin-right: 0.75rem;
    border: 1px solid #e8d5c4;
    border-radius: 6px;
    overflow: hidden;
}

.landing-lang-btn {
    background: #fff;
    border: none;
    padding: 0.3rem 0.6rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6b7c6b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.landing-lang-btn.landing-lang-active {
    background: #9e4b13;
    color: #fff;
}

.landing-lang-btn:hover:not(.landing-lang-active) {
    background: #f5ebe0;
}

.landing-login-btn {
    display: inline-flex;
    align-items: center;
    background: #9e4b13;
    color: #fff !important;
    padding: 0.5rem 1.3rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    margin-left: 0.75rem;
    box-shadow: 0 2px 8px rgba(158, 75, 19, 0.2);
}

.landing-login-btn:hover {
    background: #833f10;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(158, 75, 19, 0.35);
}

.landing-mobile-toggle {
    display: none;
    background: none;
    border: 1px solid #e8d5c4;
    border-radius: 6px;
    padding: 0.4rem 0.6rem;
    font-size: 1.2rem;
    color: #9e4b13;
    cursor: pointer;
    transition: background 0.2s;
}

.landing-mobile-toggle:hover {
    background: rgba(158, 75, 19, 0.06);
}

.landing-mobile-menu {
    display: none;
    flex-direction: column;
    background: #fffaf6;
    border-top: 1px solid #e8d5c4;
    padding: 0.75rem 1.5rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.landing-mobile-menu.active {
    display: flex;
}

.landing-mobile-link {
    padding: 0.7rem 0;
    color: #555;
    text-decoration: none !important;
    font-size: 0.95rem;
    border-bottom: 1px solid #f0e6dc;
    transition: color 0.2s;
}

.landing-mobile-link:hover {
    color: #9e4b13;
}

.landing-mobile-login {
    color: #9e4b13 !important;
    font-weight: 600;
    border-bottom: none;
    margin-top: 0.25rem;
}

.landing-hero-badge {
    display: inline-block;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    background: rgba(158, 75, 19, 0.10);
    color: #9e4b13;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 1px solid rgba(158, 75, 19, 0.18);
}

.landing-hero {
    background: linear-gradient(135deg, #fffaf6 0%, #f5efe8 50%, #eae4d8 100%);
    padding: 4.5rem 0 4rem;
    overflow: hidden;
}

.landing-hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 3.5rem;
    align-items: center;
}

.landing-hero-content {
    max-width: 520px;
}

.landing-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2c3e2c;
    line-height: 1.18;
    margin-bottom: 1.25rem;
    letter-spacing: -0.8px;
}

.landing-hero-br-desktop {
    display: inline;
}

.landing-hero-subtitle {
    font-size: 1.02rem;
    color: #5a6b5a;
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 480px;
}

.landing-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.landing-btn-primary {
    display: inline-flex;
    align-items: center;
    background: #9e4b13;
    color: #fff !important;
    padding: 0.72rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 2px solid #9e4b13;
    box-shadow: 0 2px 8px rgba(158, 75, 19, 0.2);
}

.landing-btn-primary:hover {
    background: #833f10;
    border-color: #833f10;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(158, 75, 19, 0.3);
}

.landing-btn-secondary {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #9e4b13 !important;
    padding: 0.72rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 2px solid #c5854a;
}

.landing-btn-secondary:hover {
    background: rgba(158, 75, 19, 0.08);
    border-color: #9e4b13;
    transform: translateY(-2px);
}

.landing-btn-tertiary {
    display: inline-flex;
    align-items: center;
    color: #9e4b13 !important;
    padding: 0.72rem 1rem;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.2s;
}

.landing-btn-tertiary:hover {
    text-decoration: underline !important;
}

.landing-hero-tagline {
    font-size: 0.85rem;
    color: #8a7a6a;
    font-style: italic;
}

.landing-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-hero-video-wrap {
    position: relative;
    width: 100%;
    max-width: 540px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0d5c8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.landing-hero-video-wrap:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 48px rgba(0, 0, 0, 0.18), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.landing-hero-video {
    width: 100%;
    display: block;
    border-radius: 14px;
}

.landing-trust-strip {
    background: #fff;
    border-bottom: 1px solid #f0e6dc;
    padding: 1.75rem 0;
}

.landing-trust-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.landing-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.landing-trust-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f5efe8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #9e4b13;
    font-size: 1.1rem;
}

.landing-trust-text {
    display: flex;
    flex-direction: column;
}

.landing-trust-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #2c3e2c;
    line-height: 1.3;
}

.landing-trust-desc {
    font-size: 0.78rem;
    color: #7a8a7a;
    line-height: 1.4;
}

.landing-tabs-section {
    padding: 4.5rem 0;
    background: #fffaf6;
}

.landing-section-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #2c3e2c;
    text-align: center;
    margin-bottom: 0.75rem;
    letter-spacing: -0.3px;
}

.landing-section-intro {
    font-size: 1.02rem;
    color: #6b7c6b;
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.landing-pill-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    justify-content: center;
}

.landing-pill-btn {
    background: #f5ede6;
    color: #7a8a7a;
    border: 1.5px solid #e0d0c0;
    border-radius: 999px;
    padding: 0.55rem 1.2rem;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-align: center;
}

.landing-pill-btn:hover {
    background: #ece0d4;
    color: #9e4b13;
    border-color: #c8a882;
}

.landing-pill-btn:focus {
    outline: 2px solid rgba(158, 75, 19, 0.3);
    outline-offset: 2px;
}

.landing-pill-active {
    background: #9e4b13 !important;
    color: #fff !important;
    border-color: #9e4b13 !important;
    font-weight: 600;
}

.landing-tab-panel {
    display: none;
}

.landing-tab-panel-active {
    display: block;
}

.landing-tab-inner {
    max-width: 960px;
    margin: 0 auto;
}

.landing-tab-card {
    background: #fff;
    border: 1px solid #e8d5c4;
    border-radius: 12px;
    padding: 2rem 2.25rem;
    margin-top: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.landing-tab-text {
    font-size: 1rem;
    color: #4a5a4a;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

.landing-tab-text-note {
    margin-top: 1.5rem;
    font-style: italic;
    color: #7a8a7a;
    margin-bottom: 0;
}

.landing-badges {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.landing-badge {
    display: block;
    text-align: center;
    background: #f5efe8;
    color: #9e4b13;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #e8d5c4;
    transition: all 0.2s;
}

.landing-badge:hover {
    background: #efe5d8;
    transform: translateY(-1px);
}

.landing-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.landing-features-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.landing-feature-card {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    background: #faf7f3;
    border: 1px solid #ede5db;
    border-radius: 10px;
    padding: 1.1rem;
    transition: all 0.25s ease;
}

.landing-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-color: #d4c4b0;
}

.landing-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f0e6dc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #9e4b13;
    font-size: 1rem;
}

.landing-feature-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e2c;
    margin-bottom: 0.25rem;
}

.landing-feature-desc {
    font-size: 0.82rem;
    color: #6b7c6b;
    line-height: 1.55;
    margin-bottom: 0;
}

.landing-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.landing-tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    background: #faf7f3;
    border: 1px solid #ede5db;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
    color: #9e4b13;
    font-size: 1.6rem;
    transition: all 0.25s ease;
}

.landing-tech-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.landing-tech-label {
    font-size: 0.88rem;
    font-weight: 500;
    color: #4a6741;
}

.landing-collab-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
    justify-content: center;
}

.landing-proof-section {
    padding: 4.5rem 0;
    background: #fff;
}

.landing-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem;
    margin-top: 0.5rem;
}

.landing-proof-card {
    background: #faf7f3;
    border: 1px solid #e8d5c4;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.landing-proof-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.landing-proof-img-wrap {
    overflow: hidden;
    border-bottom: 1px solid #e8d5c4;
}

.landing-proof-img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.landing-proof-card:hover .landing-proof-img {
    transform: scale(1.02);
}

.landing-proof-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e2c;
    margin: 1rem 1.25rem 0.35rem;
}

.landing-proof-desc {
    font-size: 0.82rem;
    color: #6b7c6b;
    line-height: 1.55;
    margin: 0 1.25rem 1rem;
}

.landing-scope-section {
    padding: 4rem 0;
    background: #f9f5f0;
}

.landing-scope-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.landing-scope-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #e8d5c4;
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: #4a5a4a;
    transition: all 0.2s ease;
    text-align: center;
}

.landing-scope-chip i {
    color: #9e4b13;
    font-size: 0.95rem;
}

.landing-scope-chip:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    border-color: #d4c4b0;
}

.landing-why-section {
    padding: 4.5rem 0;
    background: #fffaf6;
}

.landing-why-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 3rem;
    align-items: center;
}

.landing-why-text {
    font-size: 1rem;
    color: #4a5a4a;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

.landing-why-badges-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.landing-why-badge {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: #fff;
    border: 1px solid #e8d5c4;
    border-radius: 10px;
    padding: 1rem 1.15rem;
    transition: all 0.25s ease;
}

.landing-why-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.landing-why-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f5efe8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #9e4b13;
    font-size: 1.2rem;
}

.landing-why-text-col {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.landing-why-title {
    font-weight: 600;
    color: #2c3e2c;
    font-size: 0.92rem;
}

.landing-why-desc {
    font-size: 0.8rem;
    color: #7a8a7a;
    line-height: 1.4;
}

.landing-image-strip {
    padding: 4.5rem 0;
    background: #f5efe8;
}

.landing-scenes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 0.5rem;
}

.landing-scene-card {
    background: linear-gradient(145deg, #4a6741 0%, #2c3e2c 100%);
    border-radius: 12px;
    padding: 2rem 1.25rem;
    text-align: center;
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.landing-scene-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, rgba(158, 75, 19, 0.15) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.landing-scene-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(44, 62, 44, 0.3);
}

.landing-scene-card:hover::before {
    opacity: 1;
}

.landing-scene-icon-wrap {
    margin-bottom: 0.85rem;
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 1;
}

.landing-scene-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}

.landing-scene-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.landing-cta-band {
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #b5632a 0%, #9e4b13 50%, #7a3a0e 100%);
    position: relative;
    overflow: hidden;
}

.landing-cta-band::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.landing-cta-inner {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.landing-cta-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.3px;
}

.landing-cta-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.landing-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.landing-btn-light.landing-btn-primary {
    background: #fff;
    color: #9e4b13 !important;
    border-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.landing-btn-light.landing-btn-primary:hover {
    background: #f5efe8;
    border-color: #f5efe8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.landing-btn-light.landing-btn-secondary {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.landing-btn-light.landing-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
}

.landing-footer {
    background: #2c3e2c;
    color: #c5d4c5;
    padding: 3.5rem 0 0;
}

.landing-footer-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 3rem;
}

.landing-footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.landing-footer-logo-img {
    width: 36px;
    height: 36px;
    border-radius: 6px;
}

.landing-footer-logo-text {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

.landing-footer-desc {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #a8c0a8;
}

.landing-footer-heading {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.landing-footer-link {
    display: block;
    color: #a8c0a8;
    text-decoration: none !important;
    font-size: 0.88rem;
    padding: 0.25rem 0;
    transition: all 0.2s;
    line-height: 1.6;
}

.landing-footer-link:hover {
    color: #fff;
    transform: translateX(3px);
}

.landing-footer-contact-text {
    font-size: 0.88rem;
    color: #a8c0a8;
    margin-bottom: 0.6rem;
    line-height: 1.6;
}

.landing-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2.5rem;
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.landing-footer-copy {
    font-size: 0.82rem;
    color: #7a9a7a;
    margin: 0;
}

@keyframes landing-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.landing-hero-content {
    animation: landing-fadeInUp 0.6s ease-out;
}

.landing-hero-visual {
    animation: landing-fadeInUp 0.6s ease-out 0.15s both;
}

.landing-trust-item {
    animation: landing-fadeInUp 0.4s ease-out both;
}

.landing-trust-item:nth-child(1) { animation-delay: 0.1s; }
.landing-trust-item:nth-child(2) { animation-delay: 0.15s; }
.landing-trust-item:nth-child(3) { animation-delay: 0.2s; }
.landing-trust-item:nth-child(4) { animation-delay: 0.25s; }

@media (max-width: 991px) {
    .landing-nav-links {
        display: none;
    }

    .landing-login-btn {
        display: none;
    }

    .landing-mobile-toggle {
        display: block;
    }

    .landing-hero-inner {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .landing-hero-content {
        max-width: 100%;
    }

    .landing-hero-title {
        font-size: 2rem;
    }

    .landing-hero-br-desktop {
        display: none;
    }

    .landing-hero-subtitle {
        max-width: 100%;
    }

    .landing-hero-video-wrap {
        max-width: 480px;
        margin: 0 auto;
    }

    .landing-trust-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-features-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-scenes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-why-inner {
        grid-template-columns: 1fr;
    }

    .landing-footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .landing-proof-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .landing-hero {
        padding: 2.5rem 0 2rem;
    }

    .landing-hero-title {
        font-size: 1.6rem;
        letter-spacing: -0.5px;
    }

    .landing-hero-subtitle {
        font-size: 0.95rem;
    }


    .landing-trust-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .landing-tabs-section {
        padding: 3rem 0;
    }

    .landing-pill-bar {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.35rem;
        padding: 0;
    }

    .landing-badges {
        grid-template-columns: repeat(3, 1fr);
    }

    .landing-pill-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.78rem;
    }

    .landing-tab-card {
        padding: 1.25rem;
        margin-top: 1.25rem;
    }

    .landing-features-grid,
    .landing-features-grid-3 {
        grid-template-columns: 1fr;
    }

    .landing-tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-proof-grid {
        grid-template-columns: 1fr;
    }

    .landing-scenes-grid {
        grid-template-columns: 1fr 1fr;
    }

    .landing-section-title {
        font-size: 1.4rem;
    }

    .landing-section-intro {
        font-size: 0.92rem;
    }

    .landing-scope-section,
    .landing-why-section,
    .landing-image-strip,
    .landing-proof-section {
        padding: 2.5rem 0;
    }

    .landing-cta-band {
        padding: 2.5rem 0;
    }

    .landing-cta-title {
        font-size: 1.35rem;
    }

    .landing-cta-text {
        font-size: 0.92rem;
    }
}

@media (max-width: 480px) {
    .landing-header-inner {
        padding: 0.5rem 1rem;
    }

    .landing-hero-ctas {
        flex-direction: column;
    }

    .landing-btn-primary,
    .landing-btn-secondary {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .landing-trust-inner {
        grid-template-columns: 1fr;
    }

    .landing-scenes-grid {
        grid-template-columns: 1fr;
    }

    .landing-tech-grid {
        grid-template-columns: 1fr;
    }

    .landing-hero-title {
        font-size: 1.4rem;
    }

    .landing-pill-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-pill-btn {
        padding: 0.35rem 0.65rem;
        font-size: 0.72rem;
    }

    .landing-badges {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-scope-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-scope-chip {
        font-size: 0.82rem;
        padding: 0.5rem 0.8rem;
    }
}
