:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.card{padding:2em}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto}.footer__icon{height:20px}.footer__contact-text,.footer__chat-description,.footer__company-description{color:#fff}.home{font-family:Plus Jakarta Sans,sans-serif;background-color:#f8fafc;color:#0f172a;line-height:1.6}.header{position:sticky;top:0;z-index:50;background-color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(226,232,240,.5);padding:1rem 0}.header .nav-content{display:flex;justify-content:space-between;align-items:center}.header .logo{display:flex;align-items:center;gap:.5rem}.header .logo .logo-icon{width:2.5rem;height:2.5rem;background-color:#1890ff;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.header .logo .logo-icon .material-icons{color:#fff;font-size:1.5rem}.header .logo .logo-text{font-size:1.5rem;font-weight:800;letter-spacing:-.025em;color:#0f172a}.header .logo .logo-text .logo-highlight{color:#1890ff}.header .nav-links{display:flex;align-items:center;gap:2rem;font-weight:600}.header .nav-links .nav-link{color:#0f172a;text-decoration:none;transition:color .3s ease}.header .nav-links .nav-link.active,.header .nav-links .nav-link:hover{color:#1890ff}.header .nav-links .search-btn{padding:.5rem;background:none;border:none;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.header .nav-links .search-btn:hover{background-color:#f1f5f9}.header .nav-links .search-btn .material-icons{color:#64748b;font-size:1.25rem}.header .nav-links .whatsapp-btn{background-color:#1890ff;color:#fff;padding:.625rem 1.5rem;border-radius:9999px;font-weight:700;text-decoration:none;transition:all .3s ease}.header .nav-links .whatsapp-btn:hover{box-shadow:0 10px 15px -3px #1890ff40;transform:scale(1.02)}.header .mobile-menu-btn{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:#0f172a;transition:all .3s ease}.header .mobile-menu-btn .material-icons{font-size:2rem}.header .mobile-menu-btn:hover{color:#1890ff}.hero{padding:5rem 0;position:relative;overflow:hidden;background-color:#1890ff}.hero .hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero .hero-grid{grid-template-columns:1fr 1fr}}.hero .hero-content{position:relative;z-index:10}.hero .hero-content .badge{display:inline-flex;align-items:center;gap:.5rem;background-color:#1890ff1a;color:#1890ff;padding:.5rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-weight:700;font-size:.875rem}.hero .hero-content .badge .material-icons{font-size:.875rem}.hero .hero-content .hero-title{font-size:3rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}@media(min-width:1024px){.hero .hero-content .hero-title{font-size:4.5rem}}.hero .hero-content .hero-title .hero-title-highlight{color:#fff;display:block}.hero .hero-content .hero-description{font-size:1.125rem;color:#fff;margin-bottom:2rem;max-width:32rem;line-height:1.75}.hero .hero-content .hero-actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.hero .hero-content .hero-actions{flex-direction:row;align-items:center}}.hero .hero-content .hero-actions .hero-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#fff;color:#1890ff;padding:1rem 2rem;border-radius:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 20px 25px -5px #1890ff4d}.hero .hero-content .hero-actions .hero-btn:hover{box-shadow:0 25px 50px -12px #1890ff66;transform:translateY(-.25rem)}.hero .hero-content .hero-actions .hero-btn .material-icons{font-size:1.25rem}.hero .hero-content .hero-actions .hero-rating{display:flex;align-items:center;background-color:#fff;padding:.5rem 1.5rem .5rem .5rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a}.hero .hero-content .hero-actions .hero-rating .user-avatars{display:flex;margin-right:1rem}.hero .hero-content .hero-actions .hero-rating .user-avatars .avatar{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid white;margin-left:-.75rem}.hero .hero-content .hero-actions .hero-rating .user-avatars .avatar:first-child{margin-left:0}.hero .hero-content .hero-actions .hero-rating .rating-stars .stars{display:flex;color:#fbbf24}.hero .hero-content .hero-actions .hero-rating .rating-stars .stars .material-icons{font-size:.875rem}.hero .hero-content .hero-actions .hero-rating .rating-stars .rating-text{font-size:.75rem;font-weight:700;color:#64748b}.hero .hero-image{position:relative}.hero .hero-image .hero-image-bg{position:absolute;inset:0;background-color:#1890ff1a;border-radius:3rem;transform:rotate(3deg);filter:blur(3rem)}.hero .hero-image .hero-image-container{position:relative;padding:2rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero .hero-image .hero-image-container .hero-main-image{height:500px;border-radius:1rem}.gift-cards{padding:6rem 0;background-color:#f8fafc}.gift-cards .gift-cards-grid{display:grid;grid-template-columns:1fr;gap:5rem}@media(min-width:1024px){.gift-cards .gift-cards-grid{grid-template-columns:1fr 1fr}}.gift-cards .gift-cards-info .section-label{color:#1890ff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.gift-cards .gift-cards-info .section-title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.25}.gift-cards .gift-cards-info .section-description{color:#64748b;margin-bottom:2rem}.gift-cards .gift-cards-info .feature-list{list-style:none;padding:0;margin-bottom:2.5rem}.gift-cards .gift-cards-info .feature-list .feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.gift-cards .gift-cards-info .feature-list .feature-item .feature-icon{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.gift-cards .gift-cards-info .feature-list .feature-item .feature-icon img{width:100%;height:100%;object-fit:contain}.gift-cards .gift-cards-info .cta-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#1890ff;color:#fff;padding:1rem 2rem;border-radius:1rem;font-weight:700;text-decoration:none;transition:all .3s ease}.gift-cards .gift-cards-info .cta-btn:hover{box-shadow:0 20px 25px -5px #1890ff4d}.gift-cards .gift-cards-info .cta-btn .material-icons{font-size:1.25rem}.gift-cards .gift-cards-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.gift-cards .gift-cards-list .gift-card-item{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s ease}.gift-cards .gift-cards-list .gift-card-item.offset{margin-top:2rem}.gift-cards .gift-cards-list .gift-card-item:hover{transform:scale(1.05)}.gift-cards .gift-cards-list .gift-card-item .gift-card-icon{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.gift-cards .gift-cards-list .gift-card-item .gift-card-icon .material-icons{font-size:1.875rem}.gift-cards .gift-cards-list .gift-card-item .gift-card-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.about{padding:6rem 0;overflow:hidden}.about .about-grid{display:grid;grid-template-columns:1fr;gap:5rem;align-items:center}@media(min-width:1024px){.about .about-grid{grid-template-columns:1fr 2fr}}.about .about-image{position:relative;order:2}@media(min-width:1024px){.about .about-image{order:1}}.about .about-image .about-main-image{position:relative;box-shadow:0 25px 50px -12px #00000040;border-radius:.5rem;overflow:hidden}.about .about-content{order:1}@media(min-width:1024px){.about .about-content{order:2}}.about .about-content .section-label{color:#1890ff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.about .about-content .section-title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:1.5rem;line-height:1.25}.about .about-content .section-title .highlight{color:#1890ff}.about .about-content .about-description{color:#64748b;margin-bottom:1.5rem;line-height:1.75;font-size:1.125rem}.about .about-content .cta-btn{display:inline-flex;align-items:center;gap:.75rem;background-color:#1890ff;color:#fff;padding:1rem 2rem;border-radius:1rem;font-weight:700;text-decoration:none;transition:all .3s ease}.about .about-content .cta-btn:hover{box-shadow:0 20px 25px -5px #1890ff4d}.about .about-content .cta-btn .material-icons{font-size:1.25rem}.process{padding:6rem 0;background-color:#0f172a;color:#fff;position:relative;overflow:hidden}.process .process-header{text-align:center;margin-bottom:5rem}.process .process-header .section-label{color:#1890ff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.process .process-header .process-title{font-size:2.25rem;font-weight:800;margin-bottom:1rem}.process .process-header .process-subtitle{color:#94a3b8}.process .process-steps{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.process .process-steps{grid-template-columns:repeat(4,1fr)}}.process .process-steps .process-step{text-align:center}.process .process-steps .process-step .step-icon{position:relative;width:6rem;height:6rem;margin:0 auto 1.5rem}.process .process-steps .process-step .step-icon .step-icon-bg{position:absolute;inset:0;background-color:#1890ff33;border-radius:50%;animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.process .process-steps .process-step .step-icon .step-icon-inner{position:relative;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1890ff;transition:all .3s ease}.process .process-steps .process-step .step-icon .step-icon-inner .material-icons{font-size:1.875rem}.process .process-steps .process-step .step-title{font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.cta{padding:6rem 0}.cta .cta-content{background:linear-gradient(135deg,#1890ff,#00d2ff);border-radius:3rem;padding:2rem 5rem;display:flex;flex-direction:column;align-items:center;gap:3rem;overflow:hidden;position:relative}@media(min-width:1024px){.cta .cta-content{flex-direction:row;justify-content:space-between}}.cta .cta-content .cta-bg{position:absolute;top:-5rem;right:-5rem;width:20rem;height:20rem;background-color:#ffffff1a;border-radius:50%;filter:blur(3rem)}.cta .cta-content .cta-text{max-width:36rem;position:relative;z-index:10}.cta .cta-content .cta-text .cta-label{font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:.1em;font-size:.875rem;margin-bottom:1rem;display:block}.cta .cta-content .cta-text .cta-title{font-size:2.25rem;font-weight:800;margin-bottom:1.5rem;line-height:1.25;color:#fff}@media(min-width:1024px){.cta .cta-content .cta-text .cta-title{font-size:3rem}}.cta .cta-content .cta-text .cta-description{color:#fffc;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.75}.cta .cta-content .cta-text .whatsapp-box{padding:1rem;border-radius:1rem;display:flex;align-items:center;gap:1rem}.cta .cta-content .cta-text .whatsapp-box span{display:flex;justify-content:center;align-items:center;width:150px;height:60px;background-color:#fff;color:#1890ff;border-radius:30px;font-size:1.2rem;cursor:pointer}.cta .cta-content .cta-image{position:relative;z-index:10}@media(min-width:1024px){.cta .cta-content .cta-image{width:33.333%}}.cta .cta-content .cta-image .cta-main-image{border-radius:2.5rem;box-shadow:0 25px 50px -12px #00000040;border:8px solid rgba(255,255,255,.2);transform:rotate(6deg)}.stats{padding:4rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.stats .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:1024px){.stats .stats-grid{grid-template-columns:repeat(4,1fr)}}.stats .stats-grid .stat-item{text-align:center}.stats .stats-grid .stat-item .stat-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:#1890ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.stats .stats-grid .stat-item .stat-icon .material-icons{font-size:1.5rem}.stats .stats-grid .stat-item .stat-value{font-size:1.875rem;font-weight:800;margin-bottom:.25rem}.stats .stats-grid .stat-item .stat-label{color:#64748b;font-weight:500}.testimonials-section{padding:80px 0;background-color:#fff;position:relative;overflow:hidden}@media(prefers-color-scheme:dark){.testimonials-section{background-color:#0f172a}}.testimonials-section__bg{position:absolute;top:50%;right:-80px;transform:translateY(-50%);width:256px;height:256px;background-color:#1890ff33;border-radius:50%;filter:blur(100px)}.testimonials-section__content{position:relative;z-index:10}.testimonials-section__header{text-align:center;margin-bottom:48px}@media(min-width:640px){.testimonials-section__header{margin-bottom:64px}}.testimonials-section__title{font-size:30px;font-weight:extrabold;margin-bottom:16px}@media(min-width:640px){.testimonials-section__title{font-size:40px}}.testimonials-section__stars{display:flex;justify-content:center;gap:4px;margin-top:16px;color:#facc15}.testimonials-section__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.testimonials-section__grid{gap:32px;grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:24px 32px}@media(prefers-color-scheme:dark){.testimonial-card{background-color:#1e293b;border-color:#334155}}.testimonial-card__author{display:flex;align-items:center;gap:12px;margin-bottom:16px}@media(min-width:640px){.testimonial-card__author{gap:16px;margin-bottom:24px}}.testimonial-card__author-img{width:40px;height:40px;border-radius:50%;object-fit:cover}@media(min-width:640px){.testimonial-card__author-img{width:48px;height:48px}}.testimonial-card__author-name{font-weight:700;margin:0;text-align:left}.testimonial-card__author-location{font-size:12px;color:#64748b;margin:0}.testimonial-card__quote{font-size:16px;line-height:1.6;color:#64748b;font-style:italic;text-align:left}@media(max-width:1024px){.header .nav-links{display:none}.header .mobile-menu-btn{display:flex;align-items:center;justify-content:center}.hero{padding:3rem 0}.hero .hero-content .hero-title{font-size:2.5rem}.gift-cards,.about,.process,.cta{padding:4rem 0}}@media(max-width:768px){.hero .hero-grid{gap:2rem}.hero .hero-content .hero-title{font-size:2rem}.hero .hero-content .hero-description{font-size:1rem}.hero .hero-content .hero-actions .hero-rating{display:none}.hero .hero-image .hero-image-container .hero-main-image{height:300px}.gift-cards .gift-cards-grid{gap:3rem}.gift-cards .gift-cards-list{grid-template-columns:1fr}.gift-cards .gift-cards-list .gift-card-item.offset{margin-top:0}.about .about-grid{gap:3rem}.about .about-image .about-main-image{max-height:300px;object-fit:cover}.process .process-steps{grid-template-columns:1fr}.process .process-header .process-title{font-size:1.75rem}.cta .cta-content{padding:2rem;flex-direction:column}.cta .cta-content .cta-text .cta-title{font-size:1.75rem}.cta .cta-content .cta-image{width:100%}.cta .cta-content .cta-image .cta-main-image{max-height:300px;object-fit:contain}.stats .stats-grid{grid-template-columns:repeat(2,1fr)}.testimonials-section{padding:40px 0}.testimonials-section__grid{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 1rem}.hero{padding:2rem 0}.hero .hero-content .badge{font-size:.75rem;padding:.375rem .75rem}.hero .hero-content .hero-title{font-size:1.5rem;line-height:1.2}.hero .hero-content .hero-description{font-size:.875rem}.hero .hero-content .hero-actions .hero-btn{padding:.75rem 1.5rem;font-size:.875rem}.hero .hero-image .hero-image-container{padding:1rem}.hero .hero-image .hero-image-container .hero-main-image{height:250px}.gift-cards,.about,.process,.cta{padding:2rem 0}.gift-cards .gift-cards-grid{gap:2rem}.gift-cards .gift-cards-info .section-title{font-size:1.5rem}.gift-cards .gift-cards-info .section-description,.gift-cards .gift-cards-info .feature-item{font-size:.875rem}.gift-cards .gift-cards-info .cta-btn{padding:.75rem 1.5rem;font-size:.875rem}.gift-cards .gift-cards-list .gift-card-item{padding:1.5rem}.gift-cards .gift-cards-list .gift-card-item .gift-card-icon{width:2.5rem;height:2.5rem}.gift-cards .gift-cards-list .gift-card-item .gift-card-icon .material-icons{font-size:1.5rem}.gift-cards .gift-cards-list .gift-card-item .gift-card-title{font-size:1rem}.about .about-content .section-title{font-size:1.5rem}.about .about-content .about-description{font-size:.875rem}.about .about-content .cta-btn{padding:.75rem 1.5rem;font-size:.875rem}.about .about-image .about-main-image{max-height:250px}.process{padding:2rem 0}.process .process-header{margin-bottom:3rem}.process .process-header .process-title{font-size:1.5rem}.process .process-header .process-subtitle{font-size:.875rem}.process .process-steps{gap:1.5rem}.process .process-steps .process-step .step-icon{width:4rem;height:4rem;margin-bottom:1rem}.process .process-steps .process-step .step-icon .step-icon-inner .material-icons{font-size:1.5rem}.process .process-steps .process-step .step-title{font-size:.875rem}.cta{padding:2rem 0}.cta .cta-content{padding:1.5rem}.cta .cta-content .cta-text .cta-label{font-size:.75rem}.cta .cta-content .cta-text .cta-title{font-size:1.5rem}.cta .cta-content .cta-text .cta-description{font-size:.875rem}.cta .cta-content .cta-text .whatsapp-box span{width:120px;height:50px;font-size:1rem}.stats{padding:2rem 0}.stats .stats-grid{gap:1.5rem}.stats .stats-grid .stat-item .stat-icon{width:2.5rem;height:2.5rem}.stats .stats-grid .stat-item .stat-icon .material-icons{font-size:1.25rem}.stats .stats-grid .stat-item .stat-value{font-size:1.5rem}.stats .stats-grid .stat-item .stat-label{font-size:.75rem}.testimonials-section{padding:30px 0}.testimonials-section__header{margin-bottom:30px}.testimonials-section__header__title{font-size:1.5rem}.testimonials-section__grid{gap:1rem}.testimonial-card{padding:1.5rem}.testimonial-card__author{gap:.75rem}.testimonial-card__author__img{width:36px;height:36px}.testimonial-card__author__name{font-size:.875rem}.testimonial-card__author__location{font-size:.75rem}.testimonial-card__quote{font-size:.875rem}.footer{padding:32px 20px}.footer__content{gap:32px}.footer__grid{gap:24px}.footer__company__logo-text{font-size:1.25rem}.footer__company__description,.footer__contact__title,.footer__contact__item,.footer__chat__title,.footer__chat__description{font-size:.875rem}.footer__chat__button{padding:.75rem 1.5rem;font-size:.875rem}.footer__bottom{flex-direction:column;gap:12px}.footer__bottom__copyright,.footer__bottom__link{font-size:.625rem}.modal{padding:.5rem}.modal .modal-content{max-height:95vh}.modal .modal-content .modal-header{padding:1rem 1.5rem}.modal .modal-content .modal-header .modal-title{font-size:1.25rem}.modal .modal-content .modal-header .modal-close{padding:.375rem}.modal .modal-content .modal-body{padding:1.5rem}.modal .modal-content .modal-body .policy-section{margin-bottom:1.5rem}.modal .modal-content .modal-body .policy-section .section-title{font-size:1.125rem}.modal .modal-content .modal-body .policy-section .section-text,.modal .modal-content .modal-body .policy-section .section-list .list-item{font-size:.875rem}.modal .modal-content .modal-footer{padding:1rem 1.5rem}.modal .modal-content .modal-footer .modal-close-btn{padding:.625rem 1.25rem;font-size:.875rem}.mobile-menu .mobile-menu-content{width:85%;padding:1.5rem 1rem}.mobile-menu .mobile-menu-content .mobile-menu-link{font-size:1rem;padding:.875rem 0}.mobile-menu .mobile-menu-content .mobile-menu-whatsapp{padding:.875rem;font-size:1rem}}.footer{background-color:#0f172a;color:#94a3b8;padding:64px 30px}.footer__content{display:flex;flex-direction:column;gap:48px}.footer__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(3,1fr)}}.footer__company{grid-column:1/-1}@media(min-width:768px){.footer__company{grid-column:1}}.footer__company-logo{display:flex;align-items:center;gap:8px;margin-bottom:24px}.footer__company-logo-icon{background-color:var(--primary);padding:8px;border-radius:8px;color:#fff}.footer__company-logo-text{font-size:24px;font-weight:extrabold;color:#fff}.footer__company-logo-text-accent{color:var(--primary)}.footer__company-description{font-size:14px;line-height:1.6;margin-bottom:24px;max-width:400px;text-align:left}.footer__company-social{display:flex;gap:16px}.footer__company-social-link{width:40px;height:40px;border-radius:50%;background-color:#1e293b;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer__company-social-link:hover{background-color:var(--primary);color:#fff}.footer__nav-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:24px}.footer__nav-list{display:flex;flex-direction:column;gap:12px;padding:0;margin:0}.footer__nav-list li{list-style:none}.footer__nav-link{font-size:14px;color:#94a3b8;transition:color .3s ease}.footer__nav-link:hover{color:var(--primary)}.footer__contact-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:24px}.footer__contact-list{display:flex;flex-direction:column;gap:12px}.footer__contact-item{display:flex;gap:12px;align-items:flex-start}.footer__contact-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.footer__contact-text{font-size:14px;line-height:1.4;text-align:left}.footer__chat-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:24px}.footer__chat-description{font-size:14px;line-height:1.4;margin-bottom:24px}.footer__chat-button{display:inline-block;background-color:#fff;color:#0f172a;padding:12px 24px;border-radius:12px;font-weight:700;transition:all .3s ease;width:100%;text-align:center}.footer__chat-button:hover{background-color:#f1f5f9}.footer__bottom{display:flex;flex-direction:column;gap:16px;padding-top:32px;border-top:1px solid #1e293b}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__bottom-copyright{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.footer__bottom-links{display:flex;gap:24px}.footer__bottom-link{font-size:12px;color:#94a3b8;transition:color .3s ease}.footer__bottom-link:hover{color:#fff}:deep(.material-symbols-out){font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal .modal-overlay{position:absolute;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.modal .modal-content{position:relative;z-index:1001;background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080;max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideIn .3s ease}@media(max-width:768px){.modal .modal-content{margin:0 1rem}}.modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal .modal-header .modal-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0}.modal .modal-header .modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;transition:all .3s ease}.modal .modal-header .modal-close:hover{background-color:#f1f5f9;color:#0f172a}.modal .modal-body{padding:2rem;overflow-y:auto;flex:1}.modal .modal-body .policy-section{margin-bottom:2rem}.modal .modal-body .policy-section .section-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.modal .modal-body .policy-section .section-text{color:#64748b;line-height:1.75;margin-bottom:1rem}.modal .modal-body .policy-section .section-list{margin:1rem 0;padding-left:1.5rem}.modal .modal-body .policy-section .section-list .list-item{color:#64748b;line-height:1.75;margin-bottom:.5rem}.modal .modal-body .policy-section .section-list .list-item:last-child{margin-bottom:0}.modal .modal-footer{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:flex-end}.modal .modal-footer .modal-close-btn{background-color:#1890ff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal .modal-footer .modal-close-btn:hover{background-color:#0070d9;box-shadow:0 4px 12px #1890ff4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu{position:fixed;inset:0;z-index:999;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu .mobile-menu-content{position:absolute;top:0;right:0;width:80%;max-width:300px;height:100%;background-color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem;transform:translate(100%);transition:transform .3s ease;box-shadow:-5px 0 20px #0000001a}.mobile-menu--open .mobile-menu-content{transform:translate(0)}.mobile-menu .mobile-menu-link{color:#0f172a;text-decoration:none;font-size:1.125rem;font-weight:600;padding:1rem 0;border-bottom:1px solid #e2e8f0;transition:color .3s ease}.mobile-menu .mobile-menu-link:hover{color:#1890ff}.mobile-menu .mobile-menu-whatsapp{background-color:#1890ff;color:#fff;padding:1rem;border-radius:.75rem;font-weight:700;text-align:center;text-decoration:none;margin-top:1rem;transition:all .3s ease}.mobile-menu .mobile-menu-whatsapp:hover{box-shadow:0 10px 15px -3px #1890ff40}.menu-icon{width:30px;height:30px}.close-btn{display:flex;padding-left:20px;padding-top:20px}.close-btn img{width:30px;height:30px;cursor:pointer}
