/* offlead - Premium Marketplace Design */

:root {
    --spruce-green: #3B7C64;
    --spruce-light: #4A8B72;
    --spruce-dark: #2E6151;
    --spruce-darker: #265244;
    --white: #ffffff;
    --black: #0a0a0a;
    --grey-50: #fafafa;
    --grey-100: #f5f5f5;
    --grey-200: #e5e5e5;
    --grey-300: #d4d4d4;
    --grey-400: #a3a3a3;
    --grey-500: #737373;
    --grey-600: #525252;
    --grey-700: #404040;
    --grey-800: #262626;
    --grey-900: #171717;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --radius-sm: 8px;
    --radius: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
}

/* Dark Mode - Manual Toggle (overrides system preference) */
[data-theme="dark"] {
    --white: #0f1410;
    --black: #ffffff;
    --grey-50: #1a1f1c;
    --grey-100: #1f2621;
    --grey-200: #2a3129;
    --grey-300: #3a4339;
    --grey-400: #5a6559;
    --grey-500: #8a9389;
    --grey-600: #a8b0a7;
    --grey-700: #c5cbc4;
    --grey-800: #e1e5e0;
    --grey-900: #f5f7f5;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px -1px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6), 0 8px 10px -6px rgba(0, 0, 0, 0.6);
}

[data-theme="dark"] .nav {
    background: rgba(15, 20, 16, 0.98);
    border-bottom-color: var(--grey-300);
}

[data-theme="dark"] body {
    color: var(--grey-800) !important;
    background: var(--grey-50) !important;
}

[data-theme="dark"] .nav-menu a {
    color: var(--grey-700) !important;
}

[data-theme="dark"] .nav-menu a:hover {
    color: var(--spruce-light) !important;
}

[data-theme="dark"] .hero-overlay {
    background: linear-gradient(135deg, rgba(38, 82, 68, 0.95) 0%, rgba(46, 97, 81, 0.9) 100%);
}

[data-theme="dark"] .search-bar,
[data-theme="dark"] .search-input-group {
    background: var(--grey-100);
    border: 1px solid var(--grey-300);
}

