@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600&display=swap";:root{--ink: #0b2e3f;--teal: #12707d;--teal-soft: #e4f0f1;--green: #4f9d69;--paper: #ffffff;--mist: #f4f8f8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,system-ui,sans-serif;font-weight:200;font-size:18px;line-height:1.6;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}h1,h2,h3{font-weight:300;line-height:1.12;letter-spacing:-.02em}a{color:inherit;text-decoration:none}.shell{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:20;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(11,46,63,.08)}.header-row{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:16px}.brand{display:flex;align-items:center;gap:12px}.brand-logo{height:44px;width:auto;max-width:120px;object-fit:contain;display:block;flex:none;border-radius:6px}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.contact-card{background:#fff;border:1px solid rgba(11,46,63,.1);border-radius:8px;padding:26px 24px;display:flex;flex-direction:column;gap:10px;box-shadow:0 14px 30px #0b2e3f12}.contact-label{font-size:18px;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--teal)}.contact-value{font-size:22px;font-weight:300;color:var(--ink);word-break:break-word}a.contact-value:hover{color:var(--teal);text-decoration:underline}.brand-name{font-size:21px;font-weight:500;letter-spacing:.09em;color:var(--ink)}.header-tag{font-size:18px;color:#0b2e3f99}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover;opacity:.42}.hero-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0b2e3ff0 18%,#0b2e3f8c 62%,#12707d59)}.hero-inner{position:relative;padding:96px 0 108px;max-width:720px}.eyebrow{display:inline-block;font-size:18px;letter-spacing:.22em;text-transform:uppercase;color:#9fd8c8;margin-bottom:22px}.hero h1{font-size:clamp(40px,7vw,74px);margin-bottom:22px}.hero p{font-size:clamp(19px,2.2vw,24px);color:#ffffffd9;max-width:34ch;margin-bottom:34px}.cta{display:inline-flex;align-items:center;gap:12px;background:var(--green);color:#fff;font-size:19px;font-weight:400;padding:18px 30px;border:none;border-radius:10px;cursor:pointer;transition:transform .26s cubic-bezier(.4,0,.2,1),box-shadow .26s ease;box-shadow:0 14px 30px #4f9d6952}.cta:hover{transform:translateY(-3px);box-shadow:0 20px 38px #4f9d6966}.cta:active{transform:translateY(1px);box-shadow:0 6px 14px #4f9d694d}.hero-zone{margin-top:40px;display:flex;gap:26px;flex-wrap:wrap;font-size:18px;color:#ffffffb3}.hero-zone span{border-left:2px solid var(--green);padding-left:12px}.services{padding:86px 0 96px;background:var(--mist)}.section-head{max-width:620px;margin-bottom:46px}.section-head h2{font-size:clamp(31px,4.4vw,45px);margin-bottom:14px}.section-head p{font-size:19px;color:#0b2e3fad}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.service-card{background:#fff;border:1px solid rgba(11,46,63,.08);border-radius:6px;padding:28px 26px 30px;display:flex;flex-direction:column;height:100%;transition:transform .26s cubic-bezier(.4,0,.2,1),border-color .26s ease}.service-card:hover{transform:translateY(-4px);border-color:#12707d66}.service-num{font-size:18px;letter-spacing:.2em;color:var(--teal);margin-bottom:16px}.service-card h3{font-size:23px;font-weight:400;margin-bottom:10px}.service-card p{font-size:18px;color:#0b2e3fa8}.site-footer{background:var(--ink);color:#ffffffb8;padding:44px 0;font-size:18px}.footer-row{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.app-shell{display:flex;flex-direction:column;min-height:100vh}#luhca_main_content{flex:1}.header-row{position:relative}.brand-block{display:flex;flex-direction:column;line-height:1.2}.brand-sub{font-size:18px;font-weight:200;color:#0b2e3f8c}.site-nav{display:flex;align-items:center;gap:24px}.nav-link{font-size:18px;font-weight:300;color:#0b2e3fad;padding:6px 0;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.nav-link:hover{color:var(--teal)}.nav-link.active{color:var(--ink);border-bottom-color:var(--green)}.nav-inline-cta{display:none}.header-actions{display:flex;align-items:center;gap:14px}.lang-toggle{display:inline-flex;align-items:center;gap:2px;border:1px solid rgba(11,46,63,.16);border-radius:999px;padding:3px;background:#fff}.lang-toggle button{font-family:inherit;font-size:18px;font-weight:300;letter-spacing:.06em;padding:5px 13px;border:none;border-radius:999px;background:transparent;color:#0b2e3f8c;cursor:pointer;transition:background .2s ease,color .2s ease}.lang-toggle button.on{background:var(--ink);color:#fff}.lang-sep{font-size:18px;color:#0b2e3f40}.burger{display:none;flex-direction:column;gap:5px;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(11,46,63,.16);border-radius:10px;background:#fff;cursor:pointer}.burger span{display:block;width:20px;height:2px;background:var(--ink)}.cta{font-family:inherit}.cta.small{font-size:18px;padding:12px 22px;box-shadow:none}.cta.small:hover{box-shadow:0 10px 22px #4f9d694d}.card-cta{margin-top:auto;align-self:flex-start}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:19px;color:var(--teal);border-bottom:1px solid rgba(18,112,125,.35);padding-bottom:3px;transition:color .2s ease,border-color .2s ease}.text-link:hover{color:var(--ink);border-color:var(--green)}.page-hero{background:var(--ink);color:#fff;padding:74px 0 68px}.page-hero .eyebrow{margin-bottom:18px}.page-hero h1{font-size:clamp(34px,5.4vw,56px);margin-bottom:18px}.page-hero p{font-size:clamp(19px,2vw,22px);color:#ffffffd1;max-width:62ch}.section{padding:76px 0 84px}.section.alt{background:var(--mist)}.section-foot{margin-top:34px}.section-note{margin-top:32px;font-size:19px;color:#0b2e3fa8;max-width:68ch}.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:22px}.panel{background:#fff;border:1px solid rgba(11,46,63,.1);border-radius:6px;padding:34px 32px 36px;height:100%;display:flex;flex-direction:column;gap:16px}.panel h2{font-size:29px}.panel p{font-size:19px;color:#0b2e3fb3}.panel.accent{background:var(--teal-soft);border-color:#12707d3d}.panel .cta{align-self:flex-start;margin-top:auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px}.feature-card{background:var(--mist);border:1px solid rgba(11,46,63,.07);border-radius:6px;padding:30px 28px 32px;height:100%}.section.alt .feature-card{background:#fff}.feature-card h3{font-size:23px;font-weight:400;margin-bottom:12px}.feature-card p{font-size:18px;color:#0b2e3fad}.tick-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.tick-grid li{position:relative;background:#fff;border:1px solid rgba(11,46,63,.08);border-radius:6px;padding:18px 20px 18px 44px;font-size:19px;color:#0b2e3fcc}.tick-grid li:before{content:"";position:absolute;left:20px;top:26px;width:10px;height:10px;border-radius:999px;background:var(--green)}.zone-grid{display:flex;flex-wrap:wrap;gap:14px}.zone-card{border:1px solid rgba(18,112,125,.3);border-left:3px solid var(--green);border-radius:6px;padding:16px 24px;font-size:19px;color:var(--ink);background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.teaser-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.gallery-item{position:relative;display:block;overflow:hidden;border-radius:6px;background:var(--ink);margin:0}.gallery-item img{display:block;width:100%;height:300px;object-fit:cover;transition:transform .42s cubic-bezier(.4,0,.2,1)}.gallery-item:hover img{transform:scale(1.04)}.gallery-cap{position:absolute;left:0;right:0;bottom:0;padding:46px 22px 18px;font-size:19px;color:#fff;background:linear-gradient(to top,#0b2e3fe6,#0b2e3f00)}.cta-band{background:linear-gradient(120deg,var(--ink) 20%,var(--teal) 120%);color:#fff;padding:62px 0 66px}.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.cta-band h2{font-size:clamp(27px,3.6vw,38px);margin-bottom:10px}.cta-band p{font-size:19px;color:#ffffffd1;max-width:52ch}.quote-form{background:#fff;border:1px solid rgba(11,46,63,.1);border-radius:6px;padding:36px 32px 40px;max-width:980px}.form-title{font-size:28px;margin-bottom:26px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1 / -1}.field label{font-size:18px;color:#0b2e3fc2}.field .opt{color:#0b2e3f73}.field input,.field select,.field textarea{font-family:inherit;font-size:18px;font-weight:200;color:var(--ink);background:var(--mist);border:1px solid rgba(11,46,63,.14);border-radius:8px;padding:14px 16px;outline:none;transition:border-color .2s ease,background .2s ease}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);background:#fff}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#b04a33;background:#fdf5f3}.error-text{font-size:18px;color:#b04a33}.form-submit{margin-top:30px}.success-panel{background:var(--teal-soft);border:1px solid rgba(18,112,125,.26);border-radius:6px;padding:44px 36px 46px;max-width:780px;display:flex;flex-direction:column;gap:18px;align-items:flex-start}.success-panel h2{font-size:30px}.success-panel p{font-size:20px;color:#0b2e3fc7}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:34px;padding-bottom:34px}.footer-brand{display:flex;align-items:center;gap:14px;margin-bottom:14px}.footer-logo{height:56px;width:auto;max-width:150px;object-fit:contain;background:#fff;border-radius:8px;padding:6px;flex:none}.footer-brand-name{font-size:21px;font-weight:500;letter-spacing:.09em;color:#fff}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:10px;margin-top:20px;font-size:18px}.footer-contact a{color:#fffc}.footer-contact a:hover{color:#fff;text-decoration:underline}.footer-contact-label{display:inline-block;min-width:96px;color:#9fd8c8;letter-spacing:.12em;text-transform:uppercase;margin-right:10px}.footer-text{font-size:18px;color:#ffffffa8;max-width:34ch}.footer-title{font-size:18px;letter-spacing:.18em;text-transform:uppercase;color:#9fd8c8;margin-bottom:16px}.footer-list{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:18px}.footer-list a:hover{color:#fff}.footer-cta{margin-top:20px}.footer-row{border-top:1px solid rgba(255,255,255,.14);padding-top:24px}@media (max-width: 1040px){.site-nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid rgba(11,46,63,.1);box-shadow:0 20px 34px #0b2e3f1f;padding:8px 24px 22px}.site-nav.open{display:flex}.nav-link{padding:15px 0;border-bottom:1px solid rgba(11,46,63,.07)}.nav-link.active{border-bottom-color:var(--green)}.nav-inline-cta{display:inline-flex;margin-top:18px;align-self:flex-start}.burger{display:flex}.header-cta{display:none}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width: 700px){.hero-inner{padding:70px 0 78px}.brand-sub{display:none}.brand-logo{height:36px;max-width:92px}.brand-name{font-size:19px;letter-spacing:.06em}.footer-logo{height:48px}.footer-contact-label{display:block;min-width:0;margin-right:0}.contact-card{padding:24px 20px}.page-hero{padding:56px 0 52px}.section{padding:58px 0 62px}.form-grid{grid-template-columns:minmax(0,1fr)}.quote-form{padding:28px 20px 32px}.panel{padding:28px 22px 30px}.gallery-item img{height:240px}}
