*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}svg{fill:#fff}.container{background:#fff;box-shadow:0 0 30px rgba(0,0,0,.1);margin:0 auto;max-width:100%;min-height:100vh}.navbar{background:linear-gradient(135deg,#2c3e50,#34495e);overflow:hidden;padding:20px 40px;position:relative}.navbar:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' stroke='rgba(255,255,255,0.05)' d='M10 0H0v10'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.logo{color:#fff;font-size:24px;font-weight:700;position:relative;text-align:center;z-index:1}div.logo>img{max-height:55px}.hero-section{background:linear-gradient(135deg,#ff6000,#ff8533);overflow:hidden;padding:80px 40px;position:relative;text-align:center}.hero-section:before{animation:float 20s linear infinite;background:radial-gradient(circle,hsla(0,0%,100%,.1) 1px,transparent 0);background-size:30px 30px;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes float{0%{transform:rotate(0deg) translate(-50%,-50%)}to{transform:rotate(1turn) translate(-50%,-50%)}}.hero-content{position:relative;z-index:2}.success-icon{align-items:center;animation:bounce 2s infinite;background:#fff;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;height:120px;justify-content:center;margin:0 auto 30px;width:120px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.checkmark{height:60px;width:60px;stroke:#ff6000;stroke-width:3;fill:none;animation:drawCheck 1s ease-in-out}@keyframes drawCheck{0%{stroke-dasharray:0,100}to{stroke-dasharray:100,0}}.hero-title{color:#fff;font-size:42px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{color:hsla(0,0%,100%,.9);font-size:20px;font-weight:300;margin-bottom:0}.thank-you-section{background:#fff;padding:80px 40px;text-align:center}.thank-you-title{color:#2c3e50;font-size:36px;font-weight:700;margin-bottom:30px;position:relative}.thank-you-title:after{background:linear-gradient(90deg,#ff6000,#ff8533);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.thank-you-message{color:#555;font-size:18px;line-height:1.8;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px}.cta-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:40px}.cta-button{align-items:center;background:linear-gradient(135deg,#ff6000,#ff8533);border-radius:50px;box-shadow:0 4px 15px rgba(255,96,0,.3);color:#fff;display:inline-flex;font-size:16px;font-weight:600;gap:10px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#e55a00,#ff6000);box-shadow:0 8px 25px rgba(255,96,0,.4);transform:translateY(-2px)}.cta-button.secondary{background:transparent;border:2px solid #ff6000;box-shadow:none;color:#ff6000}.cta-button.secondary:hover{background:#ff6000;box-shadow:0 4px 15px rgba(255,96,0,.3);color:#fff}.features-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:60px 0;padding:0 20px}.feature-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;padding:30px;text-align:center;transition:transform .3s ease}.feature-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#ff6000,#ff8533);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.feature-title{color:#2c3e50;font-size:20px;font-weight:600;margin-bottom:15px}.feature-description{color:#666;font-size:14px;line-height:1.6}@media (max-width:768px){.navbar{padding:15px 20px}.hero-section{padding:60px 20px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.thank-you-section{padding:60px 20px}.thank-you-title{font-size:28px}.thank-you-message{font-size:16px}.cta-container{align-items:center;flex-direction:column}.cta-button{justify-content:center;max-width:300px;width:100%}.features-grid{grid-template-columns:1fr;padding:0 10px}}.fade-in{animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}