[data-theme="dark"] .field-card,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .content-card,
[data-theme="dark"] .booking-card {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .field-hero {
    background: var(--grey-100);
    border-bottom-color: var(--grey-300);
}

[data-theme="dark"] .field-body {
    background: var(--grey-50);
}

[data-theme="dark"] .field-section {
    border-bottom-color: var(--grey-300);
}

[data-theme="dark"] .field-section-title {
    color: var(--white) !important;
}

[data-theme="dark"] .field-paragraph {
    color: var(--grey-700) !important;
}

[data-theme="dark"] .field-stat-card {
    background: var(--grey-100) !important;
    border-color: var(--grey-300) !important;
}

[data-theme="dark"] .field-stat-label {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .field-stat-value {
    color: var(--white) !important;
}

[data-theme="dark"] .field-location-card {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .field-location-address {
    color: var(--white) !important;
}

[data-theme="dark"] .field-back {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .field-back:hover {
    color: var(--spruce-light) !important;
}

[data-theme="dark"] .field-kicker {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .field-title {
    color: var(--white) !important;
}

[data-theme="dark"] .field-rating {
    color: var(--white) !important;
}

[data-theme="dark"] .field-location {
    color: var(--grey-700) !important;
}

[data-theme="dark"] .field-nearby {
    background: var(--grey-100);
}

[data-theme="dark"] .field-nearby .section-header h2 {
    color: var(--white) !important;
}

[data-theme="dark"] .field-nearby .see-all {
    color: var(--spruce-light);
}

/* Comprehensive dark mode text fixes */
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: var(--white) !important;
}

[data-theme="dark"] .section-header h2,
[data-theme="dark"] .section-header-center h2,
[data-theme="dark"] .testimonials-header h2,
[data-theme="dark"] .cta-content h2,
[data-theme="dark"] .location-category h3 {
    color: var(--white) !important;
}

[data-theme="dark"] .step-card h3,
[data-theme="dark"] .owner-benefit-card h3 {
    color: var(--white) !important;
}

[data-theme="dark"] .nearby-item {
    background: var(--grey-100) !important;
    border-color: var(--grey-300) !important;
    color: var(--grey-700) !important;
}

[data-theme="dark"] .nearby-distance {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .booking-price {
    color: var(--white) !important;
}

[data-theme="dark"] .booking-rating {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .field-feature,
[data-theme="dark"] .field-tag,
[data-theme="dark"] .feature-tag {
    background: var(--grey-100) !important;
    border-color: var(--grey-300) !important;
    color: var(--grey-700) !important;
}

[data-theme="dark"] .field-name {
    color: var(--white) !important;
}

[data-theme="dark"] .field-card .field-location {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .field-card .field-rating {
    color: var(--grey-700) !important;
}

[data-theme="dark"] .field-card:hover {
    background: var(--grey-200);
}

[data-theme="dark"] .owner-section {
    background: var(--grey-100);
}

[data-theme="dark"] .owner-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .footer {
    background: var(--grey-900);
}

[data-theme="dark"] .footer-logo {
    filter: none;
}

[data-theme="dark"] .logo img {
    filter: brightness(0) invert(1);
}

[data-theme="dark"] .nav-menu a:hover,
[data-theme="dark"] .location-links a:hover {
    color: var(--spruce-light);
}

[data-theme="dark"] .field-image img,
[data-theme="dark"] .hero-image {
    filter: brightness(0.9);
}

/* Fix hero section in dark mode */
[data-theme="dark"] .hero-badge {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
}

[data-theme="dark"] .hero-title,
[data-theme="dark"] .hero-subtitle {
    color: var(--white);
}

[data-theme="dark"] .search-bar {
    background: var(--white);
}

[data-theme="dark"] #heroSearch {
    color: var(--grey-900);
    background: var(--white);
}

[data-theme="dark"] #heroSearch::placeholder {
    color: var(--grey-500);
}

[data-theme="dark"] .quick-links a {
    color: var(--white);
}

[data-theme="dark"] .stat-value {
    color: var(--white);
}

[data-theme="dark"] .stat-label {
    color: rgba(255, 255, 255, 0.9);
}

/* Fix owner section in dark mode - make it even darker */
[data-theme="dark"] .owner-section {
    background: linear-gradient(135deg, #1a3d32 0%, #265244 100%);
}

[data-theme="dark"] .owner-badge {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

[data-theme="dark"] .owner-text h2,
[data-theme="dark"] .owner-subtitle {
    color: var(--black);
}

[data-theme="dark"] .owner-stat-value,
[data-theme="dark"] .owner-stat-label {
    color: var(--black);
}

[data-theme="dark"] .benefit {
    color: var(--white);
}

[data-theme="dark"] .owner-card {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .owner-card-title,
[data-theme="dark"] .control-label,
[data-theme="dark"] .control-value,
[data-theme="dark"] .earnings-value {
    color: var(--white);
}

[data-theme="dark"] .earnings-row span:first-child {
    color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .owner-card-footer {
    color: rgba(255, 255, 255, 0.7);
    border-top-color: rgba(255, 255, 255, 0.15);
}

/* Fix calculator sliders in dark mode */
[data-theme="dark"] .calculator-control input[type="range"] {
    background: rgba(255, 255, 255, 0.25);
}

[data-theme="dark"] .control-range {
    color: rgba(255, 255, 255, 0.6);
}

/* Dark Mode - System Preference (fallback) */
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) {
        --white: #0f1410;
        --black: #ffffff;
        --grey-50: #1a1f1c;
        --grey-100: #1f2621;
        --grey-200: #2a3129;
        --grey-300: #3a4339;
        --grey-400: #5a6559;
        --grey-500: #8a9389;
        --grey-600: #a8b0a7;
        --grey-700: #c5cbc4;
        --grey-800: #e1e5e0;
        --grey-900: #f5f7f5;
        --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
        --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 1px 2px -1px rgba(0, 0, 0, 0.4);
        --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.4);
        --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.5);
        --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6), 0 8px 10px -6px rgba(0, 0, 0, 0.6);
    }

    /* Dark mode specific adjustments */
    :root:not([data-theme="light"]) .nav {
        background: rgba(15, 20, 16, 0.98);
        border-bottom-color: var(--grey-300);
    }

    :root:not([data-theme="light"]) .hero-overlay {
        background: linear-gradient(135deg, rgba(38, 82, 68, 0.95) 0%, rgba(46, 97, 81, 0.9) 100%);
    }

    :root:not([data-theme="light"]) .hero-badge {
        background: rgba(255, 255, 255, 0.15);
        border-color: rgba(255, 255, 255, 0.25);
    }

    :root:not([data-theme="light"]) .hero-title,
    :root:not([data-theme="light"]) .hero-subtitle {
        color: #ffffff;
    }

    :root:not([data-theme="light"]) .search-bar {
        background: #ffffff;
    }

    :root:not([data-theme="light"]) #heroSearch {
        color: var(--grey-900);
        background: #ffffff;
    }

    :root:not([data-theme="light"]) #heroSearch::placeholder {
        color: var(--grey-500);
    }

    :root:not([data-theme="light"]) .quick-links a {
        color: #ffffff;
    }

    :root:not([data-theme="light"]) .stat-value {
        color: #ffffff;
    }

    :root:not([data-theme="light"]) .stat-label {
        color: rgba(255, 255, 255, 0.9);
    }

    :root:not([data-theme="light"]) .search-input-group {
        background: var(--grey-100);
        border: 1px solid var(--grey-300);
    }

    :root:not([data-theme="light"]) .field-card,
    :root:not([data-theme="light"]) .testimonial-card,
    :root:not([data-theme="light"]) .content-card,
    :root:not([data-theme="light"]) .booking-card {
        background: var(--grey-100);
        border-color: var(--grey-300);
    }

    :root:not([data-theme="light"]) .field-card:hover {
        background: var(--grey-200);
    }

    :root:not([data-theme="light"]) .owner-section {
        background: var(--grey-100);
    }

    :root:not([data-theme="light"]) .owner-card-title,
    :root:not([data-theme="light"]) .control-label,
    :root:not([data-theme="light"]) .control-value,
    :root:not([data-theme="light"]) .earnings-value {
        color: #ffffff;
    }

    :root:not([data-theme="light"]) .earnings-row span:first-child {
        color: rgba(255, 255, 255, 0.85);
    }

    :root:not([data-theme="light"]) .owner-card-footer {
        color: rgba(255, 255, 255, 0.7);
        border-top-color: rgba(255, 255, 255, 0.15);
    }

    :root:not([data-theme="light"]) .calculator-control input[type="range"] {
        background: rgba(255, 255, 255, 0.25);
    }

    :root:not([data-theme="light"]) .control-range {
        color: rgba(255, 255, 255, 0.6);
    }

    :root:not([data-theme="light"]) .footer {
        background: var(--grey-900);
    }

    :root:not([data-theme="light"]) .footer-logo {
        filter: none;
    }

    :root:not([data-theme="light"]) .logo img {
        filter: brightness(0) invert(1);
    }

    :root:not([data-theme="light"]) .nav-menu a:hover,
    :root:not([data-theme="light"]) .location-links a:hover {
        color: var(--spruce-light);
    }

    :root:not([data-theme="light"]) .field-image img,
    :root:not([data-theme="light"]) .hero-image {
        filter: brightness(0.9);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    line-height: 1.6;
    color: var(--grey-800);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

* {
    max-width: 100%;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .container {
        padding: 0 24px;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 40px;
    }
}

/* Navigation */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--grey-200);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.nav.scroll-down {
    transform: translateY(-100%);
}

.nav.scroll-up {
    box-shadow: var(--shadow-md);
}

.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .nav-container {
        padding: 0 40px;
    }
}

.logo img {
    height: 36px;
    display: block;
    /* Use the green logo on white navbar */
    filter: none;
}

.nav-menu {
    display: none;
    align-items: center;
    gap: 32px;
}

@media (min-width: 1024px) {
    .nav-menu {
        display: flex;
    }
}

.nav-menu a {
    text-decoration: none;
    color: var(--grey-700);
    font-weight: 500;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-menu a:hover {
    color: var(--spruce-green);
}

.nav-cta {
    background: var(--spruce-green);
    color: var(--white) !important;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    transition: all 0.2s;
}

.nav-cta:hover {
    background: var(--spruce-dark);
    transform: translateY(-1px);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Theme Toggle - DISABLED */
.theme-toggle {
    display: none !important;
}

.theme-toggle:hover {
    background: var(--grey-200);
    transform: scale(1.05);
}

.theme-toggle svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
    position: absolute;
    transition: all 0.3s;
}

.sun-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.moon-icon {
    opacity: 0;
    transform: rotate(90deg) scale(0.5);
}

[data-theme="dark"] .sun-icon {
    opacity: 0;
    transform: rotate(-90deg) scale(0.5);
}

[data-theme="dark"] .moon-icon {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

@media (max-width: 1024px) {
    .theme-toggle {
        display: flex;
    }
}

.mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .mobile-toggle {
        display: none;
    }
}

.mobile-toggle span {
    width: 24px;
    height: 2px;
    background: var(--grey-700);
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.nav-menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--grey-200);
    padding: 24px 20px;
    gap: 12px;
    box-shadow: var(--shadow-lg);
}

@media (max-width: 1024px) {
    .nav-menu.active {
        padding: 24px 20px;
        gap: 12px;
    }
    
    .nav-menu a {
        padding: 16px 0;
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    
    .nav-menu .nav-cta {
        margin-top: 8px;
        padding: 14px 20px;
        min-height: 44px;
    }
}

/* Hero Section */
.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 72px;
}

@media (max-width: 768px) {
    .hero {
        min-height: auto;
        max-height: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .hero-content {
        padding: 24px 16px 32px !important;
        max-height: none;
        overflow-y: visible;
    }
    
    .hero-badge {
        font-size: 12px;
        padding: 10px 14px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 90%;
        margin-bottom: 20px;
    }
    
    .hero-title {
        margin-bottom: 16px;
    }
    
    .hero-subtitle {
        font-size: clamp(1rem, 4vw, 1.125rem);
        line-height: 1.6;
        padding: 0 8px;
        margin-bottom: 24px;
    }
    
    .hero-subtitle br {
        display: none;
    }
    
    .hero-search {
        margin-bottom: 20px;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 16px;
        max-width: 100%;
    }
    
    .stat-value {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 15px;
    }
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 124, 100, 0.9) 0%, rgba(46, 97, 81, 0.8) 100%);
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-content {
        padding: 80px 40px;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 32px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 48px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.hero-search {
    max-width: 680px;
    margin: 0 auto 48px;
}

.search-bar {
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 6px;
    box-shadow: var(--shadow-xl);
    gap: 12px;
}

.search-icon {
    width: 20px;
    height: 20px;
    color: var(--grey-400);
    margin-left: 16px;
    flex-shrink: 0;
}

#heroSearch {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px 0;
    color: var(--grey-800);
}

@media (max-width: 768px) {
    .search-bar {
        flex-direction: column;
        padding: 12px;
        gap: 12px;
    }
    
    .search-icon {
        display: none;
    }
    
    #heroSearch {
        padding: 14px 16px;
        font-size: 16px;
        width: 100%;
        border-radius: 8px;
        background: var(--grey-50);
    }
    
    .search-btn {
        width: 100%;
        padding: 16px;
        font-size: 16px;
    }
    
    .hero-search {
        max-width: 100%;
        padding: 0 16px;
    }
}

#heroSearch::placeholder {
    color: var(--grey-400);
}

