*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#334155;background-color:#f8fafc;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;justify-content:space-between;align-items:center;height:70px;padding:0 4rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.nav-logo{color:#0f172a;font-size:1.5rem;font-weight:800}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links li{color:#475569;cursor:pointer;font-weight:600;transition:color .3s}.nav-links li:hover{color:#3b82f6}.hero{text-align:center;color:#fff;background:linear-gradient(#0f172a99,#0f172a99),url(https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&q=80) 50%/cover;justify-content:center;align-items:center;height:100vh;padding-top:70px;display:flex}.hero h1{margin-bottom:1rem;font-size:4.5rem;font-weight:800}.hero p{color:#e2e8f0;margin-bottom:2.5rem;font-size:1.5rem}.hero-buttons{justify-content:center;gap:1.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:background-color .3s}.btn-primary:hover{background-color:#2563eb}.btn-secondary-hero{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:.5rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:700;transition:background-color .3s}.btn-secondary-hero:hover{background-color:#fff3}.section{max-width:1280px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;color:#0f172a;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.about-text{text-align:center;color:#475569;max-width:900px;margin:0 auto;font-size:1.25rem;line-height:1.8}.grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.card{background:#fff;border-radius:1rem;transition:transform .3s;overflow:hidden;box-shadow:0 4px 20px #0000000d}.card:hover{transform:translateY(-10px)}.card-image{object-fit:cover;width:100%;height:250px}.card-content{padding:1.5rem}.card-title{margin-bottom:.5rem;font-size:1.4rem}.card-desc{color:#64748b;margin-bottom:1.5rem;font-size:.95rem}.card-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.card-price{color:#3b82f6;font-size:1.2rem;font-weight:800}.btn-secondary.disabled{color:#94a3b8;cursor:not-allowed;background-color:#f1f5f9;border:none;border-radius:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.contact-container{background:#fff;border-radius:1.5rem;grid-template-columns:1fr 1.2fr;gap:4rem;padding:4rem;display:grid;box-shadow:0 10px 30px #0000000d}.contact-info h3{margin-bottom:1.5rem;font-size:1.8rem}.contact-info p{margin-bottom:.8rem;font-size:1.1rem}.contact-hint{background:#f8fafc;border-radius:1rem;margin-top:2rem;padding:1.5rem}.footer{color:#94a3b8;text-align:center;background:#0f172a;padding:4rem 2rem}@media (width<=768px){.navbar{padding:0 1.5rem}.nav-links{display:none}.hero h1{font-size:2.8rem}.contact-container{grid-template-columns:1fr;padding:2rem}}.gallery-page{background-color:#f8fafc;min-height:calc(100vh - 150px);padding-top:70px}.gallery-header{color:#fff;text-align:center;background:linear-gradient(#0f172acc,#0f172acc),url(https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&q=80) 50%/cover;padding:5rem 2rem}.gallery-header h1{margin-bottom:1rem;font-size:3.5rem}.gallery-header p{color:#cbd5e1;font-size:1.2rem}.gallery-content{max-width:1280px;margin:0 auto;padding:4rem 2rem}.gallery-section{border-bottom:1px solid #e2e8f0;margin-bottom:5rem;padding-bottom:5rem}.gallery-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.gallery-section-title{color:#0f172a;margin-bottom:2rem;font-size:2rem;display:inline-block;position:relative}.gallery-section-title:after{content:"";background-color:#3b82f6;border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.gallery-item{aspect-ratio:4/3;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.05)}@media (width<=768px){.gallery-header h1{font-size:2.5rem}}
