.auth-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;background:radial-gradient(circle,transparent 20%,#f9fafb 20%,#f9fafb 80%,transparent 80%,transparent),radial-gradient(circle,transparent 20%,#f9fafb 20%,#f9fafb 80%,transparent 80%,transparent) 25px 25px,linear-gradient(#0c538f 2px,transparent 2px) 0 -1px,linear-gradient(90deg,#0c538f 2px,#f9fafb 2px) -1px 0;background-size:50px 50px,50px 50px,25px 25px,25px 25px}.auth-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-container{width:100%;max-width:1100px;margin:0 auto}.auth-card{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000080;overflow:hidden;display:grid;grid-template-columns:7fr 8fr;min-height:600px;align-items:stretch}.register-page .auth-card{min-height:auto;height:auto;max-height:none;overflow:visible}.register-page .auth-right{overflow-y:auto;max-height:none;padding:2.5rem}.auth-left{background:linear-gradient(135deg,#083860,#0c538f);display:flex;align-items:center;justify-content:center;padding:3rem 2rem;position:relative}.auth-left:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat}.auth-brand{position:relative;z-index:2;text-align:center;color:#fff}.auth-brand-logo{width:80px;height:auto;margin-bottom:1.5rem;filter:brightness(0) invert(1)}.auth-brand-title{font-size:3rem;font-weight:700;color:#fff}.auth-brand-subtitle{font-size:1.5rem;margin-bottom:2rem;color:#fff}.auth-brand-tagline{font-size:1rem;font-style:italic;color:#fff}.auth-right{padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:flex-start}.auth-header{text-align:center;margin-bottom:2rem;flex-shrink:0}.auth-title{font-size:1.75rem;font-weight:600;color:#083860;margin-bottom:.5rem}.auth-description{color:#6b7280;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.form-row{display:flex;gap:1rem;width:100%}.name-row{display:grid;grid-template-columns:1fr 120px;gap:1rem}.mi-field{max-width:120px;width:100%}.form-section-title{font-size:1rem;font-weight:600;color:#083860;margin-top:.5rem;margin-bottom:-.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-label{font-weight:600;color:#1f2937;font-size:.9rem;margin-bottom:.25rem}.form-input{padding:.875rem 1rem;border:1.5px solid #d1d5db;border-radius:10px;font-size:.9375rem;transition:all .2s;background-color:#fff}.form-input:focus{outline:none;border-color:#0c538f;box-shadow:0 0 0 4px #0c538f1a;background-color:#f9fafb}.form-input::placeholder{color:#9ca3af}.input-error{color:#dc2626;font-size:.75rem;margin-top:.25rem}.forgot-password{color:#003f6b;text-decoration:none;font-size:.875rem;margin-left:auto;font-weight:500}.forgot-password:hover{text-decoration:underline}.remember-me{display:flex;align-items:center;gap:.5rem}.remember-checkbox{width:1rem;height:1rem;accent-color:#003f6b}.remember-label{font-size:.875rem;color:#374151}.auth-button{background:linear-gradient(135deg,#083860,#0c538f);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;box-shadow:0 4px 12px #08386033}.auth-button:hover{background:linear-gradient(135deg,#062844,#0a436d);transform:translateY(-2px);box-shadow:0 6px 16px #0838604d}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;margin:1.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-divider-text{padding:0 1rem;color:#6b7280;font-size:.875rem}.google-button{background:#fff;color:#374151;border:1.5px solid #d1d5db;padding:1rem 2rem;border-radius:10px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 2px 8px #0000001a}.google-button:hover{background:#f9fafb;border-color:#0c538f;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.google-icon{width:18px;height:18px}.auth-link{text-align:center;margin-top:1.5rem;color:#6b7280;font-size:.875rem}.auth-link a{color:#003f6b;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.loading-spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.auth-card{grid-template-columns:1fr;margin:1rem;min-height:auto;box-shadow:0 2px 12px #0000004d}.auth-left{display:none}.auth-right{padding:2rem 1.5rem}.auth-container{max-width:450px}.form-row{flex-direction:column}.form-row .form-group{width:100%}.name-row{grid-template-columns:1fr}.mi-field{max-width:100%}.auth-button,.google-button{padding:.875rem 1.5rem;font-size:.9375rem}}@media (max-width: 480px){.auth-content{padding:1rem .5rem}.auth-right{padding:1.5rem 1rem}.auth-title{font-size:1.5rem}.auth-description{font-size:.8125rem}.form-label{font-size:.875rem}.form-input{padding:.75rem .875rem;font-size:.875rem}.auth-button,.google-button{padding:.75rem 1rem;font-size:.875rem}}.form-input.error{border-color:#dc2626}.form-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.service-page{min-height:100vh;background:var(--background);color:var(--foreground);font-family:var(--font-sans)}.service-hero-section{background:linear-gradient(135deg,#083860,#0c5f8f);color:#fff;padding:6rem 0 4rem;text-align:center}.service-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}.service-hero-title{font-size:3.5rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.service-hero-subtitle{font-size:1.25rem;opacity:.9;font-weight:400}.service-container{max-width:1200px;margin:0 auto;padding:0 2rem}.service-content-section{padding:3rem 0;background:var(--background)}.service-content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:start}.service-image-container{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 25px -3px #0000001a}.service-image{width:100%;height:458px;object-fit:cover;border-radius:var(--radius)}.service-details,.booking-details-container{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;height:fit-content}.service-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.service-price-label{font-weight:500;color:var(--muted-foreground)}.service-price-value{font-size:1.5rem;font-weight:600;color:#083860}.service-duration{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.service-duration-label{font-weight:500;color:var(--muted-foreground)}.service-duration-value{color:var(--foreground);font-weight:500}.service-book-btn{text-align:center;background:#083860;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;display:block;width:100%;margin:0 auto}.service-book-btn:hover{background:#0c5f8f;transform:translateY(-1px)}.service-info-section{padding:5rem 0;background:#f8fafc}.service-info-content{max-width:800px;margin:0 auto}.service-main-question{font-size:1.5rem;font-weight:600;color:#083860;margin-bottom:2rem;text-align:center}.service-description{font-size:1.125rem;color:var(--muted-foreground);line-height:1.8;margin-bottom:3rem;text-align:center}.service-included-section{margin-bottom:3rem}.service-section-title{font-size:1.75rem;font-weight:600;color:#083860;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.service-section-icon{color:#083860}.service-included-text{font-size:1rem;color:var(--muted-foreground);line-height:1.7}.service-benefits-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.service-benefits-text{font-size:1rem;color:var(--muted-foreground);line-height:1.7}.service-other-section{padding:3rem 0;background:var(--background)}.service-other-services-compact{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.service-other-services-compact h3{font-size:1rem;font-weight:600;color:#083860;margin-bottom:.75rem;text-align:center}.service-other-grid-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.service-other-title{font-size:2rem;font-weight:600;color:#083860;text-align:center;margin-bottom:3rem}.service-other-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.service-other-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;text-align:center;transition:all .2s;cursor:pointer;text-decoration:none;color:inherit}.service-other-item-compact{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .5rem;text-align:center;transition:all .2s;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:.375rem;font-size:.8rem;font-weight:500}.service-other-item:hover,.service-other-item-compact:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px #0000001a;border-color:#083860}.service-other-item-icon{color:#083860;margin-bottom:1rem}.service-other-item-name{font-weight:500;color:#083860}@media (max-width: 768px){.service-hero-title{font-size:2.5rem}.service-content-grid{grid-template-columns:1fr;gap:2rem}.service-image{height:300px}.service-container,.service-hero-container{padding:0 1rem}.service-other-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.service-other-grid-compact{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media (max-width: 480px){.service-hero-title{font-size:2rem}.service-hero-subtitle{font-size:1rem}.service-details,.service-benefits-section{padding:1.5rem}.service-other-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.service-other-grid-compact{grid-template-columns:repeat(2,1fr);gap:.375rem}.service-other-item-compact{padding:.5rem .25rem;font-size:.75rem;gap:.25rem}}.dark .service-page{background:var(--background);color:var(--foreground)}.dark .service-info-section{background:#0f172a}.dark .service-other-item:hover{background:#1e293b;border-color:#0c5f8f}.reviews-page{min-height:100vh;background:var(--background);color:var(--foreground);font-family:var(--font-sans)}.reviews-hero-section{background:linear-gradient(135deg,#083860,#0c5f8f);color:#fff;padding:6rem 0 4rem;text-align:center}.reviews-hero-container{max-width:1200px;margin:0 auto;padding:0 2rem}.reviews-hero-title{font-size:3.5rem;font-weight:600;margin-bottom:1rem;line-height:1.2}.reviews-hero-subtitle{font-size:1.25rem;opacity:.9;font-weight:400;margin-bottom:3rem}.reviews-summary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:2rem;max-width:500px;margin:0 auto}.summary-rating{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.summary-stars{display:flex;gap:.25rem}.summary-star{width:1.5rem;height:1.5rem;color:#ffffff4d}.summary-star.filled{color:#fbbf24;fill:currentColor}.summary-score{font-size:2rem;font-weight:700;color:#fff}.summary-stats{display:flex;flex-direction:column;gap:.25rem;text-align:center}.total-reviews{font-size:1.125rem;font-weight:600;color:#fff}.rating-breakdown{font-size:.9rem;color:#fffc}.reviews-content-section{padding:4rem 0;background:#f8fafc}.reviews-container{max-width:1200px;margin:0 auto;padding:0 2rem}.reviews-controls{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-wrap:wrap;align-items:center;gap:2rem;justify-content:space-between}.filter-group,.sort-group{display:flex;align-items:center;gap:.75rem}.control-label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#374151;font-size:.95rem}.control-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#374151;font-weight:500;min-width:160px;cursor:pointer;transition:all .2s}.control-select:hover{border-color:#083860}.control-select:focus{outline:none;border-color:#083860;box-shadow:0 0 0 3px #0838601a}.results-count{color:#6b7280;font-size:.9rem;font-weight:500;margin-left:auto}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.review-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6;position:relative;overflow:hidden}.review-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #00000026;border-color:#083860}.review-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#083860,#0c5f8f);opacity:0;transition:opacity .3s ease}.review-card:hover:before{opacity:1}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.review-stars{display:flex;gap:.25rem}.star{width:1.25rem;height:1.25rem;color:#d1d5db;transition:color .2s}.star.filled{color:#fbbf24;fill:currentColor}.review-date{color:#6b7280;font-size:.875rem;font-weight:500}.review-text{color:#374151;line-height:1.7;margin-bottom:2rem;font-style:italic;font-size:1rem;position:relative}.review-text:before{content:'"';position:absolute;left:-1rem;top:-.5rem;font-size:3rem;color:#083860;opacity:.2;font-family:Georgia,serif}.review-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:3rem;height:3rem;background:linear-gradient(135deg,#083860,#0c5f8f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0;box-shadow:0 4px 8px #08386033}.author-info{flex:1}.author-name{font-weight:600;color:#1f2937;margin-bottom:.25rem;font-size:1rem}.author-service{color:#083860;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.author-location{color:#6b7280;font-size:.8rem;font-weight:400}.reviews-footer{text-align:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 2px 4px #0000000d}.reviews-note{color:#6b7280;font-size:.9rem;font-style:italic;margin:0}@media (max-width: 768px){.reviews-hero-title{font-size:2.5rem}.reviews-controls{flex-direction:column;align-items:stretch;gap:1.5rem}.filter-group,.sort-group{justify-content:space-between}.control-select{min-width:auto;flex:1}.results-count{margin-left:0;text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.reviews-grid{grid-template-columns:1fr;gap:1.5rem}.review-card{padding:1.5rem}.reviews-container,.reviews-hero-container{padding:0 1rem}.summary-rating{flex-direction:column;gap:.75rem}.summary-stars{justify-content:center}}@media (max-width: 480px){.reviews-hero-title{font-size:2rem}.reviews-hero-subtitle{font-size:1rem}.reviews-summary{padding:1.5rem;margin:0 1rem}.summary-score{font-size:1.5rem}.reviews-controls{padding:1.5rem}.control-label{font-size:.875rem}.control-select{padding:.625rem .75rem;font-size:.875rem}}.dark .reviews-page{background:var(--background);color:var(--foreground)}.dark .reviews-content-section{background:#0f172a}.dark .reviews-controls,.dark .review-card{background:var(--card);border:1px solid var(--border)}.dark .review-card:hover{border-color:#0c5f8f}.dark .reviews-footer{background:var(--card);border:1px solid var(--border)}.reviews-loading{display:flex;justify-content:center;align-items:center;padding:4rem;color:#6b7280}.reviews-empty{text-align:center;padding:4rem 2rem;color:#6b7280}.reviews-empty h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#374151}.reviews-empty p{font-size:1rem;margin:0}