.search-btn {
    background: var(--spruce-green);
    color: var(--white);
    border: none;
    padding: 14px 32px;
    min-height: 44px;
    border-radius: var(--radius);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.search-btn:hover {
    background: var(--spruce-dark);
    transform: translateY(-1px);
}

.quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.quick-links span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.quick-links a {
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s;
}

.quick-links a:hover {
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
}

.quick-links a:active {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0.98);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 32px;
    max-width: 600px;
    margin: 0 auto;
}

.stat {
    text-align: center;
}

.stat-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 4px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Section Headers */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--grey-900);
    letter-spacing: -0.01em;
}

.see-all {
    color: var(--spruce-green);
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.see-all:hover {
    color: var(--spruce-dark);
}

.section-header-center {
    text-align: center;
    margin-bottom: 64px;
}

.section-header-center h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--grey-900);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.section-header-center p {
    font-size: 1.125rem;
    color: var(--grey-600);
    max-width: 600px;
    margin: 0 auto;
}

/* Featured Fields */
.featured {
    padding: 100px 0;
    background: var(--grey-50);
}

@media (max-width: 768px) {
    .featured {
        padding: 48px 0 64px;
    }
}

.fields-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 640px) {
    .fields-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .fields-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.field-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    text-decoration: none;
    display: block;
}

.field-card:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
}

.field-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.field-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.field-card:hover .field-image img {
    transform: scale(1.05);
}

.field-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--spruce-green);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
}

.field-favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.field-favorite:hover {
    background: var(--white);
    transform: scale(1.1);
}

.field-favorite svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.field-info {
    padding: 20px;
}

.field-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 12px;
}

.field-header-text {
    flex: 1;
    min-width: 0;
}

.field-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: calc(1.3em * 2);
}

.field-location {
    font-size: 14px;
    color: var(--grey-600);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
}

.field-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: var(--grey-800);
    flex-shrink: 0;
}

.field-rating svg {
    width: 16px;
    height: 16px;
    color: #fbbf24;
}

.field-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.feature-tag {
    background: var(--grey-100);
    color: var(--grey-700);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
}

.field-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid var(--grey-200);
}

.field-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--grey-900);
}

.field-price span {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-600);
}

.field-availability {
    font-size: 13px;
    font-weight: 600;
    color: var(--spruce-green);
}

/* Social Proof */
.social-proof {
    padding: 100px 0;
    background: var(--white);
}

.testimonials-header {
    text-align: center;
    margin-bottom: 64px;
}

.testimonials-header h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--grey-900);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.testimonials-header p {
    font-size: 1.125rem;
    color: var(--grey-600);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

@media (min-width: 768px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-card {
    background: var(--grey-50);
    border-radius: var(--radius-lg);
    padding: 32px;
}

.testimonial-rating {
    font-size: 20px;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--grey-700);
    margin-bottom: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    background: var(--spruce-green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.author-name {
    font-weight: 700;
    color: var(--grey-900);
    font-size: 15px;
}

.author-location {
    font-size: 13px;
    color: var(--grey-600);
}

/* How It Works */
.how-it-works {
    padding: 100px 0;
    background: var(--grey-50);
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

@media (min-width: 768px) {
    .steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.step-card {
    text-align: center;
    position: relative;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--white);
    border: 2px solid var(--spruce-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: var(--spruce-green);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: var(--spruce-green);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.step-icon svg {
    width: 40px;
    height: 40px;
    stroke-width: 2;
    color: var(--white);
}

.step-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 12px;
}

.step-card p {
    color: var(--grey-600);
    line-height: 1.7;
}

/* Owner Section */
.owner-section {
    padding: 100px 0;
    background: var(--white);
}

[data-theme="dark"] .owner-section {
    background: var(--grey-100);
}

.owner-section .section-header-center {
    margin-bottom: 60px;
}

.owner-section .owner-badge {
    display: inline-block;
    background: var(--spruce-green);
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    margin-bottom: 16px;
}

.owner-section .section-header-center h2 {
    color: var(--grey-900);
}

[data-theme="dark"] .owner-section .section-header-center h2 {
    color: var(--black);
}

.owner-section .section-header-center p {
    color: var(--grey-600);
}

[data-theme="dark"] .owner-section .section-header-center p {
    color: var(--grey-800);
}

.owner-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.owner-stat-card {
    background: var(--grey-50);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
    text-align: center;
    border: 1px solid var(--grey-200);
    transition: all 0.3s;
}

[data-theme="dark"] .owner-stat-card {
    background: var(--grey-200);
    border-color: var(--grey-300);
}

.owner-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--spruce-green);
}

.owner-stat-card .owner-stat-value {
    font-size: 42px;
    font-weight: 800;
    color: var(--spruce-green);
    margin-bottom: 8px;
    line-height: 1;
}

.owner-stat-card .owner-stat-label {
    font-size: 14px;
    color: var(--grey-600);
    font-weight: 500;
}

[data-theme="dark"] .owner-stat-card .owner-stat-label {
    color: var(--grey-800);
}

[data-theme="dark"] .owner-stat-card .owner-stat-value {
    color: var(--spruce-light);
}

.owner-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto 48px;
}

@media (min-width: 768px) {
    .owner-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.owner-benefit-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow);
    transition: all 0.3s;
    border: 1px solid var(--grey-200);
}

[data-theme="dark"] .owner-benefit-card {
    background: var(--grey-200);
    border-color: var(--grey-300);
}

.owner-benefit-card:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-4px);
    border-color: var(--spruce-green);
}

.owner-benefit-card .benefit-icon {
    width: 56px;
    height: 56px;
    background: var(--spruce-green);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.owner-benefit-card .benefit-icon svg {
    width: 28px;
    height: 28px;
    color: var(--white);
}

.owner-benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 12px;
}

[data-theme="dark"] .owner-benefit-card h3 {
    color: var(--black);
}

.owner-benefit-card p {
    color: var(--grey-600);
    font-size: 15px;
    line-height: 1.6;
}

[data-theme="dark"] .owner-benefit-card p {
    color: var(--grey-800);
}

.owner-cta-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 48px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    min-height: 44px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--white);
    color: var(--spruce-dark);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-xl);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.owner-visual {
    display: flex;
    justify-content: center;
}

.owner-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-xl);
    padding: 32px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.owner-card-header {
    margin-bottom: 24px;
}

