@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.album-page{min-height:100vh;padding:6rem 1rem 4rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.album-container{max-width:80rem;margin:0 auto}.album-header{text-align:center;margin-bottom:3rem;position:relative}.album-back-link{display:inline-flex;align-items:center;gap:8px;color:#3b82f6;text-decoration:none;font-weight:600;margin-bottom:20px;transition:all .3s ease;position:absolute;left:0;top:0}.album-back-link:hover{color:#2563eb;transform:translate(-5px)}@media (max-width: 768px){.album-back-link{position:static;margin-bottom:15px}}.album-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 768px){.album-title{font-size:3.5rem}}.album-subtitle{font-size:1.125rem;color:#64748b;max-width:42rem;margin:0 auto}.album-filters{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem;padding:0 1rem}.filter-btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#1e293b;background-color:#fff;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background-color:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f6;color:#fff}.filter-count{margin-left:8px;font-size:.85rem;opacity:.9}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}@media (min-width: 640px){.album-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}}@media (min-width: 1024px){.album-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}.album-item{position:relative;cursor:pointer;border-radius:.75rem;overflow:hidden;background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.album-item:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0003}.album-image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.album-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.album-item:hover .album-image{transform:scale(1.1)}.album-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.album-item:hover .album-overlay{opacity:1}.album-zoom-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;color:#fff;background-color:#2563ebe6;border-radius:50%;padding:.75rem;box-shadow:0 10px 15px -3px #0000004d}.album-category-badge{background-color:#2563ebe6;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.album-empty{text-align:center;padding:4rem 2rem;color:#64748b;font-size:1.125rem}.lightbox{position:fixed;inset:0;background-color:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.lightbox-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;cursor:pointer;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffff1a;transition:background-color .3s ease;z-index:10000}.lightbox-close:hover{background-color:#fff3}.lightbox-close svg{width:1.5rem;height:1.5rem}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.lightbox-image{max-width:100%;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000080}.lightbox-info{margin-top:1.5rem;text-align:center;color:#fff}.lightbox-category{font-size:.875rem;color:#2563eb;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.lightbox-alt{font-size:1rem;color:#d1d5db}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;font-size:3rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;transition:background-color .3s ease;z-index:10000}.lightbox-nav:hover{background:#fff3}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}@media (max-width: 768px){.lightbox-nav{width:3rem;height:3rem;font-size:2rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-close{top:1rem;right:1rem;width:2.5rem;height:2.5rem}}html[dir=rtl] .lightbox-prev{left:auto;right:2rem}html[dir=rtl] .lightbox-next{right:auto;left:2rem}@media (max-width: 768px){html[dir=rtl] .lightbox-prev{right:1rem}html[dir=rtl] .lightbox-next{left:1rem}}.breadcrumbs{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 0}.breadcrumbs-list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;list-style:none;padding:0 20px;max-width:1200px;margin:0 auto}.breadcrumbs-item{display:flex;align-items:center;gap:8px}.breadcrumbs-link{display:flex;align-items:center;gap:6px;color:#64748b;text-decoration:none;font-size:14px;transition:color .2s ease}.breadcrumbs-link:hover,.breadcrumbs-home{color:#3b82f6}.breadcrumbs-home-text{margin-left:4px}.breadcrumbs-current{color:#1e293b;font-weight:500;font-size:14px}.breadcrumbs-separator{color:#cbd5e1;flex-shrink:0}@media (max-width: 768px){.breadcrumbs-list{padding:0 16px;font-size:13px}.breadcrumbs-link,.breadcrumbs-current{font-size:13px}.breadcrumbs-home-text{display:none}}.about-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.about-hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.about-hero-content{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.about-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-subtitle{font-size:1.25rem;opacity:.9;line-height:1.6;max-width:600px;margin:0 auto}.about-content{padding:80px 0}.about-container{max-width:1200px;margin:0 auto;padding:0 20px}.about-section-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:40px;text-align:center;position:relative}.about-section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:2px}.about-subsection-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:30px 0 15px}.about-story{margin-bottom:80px}.about-story-content{background:#fff;padding:60px;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.about-story-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:20px}.about-story-text p:last-child{margin-bottom:0}.about-features{margin-bottom:80px}.about-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px}.about-feature-card{background:#fff;padding:40px 30px;border-radius:15px;text-align:center;box-shadow:0 5px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.about-feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.about-feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.feature-icon{width:40px;height:40px;color:#fff}.about-feature-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:15px}.about-feature-description{color:#64748b;line-height:1.6}.about-mission{margin-bottom:80px}.about-mission-content{background:#fff;padding:60px;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.about-mission-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:20px}.about-values-list{list-style:none;padding:0;margin-top:20px}.about-values-list li{color:#475569;position:relative;padding:10px 0 10px 30px;font-size:1.1rem}.about-values-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.about-team{margin-bottom:40px}.about-team-content{background:#fff;padding:60px;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.about-team-content p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:20px}.about-team-content p:last-child{margin-bottom:0}@media (max-width: 768px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.1rem}.about-section-title{font-size:2rem}.about-story-content,.about-mission-content,.about-team-content{padding:40px 30px}.about-features-grid{grid-template-columns:1fr;gap:20px}.about-feature-card{padding:30px 20px}}@media (max-width: 480px){.about-hero{padding:100px 0 60px}.about-hero-title{font-size:2rem}.about-content{padding:60px 0}.about-story-content,.about-mission-content,.about-team-content{padding:30px 20px}.about-feature-card{padding:25px 15px}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding-bottom:80px}.contact-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.contact-hero-content{max-width:800px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.contact-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-subtitle{font-size:1.25rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.contact-content{padding:60px 0}@media (max-width: 768px){.contact-hero-title{font-size:2.5rem}.contact-hero-subtitle{font-size:1.1rem}}@media (max-width: 480px){.contact-hero{padding:100px 0 60px}.contact-hero-title{font-size:2rem}}.review-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 40px;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0;margin-top:60px}.review-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:50px;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.review-options{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto}.review-option{background:#fff;padding:40px 30px;border-radius:15px;box-shadow:0 5px 20px #00000014;border:1px solid #e2e8f0;text-align:center}.review-option-title{font-size:1.5rem;color:#1e293b;margin-bottom:15px;font-weight:600}.review-option-desc{font-size:1rem;color:#64748b;margin-bottom:25px;line-height:1.6}.review-google-maps-button{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:15px 30px;border-radius:10px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.review-google-maps-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1e40af)}.review-form{text-align:left}.form-input,.form-textarea{width:100%;padding:12px 15px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.star-rating{display:flex;gap:5px;justify-content:center}.star-button{background:none;border:none;cursor:pointer;padding:5px;transition:all .2s ease}.star-icon{width:30px;height:30px;color:#cbd5e1;transition:all .2s ease}.star-button.active .star-icon{color:#fbbf24}.star-button:hover .star-icon{color:#fbbf24;transform:scale(1.1)}.form-submit{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:15px 30px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.form-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.form-submit:active{transform:translateY(0)}.form-message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500;text-align:center}.form-message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.form-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}@media (max-width: 768px){.review-section{padding:60px 30px}.review-options{grid-template-columns:1fr;gap:30px}.review-option{padding:30px 25px}}@media (max-width: 480px){.review-section{padding:40px 20px}.review-option{padding:25px 20px}.review-option-title{font-size:1.3rem}.star-icon{width:25px;height:25px}}.cta-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#f8fafce6,#e2e8f0e6);opacity:.1;z-index:1}.cta-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.cta-content{text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:20px;text-shadow:none}.cta-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-actions{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px;max-width:900px;margin-left:auto;margin-right:auto}.cta-action-card{background:#fffffff2;padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.cta-action-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;background:#fff}.cta-action-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 20px #3b82f64d}.cta-icon{width:40px;height:40px;color:#fff}.cta-action-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:15px}.cta-action-desc{font-size:1rem;color:#64748b;margin-bottom:25px;line-height:1.6}.cta-button{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.cta-button-primary{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;box-shadow:0 4px 15px #fbbf244d}.cta-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fbbf2466;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.cta-contact-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;width:100%}.cta-button-whatsapp{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.cta-button-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.cta-button-phone{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d}.cta-button-phone:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:linear-gradient(135deg,#dc2626,#b91c1c)}.cta-button-icon{width:20px;height:20px}.cta-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap}.cta-stat{text-align:center;color:#1e293b}.cta-stat-number{display:block;font-size:2.5rem;font-weight:700;color:#3b82f6;text-shadow:none;margin-bottom:5px}.cta-stat-label{font-size:1rem;color:#64748b;font-weight:500}@media (max-width: 768px){.cta-section{padding:60px 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem;padding:0 20px}.cta-actions{grid-template-columns:1fr;gap:30px;padding:0 10px}.cta-action-card{padding:30px 25px}.cta-contact-buttons{flex-direction:column;align-items:center;gap:10px}.cta-stats{gap:40px;flex-direction:column;align-items:center}.cta-stat{margin-bottom:20px}.cta-stat-number{font-size:2rem}}@media (max-width: 480px){.cta-section{padding:40px 0}.cta-container{padding:0 15px}.cta-title{font-size:1.8rem;padding:0 10px}.cta-subtitle{font-size:1rem;padding:0 15px}.cta-actions{padding:0 5px}.cta-action-card{padding:25px 20px}.cta-action-icon{width:60px;height:60px}.cta-icon{width:30px;height:30px}.cta-button{padding:12px 20px;font-size:.9rem}.cta-stats{gap:25px}.cta-stat-number{font-size:1.8rem}.cta-stat-label{font-size:.9rem}}.reviews-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.reviews-container{max-width:1200px;margin:0 auto;padding:0 20px}.reviews-header{text-align:center;margin-bottom:50px}.reviews-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px}.reviews-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:30px}.reviews-summary{display:flex;justify-content:center;margin-top:30px}.reviews-rating{text-align:center;background:#fff;padding:30px 40px;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a}.reviews-rating-number{font-size:3rem;font-weight:700;color:#3b82f6;margin-bottom:10px;display:block}.reviews-rating-stars{display:flex;justify-content:center;gap:4px;margin-bottom:10px}.review-star{transition:transform .2s ease}.review-star.filled{fill:#fbbf24;color:#fbbf24}.review-star.empty{fill:none;color:#cbd5e1}.reviews-rating-count{font-size:1rem;color:#64748b;font-weight:500}.reviews-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-bottom:40px}@media (min-width: 768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.review-author{display:flex;align-items:center;gap:12px;flex:1}.review-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e2e8f0}.review-avatar-placeholder{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;border:2px solid #e2e8f0}.review-author-info{flex:1}.review-author-header{display:flex;align-items:center;gap:8px;margin-bottom:5px;flex-wrap:wrap}.review-author-name{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.local-guide-badge{display:inline-flex;align-items:center;gap:4px;background:#f0f4ff;color:#4285f4;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.review-author-meta{font-size:.8rem;color:#94a3b8;margin-top:2px}.review-rating{display:flex;align-items:center;gap:8px}.review-rating-number{font-size:.9rem;font-weight:600;color:#64748b}.review-date{font-size:.85rem;color:#94a3b8;white-space:nowrap}.review-text{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:10px;flex:1}.review-time-relative{font-size:.8rem;color:#94a3b8;font-style:italic}.reviews-footer{text-align:center;margin-top:40px}.reviews-view-all{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:15px 30px;border-radius:12px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.reviews-view-all:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1e40af)}.reviews-fallback,.reviews-empty{text-align:center;padding:40px 20px;background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a}.reviews-google-link{display:inline-flex;align-items:center;gap:10px;margin-top:20px;color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.reviews-google-link:hover{color:#2563eb}.review-icon{width:20px;height:20px}.reviews-loading{text-align:center;padding:60px 20px;color:#64748b;font-size:1.1rem}.reviews-fallback-notice{text-align:center;padding:15px 20px;background:#fef3c7;border:1px solid #fbbf24;border-radius:10px;margin:20px 0;color:#92400e;font-size:.9rem}.reviews-fallback-notice a{color:#3b82f6;text-decoration:underline;font-weight:600}.reviews-fallback-notice a:hover{color:#2563eb}.reviews-cta-actions{display:grid;grid-template-columns:1fr;gap:30px;max-width:900px;margin:50px auto}@media (min-width: 768px){.reviews-cta-actions{grid-template-columns:repeat(2,1fr);gap:30px}}.reviews-cta-card{background:#fffffff2;padding:40px 30px;border-radius:20px;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;text-align:center}.reviews-cta-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;background:#fff}.reviews-cta-icon{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 20px #3b82f64d}.reviews-cta-icon-svg{width:40px;height:40px;color:#fff}.reviews-cta-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:15px}.reviews-cta-desc{font-size:1rem;color:#64748b;margin-bottom:25px;line-height:1.6}.reviews-cta-button{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.reviews-cta-button-review{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f64d}.reviews-cta-button-review:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.reviews-cta-contact-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;width:100%}.reviews-cta-button-whatsapp{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.reviews-cta-button-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:linear-gradient(135deg,#059669,#047857)}.reviews-cta-button-phone{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d}.reviews-cta-button-phone:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:linear-gradient(135deg,#dc2626,#b91c1c)}.reviews-stats{display:flex;justify-content:center;gap:60px;flex-wrap:wrap;margin-top:60px;padding-top:40px;border-top:1px solid #e2e8f0}.reviews-stat{text-align:center;color:#1e293b}.reviews-stat-number{display:block;font-size:2.5rem;font-weight:700;color:#3b82f6;text-shadow:none;margin-bottom:5px}.reviews-stat-label{font-size:1rem;color:#64748b;font-weight:500}@media (max-width: 768px){.reviews-section{padding:60px 0}.reviews-title{font-size:2rem}.reviews-subtitle{font-size:1.1rem}.reviews-rating{padding:20px 30px}.reviews-rating-number{font-size:2.5rem}.review-card{padding:20px}.reviews-cta-actions{margin:40px 0}.reviews-cta-card{padding:30px 25px}.reviews-stats{gap:40px;margin-top:40px;padding-top:30px}.reviews-stat-number{font-size:2rem}}.target-audience-section{padding:100px 0;background:#f8fafc}.target-audience-container{max-width:1400px;margin:0 auto;padding:0 20px}.target-audience-header{margin-bottom:60px}.target-audience-label{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}.target-audience-header-content{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media (min-width: 1024px){.target-audience-header-content{grid-template-columns:1fr 1fr;gap:60px}}.target-audience-header-left{display:flex;align-items:center}.target-audience-title{font-size:2.5rem;font-weight:700;color:#1e293b;line-height:1.2;margin:0}@media (min-width: 1024px){.target-audience-title{font-size:3rem}}.target-audience-header-right{display:flex;align-items:center}.target-audience-description{font-size:1.1rem;color:#475569;line-height:1.7;margin:0}.target-audience-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.target-audience-grid{grid-template-columns:repeat(2,1fr);gap:24px}}.audience-card{padding:50px 40px;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.audience-card.dark{background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff}.audience-card.yellow{background:#fff;color:#1e293b;border:2px solid #e2e8f0}.audience-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.audience-card.dark:hover{box-shadow:0 12px 24px #3b82f64d}.audience-card.yellow:hover{border-color:#3b82f6;box-shadow:0 12px 24px #3b82f626}.audience-icon-wrapper{display:flex;justify-content:flex-start;margin-bottom:30px}.audience-card.dark .audience-icon{color:#fff;stroke-width:1.5}.audience-card.yellow .audience-icon{color:#3b82f6;stroke-width:1.5}.audience-title{font-size:1.5rem;font-weight:700;margin-bottom:20px;line-height:1.3}.audience-card.dark .audience-title{color:#fff}.audience-card.yellow .audience-title{color:#1e293b}.audience-card.yellow:hover .audience-title{color:#3b82f6}.audience-description{font-size:1rem;line-height:1.7;margin:0;flex:1}.audience-card.dark .audience-description{color:#ffffffe6}.audience-card.yellow .audience-description{color:#475569}.audience-card.yellow:hover .audience-description{color:#64748b}.audience-benefit,.benefit-badge{display:none}@media (max-width: 768px){.target-audience-section{padding:60px 0}.target-audience-title{font-size:2rem}.target-audience-description{font-size:1rem}.audience-card{padding:40px 30px}.audience-title{font-size:1.3rem}}@media (max-width: 480px){.target-audience-header-content{gap:30px}.target-audience-title{font-size:1.75rem}.audience-card{padding:35px 25px}}.work-gallery-section{padding:80px 0;background:#f8fafc;position:relative;overflow:hidden;width:100%}.work-gallery-container{width:100%;margin:0 auto;padding:0}.work-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;width:100%}@media (min-width: 768px){.work-gallery-grid{grid-template-columns:repeat(4,1fr);gap:0}}.work-gallery-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:0;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1)}.work-gallery-item:hover{transform:scale(1.05);z-index:10}.work-gallery-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:0}.work-gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.work-gallery-item:hover .work-gallery-image{transform:scale(1.05)}@media (max-width: 767px){.work-gallery-section{padding:60px 0}.work-gallery-grid{grid-template-columns:repeat(2,1fr);gap:2px}}@media (max-width: 480px){.work-gallery-section{padding:40px 0}.work-gallery-grid{gap:2px}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.work-gallery-item{animation:slideIn .6s ease-out;animation-fill-mode:both}.work-gallery-item:nth-child(1){animation-delay:.1s}.work-gallery-item:nth-child(2){animation-delay:.2s}.work-gallery-item:nth-child(3){animation-delay:.3s}.work-gallery-item:nth-child(4){animation-delay:.4s}.work-gallery-item:nth-child(5){animation-delay:.5s}.work-gallery-item:nth-child(6){animation-delay:.6s}.work-gallery-item:nth-child(7){animation-delay:.7s}.work-gallery-item:nth-child(8){animation-delay:.8s}.process-section{padding:100px 0;background:#f8fafc}.process-container{max-width:1400px;margin:0 auto;padding:0 20px}.process-header{text-align:center;margin-bottom:60px}.process-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px}.process-subtitle{font-size:1.2rem;color:#64748b}.process-steps{display:grid;grid-template-columns:1fr;gap:24px;position:relative}@media (min-width: 768px){.process-steps{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width: 1024px){.process-steps{grid-template-columns:repeat(4,1fr);gap:24px}}.process-step-card{background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff;padding:50px 40px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;border:2px solid transparent;display:flex;flex-direction:column;overflow:hidden}.process-step-card.light{background:#fff;color:#1e293b;border:2px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000001a}.process-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #3b82f64d}.process-step-card.light:hover{transform:translateY(-4px);box-shadow:0 12px 24px #3b82f626;border-color:#3b82f6}.process-step-number{position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 10px #3b82f64d}.process-step-card.light .process-step-number{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 10px #3b82f64d}.process-step-icon-wrapper{display:flex;justify-content:center;margin:20px 0;background:transparent}.process-step-icon{color:#ffffffe6;stroke-width:1.5;transition:all .3s ease}.process-step-card.light .process-step-icon{color:#3b82f6;stroke-width:1.5}.process-step-card:hover .process-step-icon{color:#fff;transform:scale(1.1)}.process-step-card.light:hover .process-step-icon{color:#2563eb}.process-step-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:15px}.process-step-card.light .process-step-title{color:#1e293b}.process-step-description{font-size:.95rem;color:#ffffffe6;line-height:1.6}.process-step-card.light .process-step-description{color:#64748b}@media (max-width: 768px){.process-section{padding:60px 0}.process-title{font-size:2rem}.process-step-card{padding:30px 20px}}.faq-section{padding:80px 0;background:#fff}.faq-container{max-width:900px;margin:0 auto;padding:0 20px}.faq-header{text-align:center;margin-bottom:50px}.faq-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px}.faq-subtitle{font-size:1.2rem;color:#64748b}.faq-list{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.faq-item{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover,.faq-item.open{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 25px;background:none;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#1e293b;cursor:pointer;transition:color .3s ease}.faq-question:hover{color:#3b82f6}.faq-icon{color:#64748b;transition:transform .3s ease;flex-shrink:0;margin-left:15px}.faq-item.open .faq-icon{color:#3b82f6}.faq-answer{padding:0 25px 20px;color:#64748b;line-height:1.7;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-footer{text-align:center;padding-top:30px;border-top:2px solid #e2e8f0}.faq-footer-text{font-size:1.1rem;color:#64748b;margin-bottom:15px}.faq-contact-link{display:inline-block;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:12px 30px;border-radius:10px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.faq-contact-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1e40af)}@media (max-width: 768px){.faq-section{padding:60px 0}.faq-title{font-size:2rem}.faq-question{font-size:1rem;padding:18px 20px}.faq-answer{padding:0 20px 18px}}.contact-form-container{max-width:800px;margin:0 auto;padding:40px 20px}.contact-form-header{text-align:center;margin-bottom:40px}.contact-form-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-form-subtitle{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.contact-form{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px #00000014;border:1px solid #e2e8f0}.inquiry-type-buttons{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:10px}.inquiry-type-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 20px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;color:#64748b;font-size:.95rem}.inquiry-type-btn:hover{border-color:#3b82f6;background:#3b82f60d;color:#3b82f6;transform:translateY(-2px)}.inquiry-type-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.inquiry-type-btn svg{transition:transform .3s ease}.inquiry-type-btn:hover svg,.inquiry-type-btn.active svg{transform:scale(1.1)}.form-group{margin-bottom:25px}.form-label{display:block;font-weight:600;color:#1e293b;margin-bottom:8px;font-size:.95rem}.required{color:#ef4444}.form-input,.form-textarea{width:100%;padding:14px 18px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#f8fafc;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.form-input.error,.form-textarea.error{border-color:#ef4444;background:#fef2f2}.form-input.error:focus,.form-textarea.error:focus{box-shadow:0 0 0 4px #ef44441a}.form-textarea{resize:vertical;min-height:150px;line-height:1.6}.form-error{display:block;color:#ef4444;font-size:.875rem;margin-top:6px;font-weight:500}.form-submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #3b82f64d;margin-top:10px}.form-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1e40af)}.form-submit-btn:active:not(:disabled){transform:translateY(0)}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-message{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;margin-bottom:20px;font-weight:500;animation:slideDown .3s ease}.form-message.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #6ee7b7}.form-message.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #fca5a5}.form-alternative{margin-top:30px;padding-top:30px;border-top:2px solid #e2e8f0;text-align:center}.form-alternative-text{color:#64748b;margin-bottom:20px;font-size:.95rem}.form-alternative-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.form-alternative-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;text-decoration:none;color:#1e293b;font-weight:600;transition:all .3s ease;font-size:.95rem}.form-alternative-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.form-alternative-btn.whatsapp:hover{background:#25d366;border-color:#25d366;box-shadow:0 4px 12px #25d3664d}@media (max-width: 768px){.contact-form-container{padding:30px 15px}.contact-form-title{font-size:2rem}.contact-form{padding:30px 20px}.inquiry-type-buttons{grid-template-columns:1fr}.form-alternative-buttons{flex-direction:column}.form-alternative-btn{width:100%;justify-content:center}}@media (max-width: 480px){.contact-form-title{font-size:1.75rem}.contact-form-subtitle{font-size:1rem}.contact-form{padding:25px 15px}}.contact-info-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-info-container{max-width:1200px;margin:0 auto;padding:0 20px}.contact-info-header{text-align:center;margin-bottom:60px}.contact-info-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:15px;position:relative;display:inline-block}.contact-info-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:2px}.contact-info-subtitle{font-size:1.1rem;color:#64748b;margin-top:25px;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.contact-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:50px}.contact-info-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;text-align:center}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f;border-color:#3b82f6}.contact-info-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 4px 15px #3b82f64d}.info-icon{width:28px;height:28px;color:#fff}.contact-info-title-small{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:12px}.contact-info-detail{color:#64748b;margin:6px 0;font-size:.95rem;line-height:1.5}.whatsapp-section{background:linear-gradient(135deg,#25d366,#128c7e);padding:40px;border-radius:20px;text-align:center;color:#fff;box-shadow:0 8px 30px #25d3664d}.whatsapp-title{font-size:1.5rem;font-weight:600;margin-bottom:12px}.whatsapp-description{margin-bottom:25px;opacity:.95;font-size:1.05rem;line-height:1.6}.whatsapp-button{display:inline-flex;align-items:center;gap:12px;background:#fff;color:#25d366;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0003}.whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d;background:#f0fdf4}.whatsapp-icon{width:22px;height:22px}@media (max-width: 768px){.contact-info-section{padding:60px 0}.contact-info-title{font-size:2rem}.contact-info-cards{grid-template-columns:1fr;gap:20px}.whatsapp-section{padding:30px 25px}}@media (max-width: 480px){.contact-info-section{padding:50px 0}.contact-info-title{font-size:1.75rem}.contact-info-card,.whatsapp-section{padding:25px 20px}.whatsapp-title{font-size:1.3rem}}.service-page{min-height:100vh;background:#f8fafc}.service-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 60px;text-align:center}.service-hero-content{max-width:1200px;margin:0 auto;padding:0 20px}.service-hero-label{font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px}.service-hero-title{font-size:2.5rem;font-weight:700;color:#1e293b;line-height:1.2;max-width:900px;margin:0 auto}@media (min-width: 1024px){.service-hero-title{font-size:3.5rem}}.service-content-section{padding:80px 0;background:#fff}.service-content-container{max-width:1400px;margin:0 auto;padding:0 20px}.service-content-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}@media (min-width: 1024px){.service-content-grid{grid-template-columns:1fr 1fr;gap:80px}}.service-image-wrapper{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:16px;box-shadow:0 10px 30px #0000001a}.service-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.service-text-content{display:flex;flex-direction:column;gap:30px}.service-text-with-line{position:relative;padding-left:20px}.service-yellow-line{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:2px}.service-text-inner{padding-left:20px}.service-subtitle{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:20px;line-height:1.3}.service-additional-text{font-size:1.1rem;color:#475569;line-height:1.8;margin:20px 0 0}.service-bottom-note{font-size:1rem;font-weight:600;color:#64748b;margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0}.service-description{font-size:1.1rem;color:#475569;line-height:1.8;margin:0}.service-features{margin-top:20px}.service-features-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:25px}.service-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.service-feature-item{display:flex;align-items:flex-start;gap:15px;font-size:1rem;color:#475569;line-height:1.6}.feature-icon{color:#3b82f6;flex-shrink:0;margin-top:2px}.service-process-section{padding:100px 0;background:#f8fafc}.service-process-container{max-width:1400px;margin:0 auto;padding:0 20px}.service-process-title{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:60px;line-height:1.3}@media (min-width: 1024px){.service-process-title{font-size:2.5rem}}.service-process-steps{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:60px}@media (min-width: 768px){.service-process-steps{grid-template-columns:repeat(3,1fr);gap:30px}}.service-process-step{position:relative;display:flex;flex-direction:column;align-items:center}.process-step-connector{display:none}@media (min-width: 768px){.process-step-connector{display:block;position:absolute;top:60px;right:-15px;z-index:1}.service-process-step:last-child .process-step-connector{display:none}.process-arrow{color:#fff6}}.process-step-card{background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff;padding:40px 30px;border-radius:16px;text-align:center;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #3b82f633}.process-step-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #3b82f64d}.process-step-card.highlight{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;box-shadow:0 4px 20px #3b82f666;border:2px solid rgba(255,255,255,.3)}.process-step-card.highlight:hover{box-shadow:0 8px 30px #3b82f680}.process-step-icon{width:70px;height:70px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-step-card.highlight .process-step-icon{background:#ffffff40}.process-step-title{font-size:1.25rem;font-weight:700;margin-bottom:15px;line-height:1.3;color:#fff}.process-step-description{font-size:.95rem;line-height:1.6;opacity:.95;margin:0;color:#fffffff2}.process-step-card.highlight .process-step-title{color:#fff}.process-step-card.highlight .process-step-description{color:#fffffff2;opacity:.95}.service-cta-button-wrapper{text-align:center;margin-top:40px}.service-cta-button{display:inline-block;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:18px 40px;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #3b82f64d}.service-cta-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media (max-width: 768px){.service-hero{padding:100px 0 50px}.service-hero-title{font-size:2rem}.service-content-section{padding:60px 0}.service-content-grid{gap:40px}.service-process-section{padding:60px 0}.service-process-title{font-size:1.75rem;margin-bottom:40px}.service-process-steps{gap:30px}.process-step-card{padding:30px 25px}}@media (max-width: 480px){.service-hero-title{font-size:1.75rem}.service-description{font-size:1rem}.service-features-title{font-size:1.25rem}.service-cta-button{padding:16px 32px;font-size:1rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-transparent{background:#111827cc;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.05)}.navbar-scrolled{background:#111827f2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 4px 20px #0006;border-bottom:1px solid rgba(255,255,255,.08)}.navbar-container{max-width:80rem;margin:0 auto;padding:0 1rem}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 1024px){.navbar-content{height:5rem}}.navbar-logo{display:flex;align-items:center;gap:10px;text-decoration:none;transition:opacity .2s ease}.navbar-logo:hover{opacity:.8}.navbar-logo-img{height:40px;width:auto}.navbar-logo-text{font-size:1.5rem;font-weight:700;color:#2563eb}@media (min-width: 1024px){.navbar-logo-text{font-size:1.875rem}}@media (max-width: 480px){.navbar-logo-img{height:35px}.navbar-logo-text{font-size:1.25rem}}.navbar-desktop-nav{display:none;align-items:center;gap:2.5rem}@media (min-width: 768px){.navbar-desktop-nav{display:flex}}.nav-link{color:#ffffffe6;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;font-size:.95rem;position:relative;padding:.5rem 0;letter-spacing:.01em}.nav-link:hover{color:#fff;transform:translateY(-1px)}.nav-link.active{color:#fff}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;box-shadow:0 0 8px #3b82f680}.nav-dropdown{position:relative}.nav-dropdown-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:5px}.dropdown-chevron{transition:transform .3s ease}.dropdown-chevron.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:12px;background:#fffffffa;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:12px;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;min-width:240px;padding:8px 0;z-index:1000;animation:fadeInDown .3s cubic-bezier(.4,0,.2,1);overflow:hidden}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#1e293b;text-decoration:none;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);border-left:3px solid transparent;position:relative}.dropdown-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(90deg,rgba(59,130,246,.1),transparent);transition:width .3s ease}.dropdown-item:hover{background:linear-gradient(90deg,#3b82f614,#8b5cf60d);border-left-color:#3b82f6;color:#1e40af;transform:translate(4px)}.dropdown-item:hover:before{width:100%}.dropdown-item svg{color:#64748b;transition:all .25s ease}.dropdown-item:hover svg{color:#3b82f6;transform:scale(1.1)}.navbar-phone-desktop{display:none;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:600;padding:10px 20px;background:linear-gradient(135deg,#3b82f640,#8b5cf633);border:1px solid rgba(255,255,255,.1);border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 12px #3b82f633}.navbar-phone-desktop:hover{background:linear-gradient(135deg,#3b82f659,#8b5cf64d);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f64d;border-color:#fff3}@media (min-width: 1024px){.navbar-phone-desktop{display:flex}}.mobile-nav-phone{background:#2563eb1a;margin-top:10px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:10px}.navbar-actions{display:flex;align-items:center;gap:1rem}.language-toggle{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;transition:all .3s cubic-bezier(.4,0,.2,1);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;cursor:pointer}.language-toggle:hover{color:#fff;background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.language-icon{width:20px;height:20px}.language-text{font-size:.875rem;font-weight:500}.language-dropdown{position:relative}.language-chevron{width:16px;height:16px;transition:transform .2s ease}.language-chevron.open{transform:rotate(180deg)}.language-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#1f2937;border:1px solid #374151;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000004d;min-width:150px;z-index:1000}.language-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;color:#fff;background:none;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left;font-size:.875rem}.language-option:hover{background-color:#374151}.language-option.active{background-color:#2563eb;color:#fff}.language-option:first-child{border-radius:.5rem .5rem 0 0}.language-option:last-child{border-radius:0 0 .5rem .5rem}.language-option:only-child{border-radius:.5rem}.language-flag{font-size:1rem;width:20px;text-align:center}.language-name{font-weight:500}html[dir=rtl] .language-menu{right:auto;left:0}html[dir=rtl] .language-option{text-align:right}.mobile-menu-button{display:block;color:#fff;transition:color .2s ease;background:none;border:none;cursor:pointer}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu-button:hover{color:#2563eb}.mobile-menu-icon{width:24px;height:24px}.mobile-nav{background-color:#111827;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #374151}.mobile-nav-content{padding:1.5rem 1rem}.mobile-nav-item{display:block;width:100%;text-align:left;color:#fff;font-weight:700;padding:.5rem 0;transition:color .2s ease;text-decoration:none;font-size:1rem}.mobile-nav-item:hover{color:#2563eb}.mobile-nav-dropdown{width:100%}.mobile-nav-dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:.5rem 0;color:#fff;font-weight:700;font-size:1rem;text-align:left;transition:color .2s ease}.mobile-nav-dropdown-toggle:hover{color:#2563eb}.mobile-dropdown-chevron{transition:transform .3s ease;color:#ffffffb3}.mobile-dropdown-chevron.open{transform:rotate(180deg)}.mobile-dropdown-menu{padding-left:1rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;border-radius:8px;transition:all .2s ease;background:#ffffff0d;border-left:3px solid transparent}.mobile-dropdown-item:hover{background:#3b82f626;border-left-color:#3b82f6;color:#fff;transform:translate(4px)}.mobile-dropdown-item svg{color:#ffffffb3;transition:all .2s ease}.mobile-dropdown-item:hover svg{color:#3b82f6;transform:scale(1.1)}.hero-section{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 768px){.hero-section{height:70vh;min-height:70vh;max-height:70vh;aspect-ratio:16/9}.hero-background{width:100%;height:100%;min-width:100%;min-height:100%;max-width:100%;max-height:100%;aspect-ratio:16/9}}.hero-background{position:absolute;inset:0;width:100%;height:100%;transition:opacity 1s ease}.hero-background.active{opacity:1}.hero-background.inactive{opacity:0}.hero-background-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;min-width:100%;min-height:100%}@media (max-width: 768px){.hero-background-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;min-width:100%;min-height:100%;max-width:100%;max-height:100%;aspect-ratio:16/9}}.hero-overlay{position:absolute;inset:0;background-color:#0006;z-index:5}@media (max-width: 768px){.hero-overlay{background-color:#0003}}.hero-content{position:relative;z-index:10;text-align:center;color:#fff;padding:0 1rem;max-width:64rem;margin:0 auto}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-shadow:4px 4px 8px rgba(0,0,0,.7);animation:fadeIn .5s ease-in-out}@media (min-width: 768px){.hero-title{font-size:3.75rem}}@media (min-width: 1024px){.hero-title{font-size:4.5rem}}@media (max-width: 768px){.hero-title{font-size:2rem;margin-bottom:.5rem}}.hero-subtitle{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;text-shadow:4px 4px 8px rgba(0,0,0,.7);animation:fadeIn .5s ease-in-out}@media (min-width: 768px){.hero-subtitle{font-size:3rem}}@media (min-width: 1024px){.hero-subtitle{font-size:3.75rem}}@media (max-width: 768px){.hero-subtitle{font-size:1.5rem;margin-bottom:1rem}}.hero-description{font-size:1.25rem;font-weight:500;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeIn .5s ease-in-out}@media (min-width: 768px){.hero-description{font-size:1.5rem}}@media (min-width: 1024px){.hero-description{font-size:1.875rem}}@media (max-width: 768px){.hero-description{font-size:1rem}}.hero-service-area{display:inline-flex;align-items:center;gap:8px;margin-top:1.5rem;margin-bottom:2rem;padding:10px 20px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;color:#fff;font-size:1rem;font-weight:500;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-location-icon{color:#3b82f6}.hero-cta{margin-top:2rem}.hero-cta-button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff;padding:18px 35px;border-radius:12px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #3b82f666;text-shadow:none}.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #3b82f680;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.hero-cta-icon{transition:transform .3s ease}.hero-cta-button:hover .hero-cta-icon{transform:translate(5px)}@media (max-width: 768px){.hero-service-area{font-size:.9rem;padding:8px 16px;margin-top:1rem;margin-bottom:1.5rem}.hero-cta-button{padding:15px 28px;font-size:1rem}}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite;z-index:10}@media (max-width: 768px){.hero-scroll-indicator{bottom:1rem}}.scroll-indicator{width:1.5rem;height:2.5rem;border:2px solid white;border-radius:9999px;display:flex;justify-content:center}.scroll-dot{width:.25rem;height:.75rem;background-color:#fff;border-radius:9999px;margin-top:.5rem;animation:pulse 2s infinite}.hero-counter{position:absolute;bottom:2rem;right:2rem;color:#fff;font-size:.875rem;font-weight:500;z-index:10}@media (max-width: 768px){.hero-counter{bottom:1rem;right:1rem;font-size:.75rem}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.services-section{padding:4rem 1rem;background-color:#f9fafb}@media (min-width: 640px){.services-section{padding:4rem 1.5rem}}@media (min-width: 1024px){.services-section{padding:4rem 2rem}}.services-container{max-width:80rem;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.services-title{font-size:2.25rem}}@media (min-width: 1024px){.services-title{font-size:3rem}}.services-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.services-seo-text{font-size:1rem;color:#4b5563;max-width:56rem;margin:1rem auto 0;line-height:1.6;font-style:italic}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;transition:all .3s ease;animation:slideUp .5s ease-out;text-decoration:none;color:inherit;display:flex;flex-direction:column;cursor:pointer}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-5px)}.service-icon-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.service-icon{color:#2563eb;transition:all .3s ease}.service-card:hover .service-icon{color:#1d4ed8;transform:scale(1.1)}.service-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem;text-align:center}.service-description{font-size:.9rem;color:#64748b;line-height:1.5;margin-bottom:1rem;text-align:center;flex:1}.service-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.service-check{display:flex;align-items:center;gap:5px}.service-link{display:flex;align-items:center;gap:5px;color:#2563eb;font-size:.875rem;font-weight:600;transition:all .3s ease}.service-card:hover .service-link{color:#1d4ed8}.service-arrow{transition:transform .3s ease}.service-card:hover .service-arrow{transform:translate(5px)}.check-icon{width:1.25rem;height:1.25rem;color:#10b981;margin-right:.5rem}.check-text{font-size:.875rem;color:#6b7280}.services-footer{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;text-align:center}.services-footer-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.services-contact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:42rem;margin:0 auto}@media (min-width: 768px){.services-contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-item{display:flex;align-items:center;justify-content:center;gap:.75rem}.contact-icon{width:1.5rem;height:1.5rem;color:#2563eb}.contact-info{text-align:left}.contact-label{font-weight:500;color:#111827}.contact-link{color:#2563eb;transition:color .2s ease}.gallery-section{padding:4rem 1rem;background-color:#fff}@media (min-width: 640px){.gallery-section{padding:4rem 1.5rem}}@media (min-width: 1024px){.gallery-section{padding:4rem 2rem}}.gallery-container{max-width:80rem;margin:0 auto}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.gallery-title{font-size:2.25rem}}@media (min-width: 1024px){.gallery-title{font-size:3rem}}.gallery-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease;animation:slideUp .5s ease-out}.gallery-item:hover{box-shadow:0 20px 25px -5px #0000001a}.gallery-carousel{position:relative;width:100%;height:16rem;overflow:hidden}.gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .8s ease-in-out}.gallery-image.active{opacity:1}.gallery-item:hover .gallery-image.active{transform:scale(1.1);transition:transform .5s ease}.gallery-overlay{position:absolute;inset:0;background-color:#0009;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay-content{text-align:center;color:#fff}.gallery-overlay-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.gallery-overlay-subtitle{font-size:.875rem;opacity:.9}.gallery-cta{text-align:center;margin-top:3rem}.gallery-cta-text{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.gallery-view-all-button{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:15px 30px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.gallery-view-all-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1e40af)}.gallery-cta-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#2563eb;color:#fff;font-weight:500;padding:.5rem 1.5rem;border-radius:.5rem;transition:background-color .2s ease;text-decoration:none}.gallery-cta-button:hover{background-color:#1d4ed8}.about-section{padding:4rem 1rem;background-color:#f9fafb}@media (min-width: 640px){.about-section{padding:4rem 1.5rem}}@media (min-width: 1024px){.about-section{padding:4rem 2rem}}.about-container{max-width:80rem;margin:0 auto}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-title{font-size:1.875rem;font-weight:700;color:#111827}@media (min-width: 768px){.about-title{font-size:2.25rem}}@media (min-width: 1024px){.about-title{font-size:3rem}}.about-text{font-size:1.125rem;color:#374151;line-height:1.75}.about-contact{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem}.contact-row{display:flex;align-items:flex-start;gap:.75rem}.contact-icon{width:1.5rem;height:1.5rem;color:#2563eb;margin-top:.25rem;flex-shrink:0}.contact-info{flex:1}.contact-label{font-weight:600;color:#111827;margin-bottom:.25rem}.contact-value{color:#374151}.contact-link{color:#2563eb;transition:color .2s ease;text-decoration:none}.contact-link:hover{color:#1d4ed8}.about-visual{position:relative}.about-card{background-color:#dbeafe;border-radius:1rem;padding:2rem;text-align:center}.about-card-icon{font-size:3.75rem;margin-bottom:1rem}.about-card-title{font-size:1.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.about-card-text{color:#1d4ed8;margin-bottom:1.5rem}.services-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.875rem}.highlight-item{background-color:#fff;border-radius:.5rem;padding:.75rem}.highlight-icon{font-size:1.5rem;margin-bottom:.5rem}.highlight-text{font-weight:500;color:#1f2937}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px;padding-top:30px;border-top:2px solid #e5e7eb}@media (min-width: 768px){.about-stats{grid-template-columns:repeat(4,1fr)}}.about-stat-item{text-align:center;padding:20px 15px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.about-stat-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a}.about-stat-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--stat-color);border-radius:50%;margin-bottom:10px}.about-stat-icon{color:#fff}.about-stat-number{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:5px}.about-stat-label{font-size:.85rem;color:#64748b;font-weight:500}.map-section{padding:4rem 1rem;background-color:#fff}@media (min-width: 640px){.map-section{padding:4rem 1.5rem}}@media (min-width: 1024px){.map-section{padding:4rem 2rem}}.map-container{max-width:80rem;margin:0 auto}.map-header{text-align:center;margin-bottom:3rem}.map-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.map-title{font-size:2.25rem}}@media (min-width: 1024px){.map-title{font-size:3rem}}.map-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.map-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.map-grid{grid-template-columns:1fr 1fr}}.map-container{order:2}@media (min-width: 1024px){.map-container{order:1}}.map-iframe{width:100%;height:25rem;border:0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a}.map-info{order:1;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.map-info{order:2}}.location-card{background-color:#eff6ff;border-radius:1rem;padding:2rem;text-align:center}.location-icon{font-size:2.25rem;margin-bottom:1rem}.location-name{font-size:1.5rem;font-weight:700;color:#1e40af;margin-bottom:.5rem}.location-address{color:#1d4ed8}.map-actions{display:flex;flex-direction:column;gap:1rem}.map-button-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#2563eb;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s ease;text-decoration:none;width:100%}.map-button-primary:hover{background-color:#1d4ed8}.map-button-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#e5e7eb;color:#374151;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:background-color .2s ease;text-decoration:none;width:100%}.map-button-secondary:hover{background-color:#d1d5db}.info-card{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem}.info-title{font-weight:600;color:#111827;margin-bottom:.75rem}.info-grid{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#374151}.info-row{display:flex;justify-content:space-between}.emergency-card{background-color:#fef2f2;border-radius:.75rem;padding:1.5rem;border:1px solid #fecaca}.emergency-title{font-weight:600;color:#991b1b;margin-bottom:.5rem}.emergency-text{font-size:.875rem;color:#b91c1c;margin-bottom:.75rem}.emergency-link{color:#dc2626;font-weight:500;font-size:.875rem;text-decoration:none;transition:color .2s ease}.emergency-link:hover{color:#b91c1c}.notfound-container{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;font-family:Inter,system-ui,sans-serif}.notfound-content{max-width:28rem;width:100%;text-align:center;background:#fff;padding:3rem 2rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e5e7eb}.notfound-icon{margin-bottom:2rem}.notfound-icon-circle{margin:0 auto;width:6rem;height:6rem;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #fca5a5;box-shadow:0 10px 15px -3px #ef44441a}.notfound-number{font-size:2.5rem;font-weight:800;color:#dc2626;text-shadow:0 2px 4px rgba(220,38,38,.2)}.notfound-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.notfound-description{color:#6b7280;margin-bottom:2rem;line-height:1.6;font-size:1rem}.notfound-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.notfound-btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-weight:600;border-radius:.5rem;transition:all .3s ease;text-decoration:none;border:none;cursor:pointer;font-size:1rem;box-shadow:0 4px 6px -1px #0ea5e933}.notfound-btn-primary:hover{background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0ea5e94d}.notfound-btn-primary:active{transform:translateY(0)}.notfound-btn-secondary{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;border:2px solid #d1d5db;color:#374151;font-weight:600;border-radius:.5rem;transition:all .3s ease;background:#fff;cursor:pointer;font-size:1rem}.notfound-btn-secondary:hover{border-color:#9ca3af;background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.notfound-btn-secondary:active{transform:translateY(0)}.notfound-btn-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.notfound-help{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.notfound-help-text{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.notfound-help-link{color:#0ea5e9;font-weight:600;text-decoration:none;transition:color .2s ease}.notfound-help-link:hover{color:#0284c7;text-decoration:underline}@media (max-width: 640px){.notfound-content{padding:2rem 1.5rem;margin:1rem}.notfound-title{font-size:1.5rem}.notfound-icon-circle{width:5rem;height:5rem}.notfound-number{font-size:2rem}}@media (max-width: 480px){.notfound-container{padding:1rem .5rem}.notfound-content{padding:1.5rem 1rem}.notfound-actions{gap:.75rem}.notfound-btn-primary,.notfound-btn-secondary{padding:.625rem 1.25rem;font-size:.875rem}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.notfound-icon-circle{animation:bounce 2s ease-in-out infinite}.notfound-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#111827;color:#fff}.footer-container{max-width:80rem;margin:0 auto}.footer-content{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-company{grid-column:span 1}@media (min-width: 1024px){.footer-company{grid-column:span 2}}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.footer-logo-img{height:50px;width:auto}.footer-logo-text{font-size:1.875rem;font-weight:700;color:#60a5fa}.footer-description{color:#d1d5db;margin-bottom:1.5rem;max-width:28rem}.footer-contact{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#d1d5db}.footer-section{display:flex;flex-direction:column}.footer-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#d1d5db;transition:color .2s ease;font-size:1rem;text-decoration:none;display:block}.footer-link-button{background:none;border:none;text-align:left;padding:0;cursor:pointer;font-family:inherit}.footer-link button{background:none;border:none;cursor:pointer;text-align:left;padding:0;color:inherit;font-size:inherit;text-decoration:none}.footer-link:hover{color:#60a5fa}.footer-social{display:flex;gap:1rem}.social-link{color:#d1d5db;transition:color .2s ease;text-decoration:none}.social-link:hover{color:#60a5fa}.social-link.facebook:hover{color:#3b82f6}.social-link.instagram:hover{color:#ec4899}.social-link.whatsapp:hover{color:#10b981}.social-link.tiktok:hover{color:#000}.social-icon{width:24px;height:24px}.footer-hours{margin-top:1.5rem}.footer-hours-title{font-weight:500;color:#fff;margin-bottom:.5rem}.footer-hours-list{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:#d1d5db}.footer-bottom{border-top:1px solid #374151;padding:1.5rem 0}.footer-bottom-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom-content{flex-direction:row}}.footer-copyright{color:#9ca3af;font-size:.875rem}.footer-legal{display:flex;gap:1.5rem;font-size:.875rem;color:#9ca3af}.footer-legal-link{color:#9ca3af;transition:color .2s ease;text-decoration:none}.footer-legal-link:hover{color:#60a5fa}.footer-review{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #374151}.footer-review-title{font-weight:500;color:#fff;margin-bottom:.5rem;font-size:1rem}.footer-review-desc{font-size:.875rem;color:#d1d5db;margin-bottom:1rem;line-height:1.4}.footer-review-button{display:inline-block;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease;box-shadow:0 2px 10px #fbbf244d}.footer-review-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #fbbf2466;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:#374151}.btn-primary{background-color:#2563eb;color:#fff;font-weight:500;padding:.5rem 1.5rem;border-radius:.5rem;transition:background-color .2s ease;text-decoration:none;display:inline-block;border:none;cursor:pointer}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#e5e7eb;color:#374151;font-weight:500;padding:.5rem 1.5rem;border-radius:.5rem;transition:background-color .2s ease;text-decoration:none;display:inline-block;border:none;cursor:pointer}.btn-secondary:hover{background-color:#d1d5db}.section-padding{padding:4rem 1rem}@media (min-width: 640px){.section-padding{padding:4rem 1.5rem}}@media (min-width: 1024px){.section-padding{padding:4rem 2rem}}.container-custom{max-width:80rem;margin:0 auto}.text-shadow{text-shadow:2px 2px 4px rgba(0,0,0,.5)}.text-shadow-lg{text-shadow:4px 4px 8px rgba(0,0,0,.7)}.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-slide-up{animation:slideUp .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.text-responsive{font-size:1rem}@media (min-width: 768px){.text-responsive{font-size:1.125rem}}@media (min-width: 1024px){.text-responsive{font-size:1.25rem}}.grid-responsive{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.grid-responsive{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.grid-responsive{grid-template-columns:repeat(3,1fr);gap:2rem}}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-gray-600{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.hover-shadow:hover{box-shadow:0 20px 25px -5px #0000001a}.hover-scale:hover{transform:scale(1.05);transition:transform .2s ease}.focus-ring:focus{outline:2px solid #2563eb;outline-offset:2px}.loading{opacity:.6;pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:#374151;background-color:#fff}html[dir=rtl]{direction:rtl}html[dir=rtl] body{font-family:Inter,Noto Sans Arabic,system-ui,sans-serif;text-align:right}html[dir=rtl] .navbar-content,html[dir=rtl] .navbar-desktop-nav,html[dir=rtl] .navbar-actions{flex-direction:row-reverse}html[dir=rtl] .mobile-nav-content,html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4,html[dir=rtl] h5,html[dir=rtl] h6,html[dir=rtl] p,html[dir=rtl] span,html[dir=rtl] div,html[dir=rtl] .service-card,html[dir=rtl] .contact-info-card,html[dir=rtl] .about-text{text-align:right}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}*{transition:color .2s ease,background-color .2s ease,transform .2s ease}
