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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #2d3748;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* Header */
.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 16px 0;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #1a202c;
}

.for-sale-badge {
    background: #fed7d7;
    color: #c53030;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #feb2b2;
}

/* Main content */
.main {
    margin-top: 80px;
}

/* Hero section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="white" opacity="0.1"/><circle cx="80" cy="40" r="1" fill="white" opacity="0.1"/><circle cx="40" cy="80" r="1.5" fill="white" opacity="0.1"/><circle cx="90" cy="90" r="1" fill="white" opacity="0.1"/></svg>');
    pointer-events: none;
}

/* Camera lens decorative elements */
.hero::after {
    content: '';
    position: absolute;
    top: 15%;
    right: 8%;
    width: 120px;
    height: 120px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><circle cx="60" cy="60" r="50" fill="none" stroke="white" stroke-width="1" opacity="0.15"/><circle cx="60" cy="60" r="35" fill="none" stroke="white" stroke-width="1" opacity="0.1"/><circle cx="60" cy="60" r="20" fill="none" stroke="white" stroke-width="1" opacity="0.08"/><circle cx="60" cy="60" r="8" fill="white" opacity="0.06"/></svg>') no-repeat center;
    pointer-events: none;
    z-index: 1;
}

.hero-content::before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 5%;
    width: 100px;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="20" y="25" width="60" height="40" fill="none" stroke="white" stroke-width="1.5" opacity="0.12" rx="3"/><circle cx="50" cy="45" r="12" fill="none" stroke="white" stroke-width="1.2" opacity="0.15"/><rect x="35" y="70" width="30" height="5" fill="white" opacity="0.08" rx="2.5"/></svg>') no-repeat center;
    pointer-events: none;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: clamp(48px, 8vw, 72px);
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.1;
    position: relative;
    padding: 40px 20px;
}

/* Viewfinder frame around title */
.hero-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    z-index: -1;
}

.hero-title::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    z-index: -1;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: white;
    color: #667eea;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: #f8f9fa;
}

.cta-button svg {
    transition: transform 0.3s ease;
}

.cta-button:hover svg {
    transform: translateX(4px);
}

/* Features section */
.features {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
}

.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80" viewBox="0 0 80 80"><defs><pattern id="aperture" patternUnits="userSpaceOnUse" width="80" height="80"><circle cx="40" cy="40" r="1" fill="%236b7280" opacity="0.03"/><circle cx="40" cy="40" r="8" fill="none" stroke="%236b7280" stroke-width="0.5" opacity="0.04"/></pattern></defs><rect width="80" height="80" fill="url(%23aperture)"/></svg>');
    pointer-events: none;
    z-index: 0;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #1a202c;
    position: relative;
}

/* Film strip decoration */
.section-title::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 12px;
    background: 
        linear-gradient(90deg, 
            transparent 0%, 
            #e2e8f0 5%, 
            #cbd5e0 10%, 
            #e2e8f0 15%, 
            #cbd5e0 20%, 
            #e2e8f0 25%, 
            #cbd5e0 30%, 
            #e2e8f0 35%, 
            #cbd5e0 40%, 
            #e2e8f0 45%, 
            #cbd5e0 50%, 
            #e2e8f0 55%, 
            #cbd5e0 60%, 
            #e2e8f0 65%, 
            #cbd5e0 70%, 
            #e2e8f0 75%, 
            #cbd5e0 80%, 
            #e2e8f0 85%, 
            #cbd5e0 90%, 
            #e2e8f0 95%, 
            transparent 100%
        );
    border-radius: 2px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 1;
}

.feature {
    background: white;
    padding: 40px 32px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

/* Photo frame corner elements */
.feature::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #667eea;
    border-left: 2px solid #667eea;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.feature::after {
    content: '';
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #667eea;
    border-right: 2px solid #667eea;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e0;
}

.feature:hover::before,
.feature:hover::after {
    opacity: 0.7;
}

.feature-icon {
    font-size: 48px;
    margin-bottom: 24px;
    display: block;
}

.feature h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a202c;
}

.feature p {
    color: #4a5568;
    line-height: 1.6;
}

/* Contact section */
.contact {
    padding: 100px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.9;
}

.contact-email {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.contact-email:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: #1a202c;
    color: #a0aec0;
    padding: 40px 0;
    text-align: center;
}

.footer p {
    font-size: 14px;
}

/* Responsive design */
@media (max-width: 768px) {
    .header .container {
        flex-direction: column;
        gap: 16px;
    }
    
    .hero {
        padding: 80px 0;
    }
    
    .hero-title {
        font-size: 40px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .features {
        padding: 60px 0;
    }
    
    .features-grid {
        gap: 24px;
    }
    
    .contact {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .contact h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .feature {
        padding: 32px 24px;
    }
    
    .cta-button {
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .contact-email {
        padding: 14px 24px;
        font-size: 16px;
    }
}

/* Smooth animations */
html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
} 