.owner-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 16px;
}

.owner-card p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 24px;
}

.owner-card .btn-primary {
    display: inline-block;
    margin-bottom: 16px;
}

.owner-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.owner-card-body {
    display: grid;
    gap: 16px;
}

.earnings-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.earnings-row.highlight {
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: var(--radius);
    border-bottom: none;
    margin-top: 8px;
}

.earnings-row span:first-child {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.earnings-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
}

.earnings-row.highlight .earnings-value {
    font-size: 20px;
}

.earnings-row.highlight .earnings-value span {
    font-size: inherit;
}

.owner-card-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.popout-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.popout-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.popout-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

.additional-income-summary {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Calculator Overlay Modal */
.calculator-overlay {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-out;
}

.calculator-overlay-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    margin: auto;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 600px;
    position: relative;
    animation: modalSlideUp 0.3s ease-out;
    max-height: 90vh;
    overflow-y: auto;
}

.calculator-overlay-close {
    color: var(--grey-600);
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.2s ease;
    line-height: 1;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-overlay-close:hover,
.calculator-overlay-close:focus {
    color: var(--black);
    background-color: var(--grey-100);
}

.calculator-overlay-content h2 {
    font-size: 24px;
    color: var(--black);
    margin-bottom: 24px;
    font-weight: 700;
}

.calculator-overlay-body {
    padding-right: 10px;
}

.calculator-overlay-body .calculator-control {
    margin-bottom: 28px;
}

.calculator-overlay-body .control-label {
    color: var(--grey-800);
    font-weight: 600;
}

.calculator-overlay-body .control-value {
    color: var(--black);
}

.calculator-overlay-body .control-range {
    color: var(--grey-600);
}

.calculator-overlay-body .control-info {
    color: var(--grey-600);
    font-style: normal;
}

.calculator-overlay-body .fields-select {
    background: var(--white);
    border-color: var(--grey-300);
    color: var(--black);
}

.calculator-overlay-body .fields-select:focus {
    border-color: var(--spruce-green);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.1);
}

.calculator-overlay-body input[type="range"] {
    background: var(--grey-200);
}

.calculator-overlay-body input[type="range"]::-webkit-slider-thumb {
    background: var(--spruce-green);
}

.calculator-overlay-body input[type="range"]::-moz-range-thumb {
    background: var(--spruce-green);
}

.calculator-overlay-body input[type="range"]::-webkit-slider-runnable-track {
    background: var(--grey-200);
}

.calculator-overlay-body input[type="range"]::-moz-range-track {
    background: var(--grey-200);
}

.calculator-overlay-body .opportunity-checkbox {
    accent-color: var(--spruce-green);
}

.calculator-overlay-body .conditional-control {
    border-left-color: var(--grey-300);
}

/* Dark Mode for Calculator Overlay */
[data-theme="dark"] .calculator-overlay-content {
    background: rgba(15, 20, 16, 0.95);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .calculator-overlay-close {
    color: var(--grey-400);
}

[data-theme="dark"] .calculator-overlay-close:hover {
    color: var(--white);
    background-color: var(--grey-800);
}

[data-theme="dark"] .calculator-overlay-content h2 {
    color: var(--white);
}

[data-theme="dark"] .calculator-overlay-body .control-label {
    color: var(--grey-300);
}

[data-theme="dark"] .calculator-overlay-body .control-value {
    color: var(--white);
}

[data-theme="dark"] .calculator-overlay-body .control-range {
    color: var(--grey-500);
}

[data-theme="dark"] .calculator-overlay-body .control-info {
    color: var(--grey-500);
}

[data-theme="dark"] .calculator-overlay-body .fields-select {
    background: var(--grey-900);
    border-color: var(--grey-700);
    color: var(--white);
}

[data-theme="dark"] .calculator-overlay-body .fields-select:focus {
    border-color: var(--spruce-light);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.3);
}

[data-theme="dark"] .calculator-overlay-body input[type="range"] {
    background: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .calculator-overlay-body input[type="range"]::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .calculator-overlay-body input[type="range"]::-moz-range-track {
    background: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .calculator-overlay-body .conditional-control {
    border-left-color: rgba(255, 255, 255, 0.2);
}

/* Calculator Controls */
.calculator-control {
    margin-bottom: 24px;
}

.calculator-control label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.control-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.control-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}

.calculator-control input[type="range"] {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.calculator-control input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.calculator-control input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.calculator-control input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--white);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

.calculator-control input[type="range"]::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.calculator-control input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.calculator-control input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.control-range {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
    text-align: center;
}

.control-info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
    font-style: italic;
}

