html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #fbf9fa;
  color: #1b1b1d;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

body {
  position: relative;
}

.hero-section {
  overflow: hidden;
}

*, *::before, *::after { box-sizing: border-box; }
img, svg, video { max-width: 100%; }
.lb-block { width: 100%; }
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Block 1: LandBridge - Institutional Real Estate Digital Assets */
[data-lb-block="1"] { font-family: 'Inter', sans-serif; }
[data-lb-block="1"] .bg-grid-pattern {
            background-size: 40px 40px;
            background-image: linear-gradient(to right, rgba(241, 245, 249, 0.5) 1px, transparent 1px),
                              linear-gradient(to bottom, rgba(241, 245, 249, 0.5) 1px, transparent 1px);
        }
[data-lb-block="1"] .glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid #F1F5F9;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03), 0 10px 15px -3px rgba(0, 0, 0, 0.05);
            border-radius: 8px;
        }

/* Block 2: LandBridge - Metrics */
[data-lb-block="2"] .glass-card {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            border: 1px solid #F1F5F9;
            box-shadow: 0 10px 40px -10px rgba(13, 27, 42, 0.04);
        }
[data-lb-block="2"] .bg-grid-pattern {
            background-image: 
                linear-gradient(to right, rgba(214, 228, 249, 0.1) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(214, 228, 249, 0.1) 1px, transparent 1px);
            background-size: 24px 24px;
        }
[data-lb-block="2"] .pulse-dot {
            width: 8px;
            height: 8px;
            background-color: #10B981;
            border-radius: 50%;
            position: relative;
        }
[data-lb-block="2"] .pulse-dot::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #10B981;
            border-radius: 50%;
            z-index: -1;
            opacity: 0.5;
        }

/* Block 3: LandBridge - Platform Ecosystem */
[data-lb-block="3"] .glass-panel {
            background-color: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(241, 245, 249, 0.8);
        }
[data-lb-block="3"] .architectural-grid {
            background-image: 
                linear-gradient(to right, rgba(196, 198, 204, 0.2) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(196, 198, 204, 0.2) 1px, transparent 1px);
            background-size: 40px 40px;
        }
[data-lb-block="3"] .node-line-svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
        }

/* Block 5: Process / Workflow - LandBridge */
[data-lb-block="5"] .grid-bg {
            background-image: 
                linear-gradient(to right, #F1F5F9 1px, transparent 1px),
                linear-gradient(to bottom, #F1F5F9 1px, transparent 1px);
            background-size: 24px 24px;
        }
[data-lb-block="5"] .flow-line::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            width: 32px;
            height: 1px;
            background-color: #c4c6cc;
            transform: translateY(-50%);
            z-index: 0;
        }
[data-lb-block="5"] .flow-line:last-child::after {
            display: none;
        }
[data-lb-block="5"] .flow-arrow::before {
            content: '';
            position: absolute;
            top: 50%;
            right: -16px;
            width: 8px;
            height: 8px;
            border-top: 1px solid #c4c6cc;
            border-right: 1px solid #c4c6cc;
            transform: translateY(-50%) rotate(45deg);
            z-index: 1;
        }
[data-lb-block="5"] .flow-line:last-child::before {
            display: none;
        }
[data-lb-block="5"] /* Hide scrollbar for horizontal scroll but keep functionality */
        .hide-scrollbar::-webkit-scrollbar {
            display: none;
        }
[data-lb-block="5"] .hide-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

/* Block 6: LandBridge - Technology & Security */
[data-lb-block="6"] .glass-panel {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 0.5px solid rgba(255, 255, 255, 0.5);
            box-shadow: 0 4px 20px rgba(13, 27, 42, 0.04);
        }
[data-lb-block="6"] .bg-grid-pattern {
            background-image: linear-gradient(to right, #F1F5F9 1px, transparent 1px),
                              linear-gradient(to bottom, #F1F5F9 1px, transparent 1px);
            background-size: 24px 24px;
        }

/* Block 7: LandBridge - Problem / Opportunity */
[data-lb-block="7"] .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }

/* Block 8: LandBridge - Institutional Narrative */
[data-lb-block="8"] .glass-panel {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(12px);
            border: 1px solid #F1F5F9;
        }
[data-lb-block="8"] .decorative-line {
            background: linear-gradient(90deg, #F1F5F9 0%, rgba(241,245,249,0) 100%);
        }

/* Block 10: LandBridge - Enterprise Footer */
[data-lb-block="10"] .grid-pattern {
            background-image: linear-gradient(to right, #F1F5F9 1px, transparent 1px),
                              linear-gradient(to bottom, #F1F5F9 1px, transparent 1px);
            background-size: 40px 40px;
        }
