* {margin: 0; padding: 0; box-sizing: border-box;}
:root {
    --primary-purple: #8B5FBF;
    --purple-light-1: #A27FCC;
    --purple-light-2: #B99FD9;
    --purple-light-3: #D1BFE5;
    --purple-light-4: #E8DFF2;
    --secondary-yellow: #FFD93D;
    --yellow-light-1: #FFE164;
    --yellow-light-2: #FFE88B;
    --yellow-light-3: #FFF0B1;
    --yellow-light-4: #FFF7D8;
    --text-dark: #1a1a2e;
    --text-light: #ffffff;
    --bg-light: #fafafa;
    --bg-dark: #0D0D0D;
    --gradient: linear-gradient(135deg, #8B5FBF 0%, #A27FCC 100%);
    --shadow: 0 10px 30px rgba(139, 95, 191, 0.15);
}
body {font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: var(--text-dark); overflow-x: hidden; background: white;}
nav {position: fixed; top: 0; width: 100%; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); z-index: 1000; padding: 1rem 0; transition: all 0.3s ease; box-shadow: 0 2px 20px rgba(139, 95, 191, 0.05);}
.nav-container {max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center;}
.logo-container {display: flex; align-items: center; gap: 0.75rem; text-decoration: none;}
.logo-icon {width: 45px; height: 45px; background: var(--primary-purple); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative;}
.logo-icon::before {content: '∞'; color: white; font-size: 1.5rem; font-weight: 700; position: absolute;}
.logo-text {font-size: 1.8rem; font-weight: 700; color: var(--primary-purple); letter-spacing: -0.02em;}
.logo-tagline {font-size: 0.85rem; color: var(--primary-purple); font-weight: 400; opacity: 0.8; margin-left: 0.5rem;}
.nav-links {display: flex; gap: 2.5rem; list-style: none;}
.nav-links a {text-decoration: none; color: var(--text-dark); font-weight: 500; transition: color 0.3s ease; font-size: 0.95rem;}
.nav-links a:hover {color: var(--primary-purple);}
.cta-button {background: var(--primary-purple); color: white; padding: 0.75rem 2rem; border-radius: 30px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; font-size: 0.95rem;}
.cta-button:hover {background: #7A52A8; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(139, 95, 191, 0.3);}
.hero {margin-top: 80px; min-height: 90vh; display: flex; align-items: center; background: linear-gradient(to bottom right, white 40%, var(--purple-light-4) 100%); position: relative; overflow: hidden;}
.hero::before {content: ''; position: absolute; width: 500px; height: 500px; background: radial-gradient(circle, var(--secondary-yellow) 0%, transparent 70%); opacity: 0.1; top: -250px; right: -250px; border-radius: 50%;}
.hero-container {max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;}
.hero-content h1 {font-size: 3.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 1.5rem; color: var(--text-dark);}
.hero-content h1 span {color: var(--primary-purple);}
.highlight {background: linear-gradient(120deg, var(--secondary-yellow) 0%, var(--yellow-light-1) 100%); padding: 0 0.3rem; border-radius: 4px; display: inline-block; transform: rotate(-1deg); margin: 0 0.1rem;}
.hero-content .tagline {font-size: 1.5rem; color: var(--primary-purple); margin-bottom: 1rem; font-weight: 500;}
.hero-content p {font-size: 1.1rem; color: #666; margin-bottom: 2rem; line-height: 1.8; font-weight: 400;}
.hero-buttons {display: flex; gap: 1rem; flex-wrap: wrap;}
.btn-primary {background: var(--primary-purple); color: white; padding: 1rem 2.5rem; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem;}
.btn-primary:hover {background: #7A52A8; transform: translateY(-3px); box-shadow: 0 15px 40px rgba(139, 95, 191, 0.3);}
.btn-secondary {background: white; color: var(--primary-purple); padding: 1rem 2.5rem; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 1.05rem; border: 2px solid var(--primary-purple); transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem;}
.btn-secondary:hover {background: var(--purple-light-4); transform: translateY(-3px);}
.hero-visual {position: relative; display: flex; justify-content: center; align-items: center;}
.phone-mockup {width: 320px; height: 640px; background: var(--primary-purple); border-radius: 40px; padding: 12px; box-shadow: 0 30px 60px rgba(139, 95, 191, 0.3); position: relative; transform: rotate(-5deg); animation: float 6s ease-in-out infinite;}
.phone-screen {width: 100%; height: 100%; background: white; border-radius: 28px; display: flex; flex-direction: column; overflow: hidden; position: relative;}
.phone-header {background: var(--purple-light-4); padding: 1.5rem; text-align: center;}
.phone-content {flex: 1; padding: 1.5rem; display: flex; flex-direction: column; gap: 1rem;}
.outfit-card {background: linear-gradient(135deg, var(--purple-light-4) 0%, white 100%); border-radius: 15px; padding: 1rem; box-shadow: 0 4px 10px rgba(139, 95, 191, 0.1);}
@keyframes float {0%, 100% {transform: rotate(-5deg) translateY(0);} 50% {transform: rotate(-5deg) translateY(-20px);}}
.accent-circle {position: absolute; width: 100px; height: 100px; background: var(--secondary-yellow); border-radius: 50%; opacity: 0.1;}
.accent-circle-1 {top: 20%; left: -50px; width: 150px; height: 150px;}
.accent-circle-2 {bottom: 20%; right: -30px; width: 80px; height: 80px;}
.container {max-width: 1200px; margin: 0 auto; padding: 0 2rem;}
.section-header {text-align: center; margin-bottom: 4rem;}
.section-header h2 {font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; color: var(--text-dark);}
.section-header h2 span {color: var(--primary-purple);}
.section-header p {font-size: 1.2rem; color: #666; max-width: 600px; margin: 0 auto; font-weight: 400;}
.features {padding: 5rem 0; background: white;}
.features-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem;}
.feature-card {background: white; padding: 2rem; border-radius: 20px; transition: all 0.3s ease; text-align: center; border: 1px solid var(--purple-light-4);}
.feature-card:hover {transform: translateY(-10px); box-shadow: 0 20px 40px rgba(139, 95, 191, 0.15); border-color: var(--purple-light-2);}
.feature-icon {width: 80px; height: 80px; margin: 0 auto 1.5rem; background: linear-gradient(135deg, var(--purple-light-3) 0%, var(--purple-light-4) 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2rem;}
.feature-card:hover .feature-icon {background: linear-gradient(135deg, var(--primary-purple) 0%, var(--purple-light-1) 100%);}
.feature-card h3 {font-size: 1.3rem; margin-bottom: 1rem; color: var(--text-dark); font-weight: 600;}
.feature-card p {color: #666; line-height: 1.6; font-weight: 400;}
.swixing-section {padding: 5rem 0; background: linear-gradient(180deg, var(--purple-light-4) 0%, white 100%);}
.swixing-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem;}
.swixing-content h3 {font-size: 2rem; margin-bottom: 1.5rem; color: var(--text-dark); font-weight: 700;}
.swixing-feature {display: flex; align-items: start; margin-bottom: 1.5rem;}
.swixing-feature-icon {width: 45px; height: 45px; background: var(--secondary-yellow); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-right: 1rem; flex-shrink: 0;}
.swixing-feature-text h4 {font-size: 1.2rem; margin-bottom: 0.5rem; color: var(--text-dark); font-weight: 600;}
.swixing-feature-text p {color: #666; line-height: 1.6; font-weight: 400;}
.community {padding: 5rem 0; background: white; text-align: center; position: relative;}
.community-stats {display: flex; justify-content: center; gap: 4rem; margin-top: 3rem; flex-wrap: wrap;}
.stat {text-align: center;}
.stat-number {font-size: 3rem; font-weight: 700; color: var(--primary-purple);}
.stat-label {font-size: 1.1rem; color: #666; margin-top: 0.5rem; font-weight: 500;}
.how-it-works {padding: 5rem 0; background: var(--purple-light-4);}
.steps {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-top: 3rem;}
.step {text-align: center; position: relative;}
.step-number {width: 60px; height: 60px; background: var(--primary-purple); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.5rem; font-weight: 700;}
.step h3 {font-size: 1.3rem; margin-bottom: 1rem; color: var(--text-dark); font-weight: 600;}
.step p {color: #666; line-height: 1.6; font-weight: 400;}
.subscription {padding: 5rem 0; background: white;}
.pricing-cards {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem;}
.pricing-card {background: white; border: 2px solid var(--purple-light-3); border-radius: 20px; padding: 2rem; text-align: center; position: relative; transition: all 0.3s ease;}
.pricing-card:hover {transform: translateY(-5px); box-shadow: 0 20px 40px rgba(139, 95, 191, 0.15);}
.pricing-card.featured {border-color: var(--primary-purple); transform: scale(1.05); box-shadow: 0 20px 40px rgba(139, 95, 191, 0.2);}
.pricing-card.featured .badge {position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--secondary-yellow); color: var(--text-dark); padding: 0.5rem 1.5rem; border-radius: 20px; font-size: 0.9rem; font-weight: 600;}
.pricing-card h3 {font-size: 1.5rem; margin-bottom: 1rem; color: var(--text-dark); font-weight: 600;}
.price {font-size: 2.5rem; font-weight: 700; color: var(--primary-purple); margin-bottom: 1rem;}
.price-period {font-size: 1rem; color: #666; font-weight: 400;}
.pricing-features {list-style: none; margin: 2rem 0;}
.pricing-features li {padding: 0.5rem 0; color: #666; font-weight: 400;}
.pricing-features li::before {content: '✓ '; color: var(--primary-purple); font-weight: 700;}
footer {background: var(--bg-dark); color: white; padding: 3rem 0 1rem;}
.footer-content {max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem;}
.footer-logo {display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;}
.footer-logo .logo-icon {background: var(--primary-purple);}
.footer-logo .logo-text {color: white; font-size: 1.5rem; font-weight: 700;}
.footer-tagline {color: var(--secondary-yellow); font-size: 0.9rem; margin-left: 3.5rem; font-style: italic;}
.footer-section h3 {margin-bottom: 1rem; color: var(--secondary-yellow); font-weight: 600;}
.footer-section a {color: #999; text-decoration: none; display: block; padding: 0.3rem 0; transition: color 0.3s ease; font-weight: 400;}
.footer-section a:hover {color: var(--secondary-yellow);}
.social-links {display: flex; gap: 1rem; margin-top: 1rem;}
.social-links a {width: 40px; height: 40px; background: var(--primary-purple); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;}
.social-links a:hover {background: var(--secondary-yellow); transform: translateY(-3px);}
.footer-bottom {text-align: center; padding: 2rem; border-top: 1px solid #333; margin-top: 2rem; color: #999;}
.fade-in {opacity: 0; transform: translateY(30px); transition: all 0.6s ease;}
.fade-in.visible {opacity: 1; transform: translateY(0);}
@media (max-width: 768px) {
    .nav-links {display: none;}
    .hero-container {grid-template-columns: 1fr; text-align: center;}
    .hero-content h1 {font-size: 2.5rem;}
    .hero-visual {margin-top: 2rem;}
    .phone-mockup {width: 280px; height: 560px;}
    .swixing-grid {grid-template-columns: 1fr;}
    .community-stats {gap: 2rem;}
    .pricing-cards {grid-template-columns: 1fr;}
    .featured {transform: scale(1);}
}