/* Montserrat font setup */
:root{
  --nova-gold:#B58A3C;
  --nova-gold-soft:#E9C77E;
  --nova-dark:#14233B;
  --nova-ink:#172033;
  --nova-muted:#5F6B7A;
  --nova-cream:#F7F1E7;
  --nova-card:#FFFFFF;
  --nova-border:rgba(181,138,60,.22);
  --nova-shadow:0 24px 70px rgba(20,35,59,.12);
  --nova-serif:'Montserrat', Arial, sans-serif;
  --nova-sans:'Montserrat', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--nova-cream);color:var(--nova-ink);font-family:var(--nova-sans);font-size:16px;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nova-shell{width:min(1380px,calc(100% - 48px));margin-inline:auto}
.nova-main{min-height:70vh}

.nova-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:20px 0;transition:all .25s ease}
.nova-header.is-scrolled{padding:10px 0;background:linear-gradient(180deg,rgba(4,8,15,.88),rgba(4,8,15,.52));backdrop-filter:blur(18px);box-shadow:0 18px 70px rgba(0,0,0,.28)}
.nova-header__inner{height:82px;border:0px solid rgba(240,207,131,.22);background:linear-gradient(135deg,rgba(8,17,31,.78),rgba(10,20,36,.58));backdrop-filter:blur(20px);border-radius:999px;display:grid;grid-template-columns:220px 1fr 315px;align-items:center;gap:22px;padding:4px 16px 10px 22px;box-shadow:0 24px 80px rgba(0,0,0,.22)}
.nova-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}
.nova-brand img{width:74px;height:74px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(201,154,58,.22))}
.nova-nav{display:flex;justify-content:center}
.nova-menu{list-style:none;margin:0;padding:5px;display:flex;justify-content:center;align-items:center;gap:4px;border:0px solid rgba(255,255,255,.10);border-radius:999px;}
.nova-menu a{display:block;color:rgba(255,255,255,.82);font-size:12px;font-weight:400;letter-spacing:.06em;text-transform:capitalize;padding:12px 15px;border-radius:999px;transition:.2s ease;white-space:nowrap}
header .nova-menu a{color:#14233B; font-size: 15px; font-weight: 400;}
.nova-menu a:hover{color:#14233B;background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft))}
.nova-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}
.nova-lang-switcher{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.06)}
.nova-lang-switcher a{color:rgba(255,255,255,.76);font-size:12px;font-weight:850;padding:8px 11px;border-radius:999px}
.nova-lang-switcher a.is-active{background:var(--nova-gold);color:var(--nova-dark)}
footer .nova-btn{
  margin-top: 30px;
}
.nova-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 23px;border-radius:999px;background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));color:#14233B;font-weight:300;letter-spacing:.01em;border:0;box-shadow:0 16px 42px rgba(201,154,58,.26);transition:transform .2s ease,box-shadow .2s ease;}
.nova-btn:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(201,154,58,.34)}
.nova-btn--small{min-height:44px;padding:0 18px;font-size:13px}
.nova-btn--light{background:#fff;color:var(--nova-dark);box-shadow:0 16px 40px rgba(0,0,0,.18)}
.nova-link{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:300}
.nova-link span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.24);color:var(--nova-gold-soft)}
.nova-menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;border-radius:50%;padding:10px}
.nova-menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:2px}

