:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--black: #020403;--gold: #AE9259;--petrol:#255C7B;--gray: #606062;--bg: #f6f8fb;--text: #0f172a;--white: #ffffff;--border: rgba(2,4,3,.12)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#f6f9fc,#eef3f8);color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(1100px,calc(100% - 40px));margin:0 auto}.page{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.brand{font-weight:900;letter-spacing:.2px;color:var(--blue);display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}.nav{display:flex;align-items:center;gap:22px}.btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--border);background:transparent;font-weight:600;cursor:pointer}.btn--primary{border-color:transparent;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 8px 20px #255c7b40}.btn--ghost{background:#fff}.hero{position:relative;padding:25px 0 35px;overflow:hidden;background-image:url(/assets/buildings-CqqGx4-_.jpg);background-size:cover;background-position:center;border-bottom:1px solid var(--border)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#072c49d9,#072c4973),linear-gradient(135deg,#0e5a8a59,#ffffff1a);pointer-events:none}.hero>.container{position:relative;z-index:1}.hero{min-height:520px;display:flex;align-items:center}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:56px;align-items:center}@media(max-width:860px){.hero__inner{grid-template-columns:1fr}.hero__visual{justify-content:center;margin-top:30px}}.hero__content{min-width:0;z-index:2}.hero__content h1{margin:0 0 10px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.05;color:#fff}.hero__content p{margin:0 0 18px;color:#ffffffd9;font-size:18px;max-width:60ch}.hero__actions{display:flex;gap:12px;flex-wrap:wrap}.hero__card{width:100%;max-width:360px;padding:18px;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}.hero__badge{display:inline-flex;padding:6px 10px;border-radius:999px;border:1px solid var(--gold);background:#ae92591f;font-weight:700;font-size:12px;margin-bottom:12px}.hero__metric{display:flex;gap:10px;align-items:baseline;padding:10px 0;border-top:1px solid var(--border)}.hero__metric:first-of-type{border-top:none}.hero__metricNum{font-size:22px;font-weight:900}.hero__metricText{color:var(--muted);font-size:14px}.heroCarousel{height:260px;display:flex;flex-direction:column;justify-content:center}@media(max-width:1024px){.heroCarousel{height:230px}}@media(max-width:768px){.heroCarousel{height:200px}}@media(max-width:480px){.heroCarousel{height:170px}}.accent-script{font-family:Playfair Display,serif;font-style:italic;font-weight:700}.accent-gold{color:var(--gold);font-weight:800}.section{padding:40px 0}.section--alt{background:#f0f5fa;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}h2{margin:0 0 10px;font-size:22px}.muted{color:var(--muted)}.sectionHead{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;flex-wrap:wrap}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{padding:16px;border-radius:16px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow)}.card--service h3{margin:10px 0 6px;font-size:16px}.card--service p{margin:0 0 10px;font-size:14px}.iconBubble{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#255c7b1f;border:1px solid rgba(37,92,123,.25)}.link{font-weight:800;border-bottom:1px solid var(--gold);color:var(--gold);text-decoration:none;transition:.2s ease}.link:hover{color:#fff;border-bottom-color:#fff}.ctaBand{margin-top:18px;padding:16px;border-radius:18px;border:1px solid rgba(37,92,123,.25);background:linear-gradient(135deg,#255c7b1a,#ae925914);display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.contactGrid{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.form{display:flex;flex-direction:column;gap:10px}label span{font-size:12px;font-weight:700}input,textarea{padding:12px;border-radius:14px;border:1px solid var(--border);background:#fff;color:var(--text)}input:focus,textarea:focus{outline:none;border-color:var(--gold)}.wspFloat{position:fixed;right:18px;bottom:18px;width:52px;height:52px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #00000040;font-size:20px}.footer{margin-top:auto;padding:20px 0;border-top:1px solid var(--border);background:#fff}.footer__inner{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}@media(max-width:860px){.hero__inner{grid-template-columns:1fr}.hero__visual{justify-content:flex-start}.grid3,.contactGrid{grid-template-columns:1fr}}.btn--hero{background:#fff;color:#0b3c5d;border:none;height:48px;padding:0 28px;border-radius:14px;font-weight:800;font-size:15px;box-shadow:0 12px 30px #0003}.btn--hero:hover{transform:translateY(-1px)}.heroCarousel__title{margin:0 0 10px;font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.05;color:#fff;max-width:560px}.heroCarousel__text{margin:0 0 18px;color:#ffffffe0;font-size:18px;max-width:520px}.heroCarousel__dots{display:flex;gap:8px;margin-top:16px}.dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:#fff3;cursor:pointer}.dot--active{background:#fff;border-color:#fff}.heroBtnGhost{background:#ffffff24;border-color:#ffffff47;color:#fff}.logo{height:85px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(79,82,6,.15))}html{scroll-behavior:smooth}.nav a.active{color:var(--blue);position:relative}.nav a.active:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:3px;border-radius:4px;background:linear-gradient(90deg,var(--blue),var(--gold))}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(#255c7b,#0b3c5d);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#1e4f69,#082c47)}.nav a{color:#0f172acc;transition:all .25s ease}.nav a:hover{color:#255c7b;transform:translateY(-1px)}.heroForm{width:100%;max-width:440px;color:var(--white);background:linear-gradient(135deg,#255c7beb,#02040373);border:1px solid rgba(255,255,255,.18);padding:26px;border-radius:22px;box-shadow:0 30px 70px #0204034d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);min-height:clamp(470px,65vh,720px);display:flex;flex-direction:column;justify-content:space-between}.heroForm__title{font-size:24px;font-weight:700;margin-bottom:18px}.heroForm__tabs{display:flex;gap:10px;margin-bottom:16px}.heroForm__grid>*:last-child:nth-child(odd){grid-column:1 / -1}.tab{flex:1;border:1px solid rgba(255,255,255,.2);padding:10px 12px;border-radius:12px;font-weight:800;background:#ffffff24;color:#fff;cursor:pointer;transition:.2s ease}.tab:hover{background:#ffffff2e}.tab.active{background:linear-gradient(135deg,#ae9259f2,#ae9259b3);border-color:#ae92598c;color:var(--black)}.heroForm__title{font-size:24px;font-weight:800;margin:6px 0 16px}.heroForm__grid{display:grid;grid-template-columns:1fr 1fr;row-gap:10px;column-gap:12px;align-items:start}.heroForm input,.heroForm select{width:100%;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#fffffff0;font-size:15px;outline:none;height:44px}.heroForm input:focus,.heroForm select:focus{border-color:#ae9259b3;box-shadow:0 0 0 3px #ae925938}.heroForm__radio{margin:10px 0;font-size:15px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.heroForm__note{font-size:12px;opacity:.9;margin:14px 0 16px;color:#ffffffeb}.heroForm__cta{width:100%;padding:14px 16px;border:none;border-radius:14px;font-weight:900;font-size:16px;letter-spacing:.3px;background:linear-gradient(135deg,var(--gold),rgba(174,146,89,.75));color:var(--black);cursor:pointer;transition:.2s ease;margin-top:auto}.heroForm__cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px #02040340}@media(max-width:900px){.hero__visual{justify-content:center;margin-top:30px}}.heroForm input,.heroForm select{color:#0f172a;background:#fffffff5}.heroForm input::placeholder{color:#0f172a8c;opacity:1}.heroForm select:invalid{color:#0f172a8c}.heroForm select option{color:#0f172a;background:#fff}.heroForm input,.heroForm select{opacity:1}.heroCarousel{position:static}.hero__actions{display:flex;gap:12px}.hero__actions .btn{flex:1;text-align:center}.carouselArrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#ffffff2e;color:#fff;font-size:26px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.25s;z-index:10}.carouselArrow:hover{background:#ffffff59}.carouselArrow.left{left:-30px}.carouselArrow.right{right:-30px}.heroCarousel{position:relative;max-width:600px}@media(max-width:900px){.carouselArrow.left{left:10px}.carouselArrow.right{right:10px}}.hero__inner--arrows{display:grid;grid-template-columns:44px 1fr 1fr 44px;gap:22px;align-items:center}.heroEdgeArrow{position:static;width:34px;height:34px;justify-self:center;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff1f;color:#fff;font-size:18px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.2s ease}.hero__content{align-self:center}.hero__visual{align-self:center;display:flex;justify-content:flex-end}@media(max-width:900px){.hero__inner--arrows{grid-template-columns:1fr;gap:18px;align-items:start}.hero__visual{justify-content:center}.heroEdgeArrow.left,.heroEdgeArrow.right{width:34px;height:34px}.heroEdgeArrow.left{order:3;justify-self:start}.heroEdgeArrow.right{order:4;justify-self:end}}.hero__inner.hero__inner--arrows{display:grid;grid-template-columns:44px minmax(0,1fr) minmax(0,460px) 44px;gap:22px;align-items:center}.heroEdgeArrow{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff24;color:#fff;font-size:18px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:.2s ease}.heroEdgeArrow:hover{background:#ffffff42;transform:scale(1.06)}@media(max-width:900px){.hero__inner.hero__inner--arrows{grid-template-columns:1fr;gap:16px;align-items:start}.hero__visual{justify-content:center}.heroEdgeArrow.left{order:3;justify-self:start}.heroEdgeArrow.right{order:4;justify-self:end}}.heroFormCard{min-height:clamp(560px,62vh,680px);display:flex;flex-direction:column;justify-content:flex-start}@media(max-width:768px){.heroFormCard{min-height:auto}}.heroFormCard{transition:all .35s ease}.heroCarousel__slide{height:100%;display:flex;flex-direction:column}.hero__actions{margin-top:auto;display:flex;gap:12px}.hero__actions .btn{flex:1;height:46px;display:flex;align-items:center;justify-content:center;white-space:nowrap}@media(max-width:520px){.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}}.heroForm__radio input[type=radio]{width:16px;height:16px;transform:scale(1)}.heroForm__radio label{display:flex;align-items:center;gap:6px}@media(max-width:768px){.heroForm{min-height:auto}.heroForm__cta{margin-top:14px}}.hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:56px;align-items:center}.hero__content{min-width:0}.hero__visual{display:flex;justify-content:flex-end}@media(max-width:860px){.hero__inner{grid-template-columns:1fr;gap:18px}.hero__visual{justify-content:center}}.tab.active,.heroForm__cta{color:var(--white)!important}.heroCarousel{height:420px;display:flex;align-items:center;justify-content:center}.heroCarousel__img{max-height:100%;max-width:100%;object-fit:contain;transition:transform .4s ease}.heroCarousel__img:hover{transform:scale(1.02)}@media(max-width:768px){.heroCarousel{height:280px}}.header{width:100%;position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 12px #0000000f}.header__top{background:var(--petrol);color:#fff;font-size:14px;display:flex;justify-content:space-between;padding:6px 8%}.header__contact span{margin-right:18px}.header__social a{margin-left:12px;color:#fff;text-decoration:none}.header__main{display:flex;align-items:center;justify-content:space-between;padding:14px 8%}.header__logo{height:70px}.header__nav{display:flex;gap:30px}.header__nav a{text-decoration:none;font-weight:600;color:var(--petrol);transition:.2s}.header__nav a:hover{color:var(--gold)}.header__cta{background:var(--gold);color:#fff;padding:10px 22px;border-radius:999px;font-weight:600;text-decoration:none;transition:.25s}.header__cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}@media(max-width:900px){.header__nav{display:none}}@media(max-width:768px){.header__logo{height:42px}}.header__brand{display:flex;align-items:center}.header__burger{display:none;width:44px;height:44px;border-radius:12px;border:1px solid rgba(37,92,123,.22);background:#fff;cursor:pointer;padding:10px;align-items:center;justify-content:center;gap:6px}.header__burger span{display:block;width:22px;height:2px;background:var(--petrol);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.header__mobile{display:none;background:#fff;border-top:1px solid rgba(2,4,3,.1);box-shadow:0 10px 25px #00000014}.header__mobileNav{display:flex;flex-direction:column;padding:12px 8%;gap:10px}.header__mobileNav a{padding:10px 12px;border-radius:12px;color:var(--petrol);font-weight:700;text-decoration:none;background:#255c7b0f}.header__mobileNav a:hover{background:#ae92591f}.header__mobileCtas{padding:0 8% 14px}.header__cta--full{display:flex;justify-content:center;width:100%}.header.is-open .header__burger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header.is-open .header__burger span:nth-child(2){opacity:0}.header.is-open .header__burger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:900px){.header__nav,.header__cta{display:none}.header__burger{display:flex}.header__mobile{display:none}.header__mobile.open{display:block}}:root{--headerH: 110px}section[id]{scroll-margin-top:var(--headerH)}.container--narrow{max-width:850px}.section__title{text-align:center;margin-bottom:14px}.section__lead{text-align:center;font-size:1.1rem;font-weight:500;color:var(--petrol);margin-bottom:28px}.section__text{display:flex;flex-direction:column;gap:18px;color:#444;line-height:1.7;font-size:15.5px}.about__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:42px;align-items:center}.about__media{border-radius:18px;overflow:hidden;border:1px solid rgba(2,4,3,.1);box-shadow:0 18px 40px #0000001f}.about__img{width:100%;height:360px;object-fit:cover;display:block}.about__title{margin:0 0 10px;color:var(--petrol)}.about__lead{margin:0 0 18px;color:#020403bf;line-height:1.65;font-size:15.5px}.about__blocks{display:flex;flex-direction:column;gap:14px}.about__block{padding:14px;border-radius:14px;border:1px solid rgba(37,92,123,.14);background:#ffffff8c}.about__h3{margin:0 0 6px;font-size:14.5px;color:var(--petrol)}.about{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.about.is-in{opacity:1;transform:translateY(0)}.about__media,.about__title,.about__lead,.about__block{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.about.is-in .about__media{transition-delay:.05s;opacity:1;transform:none}.about.is-in .about__title{transition-delay:.1s;opacity:1;transform:none}.about.is-in .about__lead{transition-delay:.14s;opacity:1;transform:none}.about.is-in .about__block:nth-child(1){transition-delay:.18s;opacity:1;transform:none}.about.is-in .about__block:nth-child(2){transition-delay:.24s;opacity:1;transform:none}.about.is-in .about__block:nth-child(3){transition-delay:.3s;opacity:1;transform:none}.about.is-in .about__block:nth-child(4){transition-delay:.36s;opacity:1;transform:none}@media(max-width:900px){.about__inner{grid-template-columns:1fr;gap:18px}.about__img{height:240px}}@media(prefers-reduced-motion:reduce){.about,.about__media,.about__title,.about__lead,.about__block{transition:none!important;opacity:1!important;transform:none!important}}.about__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 10px}.about__stat{padding:14px;border-radius:14px;border:1px solid rgba(37,92,123,.14);background:#ffffff9e}.about__statValue{font-size:20px;font-weight:800;color:var(--petrol);line-height:1.1}.about__statSuffix{font-size:14px;font-weight:800;margin-left:2px;color:var(--gold)}.about__statLabel{margin-top:6px;font-size:13.5px}@media(max-width:900px){.about__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer{padding:24px 16px;border-top:1px solid rgba(255,255,255,.08)}.footer__content{max-width:1100px;margin:0 auto;display:grid;gap:10px}.footer__brand span{display:block;opacity:.8;margin-top:4px}.footer__meta span{display:block;opacity:.85;line-height:1.5}.footer__meta a{text-decoration:underline}.footer__disclaimer{opacity:.75;line-height:1.5}.footer{background:var(--petrol)}.footer,.footer a{color:#ffffffe6}.footer a:hover{color:#fff}.legal-section{max-width:1100px;margin:0 auto;padding:48px 16px}.legal-section h2{margin-bottom:12px}.legal-section h3{margin-top:18px;margin-bottom:8px;opacity:.95}.legal-section p{line-height:1.6;opacity:.9;margin:8px 0}.legal-section strong{opacity:1}.legal-page{max-width:900px;margin:0 auto;padding:48px 16px}.legal-page h1{margin-bottom:16px}.legal-page h2{margin-top:22px;margin-bottom:8px}.legal-page p{line-height:1.65;opacity:.92}.legal-page .muted{opacity:.75;margin-top:18px}
