:root{--color-bg:#f5fafd;--color-surface:#fff;--color-surface-alt:#eef7fb;--ice-50:#eef7fb;--ice-100:#dff3fb;--ice-200:#cfeaf6;--ice-300:#bfe2f1;--ice-400:#a9d8ec;--ice-500:#6fb6d9;--ice-600:#2f6f96;--ice-700:#255a7a;--ice-800:#103a52;--ice-900:#0c3a52;--color-dark:#1c2b35;--color-dark-alt:#142028;--color-text:#142028;--color-text-muted:#4a6373;--color-text-inverse:#fff;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 2px 8px #103a5214;--shadow-md:0 8px 24px #103a521f;--font-base:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 24px}h1,h2,h3,h4{color:var(--color-text);font-weight:700;line-height:1.25}h1{font-size:2.6rem}h2{font-size:2rem}h3{font-size:1.25rem}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--ice-600);margin-bottom:10px;font-size:.75rem;font-weight:700;display:inline-block}.section{padding:80px 0}.section-alt{background:var(--color-surface-alt)}.section-header{text-align:center;max-width:640px;margin:0 auto 48px}.section-header p{color:var(--color-text-muted);margin-top:12px}.btn{border-radius:var(--radius-md);cursor:pointer;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-size:.95rem;font-weight:600;transition:transform .15s,background .2s,color .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--ice-600);color:#fff}.btn-primary:hover{background:var(--ice-700)}.btn-outline{color:#fff;background:0 0;border-color:#fff9}.btn-outline:hover{background:#ffffff1f}.btn-ghost{color:var(--ice-600);border-color:var(--ice-600);background:0 0}.btn-ghost:hover{background:var(--ice-50)}.btn-block{width:100%}.navbar{z-index:1000;background:#fff;border-bottom:1px solid #103a5214;position:sticky;top:0}.navbar .container{justify-content:space-between;align-items:center;gap:24px;height:100px;display:flex}.navbar-brand{flex-shrink:0;align-items:center;gap:10px;display:flex}.navbar-brand img{width:auto;height:80px}.navbar-links{align-items:center;gap:28px;margin:0 auto;list-style:none;display:flex}.navbar-links a{letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:2px solid #0000;padding:6px 0;font-size:.85rem;font-weight:600;transition:color .2s,border-color .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--ice-600);border-color:var(--ice-600)}.navbar-actions{flex-shrink:0;align-items:center;gap:18px;display:flex}.navbar-phone{color:var(--ice-600);text-underline-offset:3px;cursor:pointer;align-items:center;gap:8px;font-size:.9rem;font-weight:600;text-decoration:underline;text-decoration-thickness:2px;transition:color .25s;display:flex}.navbar-phone i{color:var(--ice-600)}.navbar-phone:hover,.navbar-phone:hover i{color:var(--ice-400)}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.navbar-toggle span{background:var(--ice-600);border-radius:1px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.navbar-toggle.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-toggle.is-open span:nth-child(2){opacity:0}.navbar-toggle.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-mobile-panel{box-shadow:var(--shadow-sm);background:#fff;border-bottom:1px solid #103a5214;flex-direction:column;max-height:0;transition:max-height .3s;display:none;overflow:hidden}.navbar-mobile-panel.is-open{max-height:480px}.navbar-mobile-panel ul{flex-direction:column;padding:8px 24px 12px;list-style:none;display:flex}.navbar-mobile-panel a{color:var(--color-text);border-bottom:1px solid #103a5212;padding:13px 0;font-size:.95rem;font-weight:600;display:block}.navbar-mobile-panel a.active{color:var(--ice-600)}.navbar-mobile-panel .navbar-mobile-cta{padding:4px 24px 20px}.navbar-mobile-phone{color:var(--color-text);align-items:center;gap:8px;padding:14px 24px 4px;font-size:.9rem;font-weight:600;display:flex}.navbar-mobile-phone i{color:var(--ice-600)}@media (max-width:900px){.navbar-links,.navbar-phone{display:none}.navbar-toggle,.navbar-mobile-panel{display:flex}}@media (min-width:901px){.navbar-mobile-panel{display:none!important}}.home-hero{background-position:50%;background-size:cover;align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.home-hero:before{content:"";z-index:0;background:linear-gradient(115deg,#0c3a52f0 0%,#103a52bd 45%,#103a5252 100%);position:absolute;inset:0}.home-hero:after{content:"";z-index:0;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:30%;width:460px;height:460px;position:absolute;bottom:-140px;right:-140px;transform:rotate(45deg)}.home-hero .container{z-index:2;padding:80px 24px;position:relative}.home-hero .inner{max-width:580px}.home-hero h1{color:#fff;margin-bottom:18px;font-size:2.9rem}.home-hero p{color:#ffffffd9;max-width:480px;margin-bottom:30px;font-size:1.05rem}@media (max-width:700px){.home-hero{min-height:460px}.home-hero h1{font-size:2rem}.home-hero .container{padding:56px 24px}}.hero-tag{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 16px;font-size:.75rem;font-weight:600;display:inline-flex}.hero-tag i{color:var(--ice-400)}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.page-hero{text-align:center;color:#fff;background-position:50%;background-size:cover;background-color:var(--ice-800);padding:110px 0 72px;position:relative;overflow:hidden}.page-hero:before{content:"";z-index:0;background:radial-gradient(circle at 14% 18%,#ffffff1a 0,#0000 38%),radial-gradient(circle at 88% 82%,#6fb6d938 0,#0000 42%),linear-gradient(125deg,#0c3a52 0%,#103a52 45%,#1c2b35 100%);position:absolute;inset:0}.page-hero:after{content:"";z-index:0;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:30%;width:420px;height:420px;position:absolute;top:-120px;right:-120px;transform:rotate(45deg)}.page-hero .container{z-index:2;position:relative}.page-hero .eyebrow{color:var(--ice-300);background:#ffffff1a;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:6px;padding:6px 16px;display:inline-flex}.page-hero h1{color:#fff;margin:16px 0 14px}.page-hero p{color:#ffffffd1;max-width:560px;margin:0 auto}.trust-bar{background:var(--color-surface);border-bottom:1px solid #103a5214;padding:28px 0}.trust-bar .container{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.trust-item{color:var(--color-text);align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.trust-item i{background:var(--ice-50);width:36px;height:36px;color:var(--ice-600);border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;display:flex}.grid{gap:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid #103a5214;transition:transform .2s,box-shadow .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.card-image{background-position:50%;background-size:cover;height:180px}.card-body{padding:22px}.card-body h3{margin-bottom:8px}.card-body p{color:var(--color-text-muted);margin-bottom:14px;font-size:.92rem}.card-link{color:var(--ice-600);align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:inline-flex}.service-list{flex-direction:column;gap:10px;display:flex}.service-list li{color:var(--color-text-muted);align-items:center;gap:8px;font-size:.88rem;display:flex}.service-list i{color:var(--ice-600);font-size:.9rem}.service-rows{flex-direction:column;display:flex}.service-row{border-bottom:1px solid #103a521a;grid-template-columns:180px 1.4fr 1fr;align-items:center;gap:32px;padding:32px 0;display:grid}.service-row:first-child{padding-top:0}.service-row:last-child{border-bottom:none}.service-row-image{border-radius:var(--radius-lg);width:180px;height:150px;box-shadow:var(--shadow-sm);background-position:50%;background-size:cover;flex-shrink:0}.service-row-body h3{margin-bottom:10px;font-size:1.15rem}.service-row-body p{color:var(--color-text-muted);font-size:.92rem}.service-row-features{flex-direction:column;gap:10px;display:flex}.service-row-features li{color:var(--color-text-muted);align-items:center;gap:8px;font-size:.88rem;display:flex}.service-row-features i{background:var(--ice-50);width:18px;height:18px;color:var(--ice-600);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;display:flex}.service-row-link{letter-spacing:.04em;text-transform:uppercase;color:var(--ice-600);align-items:center;gap:6px;margin-top:14px;font-size:.82rem;font-weight:700;display:inline-flex}.service-row-link i{font-size:.85rem;transition:transform .2s}.service-row:hover .service-row-link i{transform:translate(3px)}@media (max-width:800px){.service-row{text-align:left;grid-template-columns:1fr}.service-row-image{width:100%;height:180px}}.icon-img{object-fit:contain;vertical-align:-.15em;width:1em;height:1em;display:inline-block}.icon-circle .icon-img{width:44px;height:44px}.contact-item .icon-circle .icon-img{width:24px;height:24px}.hero-tag .icon-img{width:20px;height:20px}.eyebrow .icon-img{width:18px;height:18px}.trust-item .icon-img{width:24px;height:24px}.service-row-features .icon-img{width:18px;height:18px}.swatch-zoom-hint .icon-img{width:16px;height:16px}.success-banner .icon-img{width:18px;height:18px}.review-stars .icon-img{width:22px;height:22px;margin-right:2px}.card-icon-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.card-icon-row .icon-img{width:28px;height:28px}.feature{text-align:center}.feature .icon-circle{background:var(--ice-50);width:96px;height:96px;color:var(--ice-600);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:2.2rem;display:flex}.feature .icon-circle .icon-img{width:48px;height:48px}.feature h3{margin-bottom:6px;font-size:1.05rem}.feature p{color:var(--color-text-muted);font-size:.88rem}.cta-band{background:var(--color-dark);color:#fff;padding:56px 0}.cta-band .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.cta-band h2{color:#fff;margin-bottom:6px;font-size:1.6rem}.cta-band p{color:var(--ice-300)}.gallery-group{margin-bottom:44px}.gallery-group h3{margin-bottom:18px}.gallery-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.gallery-grid a{border-radius:var(--radius-md);aspect-ratio:1;background-position:50%;background-size:cover;transition:transform .2s;overflow:hidden}.gallery-grid a:hover{transform:scale(1.04)}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.contact-grid{grid-template-columns:1fr 1.2fr;gap:48px;display:grid}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.contact-item{gap:14px;margin-bottom:22px;display:flex}.contact-item .icon-circle{flex-shrink:0;width:44px;height:44px;margin:0;font-size:1.1rem}.contact-item h4{margin-bottom:2px;font-size:.95rem}.contact-item p{color:var(--color-text-muted);font-size:.9rem}.form-card{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid #103a5214;padding:32px}.form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field label{color:var(--color-text);font-size:.85rem;font-weight:600}.field input,.field textarea{border-radius:var(--radius-sm);font-size:.92rem;font-family:var(--font-base);background:var(--color-bg);border:1px solid #103a522e;padding:11px 14px}.field input:focus,.field textarea:focus{outline:2px solid var(--ice-400);border-color:var(--ice-600)}.map-frame{border-radius:var(--radius-lg);border:1px solid #103a5214;margin-top:32px;overflow:hidden}.locations-map{background:var(--color-surface-alt);width:100%;height:280px}.locations-map .leaflet-popup-content-wrapper{border-radius:var(--radius-sm)}.locations-map .leaflet-popup-content{font-family:var(--font-base);color:var(--color-text);margin:10px 12px;font-size:.85rem}.success-banner{background:var(--ice-50);color:var(--ice-800);border:1px solid var(--ice-300);border-radius:var(--radius-md);margin-bottom:24px;padding:14px 18px;font-size:.9rem;font-weight:600}.faq-item{border-bottom:1px solid #103a521a;padding:20px 0}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;display:flex}.faq-question i{color:var(--ice-600);transition:transform .2s}.faq-item.is-open .faq-question i{transform:rotate(45deg)}.faq-answer{color:var(--color-text-muted);max-height:0;margin-top:0;font-size:.92rem;transition:max-height .25s,margin-top .25s;overflow:hidden}.faq-item.is-open .faq-answer{margin-top:12px}.review-card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid #103a5214;padding:26px}.review-stars{color:var(--ice-600);margin-bottom:12px;font-size:.9rem}.review-card p{color:var(--color-text-muted);margin-bottom:16px;font-size:.92rem}.review-author{align-items:center;gap:12px;display:flex}.review-avatar{background:var(--ice-600);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:700;display:flex}.review-author strong{font-size:.88rem}.review-author span{color:var(--color-text-muted);font-size:.78rem}.about-block{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}@media (max-width:900px){.about-block{grid-template-columns:1fr}}.about-block img{border-radius:var(--radius-lg)}.stat-row{flex-wrap:wrap;gap:32px;margin-top:28px;display:flex}.stat-row strong{color:var(--ice-600);font-size:1.8rem;display:block}.stat-row span{color:var(--color-text-muted);font-size:.82rem}.catalog-topbar{background:var(--color-surface-alt);border-bottom:1px solid #103a5214;padding:18px 0}.catalog-back{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text);align-items:center;gap:6px;font-size:.82rem;font-weight:700;display:inline-flex}.catalog-back i{color:var(--ice-600)}.swatch-viewer-grid{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}@media (max-width:900px){.swatch-viewer-grid{grid-template-columns:1fr;gap:32px}}.swatch-zoom-frame{aspect-ratio:1;border-radius:var(--radius-lg);cursor:zoom-in;background:var(--color-surface-alt);border:1px solid #103a521a;position:relative;overflow:hidden}.swatch-zoom-image{background-position:50%;background-size:cover;transition:background-size 80ms linear;position:absolute;inset:0}.swatch-zoom-hint{color:#fff;pointer-events:none;background:#103a52bf;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute;bottom:14px;left:14px}.swatch-viewer-info h1{margin-bottom:14px;font-size:2rem}.swatch-viewer-info p{color:var(--color-text-muted);margin-bottom:26px}.swatch-group-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.swatch-group-tab{background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;border:1px solid #103a522e;border-radius:999px;padding:8px 18px;font-size:.82rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.swatch-group-tab:hover{border-color:var(--ice-600);color:var(--ice-600)}.swatch-group-tab.is-active{background:var(--ice-600);color:#fff;border-color:var(--ice-600)}.swatch-select-label{margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.swatch-select{border-radius:var(--radius-sm);width:100%;max-width:320px;font-size:.92rem;font-family:var(--font-base);background:var(--color-bg);border:1px solid #103a5233;margin-bottom:20px;padding:10px 14px}.swatch-select:focus{outline:2px solid var(--ice-400);border-color:var(--ice-600)}.swatch-grid{grid-template-columns:repeat(6,1fr);gap:12px;max-width:360px;margin-bottom:32px;display:grid}.swatch-dot{aspect-ratio:1;cursor:pointer;background-position:50%;background-size:cover;border:2px solid #0000;border-radius:50%;width:100%;padding:0;transition:transform .15s,border-color .15s}.swatch-dot:hover{transform:scale(1.08)}.swatch-dot.is-active{border-color:var(--ice-600);box-shadow:0 0 0 2px var(--ice-100)}.swatch-cta{justify-content:center;width:100%;max-width:320px}@media (max-width:500px){.swatch-grid{grid-template-columns:repeat(5,1fr);max-width:none}.swatch-select,.swatch-cta{max-width:none}}.footer{background:var(--color-dark);color:#ffffffbf;padding:64px 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}@media (max-width:700px){.footer-grid{grid-template-columns:1fr;gap:28px}}.footer-brand{align-items:center;gap:10px;margin-bottom:14px;display:flex}.footer-brand img{height:64px}.footer p{font-size:.88rem;line-height:1.7}.footer h4{color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px;font-size:.85rem}.footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer ul a{font-size:.88rem;transition:color .2s}.footer ul a:hover{color:var(--ice-400)}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1f;padding:20px 0;font-size:.8rem}