/* Additional Opportunities Section */
.additional-opportunities {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.opportunities-toggle {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 12px 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.opportunities-toggle:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.opportunities-toggle.expanded {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.toggle-icon {
    transition: transform 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
}

.opportunities-toggle.expanded .toggle-icon {
    transform: rotate(45deg);
}

.opportunities-content {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fields-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 15px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 8px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.fields-select:focus {
    outline: none;
    border-color: var(--spruce-green);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.2);
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 12px;
}

.opportunity-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--spruce-green);
    flex-shrink: 0;
}

.conditional-control {
    margin-top: 12px;
    padding-left: 30px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.additional-income {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.earnings-row.additional-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 0;
}

.earnings-row.additional-row span:first-child {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.earnings-row.additional-row .earnings-value {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.earnings-row.total-potential {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    padding: 16px;
    border-radius: 10px;
    flex-wrap: nowrap;
}

.earnings-row.total-potential .total-label {
    font-size: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    white-space: nowrap;
    flex-shrink: 0;
}

.earnings-row.total-potential .earnings-value {
    font-size: 24px;
    font-weight: 800;
    color: var(--white);
    white-space: nowrap;
    text-align: right;
}

/* Dark mode adjustments for additional opportunities */
[data-theme="dark"] .opportunities-toggle {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .opportunities-content {
    background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .fields-select {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .fields-select:focus {
    border-color: var(--spruce-light);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.3);
}

/* Locations */
.locations-section {
    padding: 100px 0;
    background: var(--white);
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
}

@media (min-width: 768px) {
    .locations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.location-category h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 20px;
}

.location-links {
    display: grid;
    gap: 12px;
}

.location-links a {
    color: var(--spruce-green);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s;
    padding: 8px 0;
}

.location-links a:hover {
    color: var(--spruce-dark);
    padding-left: 8px;
}

.view-all-btn-container {
    text-align: center;
    margin-top: 64px;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    min-height: 44px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
    color: var(--spruce-green);
    border: 2px solid var(--spruce-green);
    transition: all 0.2s;
}

.btn-outline:hover {
    background: var(--spruce-green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: var(--grey-50);
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--grey-900);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 1.25rem;
    color: var(--grey-600);
    margin-bottom: 40px;
}

.download-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.store-badge {
    height: 56px;
    transition: all 0.2s;
}

.store-badge:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* Footer */
.footer {
    background: var(--grey-900);
    color: var(--grey-400);
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

@media (min-width: 640px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.footer-logo {
    height: 32px;
    margin-bottom: 16px;
    /* White logo in footer */
    filter: brightness(0) invert(1);
}

.footer-tagline {
    color: var(--grey-500);
    margin-bottom: 24px;
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: var(--grey-800);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey-400);
    text-decoration: none;
    transition: all 0.2s;
}

.social-links a:hover {
    background: var(--spruce-green);
    color: var(--white);
}

.social-links svg {
    width: 20px;
    height: 20px;
}

.footer-col h4 {
    color: var(--white);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-col a {
    display: block;
    color: var(--grey-400);
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: var(--white);
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid var(--grey-800);
}

.footer-bottom p {
    font-size: 14px;
    color: var(--grey-500);
}

/* Field Detail Page */
.loading-screen {
    position: fixed;
    inset: 0;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    z-index: 9999;
}

.loading-screen p {
    color: var(--grey-600);
    font-size: 15px;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid var(--grey-200);
    border-top-color: var(--spruce-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.page-content {
    opacity: 1;
    transition: opacity 0.2s ease;
}

body.loading .page-content {
    opacity: 0;
    pointer-events: none;
}

.field-detail {
    padding-top: 96px;
}

.connection-banner {
    margin: 20px auto 0;
    max-width: 1280px;
    padding: 12px 16px;
    border-radius: var(--radius);
    background: rgba(255, 248, 235, 0.9);
    border: 1px solid rgba(251, 191, 36, 0.4);
    color: var(--grey-800);
    font-size: 14px;
}

.field-hero {
    background: var(--grey-50);
    border-bottom: 1px solid var(--grey-200);
    padding: 48px 0 56px;
    position: relative;
    overflow: hidden;
}

.field-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 64px;
    background: linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, var(--white) 100%);
}

[data-theme="dark"] .field-hero::after {
    background: linear-gradient(180deg, rgba(15, 20, 16, 0) 0%, var(--grey-50) 100%);
}

.field-back {
    display: inline-block;
    color: var(--grey-600);
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 16px;
}

.field-back:hover {
    color: var(--spruce-green);
}

.field-hero-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap;
}

.field-kicker {
    font-size: 13px;
    font-weight: 600;
    color: var(--spruce-green);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.field-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--grey-900);
    margin-bottom: 12px;
}

.field-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    color: var(--grey-600);
    font-size: 14px;
}

.field-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.field-location svg {
    width: 16px;
    height: 16px;
}

.field-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.field-hero-price {
    text-align: right;
}

.field-hero-price-label {
    font-size: 13px;
    color: var(--grey-600);
}

.field-hero-price-value {
    font-size: 28px;
    font-weight: 800;
    color: var(--spruce-green);
}

.field-hero-content {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
}

@media (max-width: 768px) {
    .field-hero-content {
        grid-template-columns: 1fr;
    }
}

/* Photo Carousel */
.field-gallery-carousel {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--grey-100);
}

.carousel-container {
    position: relative;
    height: 480px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .carousel-container {
        height: 360px;
    }
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.4s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    cursor: zoom-in;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 28px;
    color: var(--grey-700);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: var(--shadow-md);
}

.carousel-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.carousel-prev {
    left: 16px;
}

.carousel-next {
    right: 16px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.carousel-dot.active {
    background: white;
    width: 24px;
    border-radius: 4px;
}

/* Map Container */
.field-map-container {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 480px;
    background: var(--grey-100);
}

@media (max-width: 768px) {
    .field-map-container {
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }
    
    .field-map-container .field-map {
        flex: 0 0 auto;
        height: 280px;
        width: 100%;
    }
    
    .field-map-container .btn-directions {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 12px;
        justify-content: center;
        min-height: 48px;
        border-radius: var(--radius);
    }
}

.field-map {
    width: 100%;
    height: 100%;
}

.btn-directions {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
    box-shadow: var(--shadow-lg);
}

.btn-directions svg {
    width: 20px;
    height: 20px;
}

/* Location & Weather Card */
.location-weather-card {
    background: var(--white);
    border-bottom: 1px solid var(--grey-200);
    padding: 32px 0;
    position: relative;
}

.location-weather-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.location-weather-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: var(--grey-50);
    border-radius: var(--radius-lg);
    border: 1px solid var(--grey-200);
    transition: all 0.2s;
}

.location-weather-item:hover {
    border-color: var(--spruce-green);
    box-shadow: 0 4px 12px rgba(59, 124, 100, 0.1);
    transform: translateY(-2px);
}

.location-weather-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--spruce-green);
}

.location-weather-icon-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.location-weather-text {
    flex: 1;
    min-width: 0;
}

.location-weather-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-600);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.location-weather-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--grey-900);
    line-height: 1.3;
}

.location-weather-desc {
    font-size: 14px;
    font-weight: 400;
    color: var(--grey-600);
    margin-left: 8px;
    text-transform: capitalize;
}

.location-weather-action {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--white);
    border: 1px solid var(--grey-300);
    border-radius: var(--radius-sm);
    color: var(--spruce-green);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.location-weather-action:hover {
    background: var(--spruce-green);
    color: var(--white);
    border-color: var(--spruce-green);
    transform: translateX(2px);
}

.location-weather-action svg {
    width: 16px;
    height: 16px;
}

.location-weather-divider {
    width: 1px;
    height: 60px;
    background: var(--grey-300);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .location-weather-content {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
        max-width: none;
    }
    
    .location-weather-divider {
        display: none;
    }
    
    .location-weather-item {
        padding: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .location-weather-item .location-weather-icon {
        flex-shrink: 0;
    }
    
    .location-weather-item .location-weather-text {
        flex: 1;
        min-width: 0;
    }
    
    .location-weather-action {
        width: 100%;
        justify-content: center;
        margin-top: 12px;
        min-height: 44px;
        flex: 1 1 100%;
    }
    
    .location-weather-value {
        font-size: 16px;
    }
}

.field-body {
    padding: 56px 0;
    position: relative;
    background: var(--white);
}

.field-body::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 48px;
    background: linear-gradient(180deg, rgba(249, 250, 251, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

[data-theme="dark"] .field-body::before {
    background: linear-gradient(180deg, var(--grey-50) 0%, rgba(15, 20, 16, 0) 100%);
}

.field-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
}

.field-section {
    padding: 32px 0;
    border-bottom: 1px solid var(--grey-200);
}

.field-section:last-child {
    border-bottom: none;
}

.field-section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 16px;
}

.field-paragraph {
    color: var(--grey-600);
    font-size: 16px;
}

.field-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.field-stat-card {
    padding: 16px;
    border: 1px solid var(--grey-200);
    border-radius: var(--radius);
    background: var(--white);
}

.field-stat-label {
    font-size: 13px;
    color: var(--grey-600);
}

.field-stat-value {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--grey-900);
    margin-top: 6px;
}

.field-location-card {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    padding: 16px;
    border-radius: var(--radius);
    border: 1px solid var(--grey-200);
    background: var(--grey-50);
}

.field-location-icon {
    font-size: 20px;
}

.field-location-address {
    color: var(--grey-800);
    font-weight: 600;
}

.field-location-note {
    font-size: 12px;
    color: var(--grey-500);
}

/* Features Grid */
.field-features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Nearby Places */
.nearby-places {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

.nearby-category {
    padding: 16px;
    background: var(--grey-50);
    border-radius: var(--radius);
    border: 1px solid var(--grey-200);
}

.nearby-category-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--grey-800);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nearby-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nearby-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--white);
    border: 1px solid var(--grey-200);
    border-radius: var(--radius-sm);
    font-size: 14px;
    color: var(--grey-700);
}

.nearby-distance {
    color: var(--grey-500);
    font-size: 13px;
}

