@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px;min-height:100vh}#root{width:100%}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;transition:background-color .5s ease,color .5s ease}.normal-mode{background:linear-gradient(180deg,#fefdfb,#f8f6f1);color:#1a1a1a}.hero-section{text-align:center;padding:4rem 2rem 0;max-width:720px;margin:0 auto}.cta-section{text-align:center;padding:2rem;background:linear-gradient(135deg,#ffffffd9,#fff9);border-radius:20px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.04)}.cta-section p{max-width:600px;margin:0 auto 1.5rem}.cta-button{display:inline-block;padding:.875rem 2rem;font-size:1rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#2c2c2c,#1a1a1a);border-radius:50px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.cta-email{margin-top:1.2rem!important;margin-bottom:0!important;font-size:.9rem;opacity:.6}.hero-title{font-size:2.75rem;font-weight:600;letter-spacing:-1px;-webkit-user-select:none;user-select:none;margin-bottom:.5rem;transition:opacity .2s ease}.hero-title:hover{opacity:.85}.hero-tagline{font-size:1.15rem;font-weight:500;opacity:.85;margin-bottom:.75rem;letter-spacing:-.2px}.hero-credentials{font-size:.875rem;font-weight:400;opacity:.6;margin-bottom:1.5rem;letter-spacing:.2px}.hero-text{font-size:1.05rem;max-width:520px;margin:0 auto;line-height:1.75;opacity:.9}.main-content{flex:1;width:100%;max-width:960px;margin:0 auto;padding:0 2rem 3rem;display:flex;flex-direction:column;gap:3.5rem}.section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:-.4px;text-align:center}.section p{font-size:1rem;line-height:1.8;opacity:.9}.about-section{text-align:center;max-width:800px;margin:0 auto}.about-section h2{margin-bottom:.2rem}.gallery-container{display:flex;gap:16px;width:100%}.gallery-item{flex:1;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.gallery-item img{width:100%;height:200px;object-fit:cover;display:block}@media(max-width:640px){.gallery-container{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.gallery-container::-webkit-scrollbar{display:none}.gallery-item{flex:0 0 85%;scroll-snap-align:center}.gallery-item:hover{transform:none}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card{padding:1.75rem;border-radius:16px;background-color:#ffffffb3;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.04);transition:transform .25s ease,box-shadow .25s ease}.service-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.625rem;letter-spacing:-.2px}.service-card p{font-size:.95rem;opacity:.85;line-height:1.7}.process-section h2{text-align:center}.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:.5rem}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.75rem 1.25rem;background:linear-gradient(135deg,#ffffffd9,#fff9);border-radius:16px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.04)}.step-text{font-size:.95rem;line-height:1.65;opacity:.9}@media(max-width:800px){.process-timeline{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.process-timeline{grid-template-columns:1fr;gap:1rem}.process-step{padding:1.25rem 1.5rem}}.testimonial-section{text-align:center}.testimonial-container{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:900px;margin:0 auto;text-align:left}.testimonial-image{flex:2;max-width:400px}.testimonial-image img{width:100%;border-radius:20px;display:block}.testimonial-card{flex:2.4;max-width:100%;margin:0;padding:2rem 2.5rem;background:linear-gradient(135deg,#fffc,#ffffff80);border-radius:20px;box-shadow:0 4px 24px #0000000d;border:1px solid rgba(0,0,0,.03);text-align:left}.testimonial-card p{font-size:.95rem;line-height:1.85;margin-bottom:1.25rem;font-style:italic;opacity:.95}.testimonial-card footer{display:flex;align-items:center;gap:1rem;font-size:.95rem}.testimonial-card cite{font-style:normal;font-weight:600;letter-spacing:-.2px}.testimonial-date{opacity:.5;font-weight:600}.site-footer{text-align:center;padding:2rem;font-size:.875rem;opacity:.6;margin-top:auto}@media(max-width:640px){.hero-title{font-size:2.25rem}.hero-section{padding:3rem 1.5rem 0}.hero-tagline{font-size:1.05rem}.main-content{padding:0 1.5rem 2.5rem;gap:2.5rem}.section h2{font-size:1.3rem}.service-card,.testimonial-card{padding:1.5rem}.testimonial-container{flex-direction:column-reverse;gap:1.5rem}}
