*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#e53e3e;--secondary-color:#2d3748;--background-light:#f7fafc;--text-dark:#2d3748;--text-muted:#718096;--white:#ffffff;--border-color:#e2e8f0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--white)}.Roma-app{min-height:100vh}.header{background:var(--secondary-color);padding:1rem 0;position:sticky;top:0;z-index:100}.nav{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.brand-text{color:var(--white);font-size:1.5rem;font-weight:700}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{color:var(--white);text-decoration:none;font-weight:500;transition:opacity .3s ease}.nav-menu a:hover{opacity:.8}.nav-menu li.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:var(--primary-color);border-radius:50%}.contact-btn{background:var(--white);color:var(--secondary-color);border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.home-container{min-height:100vh;background-color:var(--secondary-color);color:var(--white);position:relative;overflow:hidden}.hero-section{padding:80px 48px;max-width:1800px;margin:0 auto;position:relative;z-index:5;min-height:90vh}.hero-content,.hero-section{display:flex;align-items:center;justify-content:space-between}.hero-content{width:100%;gap:6rem}.hero-text{flex:1;padding-right:60px;max-width:650px}.hero-title{font-size:64px;font-weight:700;line-height:1.1;margin:0 0 40px;color:var(--white);letter-spacing:-.02em}.hero-description{color:#d1d5db;font-size:20px;line-height:1.7;margin-bottom:48px;max-width:580px;font-weight:400}.operating-hours{display:flex;gap:48px;font-size:15px;margin-top:32px}.hours-item{display:flex;flex-direction:column;align-items:flex-start}.hours-label{color:#9ca3af;margin-bottom:8px;font-size:13px;text-transform:uppercase;letter-spacing:1px;font-weight:500}.hours-time{color:var(--white);font-weight:700;font-size:18px;letter-spacing:.5px}.hero-image{flex:1;max-width:750px;margin-left:auto}.barber-scene,.hero-image{position:relative;display:flex;justify-content:center}.barber-scene{width:100%;height:500px;background:linear-gradient(135deg,#374151,#1f2937);border-radius:20px;align-items:center;overflow:hidden}.about-section{padding:120px 0;background:linear-gradient(135deg,var(--background-light) 0,#edf2f7 100%);position:relative;overflow:hidden}.about-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.about-text-section{text-align:center;margin-bottom:80px;position:relative;max-width:800px;margin-left:auto;margin-right:auto}.about-title{font-size:48px;font-weight:700;color:var(--text-dark);margin-bottom:32px;position:relative;display:inline-block}.about-description{font-size:18px;line-height:1.8;color:var(--text-muted);max-width:700px;margin:0 auto;font-weight:400}.about-visual-section{position:relative}.image-grid{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto}.image-card{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:transform .3s ease}.image-card:hover{transform:translateY(-10px)}.left-image{height:300px}.middle-image{height:400px;position:relative}.right-image{height:300px}.image-placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e0)}.image-placeholder,.main-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.main-image-placeholder{background:linear-gradient(135deg,var(--primary-color) 0,#c53030 100%)}.testimonial-card{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.15);max-width:300px;width:90%}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.profile-avatar{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color) 0,#c53030 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;font-size:20px}.profile-name{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.profile-title{font-weight:500}.profile-title,.quote-text{font-size:14px;color:var(--text-muted)}.quote-text{line-height:1.6;font-style:italic}.services{padding:120px 0;background:var(--white);position:relative}.services-container{max-width:1400px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:80px}.services-title{font-size:48px;font-weight:700;color:var(--text-dark);margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:2rem}.title-line{width:60px;height:4px;background:linear-gradient(135deg,var(--primary-color) 0,#c53030 100%);border-radius:2px}.services-subtitle{font-size:20px;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:2px}.services-grid{display:flex;flex-direction:column;gap:4rem}.service-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.service-section.hair-colour{direction:rtl}.service-section.hair-colour>*{direction:ltr}.service-card{padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-card.dark{background:linear-gradient(135deg,var(--secondary-color) 0,#1a202c 100%);color:var(--white)}.service-card.light{background:linear-gradient(135deg,var(--background-light) 0,#edf2f7 100%);color:var(--text-dark)}.service-card-title{font-size:32px;font-weight:700;margin-bottom:1.5rem}.service-card-description{font-size:16px;line-height:1.7;margin-bottom:2rem;opacity:.9}.learn-more-btn{padding:1rem 2rem;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.learn-more-btn.light{background:var(--white);color:var(--secondary-color)}.learn-more-btn.dark{background:var(--primary-color);color:var(--white)}.learn-more-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.service-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.booking{padding:120px 0;background:linear-gradient(135deg,var(--background-light) 0,#edf2f7 100%);position:relative}.booking-container{max-width:1400px;margin:0 auto;padding:0 2rem}.booking-header{text-align:center;margin-bottom:80px}.booking-title{font-size:48px;font-weight:700;color:var(--text-dark);margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:2rem}.booking-subtitle{font-size:20px;color:var(--text-muted);font-weight:500}.booking-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.form-card{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.form-title{font-size:28px;font-weight:700;color:var(--text-dark);margin-bottom:2rem;text-align:center}.booking-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:14px;text-transform:uppercase;letter-spacing:1px}.form-group input,.form-group select{padding:1rem;border:2px solid var(--border-color);border-radius:10px;font-size:16px;transition:border-color .3s ease;background:var(--white)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color)}.booking-btn{background:linear-gradient(135deg,var(--primary-color) 0,#c53030 100%);color:var(--white);border:none;padding:1.5rem 2rem;border-radius:25px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;margin-top:1rem}.booking-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(229,62,62,.3)}.info-card{background:var(--white);padding:3rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.info-title{font-size:28px;font-weight:700;color:var(--text-dark);margin-bottom:2rem;text-align:center}.info-item{padding:1.5rem;border-bottom:1px solid var(--border-color);transition:background-color .3s ease}.info-item:hover{background-color:var(--background-light)}.info-content h4{font-size:18px;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.info-content p{font-size:16px;color:var(--text-muted);line-height:1.6}.footer{background:linear-gradient(135deg,var(--secondary-color) 0,#1a202c 100%);color:var(--white);padding:80px 0 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer-logo .star{color:var(--primary-color);font-size:2rem}.footer-logo .brand-text{color:var(--white);font-size:2rem;font-weight:700}.footer-description{font-size:16px;line-height:1.7;color:#a0aec0;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-link{padding:.75rem 1rem;background:rgba(255,255,255,.1);border-radius:10px;text-decoration:none;color:var(--white);transition:all .3s ease;font-size:14px}.social-link:hover{background:rgba(229,62,62,.8);transform:translateY(-2px)}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:20px;font-weight:700;color:var(--white);margin-bottom:1.5rem;position:relative}.footer-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:var(--primary-color);border-radius:2px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links li a{color:#a0aec0;text-decoration:none;transition:color .3s ease;font-size:16px}.footer-links li a:hover{color:var(--primary-color)}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{padding:1rem;background:rgba(255,255,255,.05);border-radius:10px;transition:background-color .3s ease}.contact-item:hover{background:rgba(255,255,255,.1)}.contact-details h4{font-size:16px;font-weight:700;color:var(--white);margin-bottom:.5rem}.contact-details p{font-size:14px;color:#a0aec0;line-height:1.6}.newsletter-section{background:rgba(255,255,255,.05);padding:3rem;border-radius:20px;margin-bottom:3rem}.newsletter-content{text-align:center;max-width:600px;margin:0 auto}.newsletter-title{font-size:28px;font-weight:700;color:var(--white);margin-bottom:1rem}.newsletter-description{font-size:16px;color:#a0aec0;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:1rem;border:none;border-radius:25px;font-size:16px;background:var(--white)}.newsletter-input:focus{outline:none;box-shadow:0 0 0 3px rgba(229,62,62,.3)}.newsletter-btn{background:linear-gradient(135deg,var(--primary-color) 0,#c53030 100%);color:var(--white);border:none;padding:1rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(229,62,62,.3)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#a0aec0;font-size:14px}.footer-bottom-links{display:flex;gap:2rem}.bottom-link{color:#a0aec0;text-decoration:none;font-size:14px;transition:color .3s ease}.bottom-link:hover{color:var(--primary-color)}@media (max-width:1200px){.hero-section{padding:60px 2rem}.hero-content{gap:3rem}.hero-text{padding-right:30px}.hero-title{font-size:48px}.hero-description{font-size:18px}.operating-hours{gap:2rem}.barber-scene{height:400px}.about-container{padding:0 1rem}.about-title{font-size:36px}.about-description{font-size:16px}.image-grid{gap:1.5rem}.image-placeholder{height:250px}.services-container{padding:0 1rem}.services-title{font-size:36px}.services-subtitle{font-size:18px}.service-section{gap:3rem}.service-card{padding:2rem}.service-card-title{font-size:28px}.service-card-description{font-size:15px}.image-placeholder{height:350px}.booking-container{padding:0 1rem}.booking-title{font-size:36px}.booking-subtitle{font-size:18px}.booking-content{gap:3rem}.form-card{padding:2rem}.form-title{font-size:24px}.footer-container{padding:0 1rem}.footer-content{gap:2rem}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width:1024px){.nav{padding:0 1rem}.nav-menu{gap:1rem}.hero-section{padding:40px 1rem;min-height:70vh}.hero-content{flex-direction:column;gap:2rem;text-align:center}.hero-text{padding-right:0;max-width:100%}.hero-title{font-size:36px}.hero-description{font-size:16px}.operating-hours{justify-content:center;gap:2rem}.hero-image{max-width:100%;margin-left:0}.barber-scene{height:300px}.about-section{padding:80px 0}.about-container{padding:0 1rem}.about-title{font-size:32px}.about-description{font-size:15px}.image-grid{grid-template-columns:1fr;gap:2rem}.middle-image{order:-1}.testimonial-card{position:relative;bottom:0;left:0;transform:none;margin-top:2rem;max-width:100%}.services{padding:80px 0}.services-container{padding:0 1rem}.services-title{font-size:32px}.services-subtitle{font-size:16px}.service-section{grid-template-columns:1fr;gap:2rem}.service-section.hair-colour{direction:ltr}.service-card{padding:2rem}.service-card-title{font-size:24px}.service-card-description{font-size:14px}.image-placeholder{height:300px}.booking{padding:80px 0}.booking-container{padding:0 1rem}.booking-title{font-size:32px}.title-line{width:40px}.booking-subtitle{font-size:16px}.booking-content{grid-template-columns:1fr;gap:2rem}.form-card,.info-card{padding:2rem}.footer{padding:60px 0 0}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{max-width:100%;text-align:center}.newsletter-form{flex-direction:column}.newsletter-btn{width:100%}.footer-bottom-content{flex-direction:column;gap:1rem}}@media (max-width:768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-section{padding:20px 1rem;min-height:60vh}.hero-title{font-size:28px}.hero-description{font-size:14px}.operating-hours{flex-direction:column;gap:1rem}.barber-scene{height:200px}.about-section{padding:60px 0}.about-container{padding:0 1rem}.about-title{font-size:28px}.about-description{font-size:14px}.about-text-section{margin-bottom:40px}.image-grid{gap:1rem}.main-image-placeholder{height:250px}.testimonial-card{padding:1.5rem}.profile-avatar{width:40px;height:40px;font-size:16px}.profile-name{font-size:14px}.quote-text{font-size:13px}.services{padding:60px 0}.services-container{padding:0 1rem}.services-header{margin-bottom:40px}.services-title{font-size:28px}.services-subtitle{font-size:14px}.services-grid{gap:2rem}.service-section{gap:1.5rem}.service-card{padding:1.5rem}.service-card-title{font-size:20px}.service-card-description{font-size:13px}.learn-more-btn{padding:.75rem 1.5rem;font-size:14px}.image-placeholder{height:200px}.booking{padding:60px 0}.booking-container{padding:0 1rem}.booking-header{margin-bottom:40px}.booking-title{font-size:28px}.title-line{width:30px}.booking-subtitle{font-size:14px}.booking-content{gap:1.5rem}.form-card{padding:1.5rem}.form-title{font-size:20px}.form-row{grid-template-columns:1fr}.booking-form{gap:1rem}.form-group input,.form-group select{padding:.75rem;font-size:14px}.booking-btn{padding:1rem 1.5rem;font-size:16px}.info-card{padding:1.5rem}.info-title{font-size:20px}.info-item{padding:1rem}.info-content h4{font-size:16px}.info-content p{font-size:14px}.footer{padding:40px 0 0}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem}.footer-logo .brand-text{font-size:1.5rem}.footer-description{font-size:14px}.footer-title{font-size:18px}.footer-links li a{font-size:14px}.contact-item{padding:.75rem}.contact-details h4{font-size:14px}.contact-details p{font-size:12px}.newsletter-section{padding:2rem 1rem}.newsletter-title{font-size:20px}.newsletter-description{font-size:14px}.newsletter-input{padding:.75rem;font-size:14px}.newsletter-btn{padding:.75rem 1.5rem;font-size:14px}.footer-bottom{padding:1.5rem 0}.footer-bottom-content{gap:.5rem}.copyright{font-size:12px}.footer-bottom-links{gap:1rem}.bottom-link{font-size:12px}}