.field-aside {
    position: relative;
}

.booking-card {
    position: sticky;
    top: 96px;
    background: var(--white);
    border: 1px solid var(--grey-200);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-md);
}

.booking-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--grey-200);
}

.booking-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--grey-900);
    margin: 0;
}

.booking-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--grey-900);
}

.booking-rating {
    font-size: 14px;
    color: var(--grey-600);
    display: flex;
    gap: 4px;
    align-items: center;
}

/* Dual Review Cards */
.dual-review-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.review-score-card {
    background: var(--white);
    border: 1px solid var(--grey-200);
    border-radius: var(--radius);
    padding: 16px;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
}

.review-score-card:hover {
    border-color: var(--spruce-green);
    box-shadow: 0 4px 12px rgba(59, 124, 100, 0.1);
    transform: translateY(-2px);
}

.review-score-card[data-hidden="true"] {
    display: none;
}

.review-score-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.review-score-icon {
    color: var(--spruce-green);
    flex-shrink: 0;
}

.review-score-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-700);
    flex: 1;
}

.review-score-external {
    color: var(--grey-400);
    opacity: 0;
    transition: opacity 0.2s;
}

.review-score-card:hover .review-score-external {
    opacity: 1;
}

.review-score-value {
    font-size: 28px;
    font-weight: 700;
    color: var(--grey-900);
    line-height: 1;
    margin-bottom: 4px;
}

.review-score-count {
    font-size: 12px;
    color: var(--grey-600);
    margin-bottom: 8px;
}

.review-score-action {
    font-size: 11px;
    color: var(--spruce-green);
    font-style: italic;
    margin-top: 4px;
}

.review-score-card-google {
    border-left: 3px solid #4285F4;
}

.review-score-card-google:hover {
    border-left-color: #4285F4;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.15);
}

.review-score-card-offlead {
    border-left: 3px solid var(--spruce-green);
}

.review-score-card-offlead:hover {
    border-left-color: var(--spruce-green);
    box-shadow: 0 4px 12px rgba(59, 124, 100, 0.15);
}

/* Dark mode for review cards */
[data-theme="dark"] .review-score-card {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .review-score-value {
    color: var(--white) !important;
}

[data-theme="dark"] .review-score-label {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .review-score-count {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .review-score-card:hover {
    border-color: var(--spruce-green);
    background: var(--grey-200);
}

[data-theme="dark"] .booking-card-title {
    color: var(--white) !important;
}

[data-theme="dark"] .booking-card-header {
    border-bottom-color: var(--grey-300);
}

[data-theme="dark"] .booking-note {
    color: var(--grey-600) !important;
}

[data-theme="dark"] .btn-primary {
    background: var(--spruce-green);
    color: var(--white);
}

[data-theme="dark"] .btn-primary:hover {
    background: var(--spruce-light);
}

[data-theme="dark"] .btn-outline {
    border-color: var(--spruce-green);
    color: var(--spruce-green);
}

[data-theme="dark"] .btn-outline:hover {
    background: var(--spruce-green);
    color: var(--white);
}

[data-theme="dark"] .nearby-category {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .nearby-category-title {
    color: var(--white) !important;
}

[data-theme="dark"] .field-location-note {
    color: var(--grey-600);
}

[data-theme="dark"] .field-location-card {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .field-location-address {
    color: var(--white) !important;
}

/* Responsive */
@media (max-width: 768px) {
    .dual-review-cards {
        grid-template-columns: 1fr;
    }
}

.booking-actions {
    display: grid;
    gap: 12px;
}

.booking-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--grey-500);
    text-align: center;
}

.field-nearby {
    padding: 80px 0;
    background: var(--grey-50);
    position: relative;
}

.field-nearby::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 56px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 0.9) 100%);
}

[data-theme="dark"] .field-nearby::before {
    background: linear-gradient(180deg, var(--grey-50) 0%, rgba(26, 31, 28, 0.9) 100%);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible,
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(15, 20, 16, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    z-index: 10000;
    padding: 24px;
}

.lightbox.open {
    opacity: 1;
    visibility: visible;
}

.lightbox img {
    max-width: min(100%, 1100px);
    max-height: 85vh;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--white);
    font-size: 32px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

.mobile-booking-bar {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: -100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    background: var(--white);
    border: 1px solid var(--grey-200);
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    z-index: 9998;
    transition: bottom 0.3s ease;
}

.mobile-booking-bar.visible {
    bottom: max(16px, env(safe-area-inset-bottom));
}

.mobile-booking-bar #mobileViewInAppBtn {
    min-height: 44px;
    padding: 14px 24px;
    font-size: 16px;
    flex-shrink: 0;
}

.mobile-booking-info {
    flex: 1;
}

.mobile-booking-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--grey-800);
}

@media (min-width: 1025px) {
    .mobile-booking-bar {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .field-detail-grid {
        grid-template-columns: 1fr;
    }

    .booking-card {
        position: static;
    }

    .field-hero-price {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .field-hero-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .field-hero-price {
        align-self: flex-start;
        text-align: left;
    }
    
    .carousel-container {
        height: 280px;
    }
    
    .location-weather-card {
        margin: 0 -16px;
        border-radius: 0;
        padding: 20px 16px;
    }
    
    .location-weather-item {
        padding: 16px 12px;
    }
    
    .field-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .field-photo-main {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    /* Move Reviews up on mobile so they're not buried (order: About → Reviews → Key → Features → Getting here) */
    .field-main {
        display: flex;
        flex-direction: column;
    }
    .field-main > .field-section:nth-child(1) { order: 0; }
    .field-main > .field-section:nth-child(2) { order: 2; }
    .field-main > .field-section:nth-child(3) { order: 3; }
    .field-main > .field-section:nth-child(4) { order: 4; }
    .field-main > .field-section:nth-child(5) { order: 1; }

    .mobile-booking-bar {
        display: flex;
    }
}

/* Owner Modal */
.owner-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.owner-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.owner-modal-content {
    position: relative;
    background: var(--white);
    border-radius: 24px;
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideUp 0.3s ease-out;
    overflow: hidden;
}

@keyframes modalSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.owner-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid var(--grey-200);
}

.owner-modal-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    margin: 0;
}

.owner-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    color: var(--grey-600);
    transition: all 0.2s;
    border-radius: 8px;
}

.owner-modal-close:hover {
    color: var(--black);
    background: var(--grey-100);
}

.owner-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 32px;
}

.owner-modal-subtitle {
    font-size: 16px;
    color: var(--grey-600);
    margin-bottom: 32px;
}

.owner-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.owner-form .form-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.owner-form .form-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 8px 0;
}

.owner-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.owner-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.owner-form label {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.owner-form input[type="text"],
.owner-form input[type="email"],
.owner-form input[type="tel"],
.owner-form input[type="number"],
.owner-form select,
.owner-form textarea {
    padding: 12px 16px;
    border: 1px solid var(--grey-300);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    color: var(--black);
    background: var(--white);
    transition: all 0.2s;
}

.owner-form input:focus,
.owner-form select:focus,
.owner-form textarea:focus {
    outline: none;
    border-color: var(--spruce-green);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.1);
}

.owner-form .input-with-symbol {
    position: relative;
    display: flex;
    align-items: center;
}

.owner-form .input-with-symbol .symbol {
    position: absolute;
    left: 16px;
    color: var(--grey-600);
    font-weight: 600;
}

