.landing-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.landing-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:420px;width:100%;overflow:hidden}.landing-header{background:linear-gradient(135deg,#4c1d95,#7c3aed);padding:24px;text-align:center;color:#fff}.landing-header h1{margin:0;font-size:28px}.landing-header .subtitle{margin:8px 0 0;opacity:.9;font-size:16px}.landing-content{padding:24px}.promo-image{text-align:center;margin-bottom:20px}.banner-image{width:100%;border-radius:8px;max-height:200px;object-fit:cover}.service-info{margin-bottom:20px}.service-info h2{margin:0 0 12px;font-size:20px;color:#1f2937}.service-info p{margin:0 0 8px;color:#4b5563;font-size:14px;line-height:1.5}.service-details{background:#f3f4f6;padding:12px;border-radius:8px;font-size:13px!important;color:#6b7280!important}.error-message{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;margin-bottom:16px;font-size:14px;text-align:center}.subscribe-button{width:100%;padding:16px;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #10b98166}.subscribe-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98180}.subscribe-button:active:not(:disabled){transform:translateY(0)}.subscribe-button:disabled{opacity:.7;cursor:not-allowed}.subscribe-button.loading{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:none}.App{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
