/* Small Embed Button */
.embed-button-container {
    margin-top: 1rem;
    text-align: center;
}

.small-embed-btn {
    background: rgba(255, 255, 255, 0.1);
    color: hsl(217.9, 10.6%, 64.9%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.small-embed-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.modal-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a1a2a 50%, #1f0f2f 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h3 {
    margin: 0;
    color: white;
    font-size: 1.25rem;
}

.close-btn {
    background: none;
    border: none;
    color: hsl(217.9, 10.6%, 64.9%);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.modal-body {
    padding: 1.5rem;
}

.embed-preview {
    margin-bottom: 2rem;
}

.embed-preview h4 {
    color: white;
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

.badge-preview-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-preview-modal img {
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.embed-code-section {
    position: relative;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.code-header h4 {
    color: white;
    margin: 0;
    font-size: 1rem;
}

.copy-btn-modal {
    background: #10b981;
    color: white;
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.copy-btn-modal:hover {
    background: #059669;
}

.copy-btn-modal.copied {
    background: #6366f1;
}

.embed-code-modal {
    width: 100%;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #e0e0e0;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    resize: none;
    height: 100px;
    box-sizing: border-box;
}

.embed-code-modal:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
}

/* Base Styles - TrustMrr Design */
body {
    font-family: 'Inconsolata', 'Courier New', monospace;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a0b1a 25%, #2a1a2a 50%, #1f0f2f 75%, #2a1a3f 100%);
    background-attachment: fixed;
    color: hsl(var(--foreground));
    line-height: 1.5;
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
    font-variation-settings: normal;
    position: relative;
    overflow-x: hidden;
}

/* Space background with stars */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1px 1px at 17px 23px, rgba(255,255,255,0.9), transparent),
        radial-gradient(2px 2px at 73px 89px, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 143px 67px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 87px 156px, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 234px 34px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 298px 123px, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 189px 187px, rgba(255,255,255,0.7), transparent),
        radial-gradient(2px 2px at 356px 78px, rgba(255,255,255,0.8), transparent),
        radial-gradient(1px 1px at 67px 234px, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 312px 189px, rgba(255,255,255,0.6), transparent),
        radial-gradient(2px 2px at 123px 345px, rgba(255,255,255,0.9), transparent),
        radial-gradient(1px 1px at 456px 67px, rgba(255,255,255,0.5), transparent);
    background-repeat: repeat;
    background-size: 500px 400px;
    animation: drift 120s linear infinite;
    opacity: 0.7;
    z-index: -2;
}

/* Additional layer of smaller stars */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1px 1px at 43px 78px, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 156px 23px, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 89px 167px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 267px 134px, rgba(255,255,255,0.2), transparent),
        radial-gradient(1px 1px at 345px 89px, rgba(255,255,255,0.5), transparent),
        radial-gradient(1px 1px at 98px 289px, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 234px 67px, rgba(255,255,255,0.4), transparent),
        radial-gradient(1px 1px at 378px 234px, rgba(255,255,255,0.6), transparent),
        radial-gradient(1px 1px at 167px 345px, rgba(255,255,255,0.3), transparent),
        radial-gradient(1px 1px at 456px 123px, rgba(255,255,255,0.4), transparent);
    background-repeat: repeat;
    background-size: 600px 450px;
    animation: drift 180s linear infinite reverse;
    opacity: 0.5;
    z-index: -1;
}

@keyframes drift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50px, -50px); }
}