.nova-hero{position:relative;min-height:100vh;padding:170px 0 95px;background:radial-gradient(circle at 18% 22%,rgba(201,154,58,.22),transparent 28%),linear-gradient(135deg,#14233B 0%,#1B2D4B 55%,#0A1220 100%);color:#fff;overflow:hidden}
.nova-hero:after{content:'';position:absolute;inset:auto 0 0;height:235px;background:linear-gradient(180deg,transparent,var(--nova-cream));pointer-events:none}
.nova-hero__glow,.nova-hero__orbit{position:absolute;border-radius:50%;pointer-events:none}
.nova-hero__glow{filter:blur(10px);opacity:.6;animation:novaOrbFloat 12s ease-in-out infinite alternate}
.nova-hero__glow--one{width:380px;height:380px;right:8%;top:16%;background:rgba(201,154,58,.15)}
.nova-hero__glow--two{width:250px;height:250px;left:5%;bottom:18%;background:rgba(255,255,255,.08);animation-delay:-4s}
.nova-hero__orbit{border:1px solid rgba(240,207,131,.18);box-shadow:inset 0 0 28px rgba(201,154,58,.08),0 0 35px rgba(201,154,58,.04);animation:novaCircleDrift 16s ease-in-out infinite alternate}
.nova-hero__orbit--one{width:150px;height:150px;right:34%;top:20%}
.nova-hero__orbit--two{width:92px;height:92px;right:5%;top:47%;animation-delay:-5s}
.nova-hero__orbit--three{width:128px;height:128px;left:48%;bottom:16%;animation-delay:-9s}
@keyframes novaOrbFloat{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(28px,-22px,0) scale(1.08)}}
@keyframes novaCircleDrift{from{transform:translate3d(0,0,0) rotate(0deg);opacity:.35}to{transform:translate3d(-20px,24px,0) rotate(18deg);opacity:.75}}
.nova-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;gap:70px;align-items:center}
.nova-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--nova-gold-soft);font-size:12px;font-weight:900;letter-spacing:.28em;text-transform:uppercase}
.nova-eyebrow span{width:34px;height:1px;background:currentColor}
.nova-hero h1,.nova-section-head h2,.nova-about h2,.nova-consultation h2,.nova-single-project h1{font-family:var(--nova-serif);font-weight:650;line-height:.98;letter-spacing:-.035em;margin:0}
.nova-hero h1{font-size:60px;max-width:900px}
.nova-hero__lead{max-width:680px;margin:24px 0 0;color:rgba(255,255,255,.76);font-size:16px; font-weight: 400;}
.nova-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:34px}
.nova-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px;max-width:760px}
.nova-trust-strip div{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:22px;padding:18px}
.nova-trust-strip strong{display:block;font-family:var(--nova-serif);font-size:36px;line-height:1;color:#fff}
.nova-trust-strip span{display:block;margin-top:6px;color:rgba(255,255,255,.66);font-size:13px}
.nova-hero__visual{position:relative;min-height:635px}
.nova-hero-card{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);backdrop-filter:blur(18px);box-shadow:0 34px 110px rgba(0,0,0,.28)}
.nova-hero-card--main{position:absolute;right:0;top:0;width:min(100%,540px);border-radius:40px;overflow:hidden;transform:rotate(1deg)}
.nova-hero-card__media{height:385px;background:var(--hero-img),linear-gradient(135deg,rgba(201,154,58,.18),rgba(255,255,255,.08)),radial-gradient(circle at 70% 20%,rgba(240,207,131,.34),transparent 24%),linear-gradient(135deg,#1a2740,#08111f);background-size:cover;background-position:center}
.nova-hero-card__body{padding:30px}
.nova-hero-card__body span{display:block;color:var(--nova-gold-soft);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.18em}
.nova-hero-card__body h2{font-family:var(--nova-serif);font-size:36px;line-height:1.05;margin:12px 0 0}
.nova-hero-card--float{position:absolute;left:0;bottom:64px;width:300px;border-radius:28px;padding:24px;animation:novaOrbFloat 10s ease-in-out infinite alternate-reverse}
.nova-hero-card--float strong{display:block;color:#fff;font-size:18px}
.nova-hero-card--float span{display:block;color:rgba(255,255,255,.7);font-size:13px;margin-top:8px}

.nova-projects{position:relative;z-index:3;margin-top:0;padding:0 0 100px}
.nova-section-head{max-width:740px}
.nova-section-head--split{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:end;max-width:100%;margin-bottom:30px}
.nova-section-head--center{text-align:center;margin-inline:auto;margin-bottom:34px}
.nova-section-head--center .nova-eyebrow{justify-content:center}
.nova-section-head h2{font-size:35px; color:#14233B; margin:30px 0px; line-height: 38px;}
.nova-section-head p{color:#566071;font-size:17px;margin:18px 0 0}
.nova-filter-panel{position:relative;border:1px solid rgba(8,17,31,.11);border-radius:32px;background:rgba(255,255,255,.82);box-shadow:var(--nova-shadow);backdrop-filter:blur(20px);padding:28px;margin-bottom:28px}
.nova-filter-panel:before{content:'';position:absolute;inset:0;border-radius:32px;padding:1px;background:linear-gradient(135deg,rgba(201,154,58,.45),transparent 45%,rgba(8,17,31,.12));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;pointer-events:none}
.nova-filter-panel__title{display:flex;align-items:center;gap:10px;color:var(--nova-gold);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase;margin-bottom:16px}
.nova-filter-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:12px}
.nova-filter-grid input,.nova-filter-grid select{width:100%;min-height:54px;border:1px solid rgba(8,17,31,.12);border-radius:16px;background:#faf7f0;color:#283247;padding:0 16px;outline:none}
.nova-filter-grid input:focus,.nova-filter-grid select:focus{border-color:rgba(201,154,58,.66);box-shadow:0 0 0 4px rgba(201,154,58,.12)}
.nova-filter-panel__bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;color:#647084;font-size:13px}
.nova-check{display:flex;align-items:center;gap:9px}.nova-check input{accent-color:var(--nova-gold)}
.nova-filter-panel__bottom button{border:0;background:transparent;color:var(--nova-gold);cursor:pointer;font-weight:700}
.nova-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.nova-project-card{background:#fff;border:1px solid rgba(8,17,31,.08);border-radius:32px;overflow:hidden;box-shadow:0 20px 60px rgba(8,17,31,.10);transition:transform .24s ease,box-shadow .24s ease}
.nova-project-card:hover{transform:translateY(-6px);box-shadow:0 30px 80px rgba(8,17,31,.16)}
.nova-project-card__media{position:relative;display:block;height:278px;background:var(--card-img),radial-gradient(circle at 75% 20%,rgba(240,207,131,.45),transparent 18%),linear-gradient(135deg,#2d3546,#0a1322 64%,#c99a3a 165%);background-size:cover;background-position:center}
.nova-project-card__media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.45))}
.nova-project-card__badge,.nova-project-card__price{position:absolute;z-index:2;border-radius:999px;backdrop-filter:blur(10px);font-weight:300}
.nova-project-card__badge{left:16px;top:16px;background:rgba(255,255,255,.9);color:#121b2f;font-size:12px;padding:8px 12px}
.nova-project-card__price{    right: 16px;
    bottom: 16px;
    background: rgb(8 17 31 / 60%);
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;}
.nova-project-card__body{padding:24px}.nova-project-card__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--nova-gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.13em}.nova-project-card__meta span+span:before{content:'•';margin-right:8px;color:#c8bba4}
.nova-project-card h3{font-family:var(--nova-serif);font-size:24px;line-height:1.05;margin:12px 0 10px;color:#14233B}.nova-project-card p{color:#5f6878;margin:0}.nova-specs{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.nova-specs span{display:inline-flex;border:1px solid rgba(8,17,31,.1);background:#f8f4ed;color:#263148;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:750}.nova-no-results{padding:22px;border-radius:22px;background:#fff;border:1px solid rgba(8,17,31,.08);color:#5d6675;text-align:center}

/* Featured Projects pagination */
.nova-project-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:34px 0 0;
}
.nova-project-pagination[hidden]{display:none!important}
.nova-project-pagination__pages{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
}
.nova-project-pagination__btn,
.nova-project-pagination__page{
  min-width:44px;
  height:44px;
  border:1px solid rgba(201,154,58,.34);
  border-radius:999px;
  background:#fff;
  color:#14233B;
  cursor:pointer;
  font-size:13px;
  font-weight:900;
  box-shadow:0 10px 28px rgba(8,17,31,.07);
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease;
}
.nova-project-pagination__btn{
  padding:0 18px;
}
.nova-project-pagination__page.is-active,
.nova-project-pagination__btn:hover:not(:disabled),
.nova-project-pagination__page:hover{
  border-color:rgba(201,154,58,.72);
  background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));
  color:#14233B;
  transform:translateY(-2px);
}
.nova-project-pagination__btn:disabled{
  cursor:not-allowed;
  opacity:.42;
  box-shadow:none;
}
@media (max-width:760px){
  .nova-project-pagination{gap:8px;margin-top:26px}
  .nova-project-pagination__btn,.nova-project-pagination__page{min-width:40px;height:40px;font-size:12px}
  .nova-project-pagination__btn{padding:0 14px}
}


.nova-services{padding:100px 0;background:#fff}
.nova-services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.nova-service-card{position:relative;min-height:270px;border:1px solid rgba(8,17,31,.08);border-radius:32px;background:linear-gradient(180deg,#fff,#fbf7ef);padding:30px;box-shadow:0 22px 70px rgba(8,17,31,.08);overflow:hidden}
.nova-service-card:after{content: '';
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #14233b4d;
    z-index: 9;}
.nova-service-card__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#08111f;color:var(--nova-gold-soft);font-weight:900;margin-bottom:26px}
.nova-service-card h3{font-family:var(--nova-serif);font-size:32px;line-height:1.02;margin:0 0 12px;color:#14233B}.nova-service-card p{margin:0;color:#5e6878}

.nova-markets{padding:104px 0;background:linear-gradient(180deg,#fff,var(--nova-cream))}
.nova-markets__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}
.nova-market-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.nova-market-card{border:1px solid rgba(8,17,31,.08);border-radius:32px;background:#fff;padding:30px;box-shadow:0 20px 65px rgba(8,17,31,.08)}
.nova-market-card span{display:inline-flex;color:var(--nova-gold);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px}.nova-market-card h3{font-family:var(--nova-serif);font-size:34px;line-height:1;margin:0 0 12px}.nova-market-card p{color:#5d6675;margin:0}.nova-market-card strong{display:block;font-family:var(--nova-serif);font-size:42px;line-height:1;color:#14233B;margin-top:24px}.nova-market-card small{display:block;color:#7a8390;font-weight:750}

.nova-investment{padding:104px 0;background:linear-gradient(180deg,var(--nova-cream),#fff)}
.nova-investment__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:start}.nova-route-cards{display:grid;gap:16px}.nova-route-cards div{position:relative;border:1px solid rgba(8,17,31,.08);border-radius:30px;background:#fff;padding:30px 30px 30px 98px;box-shadow:0 20px 60px rgba(8,17,31,.08)}.nova-route-cards span{position:absolute;left:26px;top:26px;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#08111f;color:var(--nova-gold-soft);font-weight:900}.nova-route-cards h3{font-family:var(--nova-serif);font-size:31px;margin:0 0 8px;line-height:1.05}.nova-route-cards p{margin:0;color:#5d6675}

.nova-about{padding:104px 0;background:#14233B;color:#fff}.nova-about__grid{display:grid;grid-template-columns:.8fr 1fr;gap:60px;align-items:center}.nova-about__panel{border:1px solid rgba(255,255,255,.12);border-radius:36px;background:radial-gradient(circle at 15% 15%,rgba(201,154,58,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));padding:44px}.nova-about h2{font-size:38px;color:#fff}.nova-about__copy p{color:rgba(255,255,255,.74);font-size:18px;margin:0}.nova-about__stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.nova-about__stats span{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 14px;color:rgba(255,255,255,.84);background:rgba(255,255,255,.05);font-size:13px}

.nova-testimonials{padding:104px 0;background:#fff}.nova-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.nova-testimonial-card{border:1px solid rgba(8,17,31,.08);border-radius:32px;background:linear-gradient(180deg,#fff,#f8f3ea);padding:32px;box-shadow:0 22px 70px rgba(8,17,31,.08)}.nova-testimonial-card p{font-family:var(--nova-serif);font-size:17px;line-height:1.15;color:#172033;margin:0 0 28px}.nova-testimonial-card strong{display:block;color:#14233B}.nova-testimonial-card span{display:block;color:#737c8b;font-size:13px;margin-top:4px}

.nova-consultation{padding:78px 0;background:linear-gradient(135deg,#1B2D4B,#14233B);color:#fff}.nova-consultation__box{display:flex;justify-content:space-between;align-items:center;gap:30px;border:1px solid rgba(201,154,58,.24);border-radius:38px;background:radial-gradient(circle at 20% 10%,rgba(201,154,58,.20),transparent 30%),rgba(255,255,255,.06);padding:46px}.nova-consultation h2{font-size:clamp(38px,4vw,60px);color:#fff}.nova-consultation p{color:rgba(255,255,255,.72);max-width:700px;margin:14px 0 0}

.nova-faq{padding:104px 0;background:var(--nova-cream)}.nova-faq__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:start}.nova-faq__list{display:grid;gap:14px}.nova-faq-item{border:1px solid rgba(8,17,31,.08);border-radius:24px;background:#fff;box-shadow:0 16px 48px rgba(8,17,31,.07);overflow:hidden}.nova-faq-item summary{cursor:pointer;list-style:none;padding:22px 26px;font-weight:500;color:#14233B;display:flex;justify-content:space-between;gap:20px}.nova-faq-item summary::-webkit-details-marker{display:none}.nova-faq-item summary:after{content:'+';color:var(--nova-gold);font-size:24px;line-height:1}.nova-faq-item[open] summary:after{content:'−'}.nova-faq-item p{margin:0;padding:0 26px 24px;color:#5d6675}

.nova-footer{background:#08111F;color:#fff;padding:72px 0 26px}.nova-footer__grid{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:48px}.nova-footer__brand img{width:98px;height:98px;object-fit:contain}.nova-footer p{color:rgba(255,255,255,.66);margin:16px 0 0}.nova-footer h3{font-family:var(--nova-serif);font-size:28px;margin:0 0 14px}.nova-footer__menu{list-style:none;padding:0;margin:0;display:grid;gap:8px}.nova-footer__menu a{color:rgba(255,255,255,.68)}.nova-footer__menu a:hover,.nova-footer__contact a:hover{color:var(--nova-gold-soft)}.nova-footer__contact{margin:6px 0!important}.nova-footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:46px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.48);font-size:13px}

.nova-generic-page,.nova-single-project{padding:150px 0 90px;background:var(--nova-cream)}.nova-generic-card,.nova-single-project__content{background:#fff;border-radius:34px;padding:42px;box-shadow:var(--nova-shadow)}.nova-generic-card h1,.nova-single-project h1{font-family:var(--nova-serif);font-size:clamp(44px,5vw,76px);line-height:1;margin:0 0 20px}.nova-single-project__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}.nova-single-project__media{min-height:560px;border-radius:34px;background:var(--single-img),radial-gradient(circle at 72% 22%,rgba(240,207,131,.4),transparent 18%),linear-gradient(135deg,#2d3546,#0a1322 64%,#c99a3a 165%);background-size:cover;background-position:center;box-shadow:var(--nova-shadow)}.nova-single-project__price{font-size:24px;color:var(--nova-gold);font-weight:900}.nova-specs--large span{font-size:14px;padding:10px 14px}.nova-content a{text-decoration:underline}.nova-content img{border-radius:24px}

@media (max-width:1180px){.nova-header__inner{grid-template-columns:auto auto;justify-content:space-between}.nova-nav{position:fixed;left:24px;right:24px;top:108px;display:none;background:rgba(8,17,31,.97);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:16px}.nova-nav.is-open{display:block}.nova-menu{display:grid;justify-content:stretch;border:0;background:transparent}.nova-menu a{padding:13px 16px}.nova-menu-toggle{display:block}.nova-hero__grid,.nova-investment__grid,.nova-about__grid,.nova-single-project__grid,.nova-markets__grid,.nova-faq__grid{grid-template-columns:1fr}.nova-hero__visual{min-height:540px}.nova-section-head--split{grid-template-columns:1fr}.nova-filter-grid{grid-template-columns:1fr 1fr}.nova-project-grid,.nova-testimonials__grid{grid-template-columns:1fr 1fr}.nova-services__grid{grid-template-columns:repeat(2,1fr)}.nova-footer__grid{grid-template-columns:1fr 1fr}.nova-footer__grid>div:first-child{grid-column:1/-1}}
@media (max-width:760px){.nova-shell{width:min(100% - 28px,1380px)}.nova-header{padding:10px 0}.nova-header__inner{height:auto;border-radius:28px;padding:9px 10px 9px 14px}.nova-brand img{width:56px;height:56px}.nova-header__actions{gap:8px}.nova-lang-switcher a{font-size:11px;padding:6px 8px}.nova-btn--small{display:none}.nova-hero{padding:128px 0 72px}.nova-hero h1{font-size:48px}.nova-hero__lead{font-size:16px}.nova-trust-strip{grid-template-columns:1fr}.nova-hero__visual{min-height:470px}.nova-hero-card--main{width:100%;transform:none}.nova-hero-card__media{height:280px}.nova-hero-card--float{left:18px;right:18px;bottom:24px;width:auto}.nova-section-head h2{font-size:42px}.nova-filter-panel{padding:18px;border-radius:24px}.nova-filter-grid{grid-template-columns:1fr}.nova-filter-panel__bottom{align-items:flex-start;flex-direction:column}.nova-project-grid,.nova-services__grid,.nova-market-cards,.nova-testimonials__grid{grid-template-columns:1fr}.nova-project-card__media{height:240px}.nova-services,.nova-markets,.nova-investment,.nova-about,.nova-testimonials,.nova-faq{padding:70px 0}.nova-route-cards div{padding:24px}.nova-route-cards span{position:static;margin-bottom:16px}.nova-about__panel,.nova-consultation__box,.nova-generic-card,.nova-single-project__content{padding:26px;border-radius:26px}.nova-consultation__box{display:grid}.nova-footer__grid{grid-template-columns:1fr}.nova-footer__bottom{flex-direction:column}.nova-single-project__media{min-height:360px}}


/* =========================
   Nova Contact Footer Section
   Added for CF7 + ACF dynamic contact block
   ========================= */

/* Nova Contact Form 7 section - paste in assets/css/theme.css or Appearance > Customize > Additional CSS */
.nova-contact-layer{position:relative;isolation:isolate;padding:120px 0;background:var(--contact-bg),linear-gradient(135deg,#08111f,#172033 56%,#c99a3a 180%);background-size:cover;background-position:center;color:#fff;overflow:hidden}
.nova-contact-layer__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(135deg,rgba(5,9,16,.90),rgba(8,17,31,.74) 52%,rgba(5,9,16,.88)),radial-gradient(circle at 50% 0%,rgba(201,154,58,.26),transparent 34%)}
.nova-contact-layer:before,.nova-contact-layer:after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(240,207,131,.18);pointer-events:none;animation:novaCircleDrift 16s ease-in-out infinite alternate}.nova-contact-layer:before{width:210px;height:210px;left:6%;top:15%}.nova-contact-layer:after{width:140px;height:140px;right:9%;bottom:18%;animation-delay:-7s}
.nova-contact-layer__inner{position:relative;z-index:2}.nova-contact-layer__head{text-align:center;max-width:820px;margin:0 auto 38px}.nova-contact-layer__head .nova-eyebrow{justify-content:center}.nova-contact-layer__head h2{font-family:var(--nova-serif);font-weight: 400 !important;
    font-size: 51px;
    margin: 20px 0px;line-height:.98;letter-spacing:-.035em;margin:0;color:#fff}.nova-contact-layer__head p{margin:18px auto 0;color:rgba(255,255,255,.76);font-size:18px;max-width:700px}
.nova-contact-card{max-width:860px;margin:0 auto;border:1px solid rgba(240,207,131,.22);border-radius:38px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.88));box-shadow:0 38px 110px rgba(0,0,0,.32);backdrop-filter:blur(20px);overflow:hidden}.nova-contact-card__form{padding:42px 42px 30px}.nova-contact-card__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 22px;padding:22px 42px;background:#14233B;color:#fff;text-align:center}.nova-contact-card__meta h3{width:100%;font-family:var(--nova-serif);font-size:30px;line-height:1;margin:0;color:var(--nova-gold-soft)}.nova-contact-card__meta p{width:100%;margin:2px 0 4px;color:rgba(255,255,255,.68);font-size:14px}.nova-contact-card__meta a{color:#fff;font-weight:800;font-size:14px}.nova-contact-card__meta a:hover{color:var(--nova-gold-soft)}
.nova-cf7-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.nova-cf7-grid .full{grid-column:1/-1}.nova-contact-card .wpcf7-form-control-wrap{display:block}.nova-contact-card input:not([type="submit"]),.nova-contact-card select,.nova-contact-card textarea{width:100%;min-height:58px;border:1px solid rgba(8,17,31,.12);border-radius:16px;background:#f8f4ed;color:#172033;padding:0 18px;outline:none;transition:.2s ease}.nova-contact-card textarea{min-height:138px;padding-top:16px;resize:vertical}.nova-contact-card input:focus,.nova-contact-card select:focus,.nova-contact-card textarea:focus{border-color:rgba(201,154,58,.7);box-shadow:0 0 0 4px rgba(201,154,58,.12);background:#fff}.nova-contact-card input[type="submit"],.nova-contact-card .wpcf7-submit{width:100%;min-height:58px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));color:#14233B;font-weight:900;cursor:pointer;box-shadow:0 18px 46px rgba(201,154,58,.28)}.nova-contact-card .wpcf7-response-output{margin:18px 0 0!important;border-radius:14px;color:#14233B}.nova-contact-card .wpcf7-spinner{display:block;margin:12px auto 0}
@media (max-width:760px){.nova-contact-layer{padding:78px 0}.nova-contact-card{border-radius:28px}.nova-contact-card__form{padding:26px 20px 22px}.nova-cf7-grid{grid-template-columns:1fr}.nova-contact-card__meta{padding:22px 20px}.nova-contact-layer__head p{font-size:16px}}

/* ===============================
   Nova Contact Premium Dark Fix
   Fixes white-on-white labels and upgrades the footer contact form to a darker luxury card.
================================= */
.nova-contact-layer{
  padding:118px 0 92px;
  background:var(--contact-bg),linear-gradient(135deg,#02060d 0%,#08111f 48%,#0f1729 100%);
  background-size:cover;
  background-position:center;
}
.nova-contact-layer__shade{
  background:
    linear-gradient(135deg,rgba(2,6,13,.92),rgba(8,17,31,.80) 46%,rgba(2,6,13,.94)),
    radial-gradient(circle at 50% 5%,rgba(201,154,58,.26),transparent 36%),
    radial-gradient(circle at 12% 78%,rgba(240,207,131,.13),transparent 30%);
}
.nova-contact-layer__head{margin-bottom:34px}
.nova-contact-layer__head h2{color:#fff;text-shadow:0 18px 60px rgba(0,0,0,.30)}
.nova-contact-layer__head p{color:rgba(255,255,255,.74)}
.nova-contact-card{
  max-width:960px;
  border:1px solid rgba(240,207,131,.28);
  border-radius:36px;
  background:linear-gradient(145deg,rgba(7,16,31,.96),rgba(13,24,43,.92));
  box-shadow:0 42px 120px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(22px);
  overflow:hidden;
}
.nova-contact-card__form{
  position:relative;
  padding:46px;
  padding-bottom: 0px !important;
  background:
    radial-gradient(circle at 12% 8%,rgba(201,154,58,.18),transparent 32%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
}
.nova-contact-card__form:before{
  content:'';
  position:absolute;
  inset:18px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.06);
  pointer-events:none;
}
.nova-contact-card .wpcf7{position:relative;z-index:2}
.nova-cf7-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px 18px;
  align-items:start;
}
.nova-cf7-grid > label,
.nova-cf7-grid > p,
.nova-cf7-grid .nova-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
  margin:0;
  color:rgba(255,255,255,.86)!important;
  font-size:13px;
  font-weight:800;
  letter-spacing:.01em;
}
.nova-cf7-grid .full,
.nova-cf7-grid > label.full,
.nova-cf7-grid > p.full,
.nova-cf7-grid > label:has(textarea),
.nova-cf7-grid > p:has(textarea),
.nova-cf7-grid > div:has(.wpcf7-submit){grid-column:1/-1}
.nova-contact-card .wpcf7-form-control-wrap{display:block;width:100%}
.nova-contact-card input:not([type="submit"]),
.nova-contact-card select,
.nova-contact-card textarea{
  width:100%!important;
  min-height:58px;
  border:1px solid rgba(240,207,131,.22)!important;
  border-radius:16px;
  background:rgba(250,247,240,.97)!important;
  color:#08111f!important;
  padding:0 18px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8), 0 14px 36px rgba(0,0,0,.12);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease;
}
.nova-contact-card textarea{
  min-height:154px;
  padding-top:16px;
  resize:vertical;
}
.nova-contact-card input::placeholder,
.nova-contact-card textarea::placeholder{color:rgba(8,17,31,.50)}
.nova-contact-card select{appearance:auto;cursor:pointer}
.nova-contact-card input:not([type="submit"]):focus,
.nova-contact-card select:focus,
.nova-contact-card textarea:focus{
  border-color:rgba(240,207,131,.82)!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(201,154,58,.16), 0 18px 44px rgba(0,0,0,.18);
  transform:translateY(-1px);
}
.nova-contact-card input[type="submit"],
.nova-contact-card .wpcf7-submit{
  width:100%;
  min-height:60px;
  margin-top:8px;
  border:0;
  border-radius:999px;
  background:#14233B!important;
  color:#fff !important;
  font-weight:500;
  letter-spacing:.01em;
  cursor:pointer;
  box-shadow:0 22px 55px rgba(201,154,58,.30);
  transition:transform .2s ease,box-shadow .2s ease;
}
.nova-contact-card input[type="submit"]:hover,
.nova-contact-card .wpcf7-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 28px 70px rgba(201,154,58,.40);
}
.nova-contact-card__meta{
  padding:28px 46px 32px;
  background:
    linear-gradient(180deg,rgba(5,9,16,.96),rgba(8,17,31,.98)),
    radial-gradient(circle at 50% 0%,rgba(201,154,58,.16),transparent 38%);
  border-top:1px solid rgba(240,207,131,.20);
}
.nova-contact-card__meta h3{font-size:32px;color:var(--nova-gold-soft)}
.nova-contact-card__meta p{color:rgba(255,255,255,.68)}
.nova-contact-card__meta a{color:#fff}
.nova-contact-card .wpcf7-not-valid-tip{margin-top:7px;color:#ffd1d1;font-size:12px;font-weight:700}
.nova-contact-card .wpcf7-response-output{
  margin:18px 0 0!important;
  padding:12px 14px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.08);
  color:#fff!important;
  border-color:rgba(240,207,131,.35)!important;
}
.nova-contact-card .wpcf7-spinner{display:block;margin:12px auto 0}

@media (max-width:760px){
  .nova-contact-layer{padding:76px 0 66px}
  .nova-contact-card{border-radius:28px}
  .nova-contact-card__form{padding:26px 18px 24px}
  .nova-contact-card__form:before{inset:10px;border-radius:20px}
  .nova-cf7-grid{grid-template-columns:1fr;gap:16px}
  .nova-contact-card__meta{padding:24px 18px 28px}
  .nova-contact-card__meta h3{font-size:28px}
}

/* ===== Nova signature project finder redesign (not reference-copy layout) ===== */
.nova-filter-panel--signature{
  display:grid;
  gap:20px;
  margin:10px 0 34px;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(240,207,131,.20);
  border-radius:38px;
  background:
    radial-gradient(circle at 96% 0%,rgba(240,207,131,.18),transparent 32%),
    radial-gradient(circle at 0% 100%,rgba(201,154,58,.14),transparent 30%),
    linear-gradient(135deg,#14233B 0%,#0d182b 48%,#08111F 100%);
  box-shadow:0 34px 100px rgba(8,17,31,.22);
  backdrop-filter:none;
}
.nova-filter-panel--signature:before{
  display:none;
}
.nova-filter-panel--signature:after{
  content:'';
  position:absolute;
  right:34px;
  top:34px;
  width:180px;
  height:180px;
  border:1px solid rgba(240,207,131,.12);
  border-radius:50%;
  pointer-events:none;
}
.nova-filter-panel__intro{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:76px 1fr auto;
  align-items:center;
  gap:22px;
  padding:28px 30px 0;
}
.nova-filter-panel__mark{
  display:grid;
  place-items:center;
  width:76px;
  height:76px;
  border-radius:26px;
  background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));
  color:#14233B;
  font-family:var(--nova-serif);
  font-size:32px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.04em;
  box-shadow:0 18px 48px rgba(201,154,58,.26);
}
.nova-filter-panel__copy span{
  display:block;
  margin-bottom:7px;
  color:var(--nova-gold-soft);
  font-size:12px;
  font-weight:950;
  letter-spacing:.26em;
  text-transform:uppercase;
}
.nova-filter-panel__copy h3{
  margin:0;
  color:#fff;
  font-family:var(--nova-serif);
  font-size:clamp(30px,3vw,46px);
  line-height:1;
  font-weight:650;
  letter-spacing:-.03em;
}
.nova-filter-panel__availability{
  min-width:178px;
  padding:18px 22px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:rgba(255,255,255,.06);
  color:#fff;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.nova-filter-panel__availability strong{
  display:block;
  color:var(--nova-gold-soft);
  font-family:var(--nova-serif);
  font-size:38px;
  line-height:.9;
}
.nova-filter-panel__availability span{
  display:block;
  margin-top:7px;
  color:rgba(255,255,255,.64);
  font-size:12px;
  font-weight:750;
  letter-spacing:.03em;
}
.nova-filter-grid--signature{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.4fr repeat(4,1fr);
  gap:14px;
  padding:0 30px;
}
.nova-filter-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}
.nova-filter-field > span{
  color:rgba(255,255,255,.70);
  font-size:12px;
  font-weight:850;
  letter-spacing:.05em;
}
.nova-filter-panel--signature .nova-filter-grid input,
.nova-filter-panel--signature .nova-filter-grid select{
  width:100%;
  min-height:62px;
  border:1px solid rgba(240,207,131,.22);
  border-radius:20px;
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:0 18px;
  outline:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.12);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,transform .2s ease;
}
.nova-filter-panel--signature .nova-filter-grid input::placeholder{color:rgba(255,255,255,.52)}
.nova-filter-panel--signature .nova-filter-grid select{
  appearance:auto;
  color:#fff;
  cursor:pointer;
}
.nova-filter-panel--signature .nova-filter-grid select option{color:#14233B;background:#fff}
.nova-filter-panel--signature .nova-filter-grid input:focus,
.nova-filter-panel--signature .nova-filter-grid select:focus{
  border-color:rgba(240,207,131,.76);
  background:rgba(255,255,255,.12);
  box-shadow:0 0 0 4px rgba(201,154,58,.14),0 18px 42px rgba(0,0,0,.18);
  transform:translateY(-1px);
}
.nova-filter-panel__bottom--signature{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin:2px 30px 30px;
  padding:17px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(255,255,255,.055);
  color:rgba(255,255,255,.72);
  font-size:13px;
}
.nova-check--signature{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  color:rgba(255,255,255,.78);
}
.nova-check--signature input{
  width:18px;
  height:18px;
  accent-color:var(--nova-gold);
}
.nova-filter-reset{
  border:1px solid rgba(240,207,131,.32)!important;
  background:rgba(240,207,131,.10)!important;
  color:var(--nova-gold-soft)!important;
  border-radius:999px;
  padding:10px 16px;
  cursor:pointer;
  font-weight:850;
}
.nova-filter-reset:hover{
  background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft))!important;
  color:#14233B!important;
}
@media (max-width:1180px){
  .nova-filter-panel__intro{grid-template-columns:64px 1fr;}
  .nova-filter-panel__mark{width:64px;height:64px;border-radius:22px;font-size:28px}
  .nova-filter-panel__availability{grid-column:1/-1;text-align:left;display:flex;align-items:center;gap:12px;min-width:0}
  .nova-filter-panel__availability strong{font-size:34px}
  .nova-filter-panel__availability span{margin-top:0}
  .nova-filter-grid--signature{grid-template-columns:1fr 1fr}
  .nova-filter-field--search{grid-column:1/-1}
}
@media (max-width:760px){
  .nova-filter-panel--signature{border-radius:28px;gap:16px}
  .nova-filter-panel__intro{grid-template-columns:1fr;gap:14px;padding:22px 18px 0}
  .nova-filter-panel__mark{width:58px;height:58px;border-radius:20px;font-size:26px}
  .nova-filter-panel__copy h3{font-size:32px}
  .nova-filter-grid--signature{grid-template-columns:1fr;padding:0 18px;gap:12px}
  .nova-filter-panel--signature .nova-filter-grid input,
  .nova-filter-panel--signature .nova-filter-grid select{min-height:56px;border-radius:17px}
  .nova-filter-panel__bottom--signature{margin:0 18px 20px;align-items:flex-start;flex-direction:column;border-radius:20px}
}

/* =========================================================
   Nova Investo — Featured Projects Finder Real Redesign
   Changed markup + layout so it does not look like the reference filter.
   ========================================================= */
.nova-projects--atelier{
  padding-top:26px;
}
.nova-section-head--atelier{
  margin-bottom:42px;
}
.nova-finder-atelier{
  position:relative;
  display:grid;
  grid-template-columns:380px 1fr;
  gap:0;
  margin:0 0 36px;
  border-radius:42px;
  overflow:hidden;
  border:1px solid rgba(201,154,58,.30);
  background:linear-gradient(135deg,#14233B 0%,#0c1729 44%,#f7f1e7 44.2%,#fffaf2 100%);
  box-shadow:0 35px 95px rgba(8,17,31,.18);
}
.nova-finder-atelier:before{
  content:'';
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:
    radial-gradient(circle at 13% 20%,rgba(240,207,131,.22),transparent 22%),
    radial-gradient(circle at 94% 18%,rgba(201,154,58,.13),transparent 18%);
}
.nova-finder-atelier__aside{
  position:relative;
  z-index:2;
  min-height:365px;
  padding:42px 34px;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02)),
    radial-gradient(circle at 10% 8%,rgba(201,154,58,.26),transparent 34%);
}
.nova-finder-atelier__aside:after{
  content:'N';
  position:absolute;
  right:-20px;
  bottom:-58px;
  font-family:var(--nova-serif);
  font-size:230px;
  line-height:1;
  color:rgba(240,207,131,.055);
  pointer-events:none;
}
.nova-finder-atelier__code{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px;
  color:var(--nova-gold-soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
}
.nova-finder-atelier__code:before{
  content:'';
  width:42px;
  height:1px;
  background:currentColor;
}
.nova-finder-atelier__aside h3{
  position:relative;
  z-index:1;
  margin:0;
  font-family:var(--nova-serif);
  font-size:46px;
  line-height:.95;
  letter-spacing:-.035em;
  color:#fff;
  font-weight: 400;
}
.nova-finder-atelier__aside p{
  position:relative;
  z-index:1;
  margin:18px 0 0;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.7;
}
.nova-finder-atelier__meter{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:14px;
  margin-top:38px;
  padding:14px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}
.nova-finder-atelier__meter strong{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));
  color:#14233B;
  font-family:var(--nova-serif);
  font-size:32px;
  line-height:1;
}
.nova-finder-atelier__meter span{
  max-width:116px;
  color:rgba(255,255,255,.72);
  font-size:12px;
  line-height:1.3;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.nova-finder-atelier__controls{
  position:relative;
  z-index:2;
  padding:42px;
}
.nova-finder-search{
  position:relative;
  display:block;
  margin-bottom:24px;
}
.nova-finder-search span,
.nova-finder-field span{
  display:block;
  margin:0 0 9px;
  color:#9b7428;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.nova-finder-search input{
  width:100%;
  min-height:60px;
  border:1px solid rgba(8,17,31,.13);
  border-radius:10px;
  background:#fff;
  color:#172033;
  outline:none;
  padding:0 24px 0 62px;
  font-size:18px;
  box-shadow:0 18px 45px rgba(8,17,31,.07);
}
.nova-finder-search:after{
  content:'⌕';
  position:absolute;
  left:24px;
  bottom:18px;
  color:var(--nova-gold);
  font-size:25px;
  line-height:1;
}
.nova-finder-search input:focus,
.nova-finder-field select:focus{
  border-color:rgba(201,154,58,.70);
  box-shadow:0 0 0 5px rgba(201,154,58,.13),0 18px 45px rgba(8,17,31,.07);
}
.nova-finder-selects{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.nova-finder-field{
  display:block;
  min-width:0;
}
.nova-finder-field select{
  width:100%;
  min-height:64px;
  border:1px solid rgba(8,17,31,.12);
  border-radius:10px;
  background:#fbf6ee;
  color:#263148;
  outline:none;
  padding:0 18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.nova-finder-atelier__actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:26px;
  padding-top:24px;
  border-top:1px dashed rgba(8,17,31,.14);
}
.nova-finder-check{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#4c5667;
  font-size:14px;
  font-weight:750;
}
.nova-finder-check input{
  width:18px;
  height:18px;
  accent-color:var(--nova-gold);
}
.nova-finder-reset{
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(201,154,58,.34);
  background:rgba(201,154,58,.10);
  color:#9b7428;
  cursor:pointer;
  font-size:13px;
  font-weight:900;
}
.nova-finder-reset:hover{
  background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));
  color:#14233B;
}
@media (max-width:1180px){
  .nova-finder-atelier{grid-template-columns:1fr;background:linear-gradient(180deg,#14233B 0%,#0c1729 42%,#fffaf2 42.2%,#fffaf2 100%)}
  .nova-finder-atelier__aside{min-height:auto}
  .nova-finder-selects{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .nova-finder-atelier{border-radius:30px;margin-bottom:28px}
  .nova-finder-atelier__aside{padding:30px 22px}
  .nova-finder-atelier__aside h3{font-size:28px}
  .nova-finder-atelier__controls{padding:24px 18px 22px}
  .nova-finder-search input{min-height:62px;border-radius:20px;font-size:15px;padding-left:52px}
  .nova-finder-search:after{left:20px;bottom:17px}
  .nova-finder-selects{grid-template-columns:1fr}
  .nova-finder-field select{min-height:58px}
  .nova-finder-atelier__actions{align-items:flex-start;flex-direction:column}
}

/* =========================================================
   Hero redesign v5 — cleaner premium hero, no stat boxes,
   no floating buyer desk, no white fade overlay.
   ========================================================= */
.nova-hero.nova-hero--signature{
  min-height:100vh;
  padding:168px 0 118px;
  background:
    radial-gradient(circle at 15% 18%, rgba(201,154,58,.20), transparent 30%),
    radial-gradient(circle at 74% 24%, rgba(240,207,131,.12), transparent 32%),
    linear-gradient(135deg,#02060d 0%,#14233B 46%,#0c1628 100%);
}
.nova-hero.nova-hero--signature:after{display:none}
.nova-hero--signature:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size:74px 74px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 78%);
  opacity:.34;
}
.nova-hero--signature .nova-hero__grid{
  grid-template-columns:minmax(0,0.95fr) minmax(460px,0.88fr);
  gap:78px;
  min-height:calc(100vh - 265px);
}
.nova-hero--signature .nova-hero__content{max-width:790px;padding-top:24px}
.nova-hero--signature .nova-eyebrow{margin-bottom:18px;color:var(--nova-gold-soft)}
.nova-hero--signature .nova-hero h1,
.nova-hero--signature h1{
  font-size:44px;
  line-height:.94;
  letter-spacing:-.045em;
  max-width:820px;
  text-shadow:0 28px 90px rgba(0,0,0,.38);
}
.nova-hero--signature .nova-hero__lead{
  max-width:650px;
  margin-top:26px;
  color:rgba(255,255,255,.74);
  font-size:18px;
  line-height:1.75;
  margin-bottom: 80px;
  font-weight: 100;
}
.nova-hero--signature .nova-hero__actions{margin-top:36px;gap:18px}
.nova-hero--signature .nova-btn{min-height:56px;padding:0 30px; font-weight: 500;}
.nova-hero--signature .nova-link{color:rgba(255,255,255,.92)}
.nova-hero--signature .nova-link span{
  border-color:rgba(240,207,131,.36);
  background:rgba(255,255,255,.06);
}
.nova-hero--signature .nova-trust-strip,
.nova-hero--signature .nova-hero-card--float{display:none!important}
.nova-hero--signature .nova-hero__visual{
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.nova-hero-showcase{
  position:relative;
  width:min(100%,575px);
  min-height:580px;
  border-radius:44px;
  overflow:hidden;
  border:1px solid rgba(240,207,131,.24);
  background:#14233B;
  box-shadow:0 42px 120px rgba(0,0,0,.42),0 0 0 10px rgba(255,255,255,.035);
  isolation:isolate;
}
.nova-hero-showcase:before{
  content:'';
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:32px;
  z-index:3;
  pointer-events:none;
}
.nova-hero-showcase:after{
  content:'';
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(2,6,13,.08) 0%,rgba(2,6,13,.30) 42%,rgba(2,6,13,.92) 100%),
    radial-gradient(circle at 74% 18%,rgba(240,207,131,.24),transparent 30%);
  pointer-events:none;
}
.nova-hero-showcase__image{
  position:absolute;
  inset:0;
  background:var(--hero-img),linear-gradient(135deg,#172033,#08111f 60%,#c99a3a 155%);
  background-size:cover;
  background-position:center;
  filter:saturate(.92) contrast(1.08);
  transform:scale(1.02);
}
.nova-hero-showcase__content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:4;
  padding:42px 44px 46px;
}
.nova-hero-showcase__content span{
  display:inline-flex;
  color:var(--nova-gold-soft);
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.nova-hero-showcase__content h2{
  max-width:455px;
  margin:0;
  font-family:var(--nova-serif);
  font-size:31px;
  line-height:1;
  letter-spacing:-.035em;
  color:#fff;
  font-weight:400;
}
.nova-hero--signature .nova-hero__glow--one{right:12%;top:19%;opacity:.46}
.nova-hero--signature .nova-hero__glow--two{left:4%;bottom:10%;opacity:.34}
.nova-hero--signature .nova-hero__orbit--one{right:42%;top:20%;opacity:.7}
.nova-hero--signature .nova-hero__orbit--two{right:7%;top:58%;opacity:.55}
.nova-hero--signature .nova-hero__orbit--three{left:52%;bottom:10%;opacity:.38}
@media (max-width:1180px){
  .nova-hero--signature .nova-hero__grid{grid-template-columns:1fr;gap:48px;min-height:auto}
  .nova-hero--signature .nova-hero__visual{min-height:520px;justify-content:flex-start}
  .nova-hero-showcase{width:100%;min-height:520px}
}
@media (max-width:760px){
  .nova-hero.nova-hero--signature{padding:128px 0 74px;min-height:auto}
  .nova-hero--signature .nova-hero__content{padding-top:0}
  .nova-hero--signature h1{font-size:48px}
  .nova-hero--signature .nova-hero__lead{font-size:16px;line-height:1.65}
  .nova-hero--signature .nova-hero__actions{display:grid;gap:14px;align-items:start}
  .nova-hero--signature .nova-link{justify-content:flex-start}
  .nova-hero--signature .nova-hero__visual{min-height:390px}
  .nova-hero-showcase{min-height:390px;border-radius:30px}
  .nova-hero-showcase:before{inset:12px;border-radius:22px}
  .nova-hero-showcase__content{padding:28px 26px 30px}
  .nova-hero-showcase__content h2{font-size:16px}
}


/* =========================================================
   Footer social links — dynamic Facebook / Instagram / X
   ========================================================= */
.nova-footer-social{
  margin-top:24px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.10);
}
.nova-footer-social > span{
  display:block;
  margin-bottom:13px;
  color:rgba(255,255,255,.62);
  font-size:12px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.nova-footer-social__icons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}
.nova-footer-social__icons a{
  position:relative;
  display:inline-grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(240,207,131,.25);
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  color:var(--nova-gold-soft);
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease;
}
.nova-footer-social__icons a:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,var(--nova-gold),var(--nova-gold-soft));
  opacity:0;
  transition:opacity .22s ease;
}
.nova-footer-social__icons a svg{
  position:relative;
  z-index:2;
  width:19px;
  height:19px;
  fill:currentColor;
}
.nova-footer-social__icons a:hover{
  transform:translateY(-3px);
  color:#14233B;
  border-color:rgba(240,207,131,.65);
  box-shadow:0 18px 42px rgba(201,154,58,.20);
}
.nova-footer__grid > div:nth-child(2) ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nova-footer-social__icons a:hover:before{opacity:1}
@media (max-width:760px){
  .nova-footer-social__icons a{width:44px;height:44px}
}

/* =========================================================
   Nova Investo v1.3 — light luxury refresh + readability fix
   Client note: brighter premium palette, clearer text, modern layout.
   ========================================================= */
:root{
  --nova-gold:#B88935;
  --nova-gold-soft:#F4D58A;
  --nova-dark:#14233B;
  --nova-ink:#111827;
  --nova-muted:#475569;
  --nova-cream:#F7F1E7;
  --nova-card:#FFFFFF;
  --nova-border:rgba(184,137,53,.22);
  --nova-shadow:0 24px 70px rgba(16,33,58,.12);
}
body{
  background:
    radial-gradient(circle at 6% 7%, rgba(184,137,53,.10), transparent 28%),
    linear-gradient(180deg,#FCFAF6 0%,#F7F1E7 58%,#FFFFFF 100%);
  color:var(--nova-ink);
  font-weight:400;
}
body.nova-menu-open{overflow:hidden;}
.nova-shell{width:min(1380px,calc(100% - 56px));}
.nova-eyebrow{color:var(--nova-gold);letter-spacing:.22em;font-weight:850;}
.nova-section-head h2,.nova-about h2,.nova-consultation h2,.nova-single-project h1{color:#FFFDF8;}
.nova-section-head p,.nova-project-card p,.nova-market-card p,.nova-route-cards p,.nova-faq-item p{color:var(--nova-muted);}

/* Header — lighter, clearer, modern */
.nova-header{padding:18px 0;}
.nova-header__inner {
    height: 74px;
    border: 1px solid rgba(184, 137, 53, .18);
    background: rgba(255, 255, 255, .88);
    color: #111827;
    box-shadow: 0 22px 70px rgba(16, 33, 58, .12);
    backdrop-filter: blur(22px);
    grid-template-columns: 220px 1fr 330px;
    padding: 0px 14px 8px 22px;
}
.nova-header.is-scrolled{
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 60px rgba(16,33,58,.15);
}
.nova-brand img{filter:drop-shadow(0 10px 20px rgba(184,137,53,.18));}
.nova-menu a{
  color:#fff;
  font-weight:300;
  font-size:13px;
  letter-spacing:.02em;
  text-transform:none;
}
.nova-menu a:hover{
  background:rgb(236, 235, 233);
  color:#0B1728;
}
.nova-lang-switcher{
  background:#F7F1E7;
  border-color:rgba(16,33,58,.10);
}
.nova-lang-switcher a{color:#344256;font-weight:850;}
.nova-lang-switcher a.is-active{background:#0B1728;color:var(--nova-gold-soft);}
.nova-btn{
  background:linear-gradient(135deg,#B88935,#F4D58A);
  color:#14233B;
  box-shadow:0 16px 40px rgba(184,137,53,.24);
}
.nova-btn:hover{box-shadow:0 22px 52px rgba(184,137,53,.30);}
.nova-menu-toggle{border:1px solid rgba(16,33,58,.12);background:#0B1728;}
.nova-menu-toggle span{background:#fff;}
.nova-menu-close{display:none;}

/* Hero — brighter luxury look, no dull dark read issue */
.nova-hero.nova-hero--signature{
  color:#0B1728;
  min-height:auto;
  padding:164px 0 110px;
  background:
    radial-gradient(circle at 18% 22%,rgba(244,213,138,.32),transparent 30%),
    radial-gradient(circle at 83% 22%,rgba(16,33,58,.08),transparent 28%),
    linear-gradient(135deg,#FFFDF8 0%,#F7F1E7 52%,#EFE5D6 100%);
}
.nova-hero--signature:before{
  background:
    linear-gradient(90deg, rgba(16,33,58,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16,33,58,.035) 1px, transparent 1px);
  background-size:86px 86px;
  opacity:.55;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.70),transparent 85%);
}
.nova-hero--signature .nova-hero__grid{
  grid-template-columns:minmax(0,0.96fr) minmax(420px,0.86fr);
  gap:80px;
  min-height:auto;
}
.nova-hero--signature .nova-hero__content{padding-top:38px;}
.nova-hero--signature .nova-eyebrow{color:#A1722A;}
.nova-hero--signature h1{
  color:#0B1728;
  text-shadow:none;
  font-size:43px;
  line-height:.96;
  letter-spacing:-.055em;
  max-width:880px;
}
.nova-hero--signature .nova-hero__lead{
  color:#334155;
  font-size:18px;
  line-height:1.8;
  font-weight:500;
  max-width:690px;
  margin-bottom:0;
}
.nova-hero--signature .nova-link{color:#14233B;font-weight:850;}
.nova-hero--signature .nova-link span{
  background:#fff;
  border-color:rgba(16,33,58,.14);
  color:#B88935;
  box-shadow:0 10px 30px rgba(16,33,58,.10);
}
.nova-hero--signature .nova-hero__visual{min-height:560px;}
.nova-hero-showcase{
  border:1px solid rgba(184,137,53,.24);
  background:#fff;
  box-shadow:0 36px 95px rgba(16,33,58,.18),0 0 0 12px rgba(255,255,255,.56);
}
.nova-hero-showcase:before{border-color:rgba(255,255,255,.56);}
.nova-hero-showcase:after{
  background:
    linear-gradient(180deg,rgba(16,33,58,0) 0%,rgba(16,33,58,.18) 45%,rgba(16,33,58,.86) 100%),
    radial-gradient(circle at 80% 18%,rgba(244,213,138,.35),transparent 32%);
}
.nova-hero-showcase__image{filter:saturate(1.04) contrast(1.04);}
.nova-hero-showcase__content span{color:var(--nova-gold-soft);}
.nova-hero-showcase__content h2{color:#fff;text-shadow:0 10px 34px rgba(0,0,0,.34);}
.nova-hero__glow{opacity:.44;filter:blur(16px);}
.nova-hero__orbit{border-color:rgba(184,137,53,.22);box-shadow:inset 0 0 28px rgba(184,137,53,.08),0 0 35px rgba(184,137,53,.08);}

/* Featured filter redesign polish */
.nova-projects{padding:96px 0 100px;background:#fff;}
.nova-section-head--atelier h2{color:#0B1728;}
.nova-finder-atelier{
  border:1px solid rgba(16,33,58,.10);
  background:linear-gradient(135deg,#fff 0%,#FFF9F0 100%);
  box-shadow:0 24px 80px rgba(16,33,58,.12);
  border-radius:34px;
  overflow:hidden;
}
.nova-finder-atelier__aside{
  background:
    radial-gradient(circle at 20% 18%,rgba(244,213,138,.24),transparent 32%),
    linear-gradient(150deg,#13243E,#07101F);
  color:#fff;
}
.nova-finder-atelier__aside h3{color:#fff;}
.nova-finder-atelier__aside p{color:rgba(255,255,255,.76);}
.nova-finder-atelier__meter{background:rgba(255,255,255,.10);border-color:rgba(244,213,138,.22);}
.nova-finder-atelier__controls{background:#fff;}
.nova-finder-search input,.nova-finder-field select{
  background:#FFF9F0;
  border:1px solid rgba(16,33,58,.12);
  color:#172033;
}
.nova-finder-search span,.nova-finder-field span{color:#344256;}
.nova-finder-search input::placeholder{color:#7C8797;}
.nova-finder-check{color:#344256;}

/* Cards/sections — clearer and more current */
.nova-project-card,.nova-service-card,.nova-market-card,.nova-route-cards div,.nova-testimonial-card,.nova-faq-item{
  border:1px solid rgba(16,33,58,.08);
  box-shadow:0 18px 55px rgba(16,33,58,.09);
}
.nova-project-card h3,.nova-service-card h3,.nova-market-card h3,.nova-route-cards h3{color:#0B1728;}
.nova-project-card__media{height:290px;}
.nova-services{background:#FDFBF7;}
.nova-service-card{background:linear-gradient(180deg,#fff,#FFF9F0);}
.nova-service-card__icon{background:#14233B;color:var(--nova-gold-soft);}
.nova-markets{background:linear-gradient(180deg,#FFFFFF,#F7F1E7);}
.nova-investment{background:#fff;}
.nova-about{
  background:
    radial-gradient(circle at 12% 10%,rgba(244,213,138,.18),transparent 34%),
    linear-gradient(135deg,#14233B,#07101F);
}
.nova-about__copy p{color:rgba(255,255,255,.82);}
.nova-testimonials{background:#FDFBF7;}
.nova-consultation{background:linear-gradient(135deg,#14233B,#07101F);}
.nova-faq{background:#FFFFFF;}

/* Contact section readability */
.nova-contact-layer{background:#14233B;}
.nova-contact-layer__head h2{color:#fff;}
.nova-contact-layer__head p{color:rgba(255,255,255,.78);}
.nova-contact-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(244,213,138,.22);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.nova-contact-card__form label{color:#14233B!important;}
.nova-contact-card input,.nova-contact-card textarea,.nova-contact-card select{
  background:#FFF9F0!important;
  border-color:rgba(16,33,58,.14)!important;
  color:#111827!important;
}
.nova-contact-card input::placeholder,.nova-contact-card textarea::placeholder{color:#7C8797!important;}
.nova-contact-card__meta{background:#14233B;color:#fff;}
.nova-contact-card__meta h3{color:var(--nova-gold-soft);}
.nova-contact-card__meta p,.nova-contact-card__meta a{color:rgba(255,255,255,.78);}

/* Footer + social readability */
.nova-footer{background:#08111F;}
.nova-footer__menu{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
.nova-footer__menu li{list-style:none!important;margin:0!important;padding:0!important;}
.nova-footer__menu a{display:inline-block!important;}
.nova-footer-social__icons a{background:rgba(255,255,255,.07);}

/* Floating WhatsApp */
.nova-whatsapp-float{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999;
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border-radius:50%;
  background:linear-gradient(135deg,#21C063,#128C7E);
  color:#fff;
  box-shadow:0 22px 55px rgba(18,140,126,.34),0 0 0 8px rgba(33,192,99,.10);
  transition:transform .22s ease, box-shadow .22s ease;
}
.nova-whatsapp-float svg{width:34px;height:34px;fill:currentColor;}
.nova-whatsapp-float:hover{transform:translateY(-4px) scale(1.04);box-shadow:0 28px 70px rgba(18,140,126,.42),0 0 0 10px rgba(33,192,99,.12);}

/* Mobile menu fixed close behaviour */
@media (max-width:1180px){
  .nova-header__inner{grid-template-columns:auto auto;}
  .nova-nav{
    position:fixed;
    inset:18px;
    top:96px;
    right:18px;
    left:18px;
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    pointer-events:none;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(16,33,58,.10);
    box-shadow:0 28px 90px rgba(16,33,58,.22);
    border-radius:30px;
    padding:60px 20px 22px;
    transition:opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .nova-nav.is-open{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }
  .nova-menu-close{
    display:grid;
    place-items:center;
    position:absolute;
    top:16px;
    right:16px;
    width:38px;
    height:38px;
    border-radius:50%;
    border:1px solid rgba(16,33,58,.12);
    background:#14233B;
    color:#fff;
    font-size:25px;
    line-height:1;
    cursor:pointer;
  }
  .nova-menu{display:grid!important;gap:8px;width:100%;}
  .nova-menu a{
    display:block;
    padding:15px 16px;
    border-radius:16px;
    color:#172033;
    background:#F7F1E7;
  }
  .nova-menu a:hover{background:#14233B;color:#fff;}
}
@media (max-width:760px){
  .nova-shell{width:min(100% - 30px,1380px);}
  .nova-header__inner{border-radius:24px;background:rgba(255,255,255,.94);}
  .nova-header__actions .nova-btn--small{display:none;}
  .nova-hero.nova-hero--signature{padding:126px 0 70px;}
  .nova-hero--signature h1{font-size:46px;line-height:1;}
  .nova-hero--signature .nova-hero__lead{color:#3B485A;font-size:16px;}
  .nova-hero--signature .nova-hero__visual{min-height:370px;}
  .nova-hero-showcase{min-height:370px;}
  .nova-finder-atelier{background:#fff;}
  .nova-whatsapp-float{right:16px;bottom:16px;width:56px;height:56px;}
  .nova-whatsapp-float svg{width:30px;height:30px;}
}


@media only screen and (max-width:767px){
.nova-shell.nova-hero__grid {
    display: block;
}
.nova-hero--signature h1{
  font-size: 30px;
}
.nova-hero--signature .nova-eyebrow{
  font-size: 10px;
  letter-spacing: 1px !important;
}
.nova-header__inner{
  padding: 0px 14px 0px 22px;
}
.nova-menu-toggle{
  padding: 8px 10px;
}
.nova-hero--signature .nova-hero__content{
  margin-bottom: 40px;
  padding-top: 10px;
}
.nova-hero--signature .nova-hero__actions{
  align-items: center;
  justify-content: center;
}
.nova-hero--signature .nova-link{
  justify-content: center;
}
.nova-section-head--split{
  gap: 0px;
}
.nova-section-head p{
  margin-top: 0;
}
.nova-section-head h2, .nova-about h2, .nova-consultation h2, .nova-single-project h1{
  color:#14233B;
}
.nova-about .nova-about__panel h2{
  color: #fff !important;
}
.nova-consultation h2{
  color: #fff !important;
}
.nova-nav.is-open{
  min-height: 410px;
}
  

}

/* Montserrat typography refinement */
.nova-hero h1,
.nova-section-head h2,
.nova-about h2,
.nova-consultation h2,
.nova-single-project h1,
.nova-project-card h3,
.nova-service-card h3,
.nova-market-card h3,
.nova-route-cards h3,
.nova-footer h3{
  font-family:var(--nova-serif);
  font-weight:400;
  letter-spacing:-.015em;
}

/* Smaller, cleaner heading scale on mobile */
@media only screen and (max-width:767px){
  .nova-hero--signature h1,
  .nova-hero h1{
    font-size:24px !important;
    line-height:1.14 !important;
    letter-spacing:-.01em;
  }
  .nova-section-head h2,
  .nova-about h2,
  .nova-consultation h2,
  .nova-single-project h1{
    font-size:25px !important;
    line-height:1.16 !important;
  }
  .nova-project-card h3,
  .nova-service-card h3,
  .nova-market-card h3,
  .nova-route-cards h3{
    font-size:21px !important;
    line-height:1.18 !important;
  }
  .nova-market-card strong{
    font-size:28px !important;
  }
  .nova-testimonial-card p{
    font-size:20px !important;
    line-height:1.24 !important;
  }
  .nova-footer h3{
    font-size:20px !important;
  }
}


/* V14: Clear luxury color polish + Montserrat readability */
body{
  background:linear-gradient(180deg,#FBF8F2 0%,#F7F1E7 44%,#FFFFFF 100%);
  color:#172033;
  font-family:var(--nova-sans);
}
.nova-header__inner{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(181,138,60,.16);
  box-shadow:0 18px 55px rgba(20,35,59,.12);
}
.nova-menu a{color:#24324A;font-weight:700;letter-spacing:.02em;}
.nova-menu a:hover{background:#14233B;color:#fff;}
.nova-lang-switcher{background:#F7F1E7;border-color:rgba(20,35,59,.10);}
.nova-lang-switcher a{color:#24324A;}
.nova-lang-switcher a.is-active{background:#14233B;color:#14233B;}
.nova-menu-toggle span{background:#14233B;}
.nova-btn{background:linear-gradient(135deg,#14233B,#243B63);color:#fff;box-shadow:0 16px 42px rgba(20,35,59,.22);}
.nova-btn:hover{box-shadow:0 22px 55px rgba(20,35,59,.30);}
.nova-hero.nova-hero--signature{
  background:
    radial-gradient(circle at 12% 18%,rgba(233,199,126,.38),transparent 27%),
    radial-gradient(circle at 85% 14%,rgba(181,138,60,.17),transparent 32%),
    linear-gradient(135deg,#FFFDF8 0%,#F7F1E7 42%,#EDE2D0 100%);
  color:#172033;
}
.nova-hero:after{background:linear-gradient(180deg,transparent,#FBF8F2);height:120px;}
.nova-eyebrow{color:#B58A3C;}
.nova-hero--signature h1,.nova-hero h1{color:#14233B;font-weight:800;letter-spacing:-.045em;}
.nova-hero__lead,.nova-hero--signature .nova-hero__lead{color:#45556A;}
.nova-link{color:#14233B;}
.nova-link span{border-color:rgba(20,35,59,.18);color:#B58A3C;background:#fff;}
.nova-hero-showcase{box-shadow:0 30px 90px rgba(20,35,59,.18);border-color:rgba(181,138,60,.20);}
.nova-section-head h2,.nova-about h2,.nova-consultation h2,.nova-single-project h1{color:#14233B;font-weight:800;letter-spacing:-.035em;}
.nova-section-head p{color:#5F6B7A;}
.nova-projects{background:#FBF8F2;}
.nova-finder-atelier{
  background:linear-gradient(135deg,#FFFFFF 0%,#FFF8EC 100%);
  border:1px solid rgba(181,138,60,.18);
  box-shadow:0 24px 70px rgba(20,35,59,.12);
}
.nova-finder-atelier__aside{
  background:linear-gradient(135deg,#14233B,#223A61);
  color:#fff;
}
.nova-finder-atelier__aside p{color:rgba(255,255,255,.72);}
.nova-finder-atelier__meter{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.16);}
.nova-finder-field span,.nova-finder-search span{color:#39485E;font-weight:800;}
.nova-finder-field select,.nova-finder-search input{
  background:#FFFFFF;
  border:1px solid rgba(20,35,59,.13);
  color:#172033;
  box-shadow:0 10px 26px rgba(20,35,59,.06);
}
.nova-finder-field select:focus,.nova-finder-search input:focus{border-color:#B58A3C;box-shadow:0 0 0 4px rgba(181,138,60,.13);}
.nova-project-card,.nova-service-card,.nova-market-card,.nova-testimonial-card,.nova-faq-item{box-shadow:0 18px 55px rgba(20,35,59,.09);border-color:rgba(20,35,59,.08);}
.nova-project-card h3,.nova-service-card h3,.nova-market-card h3,.nova-route-cards h3,.nova-footer h3{font-weight:800;color:#14233B;}
.nova-specs span{background:#F7F1E7;color:#24324A;border-color:rgba(20,35,59,.10);}
.nova-services{background:#FFFFFF;}
.nova-markets{background:linear-gradient(180deg,#FFFFFF,#FBF8F2);}
.nova-investment{background:linear-gradient(180deg,#FBF8F2,#FFFFFF);}
.nova-about{background:linear-gradient(135deg,#14233B,#08111F);}
.nova-about h2,.nova-about .nova-about__panel h2{color:#fff!important;}
.nova-consultation{background:linear-gradient(135deg,#14233B,#223A61);}
.nova-consultation h2{color:#fff!important;     font-size: 37px;
    max-width: 800px;
    margin: 20px 0px;}
.nova-footer{background:#08111F;}
.nova-footer h3{color:#fff;}
.nova-footer__bottom{color:rgba(255,255,255,.62);}

/* City filter keeps layout clean after adding one more field */
.nova-finder-selects{grid-template-columns:repeat(5,minmax(0,1fr));}
@media (max-width:1180px){.nova-finder-selects{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:760px){.nova-finder-selects{grid-template-columns:1fr;}}

@media only screen and (max-width:767px){
  .nova-hero--signature h1,.nova-hero h1{font-size:27px!important;line-height:1.16!important;}
  .nova-section-head h2,.nova-about h2,.nova-consultation h2,.nova-single-project h1{font-size:24px!important;line-height:1.18!important;}
  .nova-project-card h3,.nova-service-card h3,.nova-market-card h3,.nova-route-cards h3{font-size:20px!important;}
}

/* V16: Montserrat font + smaller mobile headings */
.nova-hero h1,
.nova-hero--signature h1,
.nova-section-head h2,
.nova-about h2,
.nova-consultation h2,
.nova-single-project h1,
.nova-project-card h3,
.nova-service-card h3,
.nova-market-card h3,
.nova-route-cards h3,
.nova-testimonial-card p,
.nova-footer h3{
  font-family:'Montserrat', Arial, sans-serif !important;
  font-weight:400 !important;
  letter-spacing:-.02em;
}
.nova-hero h1,
.nova-hero--signature h1{
  letter-spacing:-.035em;
}
.nova-section-head h2,
.nova-about h2,
.nova-consultation h2,
.nova-single-project h1{
  letter-spacing:-.025em;
}

@media only screen and (max-width:767px){
  .nova-hero--signature h1,
  .nova-hero h1{
    font-size:24px !important;
    line-height:1.13 !important;
    letter-spacing:-.018em !important;
  }
  .nova-section-head h2,
  .nova-about h2,
  .nova-consultation h2,
  .nova-single-project h1{
    font-size:22px !important;
    line-height:1.16 !important;
    letter-spacing:-.012em !important;
  }
  .nova-project-card h3,
  .nova-service-card h3,
  .nova-market-card h3,
  .nova-route-cards h3{
    font-size:19px !important;
    line-height:1.16 !important;
  }
  .nova-testimonial-card p{
    font-size:15px !important;
    line-height:1.2 !important;
  }
  .nova-footer h3{
    font-size:19px !important;
    line-height:1.15 !important;
  }
  .nova-menu-toggle span{
    background: #fff;
  }
  .nova-hero h1{
    font-size: 21px !important;
  }
  .nova-projects{
    padding: 40px 0 50px;
  }
}


/* V16: Montserrat final typography override */
:root{
  --nova-serif:'Montserrat', Arial, sans-serif;
  --nova-sans:'Montserrat', Arial, sans-serif;
}
body,
button,
input,
select,
textarea,
.nova-menu a,
.nova-btn,
.nova-project-card h3,
.nova-service-card h3,
.nova-market-card h3,
.nova-route-cards h3,
.nova-footer h3,
.nova-contact-layer__head h2,
.nova-contact-card__meta h3,
.nova-hero h1,
.nova-section-head h2,
.nova-about h2,
.nova-consultation h2,
.nova-single-project h1{
  font-family:'Montserrat', Arial, sans-serif !important;
}
.nova-hero h1,
.nova-section-head h2,
.nova-about h2,
.nova-consultation h2,
.nova-single-project h1,
.nova-contact-layer__head h2{
  font-weight:500 !important;
  letter-spacing:-.045em;
}
.nova-project-card h3,
.nova-service-card h3,
.nova-market-card h3,
.nova-route-cards h3,
.nova-footer h3,
.nova-contact-card__meta h3{
  font-weight:500 !important;
  letter-spacing:-.03em;
}

/* Service Card Background */
.nova-service-card{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 360px;
    isolation: isolate;
}

.nova-service-card__overlay{
    position: absolute !important;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8,15,30,.20) 0%,
        rgba(8,15,30,.75) 100%
    );
    z-index: 1;
}

.nova-service-card > *{
    position: relative;
    z-index: 2;
}

.nova-service-card h3,
.nova-service-card p,
.nova-service-card__icon{
    color: #fff;
}

/* Language Dropdown */
.nova-lang-switcher{
    position:relative;
}

.nova-lang-switcher__toggle{
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: rgba(255, 255, 255, .08);
    color: #172033;
    padding: 4px 14px;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.nova-lang-switcher__dropdown{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    min-width:170px;
    background:#fff;
    border-radius:14px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    padding:8px;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.3s ease;
    z-index:1000;
}

.nova-lang-switcher:hover .nova-lang-switcher__dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.nova-lang-switcher__dropdown a{
    display:block;
    padding:10px 14px;
    border-radius:10px;
    color:#1d1d1d;
    text-decoration:none;
    font-size:14px;
    font-weight: 400;
}

.nova-lang-switcher__dropdown a:hover,
.nova-lang-switcher__dropdown a.is-active{
    background:#f5f5f5;
}

@media(max-width:991px){

    .nova-lang-switcher__toggle{
        padding:8px 12px;
        font-size:13px;
    }

    .nova-lang-switcher__dropdown{
        right:auto;
        left:0;
    }
}

@media (max-width:760px){
  .nova-hero h1{font-size:22px !important;line-height:1.04 !important;letter-spacing:-.045em;}
  .nova-section-head h2{font-size:16px !important;line-height:1.08 !important;}
  .nova-finder-atelier__aside h3{font-weight: 300;}
  .nova-contact-layer__head h2{font-size:26px !important;line-height:1.08 !important;}
  .nova-about h2,.nova-consultation h2{font-size:31px !important;line-height:1.08 !important;}
  .nova-project-card h3,.nova-service-card h3,.nova-market-card h3,.nova-route-cards h3{font-size:19px !important;line-height:1.12 !important;}
  .nova-footer h3{font-size:22px !important;}
  .nova-services .nova-eyebrow{text-align: left; justify-content: flex-start;}
  .nova-services .nova-section-head h2{text-align: left;}
  .nova-services .nova-section-head p{text-align: left;}
  .nova-about h2, .nova-about .nova-about__panel h2 {
    color: #fff !important;
    font-size: 20px !important;
}
.nova-about h2, .nova-consultation h2{
    font-size: 20px !important;
    margin-top: 20px;
}
.nova-faq-item summary {
    font-size: 13px;
    font-weight: 600;
}
p{
  font-size: 14px !important;
}
.nova-contact-card input:not([type="submit"]), .nova-contact-card select, .nova-contact-card textarea{
  font-weight: 200;
}
footer .nova-btn{
  font-weight: 300;
}
.nova-service-card{
  min-height: 256px;  
}

}
