body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f8fa;color:#2d3748}.App{text-align:center}.navbar{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:80px;display:flex;justify-content:center;align-items:center;font-size:1.1rem;position:sticky;top:0;z-index:999;border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:80px;z-index:1;width:100%;max-width:1300px;padding:0 50px}.nav-logo{color:#1a1a1a;cursor:pointer;font-size:1.8rem;display:flex;align-items:center;text-decoration:none;font-weight:700}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center}.nav-item{height:80px}.nav-links{color:#4a5568;display:flex;align-items:center;text-decoration:none;padding:0 1.5rem;height:100%;cursor:pointer;font-weight:500;transition:color .3s ease}.nav-links:hover{color:#5a67d8}.nav-button{background:linear-gradient(90deg,#4f46e5,#818cf8);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #4f46e566}.nav-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e580}.hero-section{background:linear-gradient(135deg,#f5f7fa,#e0e7ff);color:#2d3748;padding:120px 20px}.hero-container{max-width:960px;margin:0 auto}.hero-section h1{font-size:4.5rem;font-weight:800;margin-bottom:20px;line-height:1.2}.hero-section h1 .superpowers{color:#5a67d8}.hero-section .subtitle{font-size:1.3rem;max-width:650px;margin:0 auto 40px;color:#4a5568;line-height:1.6}.subtitle em{font-style:normal;color:#5a67d8;font-weight:500}.hero-buttons{display:flex;justify-content:center;align-items:flex-start;gap:20px;margin-bottom:40px}.button-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.button-wrapper:first-child{padding-bottom:27px}.hero-button.primary{background:linear-gradient(90deg,#4f46e5,#818cf8);color:#fff;padding:18px 36px;border:none;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #4f46e566}.hero-button.primary:hover{transform:translateY(-3px);box-shadow:0 7px 25px #4f46e580}.hero-button.secondary{background:#fff;color:#4a5568;padding:16px 32px;border:1px solid #e2e8f0;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.hero-button.secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#cbd5e0}.hero-button.secondary.disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.hero-button.secondary.disabled:hover{transform:none;box-shadow:none;border-color:#e2e8f0}.coming-soon-subtext{color:#1a202c;font-size:.9rem;font-weight:500;margin:0}.social-proof{margin-top:60px}.social-proof p{color:#718096}main{max-width:1100px;margin:0 auto;padding:40px 20px}.features-section,.pricing-section{padding:80px 0}h2{font-size:2.8rem;font-weight:700;color:#1a202c;margin-bottom:20px}.section-intro{font-size:1.25rem;color:#4a5568;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.features-content{display:flex;align-items:center;gap:60px}.features-text{flex:1;text-align:left}.feature-list{list-style:none;padding:0;margin:0}.feature-list-item{position:relative;padding-left:30px;margin-bottom:25px}.feature-list-item:before{content:"";position:absolute;left:0;top:5px;width:10px;height:10px;border-radius:50%}.feature-list-item:nth-child(1):before{background-color:#4f46e5}.feature-list-item:nth-child(2):before{background-color:#34d399}.feature-list-item:nth-child(3):before{background-color:#fbbf24}.feature-list-item h4{margin:0 0 5px;color:#2d3748;font-size:1.1rem}.feature-list-item p{margin:0;color:#718096}.features-visual{flex:1;display:flex;justify-content:center;align-items:center}.marketplace-tile{background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;overflow:visible;position:relative;width:280px;transition:all .3s ease;border:1px solid #e2e8f0}.marketplace-tile:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001f}.tile-image-placeholder{height:200px;background-color:#eef2ff}.tile-info{padding:15px;text-align:left}.tile-price{font-size:1.5rem;font-weight:700;margin:0 0 5px;color:#1a202c}.tile-title{margin:0 0 5px;color:#374151}.tile-location{font-size:.9rem;color:#6b7280;margin:0}.deal-bubble{position:absolute;top:15px;right:15px;background:#10b981;color:#fff;padding:8px 12px;border-radius:20px;font-weight:700;font-size:1rem;cursor:pointer;z-index:10;box-shadow:0 4px 10px #10b98166;transition:transform .2s ease}.deal-bubble:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:10px}.deal-bubble:hover{transform:scale(1.05)}.deal-popup{visibility:hidden;opacity:0;position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:10px;background:#fff;border-radius:8px;padding:15px;box-shadow:0 5px 15px #00000026;width:max-content;z-index:20;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;text-align:left;pointer-events:none}.deal-bubble:hover .deal-popup{visibility:visible;opacity:1;pointer-events:auto}.popup-header{display:flex;font-weight:600;color:#374151;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.popup-content{display:flex;gap:15px;align-items:center;margin-bottom:15px}.popup-image-placeholder{width:60px;height:60px;background-color:#f3f4f6;border-radius:6px;flex-shrink:0}.popup-details{flex:1}.popup-item-title{font-weight:600;margin:0 0 5px;font-size:.95rem;color:#1a202c}.popup-item-price{font-size:1.1rem;font-weight:700;color:#10b981;margin:0}.popup-link{display:block;background:#4f46e5;color:#fff;text-align:center;padding:10px;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .2s ease}.popup-link:hover{background:#4338ca}.features-grid,.feature-card,.visual-deal-dashboard,.dashboard-header,.logo-icon,.dashboard-item,.deal-value{display:none}.pricing-section{background:#fff;border-radius:16px;padding:60px 40px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.pricing-container{display:flex;justify-content:center;gap:30px;padding:20px;flex-wrap:nowrap;margin-top:40px}.plan-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:30px;width:320px;display:flex;flex-direction:column;box-shadow:0 4px 15px #0000000d;transition:all .3s ease;position:relative}.plan-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.plan-card h2{font-size:1.8rem;color:#1a1a1a;margin-top:0}.plan-card .price{font-size:2.5rem;font-weight:700;color:#1877f2;margin:10px 0}.plan-card .frequency{font-size:1rem;font-weight:400;color:#666}.plan-card .tiles{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:15px}.plan-card .description{font-size:.95rem;color:#777;min-height:40px;margin-bottom:20px}.plan-card .features{list-style:none;padding:0;margin:0 auto 25px;text-align:left;min-height:100px}.plan-card .features li{margin-bottom:10px;padding-left:25px;position:relative}.plan-card .features li:before{content:"✔";color:#28a745;position:absolute;left:0}.checkout-button{background-color:#1877f2;color:#fff;border:none;padding:15px;width:100%;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease;margin-top:auto}.checkout-button:hover{background-color:#4a43d1}.checkout-button.current-plan-button{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed;border-color:#e0e0e0}.error-message{color:#e53e3e}.checkout-button:disabled{background-color:#9dbef2;cursor:not-allowed}.plan-card.popular{border-color:#1877f2;border-width:2px}.popular-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background-color:#1877f2;color:#fff;padding:5px 15px;border-radius:20px;font-size:.9rem;font-weight:700}.footer{background-color:#fff;color:#4a5568;padding:60px 20px;border-top:1px solid #e2e8f0}.footer-container{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.footer-logo{font-size:1.8rem;font-weight:700;margin-bottom:20px;color:#2d3748}.footer-links{margin-bottom:20px}.footer-links a{color:#4a5568;text-decoration:none;margin:0 15px;transition:color .3s ease}.footer-links a:hover{color:#5a67d8}