:root {
    /* Dark theme with purple accent - TrustMrr style */
    --background: 224 71.4% 4.1%;
    --foreground: 210 20% 98%;
    --card: 224 71.4% 4.1%;
    --card-foreground: 210 20% 98%;
    --popover: 224 71.4% 4.1%;
    --popover-foreground: 210 20% 98%;
    --primary: 263.4 70% 50.4%;
    --primary-foreground: 210 20% 98%;
    --secondary: 215 27.9% 16.9%;
    --secondary-foreground: 210 20% 98%;
    --muted: 215 27.9% 16.9%;
    --muted-foreground: 217.9 10.6% 64.9%;
    --accent: 215 27.9% 16.9%;
    --accent-foreground: 210 20% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 20% 98%;
    --border: 215 27.9% 16.9%;
    --input: 215 27.9% 16.9%;
    --ring: 263.4 70% 50.4%;
    --radius: 0.5rem;
    
    /* TrustMrr purple variations */
    --purple-50: 250 100% 97%;
    --purple-100: 243 100% 94%;
    --purple-500: 263.4 70% 50.4%;
    --purple-600: 262.1 83.3% 57.8%;
    --purple-900: 240 21% 15%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

h1 {
    color: hsl(var(--foreground));
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* Card Components */
.card {
    background-color: hsl(215 27.9% 12%);
    border: 1px solid hsl(var(--border));
    border-radius: calc(var(--radius) + 2px);
    color: hsl(var(--card-foreground));
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.card-header {
    padding: 24px;
    border-bottom: 1px solid hsl(var(--border));
    background-color: hsl(215 27.9% 10%);
}

.card-content {
    padding: 24px;
}

/* Table Styles - TrustMrr Design */
.table-container {
    overflow-x: auto;
    border-radius: var(--radius);
    border: 1px solid hsl(var(--border));
    background-color: hsl(215 27.9% 12%);
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

th, td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid hsl(var(--border));
}

th {
    background-color: hsl(215 27.9% 10%);
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    height: 52px;
}

th:hover {
    background-color: hsl(215 27.9% 15%);
}

tr:hover {
    background-color: hsl(215 27.9% 15% / 0.7);
}

td {
    background-color: hsl(215 27.9% 12%);
}

tr:last-child td {
    border-bottom: none;
}

/* Property Detail Table Styles */
.property-table th, 
.property-table td {
    padding: 10px;
}

/* Link Styles - TrustMrr Design */
.property-name {
    color: hsl(var(--primary));
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease-in-out;
}

.property-name:hover {
    color: hsl(var(--primary) / 0.8);
    text-decoration: underline;
    text-decoration-color: hsl(var(--primary) / 0.4);
    text-underline-offset: 2px;
}

.back-link {
    color: hsl(var(--muted-foreground));
    text-decoration: none;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.back-link:hover {
    color: hsl(var(--foreground));
    text-decoration: none;
}

/* Status Colors - TrustMrr Theme */
.positive {
    color: hsl(142 76% 36%);
}

.negative {
    color: hsl(var(--destructive));
}

.change-positive {
    color: hsl(142 76% 36%);
    font-weight: 500;
}

.change-negative {
    color: hsl(var(--destructive));
    font-weight: 500;
}

.status-active {
    color: hsl(142 76% 36%);
    font-weight: 600;
    background-color: hsl(142 76% 36% / 0.1);
    padding: 2px 8px;
    border-radius: calc(var(--radius) / 2);
    font-size: 0.75rem;
}

.status-inactive {
    color: hsl(var(--destructive));
    font-weight: 600;
    background-color: hsl(var(--destructive) / 0.1);
    padding: 2px 8px;
    border-radius: calc(var(--radius) / 2);
    font-size: 0.75rem;
}

/* Sort Indicator */
.sort-indicator {
    margin-left: 5px;
}

/* Property Detail Specific Styles - TrustMrr Design */
.header {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid hsl(var(--border));
}

.property-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.property-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid hsl(var(--border));
    background-color: hsl(var(--card));
    padding: 8px;
}

.property-subtitle {
    color: hsl(var(--muted-foreground));
    font-size: 0.875rem;
    margin: 0;
    font-weight: 400;
}

.property-overview {
    margin-bottom: 32px;
}

.property-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.property-detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.property-detail-item.description {
    grid-column: 1 / -1;
}

.property-detail-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.property-detail-value {
    color: hsl(var(--foreground));
    font-weight: 500;
    margin: 0;
}

.property-link {
    color: hsl(var(--foreground));
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.property-link:hover {
    color: hsl(var(--primary) / 0.8);
    text-decoration: underline;
}

.metrics-section {
    margin-bottom: 48px;
}

.chart-section {
    margin-bottom: 32px;
}

.section-title {
    color: hsl(var(--foreground));
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

/* Enhanced Metrics Cards - TrustMrr Style */
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.metric-card {
    background: linear-gradient(135deg, hsl(215 27.9% 12%) 0%, hsl(215 27.9% 10%) 100%);
    border: 1px solid hsl(var(--border));
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.metric-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, hsl(var(--primary)), hsl(var(--primary) / 0.6));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.metric-card:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4), 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    border-color: hsl(var(--primary) / 0.3);
    background: linear-gradient(135deg, hsl(215 27.9% 14%) 0%, hsl(215 27.9% 12%) 100%);
    transform: translateY(-2px);
}

.metric-card:hover::before {
    opacity: 1;
}

.metric-icon {
    font-size: 1.5rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsl(var(--primary) / 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

.metric-content {
    flex: 1;
    min-width: 0;
}

.metric-value {
    font-size: 2rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    line-height: 1;
    margin-bottom: 8px;
    font-feature-settings: "tnum";
}

.metric-label {
    color: hsl(var(--muted-foreground));
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 4px;
}

.metric-change {
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.metric-change.positive {
    color: hsl(142 76% 36%);
}

.metric-change.negative {
    color: hsl(var(--destructive));
}

/* Tabs - TrustMrr Style */
.tabs {
    display: flex;
    border-bottom: 1px solid hsl(var(--border));
    margin-bottom: 24px;
    gap: 0;
}

.tab {
    padding: 12px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    color: hsl(var(--muted-foreground));
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: none;
}

.tab:hover {
    color: hsl(var(--foreground));
    background-color: hsl(var(--muted));
}

.tab.active {
    border-bottom-color: hsl(var(--primary));
    color: hsl(var(--primary));
    background-color: transparent;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Enhanced Chart Controls - TrustMrr Style */
.chart-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.control-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
}

.control-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: hsl(var(--muted-foreground));
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.chart-select {
    padding: 10px 12px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    background-color: hsl(var(--input));
    color: hsl(var(--foreground));
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-right: 36px;
    min-width: 140px;
}

.chart-select:focus {
    outline: 2px solid hsl(var(--ring));
    outline-offset: 2px;
    border-color: hsl(var(--ring));
    background-color: hsl(var(--input));
}

.chart-select:hover {
    border-color: hsl(var(--primary));
    background-color: hsl(var(--muted));
}

.chart-select option {
    background-color: hsl(var(--input));
    color: hsl(var(--foreground));
    padding: 8px 12px;
}

.chart-container {
    position: relative;
    height: 400px;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .chart-controls {
        flex-direction: column;
        align-items: stretch;
    }
    
    .control-group {
        min-width: auto;
    }
    
    .chart-select {
        min-width: auto;
    }
    
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .property-details {
        grid-template-columns: 1fr;
    }
    
    .metric-card {
        padding: 16px;
    }
    
    .metric-icon {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
    
    .metric-value {
        font-size: 1.5rem;
    }
    
    .chart-container {
        height: 300px;
    }
}

@media (max-width: 480px) {
    .metrics-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .metric-card {
        padding: 16px;
        flex-direction: row;
        gap: 12px;
    }
    
    .metric-value {
        font-size: 1.75rem;
    }
}

/* Responsive adjustments for property detail page */
.container.property-detail {
    max-width: 1200px;
}

/* Enhanced hover states */
.card:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.4), 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    border-color: hsl(var(--primary) / 0.2);
    transition: all 0.2s ease;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 1024px) {
    .card-header {
        flex-direction: column;
        align-items: stretch;
    }
    
    .chart-controls {
        justify-content: center;
    }
}

/* Focus states for accessibility */
.back-link:focus {
    outline: 2px solid hsl(var(--ring));
    outline-offset: 2px;
    border-radius: 4px;
}

.property-link:focus {
    outline: 2px solid hsl(var(--ring));
    outline-offset: 2px;
    border-radius: 4px;
}

/* Shooting Stars Animation */
.shooting-star {
    position: fixed;
    width: 2px;
    height: 2px;
    background: rgba(255,255,255,1);
    border-radius: 50%;
    animation: shoot linear infinite;
    z-index: -1;
    box-shadow: 0 0 4px rgba(255,255,255,0.8);
}

.shooting-star:nth-child(1) {
    top: 10%;
    left: -5%;
    animation: shoot1 20s linear infinite;
}

.shooting-star:nth-child(2) {
    top: 35%;
    left: -5%;
    animation: shoot2 32s linear infinite;
}

.shooting-star:nth-child(3) {
    top: 70%;
    left: -5%;
    animation: shoot3 75s linear infinite;
}

.shooting-star:nth-child(4) {
    top: 85%;
    left: -5%;
    animation: shoot4 89s linear infinite;
}

@keyframes shoot1 {
    0% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    94.74% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    94.95% {
        opacity: 1;
    }
    99.74% {
        opacity: 1;
    }
    100% {
        transform: translateX(120vw) translateY(120vh) rotate(45deg);
        opacity: 0;
    }
}

@keyframes shoot2 {
    0% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    97.83% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    97.93% {
        opacity: 1;
    }
    99.78% {
        opacity: 1;
    }
    100% {
        transform: translateX(120vw) translateY(120vh) rotate(45deg);
        opacity: 0;
    }
}

@keyframes shoot3 {
    0% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    98.68% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    98.75% {
        opacity: 1;
    }
    99.85% {
        opacity: 1;
    }
    100% {
        transform: translateX(120vw) translateY(120vh) rotate(45deg);
        opacity: 0;
    }
}

@keyframes shoot4 {
    0% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    98.79% {
        transform: translateX(0) translateY(0) rotate(45deg);
        opacity: 0;
    }
    98.85% {
        opacity: 1;
    }
    99.88% {
        opacity: 1;
    }
    100% {
        transform: translateX(120vw) translateY(120vh) rotate(45deg);
        opacity: 0;
    }
}

/* Community Pages Styles */
.community-header {
    text-align: center;
    margin-bottom: 4rem;
}

.community-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, hsl(var(--primary)), hsl(263.4 70% 60%), hsl(326 100% 74%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

.community-subtitle {
    font-size: 1.25rem;
    color: hsl(var(--muted-foreground));
    max-width: 48rem;
    margin: 0 auto;
}

.community-content {
    max-width: 64rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.community-section {
    background-color: hsl(215 27.9% 12% / 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid hsl(var(--border));
    border-radius: calc(var(--radius) + 4px);
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.community-section:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.4), 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    border-color: hsl(var(--primary) / 0.2);
}

.community-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1.5rem;
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.75rem;
}

.community-section-content {
    color: hsl(var(--muted-foreground));
    font-size: 1.125rem;
    line-height: 1.7;
}

.community-section-content p {
    margin-bottom: 1rem;
}

.community-section-content p:last-child {
    margin-bottom: 0;
}

/* Community grid layouts for features/values */
.community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.community-grid-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.community-grid-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--primary));
}

.community-grid-content {
    color: hsl(var(--muted-foreground));
    line-height: 1.6;
}

/* FAQ specific styles */
.faq-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1.5rem;
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.75rem;
}

.faq-item {
    margin-bottom: 1.5rem;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--primary));
    margin-bottom: 0.75rem;
}

