*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}:root{--header-height: 70px}.site-header{position:fixed;top:0;left:0;width:100%;background:#eee;z-index:1000;box-shadow:0 2px 8px #00000014}.site-header-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:16px}.site-logo{flex-shrink:0;z-index:1002}.site-logo a{font-family:Arial,sans-serif;font-weight:700;font-size:1.35rem;color:#fb5e74;letter-spacing:1px;white-space:nowrap}.site-logo a:hover{color:#e04a60}.site-nav{flex:1;min-width:0}.site-nav-list{list-style:none;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 20px}.site-nav-list a{color:#000;font-size:.9rem;font-weight:500;white-space:nowrap;transition:color .3s ease}.site-nav-list a:hover{color:#608576;text-decoration:underline}.site-nav-cta{flex-shrink:0}.site-nav .btn-nav{padding:8px 16px;font-size:.85rem;font-weight:600;border-radius:50px;border:none;box-shadow:none;white-space:nowrap}.site-nav .btn-nav:before{display:none}.site-nav .btn-nav:hover{transform:none;box-shadow:0 4px 12px #06c75559}.menu-toggle{display:none;flex-shrink:0;background:none;border:none;cursor:pointer;width:28px;height:20px;padding:0;z-index:1002}.menu-toggle span{display:block;width:100%;height:2px;background:#000;margin-bottom:6px;transition:transform .3s ease,opacity .3s ease}.menu-toggle span:last-child{margin-bottom:0}.menu-toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.nav-overlay{display:none}#features,#gallery,#contact{scroll-margin-top:calc(var(--header-height) + 16px)}.hero{position:relative;color:#fff;padding:calc(var(--header-height) + 60px) 20px 80px;text-align:center;overflow:hidden;min-height:calc(600px + var(--header-height));display:flex;align-items:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#608576d9,#000000bf);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-bottom:40px;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;align-items:center;margin-bottom:50px}.cta-buttons>.btn-primary:nth-of-type(1){order:1}.cta-buttons>.btn-line{order:2}.cta-buttons>.btn-primary:nth-of-type(2){order:3}.store-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:900px;margin:40px auto 0}.store-card{background:#fffffff2;padding:25px;border-radius:15px;box-shadow:0 5px 20px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.store-name{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:15px;text-align:center}.store-company,.store-address,.store-phone,.store-line{font-size:1rem;color:#555;margin-bottom:10px;line-height:1.6}.store-phone a,.store-line a{color:#608576;text-decoration:none;font-weight:600;transition:color .3s ease}.store-phone a:hover,.store-line a:hover{color:#5c8455;text-decoration:underline}.btn{padding:15px 40px;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#fff;color:#608576}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#608576}.btn-large{padding:18px 50px;font-size:1.2rem}.btn-line{background:linear-gradient(135deg,#06c755,#00b900);color:#fff;padding:18px 45px;font-size:1.15rem;font-weight:700;box-shadow:0 6px 20px #06c75566;border:2px solid rgba(255,255,255,.3);position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:10px}.btn-line:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.btn-line:hover:before{left:100%}.btn-line:hover{transform:translateY(-3px);box-shadow:0 10px 30px #06c75580;background:linear-gradient(135deg,#00b900,#06c755)}.btn-line-icon{font-size:1.3rem;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.features{padding:80px 20px;background:#f7f6f6}.section-title{text-align:center;font-size:2.5rem;margin-bottom:60px;color:#000}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.feature-card{background:#fff;padding:40px;border-radius:15px;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#000}.feature-card p{color:#666;line-height:1.6}.benefits{padding:80px 20px;background:#fff}.benefits-content{max-width:800px;margin:0 auto;text-align:center}.benefits-text h2{font-size:2.5rem;margin-bottom:30px;color:#000}.benefits-list{list-style:none;text-align:left;max-width:500px;margin:0 auto 40px;font-size:1.2rem;line-height:2;color:#555}.benefits-list li{padding:10px 0}.cta-section{padding:80px 20px;background:linear-gradient(135deg,#608576,#000);color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:20px}.cta-section p{font-size:1.3rem;margin-bottom:40px;opacity:.95}.gallery{padding:80px 20px;background:#f8f8f8}.gallery-description{text-align:center;font-size:1.2rem;color:#666;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:1100px;margin:0 auto}.gallery-item{overflow:hidden;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;aspect-ratio:3/4;background:#eee}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.gallery-item img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.footer{background:#000;color:#fff;padding:30px 20px;text-align:center}@media (max-width: 992px){.site-header-inner{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo toggle"}.site-logo{grid-area:logo}.menu-toggle{display:block;grid-area:toggle}.site-nav{position:fixed;top:0;left:0;flex:none;width:min(280px,85vw);height:100vh;height:100dvh;background:#fff;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 20px #0000001a;z-index:1001}.site-nav.is-open{transform:translate(0)}.site-nav-list{flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0;padding:calc(var(--header-height) + 24px) 24px 24px;height:100%;overflow-y:auto}.site-nav-list li{border-bottom:1px solid #eee}.site-nav-list a{display:block;padding:16px 0;white-space:normal}.site-nav-cta{border-bottom:none;padding-top:20px}.site-nav-cta .btn-nav{width:100%;justify-content:center;display:flex;padding:14px 20px;font-size:1rem}.nav-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;border:none;cursor:pointer;z-index:1000}.hero{min-height:500px;padding:calc(var(--header-height) + 40px) 20px 60px}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.gallery-description{font-size:1rem}.benefits-text h2,.cta-section h2{font-size:2rem}.features-grid,.gallery-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;gap:12px;width:100%;max-width:100%}.cta-buttons>.btn-primary:nth-of-type(1),.cta-buttons>.btn-line,.cta-buttons>.btn-primary:nth-of-type(2){order:0}.hero .btn,.benefits .btn,.cta-section .btn{padding:14px 30px;font-size:1rem;width:100%;max-width:100%;text-align:center;box-sizing:border-box}.btn-line{padding:16px 30px;font-size:1rem;width:100%;max-width:100%;justify-content:center;display:flex;align-items:center}.btn-line-icon{font-size:1.2rem}.store-info{grid-template-columns:1fr;gap:20px;margin-top:30px}.store-card{padding:20px}.store-name{font-size:1.3rem}.store-company,.store-address,.store-phone,.store-line{font-size:.95rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
