.container-home{width:100%;height:auto}.fundoContainer{max-width:1200px;margin:0 auto;background:rgba(255,255,255,.95);border-radius:20px;padding:5px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.trust{padding:60px 0;text-align:center}.trust-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.trust-item{padding:1.5rem;background-color:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .3s ease}.trust-item:hover{transform:translateY(-5px)}.trust-icon{font-size:3rem;margin-bottom:1rem}.trust-item h3{font-size:1.3rem;color:#1a67b4;margin-bottom:.5rem}.trust-item p{font-size:1rem;color:#555}.Fundo-container{background-image:url(/_next/static/media/estrelas1.b48d4577.webp);background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.faq-wrapper{display:flex;justify-content:center;width:100%;padding:4rem 0}.faq-container{width:100%;background-color:white;border-radius:10px;padding:2rem 1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1)}.faq-container h2{text-align:center;color:#2c3e50;font-size:2.5rem;margin-bottom:2rem}.faq-item{background:#5a4fcf;margin-bottom:1.5rem;border-radius:10px;overflow:hidden}.faq-question{padding:1.5rem;background:transparent;color:#ffffff;font-weight:700;font-size:1.2rem;width:100%;border:none;text-align:center;cursor:pointer}.faq-answer{background:white;color:black;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease;padding:0 1.5rem;font-size:1rem;line-height:1.5;border-radius:0 0 10px 10px}.faq-answer.active{max-height:500px;opacity:1;padding-bottom:1rem;margin-top:.5rem}@media (max-width:480px){.faq-container{padding:1.5rem 1rem;width:100%}.faq-container h2{font-size:2rem}.faq-question{font-size:1rem}.faq-answer.active{max-height:400px}}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.step{text-align:center;padding:2rem;border-radius:15px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s}.step:hover{transform:translateY(-10px)}.step-number{width:60px;height:60px;background:linear-gradient(45deg,#5a4fcf,#667eea);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.step p{color:#555;font-size:1rem}.header{text-align:center;margin-bottom:50px}.header h1{color:#4a5568;font-size:2.5rem;margin-bottom:10px;position:relative}.header h1:after{content:"";display:block;width:100px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);margin:20px auto;border-radius:2px}.content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.about-text{background:#f8f9fa;padding:30px;border-radius:15px;border-left:5px solid #667eea}.about-text h2{color:#4a5568;margin-bottom:20px;font-size:1.5rem}.about-text p{margin-bottom:15px;color:#666;font-size:1.1rem}.credentials{background:#fff;padding:30px;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.credentials h2{color:#4a5568;margin-bottom:20px;font-size:1.5rem}.credential-item{display:flex;align-items:center;margin-bottom:15px;padding:10px;background:#f8f9fa;border-radius:8px}.credential-icon{width:24px;height:24px;margin-right:15px;color:#667eea}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin:40px 0}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:white;padding:25px;border-radius:15px;text-align:center;box-shadow:0 10px 20px rgba(102,126,234,.3)}.stat-number{font-size:2.5rem;font-weight:700;display:block}.stat-label{font-size:1rem;opacity:.9}.testimonials{background:#f8f9fa;padding:40px;border-radius:15px;margin-top:40px}.testimonials h2{text-align:center;color:#4a5568;margin-bottom:30px;font-size:1.8rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:25px;gap:25px}.testimonial{background:white;padding:25px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.08);position:relative}.testimonial:before{content:'"';font-size:3rem;color:#667eea;position:absolute;top:-10px;left:20px;font-family:serif}.testimonial-text{font-style:italic;margin-bottom:15px;color:#666;padding-left:20px}.testimonial-author{font-weight:700;color:#4a5568;text-align:right}.security-badges{display:flex;justify-content:center;gap:30px;margin-top:40px;flex-wrap:wrap}.badge{display:flex;align-items:center;background:white;padding:15px 25px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.08);color:#4a5568;font-weight:700}.badge-icon{width:24px;height:24px;margin-right:10px;color:#28a745}@media (max-width:768px){.content-grid{grid-template-columns:1fr;gap:20px}.header h1{font-size:2rem}.about-text,.credentials{padding:20px}.about-text h2,.credentials h2{font-size:1.3rem}.about-text p{font-size:1rem}.stat-card{padding:20px}.stat-number{font-size:2rem}.testimonials{padding:30px 20px}.testimonials h2{font-size:1.5rem}.testimonial-grid{grid-template-columns:1fr}.testimonial{padding:20px}.testimonial-text{font-size:1rem;padding-left:15px}.security-badges{flex-direction:column;align-items:center;gap:20px}.badge{width:100%;justify-content:center;padding:10px 15px}}.TextoDesenho-container{display:flex;align-items:center;justify-content:center;gap:30px;padding:40px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.desenho{width:400px;height:400px;background-image:url(/imgDepoimento/ChatGPT%20Image%2019_04_2025,%2021_09_55.png);background-repeat:no-repeat;background-size:cover;background-position:50%;border-radius:20px}.texto{max-width:600px}.TextoDesenho-texto-h2{font-size:4rem;margin-bottom:1rem;color:rgb(253,253,249)}.TextoDesenho-texto-p{font-size:1.1rem;line-height:1.6;color:rgb(253,253,249)}@media (max-width:480px){.TextoDesenho-container{flex-direction:column;gap:20px;padding:20px}.desenho{width:100%;max-width:320px;height:320px}.TextoDesenho-texto-h2{font-size:2.5rem}.TextoDesenho-texto-p{font-size:1rem}}.ContainerVenda{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width:768px){.ContainerVenda{flex-direction:column;align-items:center}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.price-card{background:white;padding:3rem;border-radius:20px;text-align:center;max-width:400px;margin:0 auto;box-shadow:0 15px 35px rgba(0,0,0,.1);position:relative;overflow:hidden}.price-card h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.price-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(45deg,#ff6b6b,#feca57)}.price-old{text-decoration:line-through;color:#999;font-size:1.5rem;margin-top:1rem}.price{font-size:3rem;font-weight:700;color:#5a4fcf;margin:1rem 0}.features{list-style:none;margin:2rem 0;padding:0}.features li{color:#555;font-size:1rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.features li:before{content:"✓";color:#28a745;font-weight:700;position:absolute;left:0}.cta-button{display:inline-block;background:linear-gradient(45deg,#ff6b6b,#feca57);color:white;padding:15px 35px;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:transform .3s,box-shadow .3s;margin-top:1rem}@media (max-width:768px){.container{width:100%;padding:0 10px}.section-title{font-size:2rem;margin-bottom:2rem}.price-card{padding:1.5rem;max-width:90%;margin:1rem auto}.price-card h3{font-size:1.8rem;margin-bottom:2rem}.price{font-size:2.2rem}.price-old{font-size:1.2rem}.features li{font-size:.95rem}.cta-button{width:100%;padding:12px 20px;font-size:1rem}}.FundoCadastroLongar-main{border-radius:10px}.Longar-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.Loguim-form{display:flex;flex-direction:column;gap:15px}.longui-botton{display:flex;gap:2%;justify-content:space-between}.Loguim-error-message{color:red;margin-bottom:10px}.Loguim-button{background-color:#ff4d4d;padding:4px 20px}.Loguim-button:hover{background-color:#e60000}.Cadastro-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;overflow:auto;width:100%}.Cadastro-modal-overlay>div{max-height:90vh;overflow-y:auto;border-radius:10px;padding:20px;width:95%;max-width:600px;scrollbar-width:none;-ms-overflow-style:none}.Cadastro-modal-overlay>div::-webkit-scrollbar{display:none}.Cadastro-data,.Cadastro-form-group,.Cadastro-hora,.Cadastro-radio{margin-bottom:5px}.Cadastro-data{justify-content:center;width:70%}.Cadastro-data,.Cadastro-hora{display:flex;align-items:center;gap:5px}.Cadastro-hora{justify-content:flex-start;width:90%}label{display:block;text-align:left;margin-bottom:5px}input{box-sizing:border-box}.Cadastro-botton{background-color:#ff4d4d;color:#fff;padding:4px 20px;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.Cadastro-botton:hover{background-color:#e60000;transform:scale(1.03)}.Cadastro-botton:active{transform:scale(.98)}.Cadastro-botton:disabled{background-color:#aaa;cursor:not-allowed}.botoes-container-cadastra{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:20px}.Cadastro-botton-verde{background-color:#426304;color:#fff;padding:4px 20px;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.Cadastro-botton-verde:hover{background-color:#36e600;transform:scale(1.03)}.Cadastro-botton-verde:active{transform:scale(.98)}.Cadastro-botton-verde:disabled{background-color:#aaa;cursor:not-allowed}.Pagar-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.Pagar-modal-content{background-color:#1a1a1a;color:white;width:90%;max-width:1000px;padding:20px;border-radius:12px;overflow-y:auto;font-size:22px}.Pagar-modal-content,.pagarLi{display:flex;flex-direction:column;align-items:center}.pagarLi{list-style:none;width:100%;margin-bottom:2rem}.imagem-container{gap:1rem;border:2px solid white;border-radius:1rem;padding:1rem;max-width:600px}.ModalPagar-features,.imagem-container{display:flex;flex-direction:column;align-items:center;width:100%}.ModalPagar-features{gap:.5rem;padding:0;margin:0;text-align:center}.ModalPagar-features li{display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;gap:8px;list-style:none}.ModalPagar-features li:before{content:"✓";color:#28a745;font-weight:700;font-size:1.5rem}.precoProduto{margin-top:10px;font-size:24px;font-weight:700;text-align:center;color:#36e600}.modal-overlay{inset:0}.carrinho-fundo{width:100%;max-width:800px;margin:0 auto}.qrcode-button-container{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap}input{width:100%}.qrcode-button{padding:4px 20px;border:none;border-radius:10px;font-size:18px;font-weight:600;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.qrcode-button--red{background-color:#ff4d4d}.qrcode-button--red:hover{background-color:#e60000;transform:scale(1.03)}.qrcode-button--red:active{transform:scale(.98)}.qrcode-button--red:disabled{background-color:#aaa;cursor:not-allowed}.qrcode-button--green{background-color:#62ff4d}.qrcode-button--green:hover{background-color:#00e645;transform:scale(1.03)}.qrcode-button--green:active{transform:scale(.98)}.qrcode-button--green:disabled{background-color:#aaa;cursor:not-allowed}@media (max-width:1199px){.carrinho-fundo{max-width:100%;width:90%}}.VendaGratis-price-card{background:white;padding:3rem;border-radius:20px;text-align:center;max-width:400px;margin:0 auto;box-shadow:0 15px 35px rgba(0,0,0,.1);position:relative;overflow:hidden}.VendaGratis-price-card h3{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.VendaGratis-price-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(45deg,#ff6b6b,#feca57)}.VendaGratis-price-old{text-decoration:line-through;color:#999;font-size:1.5rem;margin-top:1rem}.VendaGratis-price{font-size:3rem;font-weight:700;color:#5a4fcf;margin:1rem 0}.VendaGratis-features{list-style:none;margin:2rem 0;padding:0}.VendaGratis-features li{color:#555;font-size:1rem;position:relative;padding:.5rem 0 .5rem 1.5rem}.VendaGratis-features li:before{content:"x";color:red;font-weight:700;position:absolute;left:0}.VendaGratis-features li.gratis:before{content:"✓";color:#28a745;font-weight:700;position:absolute;left:0}.VendaGratis-cta-button{display:inline-block;background:linear-gradient(45deg,#ff6b6b,#feca57);color:white;padding:15px 35px;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:700;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:transform .3s,box-shadow .3s;margin-top:1rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.3)}@media (max-width:768px){.VendaGratis-price-card{max-width:90%;margin:1rem auto}.VendaGratis-price-card h3{font-size:1.8rem;margin-bottom:2rem}.VendaGratis-price{font-size:2.2rem}.VendaGratis-features li{font-size:.95rem}.VendaGratis-cta-button{width:100%;padding:12px 20px;font-size:1rem}}.Modalgratis-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.Modalgratis-content{background-color:#1a1a1a;color:rgb(226,211,211);width:90%;padding:20px;border-radius:12px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;font-size:22px;max-width:1000px}.Modalgratis-content::-webkit-scrollbar{display:none}.Modalgratis-li,form{display:flex;flex-direction:column;align-items:center;width:100%}.Modalgratis-li{list-style:none;margin-bottom:2rem}.Modalgratis-imagem-container{gap:1rem;border-radius:1rem;padding:1rem;max-width:600px}.Modalgratis,.Modalgratis-imagem-container{display:flex;flex-direction:column;align-items:center;width:100%}.Modalgratis{gap:.5rem;padding:0;margin:0;text-align:center}.Modalgratis li{display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:#fff;gap:8px;list-style:none}.Modalgratis li.Modalgratis-gratis-vd:before{content:"✓";color:#28a745;font-weight:700;font-size:1.5rem}.Modalgratis li.Modalgratis-gratis-vr:before{content:"x";color:rgb(207,16,16);font-weight:700;font-size:1.5rem}.botoes-container{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:30px;flex-wrap:wrap}.Loguim-button{background-color:#426304;color:#fff;padding:8px 30px;font-size:18px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.Loguim-button:hover{background-color:#36e600;transform:scale(1.03)}.Loguim-button:active{transform:scale(.98)}.Loguim-button:disabled{background-color:#aaa;cursor:not-allowed}.Loguim-button-fechar{background-color:#ff4d4d;color:#fff;padding:8px 30px;font-size:18px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.Loguim-button-fechar:hover{background-color:#e60000;transform:scale(1.03)}.Loguim-button-fechar:active{transform:scale(.98)}.Loguim-button-fechar:disabled{background-color:#aaa;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{width:90%;height:80%;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:30px;overflow-y:auto;overflow-x:hidden}.carrinho-fundo,.modal-content{max-width:1000px;border-radius:12px}.carrinho-fundo{width:800px;height:auto;padding:20px;justify-content:center;align-items:center;gap:15px}.cadastro,.carrinho-fundo{display:flex;flex-direction:column}.cadastro{gap:20px;max-width:400px;margin:0 auto}.form-group{display:flex;flex-direction:column;gap:5px}label{font-weight:700;color:white}input{padding:8px;border:1px solid #ccc;border-radius:4px;font-size:16px}.Qrcode-botton-vermelho{background-color:#ff4d4d;color:#fff;padding:4px 20px;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.Qrcode-botton-vermelho:hover{background-color:#e60000;transform:scale(1.03)}.Qrcode-botton-vermelho:active{transform:scale(.98)}.Qrcode-botton-vermelho:disabled{background-color:#aaa;cursor:not-allowed}.Qrcode-botton-verde{background-color:#62ff4d;color:#fff;padding:4px 20px;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.Qrcode-botton-verde:hover{background-color:#00e645;transform:scale(1.03)}.Qrcode-botton-verde:active{transform:scale(.98)}.Qrcode-botton-verde:disabled{background-color:#aaa;cursor:not-allowed}@media (max-width:1199px){.carrinho-fundo{max-width:100%;width:90%;height:auto}}.footer-main{width:100%;min-height:100px;background-color:rgb(255,94,0);text-align:center;padding:1.5rem 1rem;display:flex;flex-direction:column;justify-content:space-between}.footerLink{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem}.FooterCoping-botton{background-color:#ff4081;color:white;padding:.6rem 1.2rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s ease}.FooterCoping-botton:hover{background-color:#e91e63}.footerCoping{padding-top:.5rem}.FundoCadastroLongar-main{background:linear-gradient(180deg,#4c1d95,#000);padding:40px;border-radius:12px;width:100%;margin:0 auto;color:#fff;overflow-y:auto;max-height:100vh;position:relative}.modal-overlay-QuemSomos,.modal-overlay-TermosDeuso{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000}.quem-somos-content{color:#eee}.TermosDeuso-content h1{font-size:1.8rem;margin-bottom:1rem;color:#ff4081}.quem-somos-content ol{list-style:decimal;padding-left:1.2rem;margin-left:0}.quem-somos-content ol li{line-height:1.6;margin-bottom:.6rem;text-indent:0;padding-left:.2rem}.modal-overlay-PoliticaDeCancelamento,.modal-overlayPoliticaDePrivacidade{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background-color:#ff4081;border-radius:10px;border:2px solid rgba(13,14,14,.8)}.modal-content::-webkit-scrollbar-thumb:hover{background-color:#e91e63}.modal-content{scrollbar-width:thin;scrollbar-color:#ff4081 rgba(218,55,55,.05)}.close-button{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#fff}.fechar{margin-top:1.5rem}.quem-somos-content h1{font-size:1.8rem;margin-bottom:1rem;color:#ff4081}.quem-somos-content blockquote{font-style:italic;margin-bottom:1rem;color:#ddd}.quem-somos-content p{line-height:1.6;margin-bottom:1rem;color:#eee}.modal-overlay-FaleConosco{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);z-index:1000;overflow:auto;width:100%}.FaleConosco-content,.modal-overlay-FaleConosco{display:flex;justify-content:center;align-items:center}.form-box{background-color:white;padding:30px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);width:100%;max-width:400px}.form-box h2{text-align:center;margin-bottom:20px;color:#333}input,textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:16px}.fechar:hover{background-color:#128C7E}.fechar{background-color:#ff4081;color:white;padding:.6rem 1.2rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s ease}.fechar:hover{background-color:#e91e63}.Hero-container-main{padding:4rem 0;background-position:50%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgb(247,236,207);text-align:center}.zodiac-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.zodiac-symbol{font-size:1.5rem;color:#facc15;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.Hero-zodiac-symbols{display:flex;justify-content:center;align-items:center;gap:40px}.Hero-star,.Hero-symbol{font-size:1.5rem;color:#ffd700}.Hero-container-main h1{font-size:6.5rem;line-height:1.2;font-weight:300;margin-bottom:-10px}.Hero-container-step{border-radius:15px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s}.Hero-container{padding:4rem 0;border-radius:20px;width:98%;color:#4a5568;transition:all .3s ease}.Hero-container,.Hero-container-p{text-align:center;font-size:2.4rem}.Hero-container-p{padding:30px;color:#666}.hero-cta-button{display:inline-block;background:linear-gradient(45deg,#ff6b6b,#ffa500);color:white;padding:18px 40px;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 8px 25px rgba(255,107,107,.3);text-transform:uppercase;letter-spacing:1px}.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(255,107,107,.4)}@media (max-width:768px){.Hero-container-main{text-align:center;width:100%;max-width:1000px}.Hero-container-main h1{font-size:6.5rem;line-height:1.1;margin-bottom:0}.Hero-container-p{font-size:1.2rem;padding:15px}.Hero-zodiac-symbols{flex-wrap:wrap;gap:20px}.Hero-star,.Hero-symbol{font-size:1.2rem}.zodiac-container{gap:5px;transform:scale(1.1)}.zodiac-symbol{font-size:1rem}.hero-cta-button{padding:14px 30px;font-size:1rem;letter-spacing:.5px}}