.faq-answer {
    color: hsl(var(--muted-foreground));
    line-height: 1.6;
}

.faq-answer a {
    color: hsl(var(--primary));
    text-decoration: none;
    transition: color 0.2s ease;
}

.faq-answer a:hover {
    color: hsl(var(--primary) / 0.8);
    text-decoration: underline;
}

/* Values list styles */
.values-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.value-indicator {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin-top: 0.75rem;
    flex-shrink: 0;
}

.value-indicator.blue {
    background-color: hsl(var(--primary));
}

.value-indicator.purple {
    background-color: hsl(263.4 70% 60%);
}

.value-indicator.pink {
    background-color: hsl(326 100% 74%);
}

.value-indicator.green {
    background-color: hsl(142 76% 36%);
}

.value-content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 0.5rem;
}

.value-content p {
    color: hsl(var(--muted-foreground));
    line-height: 1.6;
    margin: 0;
}

/* Contact CTA styles */
.contact-cta {
    background: linear-gradient(to right, hsl(var(--primary) / 0.2), hsl(263.4 70% 60% / 0.2));
    border: 1px solid hsl(var(--primary) / 0.3);
    border-radius: calc(var(--radius) + 4px);
    padding: 1.5rem;
    text-align: center;
}

.contact-cta h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

.contact-cta p {
    color: hsl(var(--muted-foreground));
    margin-bottom: 1rem;
}

.contact-cta-button {
    display: inline-block;
    background-color: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.contact-cta-button:hover {
    background-color: hsl(var(--primary) / 0.9);
    color: hsl(var(--primary-foreground));
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .community-title {
        font-size: 2.5rem;
    }
    
    .community-subtitle {
        font-size: 1.125rem;
    }
    
    .community-section {
        padding: 1.5rem;
    }
    
    .community-section-title {
        font-size: 1.75rem;
    }
    
    .community-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .community-title {
        font-size: 2rem;
    }
    
    .community-section {
        padding: 1rem;
    }
    
    .community-section-title {
        font-size: 1.5rem;
    }
}