*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Lato',sans-serif;background:#f5f7fa;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden;color:#575757}.container{text-align:center;background:#fff;border-radius:15px;padding:50px 40px;box-shadow:0 10px 30px rgba(0,0,0,.1);max-width:600px;width:90%;position:relative;animation:fadeInUp .8s ease-out;border:1px solid #e1e8ed}.checkmark{width:80px;height:80px;background:#93c840;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;animation:scaleIn .6s ease-out .3s both;position:relative;overflow:hidden}.checkmark:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(255,255,255,.3);animation:shimmer 2s infinite}.checkmark svg{width:40px;height:40px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}.checkmark-path{stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheck .8s ease-out .6s forwards}h1{color:#242424;font-size:2.2rem;margin-bottom:15px;font-weight:700;animation:fadeInUp .8s ease-out .4s both;line-height:1.2;font-family:'Montserrat',sans-serif}.subtitle{color:#575757;font-size:1.2rem;margin-bottom:30px;line-height:1.6;animation:fadeInUp .8s ease-out .6s both}.message{color:#575757;font-size:1.1rem;line-height:1.7;margin-bottom:35px;animation:fadeInUp .8s ease-out .8s both;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.timeline-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:25px;margin:30px 0;text-align:left;animation:fadeInUp .8s ease-out 1s both}.timeline-section h3{color:#242424;font-size:1.1rem;margin-bottom:10px;display:flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-weight:600}.timeline-section p{color:#575757;font-size:1rem;line-height:1.6;margin-bottom:15px}.phone-link{color:#93c840;text-decoration:none;font-weight:600}.phone-link:hover{text-decoration:underline}.buttons-container{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:35px;animation:fadeInUp .8s ease-out 1.2s both}.cta-button{background:#93c840;color:#242424;padding:12px 25px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden;font-family:'Montserrat',sans-serif;text-transform:uppercase;letter-spacing:.5px}.cta-button.secondary{background:#fff;color:#93c840;border:2px solid #93c840}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(147,200,64,.3)}.cta-button.secondary:hover{background:#93c840;color:#242424}.social-links{display:none}.floating-shapes{display:none}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes shimmer{0%{left:-100%}100%{left:100%}}@keyframes float{0%,100%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.container{padding:40px 30px;margin:20px}h1{font-size:2rem}.subtitle{font-size:1.1rem}.buttons-container{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;text-align:center}}