.owner-form .input-with-symbol input {
    padding-left: 32px;
}

.owner-form .section-description {
    font-size: 13px;
    color: var(--grey-600);
    margin-bottom: 12px;
}

.owner-form .checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.owner-form .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: var(--grey-50);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
}

.owner-form .checkbox-item:hover {
    background: var(--grey-100);
}

.owner-form .checkbox-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--spruce-green);
}

.owner-form .terms-consent {
    margin-top: 8px;
}

.owner-form .form-actions {
    margin-top: 8px;
}

.owner-form .submit-btn {
    width: 100%;
    padding: 16px 24px;
    background: var(--spruce-green);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

.owner-form .submit-btn:hover {
    background: var(--spruce-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 124, 100, 0.3);
}

[data-theme="dark"] .owner-modal-content {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .owner-modal-header h2,
[data-theme="dark"] .owner-form label,
[data-theme="dark"] .owner-form h3 {
    color: var(--white);
}

[data-theme="dark"] .owner-form input,
[data-theme="dark"] .owner-form select,
[data-theme="dark"] .owner-form textarea {
    background: var(--grey-200);
    border-color: var(--grey-400);
    color: var(--white);
}

[data-theme="dark"] .owner-form .checkbox-item {
    background: var(--grey-200);
}

[data-theme="dark"] .owner-form .checkbox-item:hover {
    background: var(--grey-300);
}

/* Authentication Modal Styles */
.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.auth-modal[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}

.auth-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.auth-modal-container {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    width: 90%;
    max-width: 440px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-xl);
    transform: scale(0.95);
    transition: transform 0.3s;
}

@media (max-width: 768px) {
    .auth-modal-container,
    .review-modal-container,
    .download-app-modal {
        width: calc(100% - 32px);
        max-width: 100%;
        margin: 16px;
    }
    
    .auth-modal-content {
        padding: 24px 20px;
    }
    
    .auth-modal-close {
        width: 44px;
        height: 44px;
        top: 12px;
        right: 12px;
    }
    
    .auth-title {
        font-size: 24px;
    }
}

.auth-modal[aria-hidden="false"] .auth-modal-container {
    transform: scale(1);
}

.auth-modal-small {
    max-width: 400px;
}

.auth-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    background: var(--grey-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--grey-700);
    transition: all 0.2s;
    z-index: 100;
    pointer-events: auto;
}

.auth-modal-close:hover {
    background: var(--grey-200);
    color: var(--black);
}

.auth-modal-content {
    padding: 40px 32px 32px;
}

.auth-logo {
    text-align: center;
    margin-bottom: 24px;
}

.auth-logo img {
    height: 80px;
    width: auto;
}

.auth-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
    margin-bottom: 8px;
}

.auth-subtitle {
    font-size: 15px;
    color: var(--grey-600);
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
}

.auth-social-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.auth-btn {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.2s;
    position: relative;
}

.auth-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.auth-btn-apple {
    background: #000;
    color: #fff;
}

.auth-btn-apple:hover:not(:disabled) {
    background: #1a1a1a;
}

.auth-btn-google {
    background: #fff;
    color: #1f1f1f;
    border: 1px solid var(--grey-300);
}

.auth-btn-google:hover:not(:disabled) {
    background: var(--grey-50);
    border-color: var(--grey-400);
}

.auth-btn-primary {
    background: var(--spruce-green);
    color: var(--white);
    margin-top: 8px;
}

.auth-btn-primary:hover:not(:disabled) {
    background: var(--spruce-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 124, 100, 0.3);
}

.auth-divider {
    display: flex;
    align-items: center;
    margin: 24px 0;
    color: var(--grey-500);
    font-size: 14px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--grey-300);
}

.auth-divider span {
    padding: 0 16px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-form-group label {
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
}

.auth-form-group input {
    padding: 12px 16px;
    border: 1px solid var(--grey-300);
    border-radius: 10px;
    font-size: 15px;
    background: var(--white);
    color: var(--black);
    transition: all 0.2s;
    font-family: inherit;
}

.auth-form-group input:focus {
    outline: none;
    border-color: var(--spruce-green);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.1);
}

.auth-form-group small {
    font-size: 12px;
    color: var(--grey-500);
}

.auth-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: var(--grey-700);
    line-height: 1.5;
}

.auth-checkbox input[type="checkbox"] {
    margin-top: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: var(--spruce-green);
    flex-shrink: 0;
}

.auth-error {
    padding: 12px 16px;
    background: #fee;
    border: 1px solid #fcc;
    border-radius: 8px;
    color: #c33;
    font-size: 14px;
    margin-top: -8px;
}

.auth-switch {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: var(--grey-600);
}

.auth-link {
    background: none;
    border: none;
    color: var(--spruce-green);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
    font-size: 14px;
    text-decoration: underline;
}

.auth-link:hover {
    color: var(--spruce-dark);
}

/* Dark mode auth modal */
[data-theme="dark"] .auth-modal-container {
    background: var(--grey-100);
}

[data-theme="dark"] .auth-title {
    color: var(--white);
}

[data-theme="dark"] .auth-form-group label {
    color: var(--white);
}

[data-theme="dark"] .auth-form-group input {
    background: var(--grey-200);
    border-color: var(--grey-400);
    color: var(--white);
}

[data-theme="dark"] .auth-btn-google {
    background: var(--grey-200);
    border-color: var(--grey-400);
    color: var(--white);
}

[data-theme="dark"] .auth-btn-google:hover:not(:disabled) {
    background: var(--grey-300);
}

[data-theme="dark"] .auth-modal-close {
    background: var(--grey-200);
    color: var(--grey-700);
}

[data-theme="dark"] .auth-modal-close:hover {
    background: var(--grey-300);
    color: var(--white);
}

/* Review Submission Modal */
.review-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.review-modal[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}

.review-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.review-modal-container {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-xl);
    transform: scale(0.95);
    transition: transform 0.3s;
}

.review-modal[aria-hidden="false"] .review-modal-container {
    transform: scale(1);
}

.review-modal-content {
    padding: 32px;
}

@media (max-width: 768px) {
    .review-modal-content {
        padding: 24px 20px;
    }
}

.review-modal-header {
    margin-bottom: 24px;
}

.review-modal-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
}

.review-modal-header p {
    font-size: 14px;
    color: var(--grey-600);
}

.review-rating-input {
    margin-bottom: 24px;
}

.review-rating-input label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 12px;
}

.review-stars {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.review-star {
    font-size: 32px;
    color: var(--grey-300);
    cursor: pointer;
    transition: transform 0.1s;
    line-height: 1;
}

.review-star:hover {
    transform: scale(1.1);
}

.review-star.active {
    color: #ffd700;
}

.review-rating-text {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--spruce-green);
}

.review-text-input {
    margin-bottom: 24px;
}

.review-text-input label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.review-text-input textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 16px;
    border: 1px solid var(--grey-300);
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
    background: var(--white);
    color: var(--black);
    transition: all 0.2s;
}

.review-text-input textarea:focus {
    outline: none;
    border-color: var(--spruce-green);
    box-shadow: 0 0 0 3px rgba(59, 124, 100, 0.1);
}

.review-photos {
    margin-bottom: 24px;
}

