.carousel{position:relative;width:100%;aspect-ratio:21/9;min-height:280px;max-height:480px;overflow:hidden}.carousel-loading,.carousel-empty{display:flex;align-items:center;justify-content:center;background:var(--color-surface-alt);color:var(--color-text-soft)}.carousel-track{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.carousel-slide{position:relative;flex:0 0 100%;width:100%;height:100%;min-width:0}.carousel-image{position:absolute;top:0;right:0;bottom:0;left:0}.carousel-image img{width:100%;height:100%;object-fit:cover}.carousel-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,118,110,.85) 0%,rgba(15,118,110,.3) 40%,transparent 70%)}.carousel-content{position:absolute;bottom:0;left:0;right:0;padding:2rem 2rem 3rem;color:#fff;z-index:2}.carousel-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin-bottom:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.carousel-desc{font-size:1rem;opacity:.95;max-width:600px}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:10;color:var(--color-primary);transition:background .2s}.carousel-btn:hover{background:#fff}.carousel-btn-prev{left:1rem}.carousel-btn-next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:background .2s}.carousel-dot.active{background:#fff}@media (max-width: 640px){.carousel{aspect-ratio:4/3;min-height:240px}.carousel-content{padding:1.5rem 1rem 2rem}}.services-list{display:flex;flex-direction:column;gap:0;margin-top:2rem}.service-row{display:grid;grid-template-columns:auto 200px 1fr auto;gap:1.5rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid var(--color-border);transition:background .2s}.service-row:hover{background:var(--color-surface-alt)}.service-row:last-child{border-bottom:none}.service-num{font-size:1.5rem;font-weight:700;color:var(--color-accent);opacity:.7;min-width:2rem;text-align:center}.service-visual{width:200px;height:120px;border-radius:8px;overflow:hidden;flex-shrink:0}.service-visual img{width:100%;height:100%;object-fit:cover}.service-details h3{font-size:1.15rem;font-weight:600;color:var(--color-primary);margin-bottom:.25rem}.service-details p{font-size:.9rem;color:var(--color-text-soft)}.service-price{font-size:1.1rem;font-weight:700;color:var(--color-accent);white-space:nowrap}@media (max-width: 768px){.service-row{grid-template-columns:1fr;gap:.75rem;padding:1.5rem 0}.service-num{order:-1;text-align:left}.service-visual{width:100%;height:160px}.service-price{font-size:1.25rem}}.products-masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}.product-tile{display:flex;flex-direction:column;background:var(--color-surface);border-left:4px solid var(--color-accent);border-radius:0 8px 8px 0;overflow:hidden;transition:box-shadow .2s}.product-tile:hover{box-shadow:var(--shadow-lg)}.product-tile-image{aspect-ratio:16/10;overflow:hidden}.product-tile-image img{width:100%;height:100%;object-fit:cover}.product-tile-body{padding:1.25rem;display:flex;flex-direction:column;flex:1}.product-tile-body h3{font-size:1.1rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem}.product-tile-body p{font-size:.9rem;color:var(--color-text-soft);flex:1}.product-tile-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.product-price{font-size:1.2rem;font-weight:700;color:var(--color-accent)}.contact-section{padding-top:3rem}.contact-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 2rem;margin-top:.75rem}.contact-inline{display:flex;align-items:center;gap:.5rem}.contact-item{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text)}.contact-item:hover{color:var(--color-accent)}.contact-address{margin-top:.5rem;color:var(--color-text-soft)}.contact-icon{font-size:1.1rem}.app{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:50;background:var(--header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:var(--color-primary);text-decoration:none}.logo-img{height:40px;width:auto;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(15,118,110,.15)) drop-shadow(0 2px 4px rgba(0,0,0,.08))}[data-theme=dark] .logo-img{filter:brightness(0) invert(1) drop-shadow(0 1px 3px rgba(0,0,0,.4)) drop-shadow(0 2px 6px rgba(0,0,0,.3))}.logo-text{color:var(--color-primary)}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-weight:500;color:var(--color-text-soft)}.nav-links a:hover{color:var(--color-primary)}@media (max-width: 768px){.nav{flex-wrap:wrap;gap:1rem}.nav-links{width:100%;justify-content:flex-start;gap:1.25rem;flex-wrap:wrap}.nav-links li:last-child{margin-left:auto}}.nav-cta{background:var(--color-cta);color:#fff!important;padding:.5rem 1rem;border-radius:8px}.nav-cta:hover{background:var(--color-cta-hover)}.nav-cta-icon{padding:.5rem .65rem;display:flex;align-items:center;justify-content:center}.nav-cta-icon:hover{color:#fff!important}.carousel-section{position:relative;width:100%}.hero-title{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);z-index:10;margin:0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.8),0 2px 8px rgba(0,0,0,.5);padding:.35rem 1rem;background:#0f766ebf;border-radius:8px}.nav-actions{display:flex;align-items:center;gap:.5rem}.lang-dropdown-wrap{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:8px}.lang-icon{font-size:1rem;line-height:1}.lang-dropdown{padding:.2rem 1.2rem .2rem 0;font-size:.9rem;font-weight:500;border:none;border-radius:4px;background:transparent;color:var(--color-text);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23115e59' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center}[data-theme=dark] .lang-dropdown{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E")}.lang-dropdown:focus{outline:none}.lang-dropdown option{background:var(--color-surface);color:var(--color-text)}.theme-switcher{display:flex;align-items:center;gap:0;padding:3px;background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:8px}.theme-switcher-option{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--color-text-soft);cursor:pointer;transition:background .2s,color .2s}.theme-switcher-option:hover{color:var(--color-text)}.theme-switcher-option.active{background:var(--color-surface);color:var(--color-accent);box-shadow:var(--shadow-sm)}.theme-switcher-option:focus{outline:none}.theme-switcher-option:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.section{padding:2.5rem 2rem;max-width:1200px;margin:0 auto;width:100%}main .section:first-of-type{padding-top:3rem}main .section+.section{padding-top:1.5rem}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.section-desc{color:var(--color-text-soft);margin-bottom:2rem}.footer{margin-top:auto;padding:2rem;background:var(--color-footer-bg);color:#fffffff2}.footer-inner{max-width:1200px;margin:0 auto;text-align:center}.footer a{color:#fff}*{margin:0;padding:0;box-sizing:border-box}:root,[data-theme=light]{--color-bg: #f0fdf9;--header-bg: rgba(255, 255, 255, .92);--color-surface: #ffffff;--color-surface-alt: #ccfbf1;--color-primary: #0f766e;--color-primary-light: #14b8a6;--color-accent: #0d9488;--color-accent-hover: #0f766e;--color-cta: #0d9488;--color-cta-hover: #0f766e;--color-text: #134e4a;--color-text-soft: #115e59;--color-muted: #647b78;--color-border: #99f6e4;--color-footer-bg: #0f766e;--shadow-sm: 0 1px 2px rgba(15, 118, 110, .06);--shadow-md: 0 4px 6px -1px rgba(15, 118, 110, .08), 0 2px 4px -2px rgba(15, 118, 110, .06);--shadow-lg: 0 10px 15px -3px rgba(15, 118, 110, .1), 0 4px 6px -4px rgba(15, 118, 110, .08);--shadow-xl: 0 20px 25px -5px rgba(15, 118, 110, .1)}[data-theme=dark]{--color-bg: #0f1419;--header-bg: rgba(26, 35, 46, .92);--color-surface: #1a232e;--color-surface-alt: #1e2a36;--color-primary: #5eead4;--color-primary-light: #99f6e4;--color-footer-bg: #0d3d38;--color-accent: #2dd4bf;--color-accent-hover: #5eead4;--color-cta: #14b8a6;--color-cta-hover: #2dd4bf;--color-text: #e2e8f0;--color-text-soft: #94a3b8;--color-muted: #64748b;--color-border: #334155;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -2px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .4)}:root{--radius: 12px;--radius-lg: 16px;--font-heading: "Outfit", system-ui, sans-serif;--font-body: "Plus Jakarta Sans", system-ui, sans-serif}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;transition:background .3s,color .3s}h1,h2,h3{font-family:var(--font-heading)}a{color:var(--color-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto;display:block}
