*{margin:0;padding:0;box-sizing:border-box}body{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:linear-gradient(180deg,#fff8f3,#fff);min-height:100vh}.app{width:100%;min-height:100vh}.header{padding:1rem;background:#fff;border-bottom:1px solid #e5e7eb}.logo-container{max-width:1200px;margin:0 auto}.logo{height:80px;width:auto;max-width:250px;object-fit:contain}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:3rem 1rem 4rem}.hero-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#4b5563;max-width:600px;margin:0 auto;line-height:1.6}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000d;padding:2rem;display:flex;flex-direction:column;position:relative;transition:transform .2s ease,box-shadow .2s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a,0 4px 8px #0000000f}.pricing-card.featured{border:2px solid #CC7722;transform:scale(1.02)}.pricing-card.featured:hover{transform:scale(1.02) translateY(-4px)}.featured-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#c72;color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-align:center;white-space:nowrap;max-width:90%}.card-header{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.plan-name{font-size:.875rem;font-weight:700;color:#6b7280;letter-spacing:1px;margin-bottom:1rem}.price-container{display:flex;align-items:flex-start;justify-content:center;margin-bottom:.5rem}.dollar-sign{font-size:2rem;font-weight:600;color:#1f2937;margin-right:.25rem;margin-top:.5rem}.price{font-size:4rem;font-weight:700;color:#1f2937;line-height:1}.price-custom{font-size:3rem;font-weight:700;color:#1f2937;line-height:1;min-height:4rem;display:flex;align-items:center;justify-content:center}.billing-period{font-size:.875rem;color:#6b7280}.card-body{flex:1;display:flex;flex-direction:column}.plan-description{font-size:.9375rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.6}.features-list{list-style:none;margin-bottom:2rem;flex:1}.feature-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:.9375rem;color:#374151;line-height:1.5}.check-icon{width:20px;height:20px;color:#c72;flex-shrink:0;margin-top:2px}.cta-section{display:flex;flex-direction:column;gap:.75rem}.email-input{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.email-input:focus{outline:none;border-color:#c72}.cta-button{width:100%;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center}.cta-button:disabled{opacity:.5;cursor:not-allowed}.cta-button.primary{background:#c72;color:#fff}.cta-button.primary:hover:not(:disabled){background:#b36619;transform:translateY(-1px);box-shadow:0 4px 12px #cc77224d}.cta-button.secondary{background:#f3f4f6;color:#1f2937;border:2px solid #d1d5db}.cta-button.secondary:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.cta-button.contact{background:#2c3e50;color:#fff}.cta-button.contact:hover{background:#1a252f;transform:translateY(-1px);box-shadow:0 4px 12px #2c3e504d}.success-message{padding:1rem;background:#d1fae5;color:#065f46;border-radius:8px;text-align:center;font-weight:600}.bottom-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#2c3e50,#c72);border-radius:16px;color:#fff;margin:2rem 0}.cta-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.125rem;opacity:.95}.footer{text-align:center;padding:2rem;color:#6b7280;font-size:.875rem}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.pricing-cards{grid-template-columns:1fr;gap:1.5rem}.pricing-card.featured{transform:scale(1)}.pricing-card.featured:hover{transform:translateY(-4px)}.price{font-size:3rem}.price-custom{font-size:2rem}.bottom-cta{padding:3rem 1.5rem}.cta-content h2{font-size:1.5rem}.cta-content p{font-size:1rem}}@media (min-width: 769px) and (max-width: 1024px){.pricing-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem}.pricing-card{padding:1.5rem}.price{font-size:3.5rem}}@media (max-width: 480px){.featured-badge{white-space:normal;line-height:1.3;padding:.375rem .75rem;max-width:85%}}