.review-photos label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.review-photo-upload {
    border: 2px dashed var(--grey-300);
    border-radius: 10px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

.review-photo-upload:hover {
    border-color: var(--spruce-green);
    background: var(--grey-50);
}

.review-photo-upload input[type="file"] {
    display: none;
}

.review-photo-preview {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.review-photo-item {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.review-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-photo-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

[data-theme="dark"] .review-modal-container {
    background: var(--grey-100);
}

[data-theme="dark"] .review-modal-header h2,
[data-theme="dark"] .review-rating-input label,
[data-theme="dark"] .review-text-input label,
[data-theme="dark"] .review-photos label {
    color: var(--white);
}

[data-theme="dark"] .review-text-input textarea {
    background: var(--grey-200);
    border-color: var(--grey-400);
    color: var(--white);
}

[data-theme="dark"] .review-photo-upload {
    border-color: var(--grey-400);
}

[data-theme="dark"] .review-photo-upload:hover {
    background: var(--grey-200);
}

/* User Profile in Navigation */
.user-profile {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.user-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--spruce-green);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--grey-200);
    transition: all 0.2s;
}

.user-profile:hover .user-avatar {
    border-color: var(--spruce-green);
    transform: scale(1.05);
}

.user-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s;
    z-index: 1000;
    border: 1px solid var(--grey-200);
}

.user-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-menu-header {
    padding: 16px;
    border-bottom: 1px solid var(--grey-200);
}

.user-menu-name {
    font-weight: 600;
    color: var(--black);
    font-size: 14px;
    margin-bottom: 4px;
}

.user-menu-email {
    font-size: 12px;
    color: var(--grey-600);
}

.user-menu-item {
    width: 100%;
    padding: 12px 16px;
    border: none;
    background: none;
    text-align: left;
    color: var(--grey-700);
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.user-menu-item:hover {
    background: var(--grey-50);
    color: var(--black);
}

[data-theme="dark"] .user-menu {
    background: var(--grey-100);
    border-color: var(--grey-300);
}

[data-theme="dark"] .user-menu-name {
    color: var(--white);
}

[data-theme="dark"] .user-menu-item {
    color: var(--grey-700);
}

[data-theme="dark"] .user-menu-item:hover {
    background: var(--grey-200);
    color: var(--white);
}

[data-theme="dark"] .user-menu-email {
    color: var(--grey-600);
}

[data-theme="dark"] .user-menu-header {
    border-bottom-color: var(--grey-300);
}

[data-theme="dark"] .user-avatar {
    border-color: var(--grey-400);
}

[data-theme="dark"] .theme-toggle {
    background: var(--grey-200);
}

[data-theme="dark"] .theme-toggle:hover {
    background: var(--grey-300);
}

[data-theme="dark"] .theme-toggle svg {
    color: var(--grey-800);
}

[data-theme="dark"] p {
    color: var(--grey-700);
}

[data-theme="dark"] .section-header-center p,
[data-theme="dark"] .testimonials-header p,
[data-theme="dark"] .step-card p,
[data-theme="dark"] .cta-content p {
    color: var(--grey-700);
}

[data-theme="dark"] .loading-screen p {
    color: var(--grey-700);
}

[data-theme="dark"] .review-modal-header p {
    color: var(--grey-700);
}

/* Toast Animations */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Download App Modal */
.download-app-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.download-app-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.download-app-modal-content {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 32px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1;
    animation: modalSlideUp 0.3s ease;
}

.download-app-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--grey-600);
    cursor: pointer;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

@media (max-width: 768px) {
    .download-app-modal-content {
        padding: 24px 20px;
        width: calc(100% - 32px);
        max-width: 100%;
        margin: 16px;
    }
    
    .download-app-modal-close {
        width: 44px;
        height: 44px;
        top: 12px;
        right: 12px;
    }
}

.download-app-modal-close:hover {
    background: var(--grey-100);
    color: var(--grey-900);
}

.download-app-modal-header {
    text-align: center;
    margin-bottom: 24px;
}

.download-app-modal-header svg {
    margin: 0 auto 16px;
    display: block;
}

.download-app-modal-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--grey-900);
    margin: 0 0 8px;
}

.download-app-modal-header p {
    font-size: 15px;
    color: var(--grey-600);
    margin: 0;
}

.download-app-modal-options {
    display: grid;
    gap: 12px;
}

.download-app-option {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 2px solid var(--grey-200);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s;
    background: var(--white);
}

.download-app-option:hover {
    border-color: var(--spruce-green);
    background: var(--grey-50);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 124, 100, 0.1);
}

.download-app-option-ios:hover {
    border-color: #007AFF;
}

.download-app-option-android:hover {
    border-color: #3DDC84;
}

.download-app-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.download-app-option-ios .download-app-icon {
    color: #007AFF;
}

.download-app-option-android .download-app-icon {
    color: #3DDC84;
}

.download-app-text {
    flex: 1;
}

.download-app-label {
    font-size: 13px;
    color: var(--grey-600);
    margin-bottom: 4px;
}

.download-app-platform {
    font-size: 18px;
    font-weight: 700;
    color: var(--grey-900);
}

.download-app-option svg:last-child {
    color: var(--grey-400);
    flex-shrink: 0;
}

.download-app-option:hover svg:last-child {
    color: var(--spruce-green);
}

.download-app-option-ios:hover svg:last-child {
    color: #007AFF;
}

.download-app-option-android:hover svg:last-child {
    color: #3DDC84;
}

@keyframes modalSlideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Weather Widget */
.weather-widget {
    margin-top: 20px;
}

.weather-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px;
    background: var(--white);
    border: 2px solid var(--grey-200);
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.2s;
    text-align: left;
}

.weather-btn:hover {
    border-color: var(--spruce-green);
    background: var(--grey-50);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 124, 100, 0.1);
}

.weather-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.weather-info {
    flex: 1;
}

.weather-temp {
    font-size: 20px;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 4px;
}

.weather-desc {
    font-size: 14px;
    color: var(--grey-600);
    text-transform: capitalize;
}

/* Weather Modal */
.weather-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    padding: 20px;
}

.weather-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.weather-modal-content {
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 24px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 1;
    animation: weatherModalFadeIn 0.3s ease;
}

.weather-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: var(--grey-600);
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.weather-modal-close:hover {
    background: var(--grey-100);
    color: var(--grey-900);
}

.weather-modal-header {
    margin-bottom: 24px;
    padding-right: 40px;
}

.weather-modal-header h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--spruce-green);
    margin: 0;
}

.weather-forecast-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.weather-forecast-day {
    text-align: center;
    padding: 16px;
    border-radius: var(--radius);
    background: var(--grey-50);
}

.weather-forecast-day-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--grey-700);
    margin-bottom: 12px;
}

.weather-forecast-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: block;
}

.weather-forecast-temp {
    font-size: 20px;
    font-weight: 700;
    color: var(--grey-900);
    margin-bottom: 8px;
}

.weather-forecast-desc {
    font-size: 12px;
    color: var(--grey-600);
    text-transform: capitalize;
}

@keyframes weatherModalFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 768px) {
    .weather-forecast-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .weather-modal-content {
        max-height: 90vh;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .btn-primary,
    .btn-secondary,
    .btn-outline {
        padding: 14px 28px;
        font-size: 16px;
    }
    
    .owner-stats {
        grid-template-columns: 1fr;
    }
    
    .field-meta {
        font-size: 15px;
    }
    
    .quick-links span {
        font-size: 15px;
    }
}

