/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #000;
}

.logo a {
    text-decoration: none;
    color: inherit;
}

.nav-menu .active {
    color: #ff0080;
    font-weight: 600;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #ff0080;
}

/* Hero Section */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000 0%, #333 50%, #000 100%);
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 0, 128, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    padding: 0 2rem;
}

.card-mockup {
    perspective: 1000px;
}

.credit-card {
    width: 350px;
    height: 220px;
    background: linear-gradient(135deg, #000 0%, #333 50%, #000 100%);
    border-radius: 20px;
    position: relative;
    transform: rotateY(-15deg) rotateX(5deg);
    box-shadow: 
        0 20px 40px rgba(255, 0, 128, 0.3),
        0 0 0 2px #ff0080,
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.card-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.card-details {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #fff;
}

.card-number {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-name {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-text {
    color: #fff;
}

.hero-headline {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #fff, #ff0080, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subline {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.hero-tagline {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.cta-graffiti {
    background: linear-gradient(45deg, #ff0080, #ff4081);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transform: rotate(-2deg);
    box-shadow: 0 10px 20px rgba(255, 0, 128, 0.3);
    transition: all 0.3s;
}

.cta-graffiti:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 15px 30px rgba(255, 0, 128, 0.4);
}

/* Editorial Spread */
.editorial-spread {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #f8f9fa;
}

.spread-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.spread-left {
    flex: 1;
    height: 100vh;
    position: relative;
}

.lifestyle-photo {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 182, 193, 0.8), rgba(173, 216, 230, 0.8));
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.spread-right {
    flex: 1;
    padding: 4rem;
    display: flex;
    align-items: center;
    background: #fff;
}

.editorial-content {
    width: 100%;
}

.editorial-item {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000;
}

.editorial-item span {
    display: block;
    font-size: 1.2rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #666;
    margin-top: 0.5rem;
}

/* Lifestyle Grid */
.lifestyle-grid {
    padding: 6rem 2rem;
    background: #000;
    color: #fff;
}

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

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    background: linear-gradient(45deg, #fff, #ff0080, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.grid-card {
    height: 200px;
    position: relative;
    cursor: pointer;
    perspective: 1000px;
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    transition: transform 0.6s;
}

.card-front {
    background: linear-gradient(135deg, #333, #555);
    border: 2px solid #ff0080;
}

.card-back {
    background: linear-gradient(135deg, #ff0080, #ff4081);
    transform: rotateY(180deg);
}

.grid-card:hover .card-front {
    transform: rotateY(180deg);
}

.grid-card:hover .card-back {
    transform: rotateY(0deg);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.card-front h4,
.card-back h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.card-back p {
    font-size: 1rem;
    opacity: 0.9;
}

/* Street Journal */
.street-journal {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

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

.journal-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #000;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 3rem;
}

.article-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.article-card:hover {
    transform: translateY(-10px);
}

.article-image {
    height: 200px;
    background: linear-gradient(45deg, #ff0080, #007bff);
    background-size: cover;
    background-position: center;
    position: relative;
}

.article-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1rem;
    color: #000;
}

.article-card p {
    padding: 0 1.5rem 1.5rem;
    color: #666;
}

/* Community Wall */
.community-wall {
    padding: 6rem 2rem;
    background: linear-gradient(45deg, #000, #333);
    position: relative;
}

.community-wall::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255, 0, 128, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(0, 123, 255, 0.1) 0%, transparent 50%);
}

.wall-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.wall-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    color: #fff;
}

.testimonials {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
}

.testimonial-bubble {
    background: #fff;
    padding: 2rem;
    border-radius: 20px;
    max-width: 300px;
    position: relative;
    transform: rotate(-2deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.testimonial-bubble:nth-child(2) {
    transform: rotate(1deg);
}

.testimonial-bubble:nth-child(3) {
    transform: rotate(-1deg);
}

.testimonial-bubble p {
    font-style: italic;
    margin-bottom: 1rem;
    color: #000;
}

.testimonial-bubble span {
    font-weight: 600;
    color: #ff0080;
}

/* Final CTA */
.final-cta {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #000, #333, #000);
    position: relative;
    overflow: hidden;
}

.billboard {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.billboard-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem;
}

.billboard-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #ff0080;
    margin-bottom: 2rem;
}

.golden-cta {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #000;
    border: none;
    padding: 1.5rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.3);
    transition: all 0.3s;
}

.golden-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(255, 215, 0, 0.4);
}

/* Footer */
.footer {
    background: #fff;
    border-top: 2px solid #000;
    padding: 3rem 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ff0080;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.social-icon:hover {
    background: #ff0080;
    transform: scale(1.1);
}

/* Page Styles */
.page-hero {
    padding: 8rem 2rem 4rem;
    background: linear-gradient(135deg, #000, #333);
    text-align: center;
    color: #fff;
}

.page-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #fff, #ff0080, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

/* InstaMoney Styles */
.instamoney-features {
    padding: 4rem 0;
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.feature-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-btn {
    background: linear-gradient(45deg, #ff0080, #ff4081);
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 1rem;
}

.loan-calculator {
    padding: 4rem 0;
    background: #000;
    color: #fff;
}

.calculator-card {
    background: #333;
    padding: 2rem;
    border-radius: 15px;
    margin-top: 2rem;
}

.calc-inputs {
    margin-bottom: 2rem;
}

.calc-inputs input {
    width: 100%;
    margin: 1rem 0;
}

/* Rewards Styles */
.rewards-tiers {
    padding: 4rem 0;
    background: #f8f9fa;
}

.tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.tier-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tier-rate {
    font-size: 3rem;
    font-weight: 900;
    color: #ff0080;
    margin: 1rem 0;
}

.tier-card ul {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.tier-card li {
    padding: 0.5rem 0;
}

.bronze { border-top: 4px solid #cd7f32; }
.silver { border-top: 4px solid #c0c0c0; }
.gold { border-top: 4px solid #ffd700; }

.partner-brands {
    padding: 4rem 0;
    background: #000;
    color: #fff;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.brand-card {
    background: linear-gradient(45deg, #ff0080, #007bff);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    font-size: 1.2rem;
}

.brand-card span {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    opacity: 0.9;
}

/* Lifestyle Styles */
.lifestyle-categories {
    padding: 4rem 0;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.category-card {
    height: 300px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background: linear-gradient(45deg, #ff0080, #007bff);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    padding: 2rem;
}

.category-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 1rem;
}

.lifestyle-tips {
    padding: 4rem 0;
    background: #f8f9fa;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.tip-card {
    background: #fff;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.tip-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Contact Styles */
.contact-section {
    padding: 4rem 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 2rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-icon {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    background: #ff0080;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-form {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: inherit;
}

.submit-btn {
    background: linear-gradient(45deg, #ff0080, #ff4081);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    width: 100%;
}

.map-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.map-placeholder {
    background: #ddd;
    padding: 4rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 2rem;
}

/* Legal Pages */
.legal-page {
    padding: 8rem 2rem 4rem;
    min-height: 80vh;
}

.legal-content {
    max-width: 800px;
    margin: 2rem auto 0;
    line-height: 1.8;
}

.legal-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #000;
}

.legal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #ff0080;
}

.legal-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

/* Footer Updates */
.footer-info {
    text-align: left;
}

.footer-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #000;
}

.footer-info p {
    margin-bottom: 0.5rem;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .spread-container {
        flex-direction: column;
    }
    
    .spread-left {
        height: 50vh;
    }
    
    .editorial-item {
        font-size: 2rem;
    }
    
    .section-title,
    .journal-title,
    .wall-title {
        font-size: 2rem;
    }
    
    .testimonials {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .nav-menu {
        display: none;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .categories-grid,
    .features-grid,
    .tiers-grid {
        grid-template-columns: 1fr;
    }
}