.elementor-kit-292{--e-global-color-primary:#0055ab;--e-global-color-secondary:#003265;--e-global-color-text:#FFFFFF;--e-global-color-accent:#fe9f21;--e-global-color-background:#F0F8FF;--e-global-color-backgroundAccent:#417fcf;--e-global-color-transparent:#00000000;--e-global-color-c9b5a04:#FE9F21;--e-global-color-2719d07:#000000;--e-global-color-9561c65:#F0F8FF;--e-global-color-31bdf44:#C4E2FB;--e-global-color-ab7a87f:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Poppins";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Figtree";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-292 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-292{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-292{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* FINIS TERRAE — GLOBAL CSS PER ELEMENTOR
   1) Incolla questo CSS in Elementor > Impostazioni sito > CSS personalizzato
      oppure in Aspetto > Personalizza > CSS aggiuntivo.
   2) Nei file HTML sostituisci gli URL immagini /wp-content/uploads/finis-terrae/... con gli URL reali della tua libreria media.
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --ft-bg:#030812;
  --ft-bg-2:#071021;
  --ft-card:#0a1428;
  --ft-card-2:#0b172d;
  --ft-line:#26344d;
  --ft-line-soft:#17233a;
  --ft-text:#ffffff;
  --ft-muted:#a9b3c4;
  --ft-muted-2:#6f7c90;
  --ft-orange:#f05a2a;
  --ft-orange-2:#ff6a35;
  --ft-max:1180px;
  --ft-radius:0px;
}

.ft-page, .ft-page *{box-sizing:border-box}
.ft-page{
  background:var(--ft-bg);
  color:var(--ft-text);
  font-family:'Inter', Arial, sans-serif;
  line-height:1.5;
  overflow:hidden;
}
.ft-container{width:min(var(--ft-max), calc(100% - 56px)); margin:0 auto;}
.ft-section{padding:90px 0; border-bottom:1px solid var(--ft-line-soft); position:relative;}
.ft-section--tight{padding:70px 0;}
.ft-grid-2{display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:start;}
.ft-grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
.ft-grid-4{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
.ft-eyebrow{display:inline-flex; gap:10px; align-items:center; color:var(--ft-orange); font-weight:900; font-size:11px; text-transform:uppercase; letter-spacing:4px; margin-bottom:18px;}
.ft-eyebrow:before{content:''; width:38px; height:2px; background:var(--ft-orange); display:inline-block;}
.ft-title{font-size:clamp(44px, 6vw, 82px); line-height:.92; letter-spacing:-.08em; font-weight:900; margin:0; max-width:760px;}
.ft-title--page{font-size:clamp(42px, 5.1vw, 68px); max-width:650px;}
.ft-title--section{font-size:clamp(34px, 4vw, 54px); max-width:700px;}
.ft-lead{font-size:18px; line-height:1.75; color:var(--ft-muted); margin:0; max-width:620px;}
.ft-small{font-size:13px; color:var(--ft-muted); line-height:1.7;}
.ft-card{background:var(--ft-card); border:1px solid var(--ft-line); padding:34px; min-height:190px; position:relative;}
.ft-card__num{position:absolute; top:24px; right:24px; color:var(--ft-orange); font-size:11px; letter-spacing:3px; font-weight:800; opacity:.8;}
.ft-card__icon{color:var(--ft-orange); font-size:25px; margin-bottom:32px; display:block;}
.ft-card h3{font-size:19px; line-height:1.15; margin:0 0 16px; letter-spacing:-.04em; font-weight:900;}
.ft-card p{margin:0; color:var(--ft-muted); font-size:14px; line-height:1.75;}
.ft-btn{display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:58px; padding:0 34px; background:var(--ft-orange); color:#fff!important; text-decoration:none!important; font-weight:900; font-size:15px; border:1px solid var(--ft-orange); transition:.2s ease;}
.ft-btn:hover{background:var(--ft-orange-2); transform:translateY(-1px)}
.ft-btn--ghost{background:transparent; color:var(--ft-orange)!important;}
.ft-btn--small{min-height:46px; padding:0 22px; font-size:13px;}
.ft-nav{height:74px; background:#050a14; border-bottom:1px solid var(--ft-line-soft); position:relative; z-index:20;}
.ft-nav .ft-container{height:100%; display:flex; align-items:center; justify-content:space-between; gap:24px;}
.ft-logo{display:flex; align-items:center; gap:12px; text-decoration:none!important; color:white!important; min-width:135px;}
.ft-logo img{width:29px; height:29px; object-fit:cover;}
.ft-logo span{font-size:11px; line-height:1.1; letter-spacing:4px; color:var(--ft-orange); font-weight:900;}
.ft-menu{display:flex; align-items:center; gap:30px;}
.ft-menu a{color:#c6cfdb!important; text-decoration:none!important; font-size:12px; letter-spacing:1.6px; font-weight:900; text-transform:uppercase; padding:28px 0 24px; border-bottom:2px solid transparent;}
.ft-menu a.active, .ft-menu a:hover{color:#fff!important; border-bottom-color:var(--ft-orange)}
.ft-lang{display:flex; border:1px solid var(--ft-line); height:36px;}
.ft-lang span{display:flex; align-items:center; padding:0 12px; font-size:12px; font-weight:900; color:#aab4c4;}
.ft-lang .active{background:var(--ft-orange); color:#fff;}
.ft-nav-actions{display:flex; align-items:center; gap:16px;}
.ft-hero{min-height:calc(100vh - 74px); display:flex; align-items:center; background-image:linear-gradient(90deg, rgba(3,8,18,.94) 0%, rgba(3,8,18,.72) 45%, rgba(3,8,18,.48) 100%), var(--ft-hero-image); background-size:cover; background-position:center; position:relative;}
.ft-hero .ft-container{display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:center;}
.ft-hero__text{padding:80px 0 110px;}
.ft-hero__buttons{display:flex; gap:16px; margin-top:46px; flex-wrap:wrap;}
.ft-stats{display:grid; grid-template-columns:1fr 1fr; gap:0; max-width:430px; margin-left:auto; margin-top:230px;}
.ft-stat{border-left:2px solid var(--ft-orange); padding:0 0 0 24px; min-height:86px;}
.ft-stat small{display:block; color:var(--ft-muted-2); text-transform:uppercase; font-weight:900; letter-spacing:2px; font-size:12px;}
.ft-stat strong{display:block; font-size:34px; line-height:1.1; letter-spacing:-.05em; margin-top:7px;}
.ft-image-card{background:#091427; border:1px solid var(--ft-line); overflow:hidden;}
.ft-image-card img{width:100%; display:block; aspect-ratio:16/9; object-fit:cover;}
.ft-footer{background:#050a14; padding:72px 0 28px; border-top:1px solid var(--ft-line-soft);}
.ft-footer__grid{display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:70px; margin-bottom:55px;}
.ft-footer h4{color:var(--ft-orange); text-transform:uppercase; font-size:11px; letter-spacing:4px; margin:0 0 22px;}
.ft-footer p,.ft-footer a{color:var(--ft-muted); font-size:13px; text-decoration:none!important; display:block; margin:0 0 9px;}
.ft-footer__bottom{display:flex; justify-content:space-between; color:var(--ft-muted-2); font-size:12px; border-top:1px solid var(--ft-line-soft); padding-top:25px;}
.ft-list{margin:0; padding-left:16px; color:var(--ft-muted); font-size:14px; line-height:1.8;}
.ft-list li::marker{color:var(--ft-orange)}
.ft-specs{display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--ft-line);}
.ft-spec{padding:26px; border-right:1px solid var(--ft-line);}
.ft-spec:last-child{border-right:0}.ft-spec small{display:block; color:var(--ft-muted-2); text-transform:uppercase; letter-spacing:2px; font-size:11px; font-weight:900}.ft-spec strong{display:block; margin-top:12px; font-size:18px;}
.ft-form{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.ft-form .full{grid-column:1/-1}.ft-field label{display:block; color:var(--ft-muted-2); text-transform:uppercase; letter-spacing:2px; font-size:11px; font-weight:900; margin-bottom:8px}.ft-field input,.ft-field textarea{width:100%; background:var(--ft-card); border:1px solid var(--ft-line); color:#fff; padding:16px; min-height:52px; outline:none}.ft-field textarea{min-height:150px; resize:vertical}.ft-info-list{border-left:1px solid var(--ft-line); padding-left:36px;}
.ft-gallery{display:grid; grid-template-columns:1.2fr .8fr .8fr; gap:16px;}.ft-gallery .tile{min-height:260px; background:var(--ft-card); border:1px solid var(--ft-line); position:relative;}.ft-gallery .tile.big{grid-row:span 2; min-height:360px}.ft-placeholder{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#4d5a6f; font-size:42px}.ft-placeholder-text{position:absolute; right:18px; bottom:14px; color:#4d5a6f; text-transform:uppercase; letter-spacing:2px; font-size:10px; font-weight:900}
.ft-team-card{padding:0; overflow:hidden}.ft-team-photo{height:350px; background:#0b172d; border-bottom:1px solid var(--ft-line); position:relative; display:flex; align-items:center; justify-content:center; color:#4d5a6f; font-size:54px}.ft-team-card__body{padding:24px}.ft-team-card__body p{color:var(--ft-orange); font-weight:500;}
.ft-job{display:grid; grid-template-columns:70px 1fr auto; gap:20px; align-items:center; padding:30px; background:var(--ft-card); border:1px solid var(--ft-line); margin-bottom:18px;}.ft-job__num{color:var(--ft-orange); font-size:12px; letter-spacing:2px; font-weight:900}.ft-job h3{margin:0 0 10px; font-size:22px; letter-spacing:-.04em}.ft-job p{margin:0; color:var(--ft-muted); font-size:13px; line-height:1.7}
.ft-project-layout{display:grid; grid-template-columns:2fr 1fr; gap:26px}.ft-project-main{background:var(--ft-card); border:1px solid var(--ft-line)}.ft-project-main img{width:100%; aspect-ratio:16/9; object-fit:cover; display:block}.ft-project-main__body{padding:32px}.ft-side-project{background:var(--ft-card); border:1px solid var(--ft-line); margin-bottom:24px}.ft-side-project img{width:100%; aspect-ratio:16/9; object-fit:cover; display:block}.ft-side-project__body{padding:22px}
.ft-center{text-align:center}.ft-center .ft-title{margin-left:auto;margin-right:auto}.ft-center .ft-lead{margin-left:auto;margin-right:auto}.mt-24{margin-top:24px}.mt-40{margin-top:40px}.mt-60{margin-top:60px}.mt-80{margin-top:80px}.mb-0{margin-bottom:0!important}
@media (max-width: 1024px){
  .ft-menu{display:none}.ft-nav .ft-container{width:min(var(--ft-max), calc(100% - 32px));}.ft-grid-4{grid-template-columns:repeat(2,1fr)}.ft-grid-3{grid-template-columns:1fr 1fr}.ft-hero .ft-container,.ft-grid-2,.ft-project-layout{grid-template-columns:1fr; gap:36px}.ft-stats{margin:10px 0 60px; max-width:100%}.ft-footer__grid{grid-template-columns:1fr 1fr}.ft-gallery{grid-template-columns:1fr 1fr}.ft-gallery .tile.big{grid-row:auto}
}
@media (max-width: 700px){
  .ft-container{width:min(var(--ft-max), calc(100% - 30px));}.ft-section{padding:60px 0}.ft-title{font-size:46px}.ft-title--page,.ft-title--section{font-size:38px}.ft-lead{font-size:16px}.ft-grid-3,.ft-grid-4,.ft-specs,.ft-form,.ft-footer__grid,.ft-gallery,.ft-stats{grid-template-columns:1fr}.ft-spec{border-right:0; border-bottom:1px solid var(--ft-line)}.ft-spec:last-child{border-bottom:0}.ft-nav-actions .ft-btn{display:none}.ft-job{grid-template-columns:1fr}.ft-info-list{border-left:0; padding-left:0}.ft-footer__bottom{display:block}.ft-hero{min-height:auto}.ft-hero__text{padding:80px 0 30px}.ft-stats{margin-bottom:60px}.ft-card{padding:26px}.ft-team-photo{height:260px}
}
/* ================================
   FINIS TERRAE - HEADER & FOOTER
   ================================ */

:root {
  --ft-bg: #050a14;
  --ft-bg-soft: #081122;
  --ft-card: #0b162b;
  --ft-border: #26344c;
  --ft-white: #ffffff;
  --ft-muted: #9aa4b7;
  --ft-orange: #f15a24;
  --ft-orange-dark: #c94316;
  --ft-font: "Inter", "Arial", sans-serif;
}

.ft-site-header,
.ft-site-footer {
  font-family: var(--ft-font);
  background: var(--ft-bg);
  color: var(--ft-white);
}

.ft-site-header * ,
.ft-site-footer * {
  box-sizing: border-box;
}

.ft-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

/* HEADER */

.ft-site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.ft-header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
}

.ft-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ft-white);
  min-width: 13px;
}

.ft-logo img {
  width: 90px;
  height: auto;
  display: block;
}

.ft-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  flex: 1;
  justify-content: center;
}

.ft-nav a,
.ft-dropdown-trigger {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 80;
  letter-spacing: 1.1px;
  line-height: 1;
  transition: color .2s ease;
  position: relative;
}

.ft-nav a:hover,
.ft-dropdown-trigger:hover {
  color: var(--ft-white);
}

.ft-nav a.is-active,
.ft-dropdown.is-active > .ft-dropdown-trigger {
  color: var(--ft-white);
}

.ft-nav a.is-active::after,
.ft-dropdown.is-active > .ft-dropdown-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 2px;
  background: var(--ft-orange);
}

.ft-dropdown {
  position: relative;
}

.ft-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: default;
}

.ft-dropdown-trigger span {
  font-size: 10px;
  transform: translateY(-1px);
}

.ft-dropdown-menu {
  position: absolute;
  top: 34px;
  left: 0;
  min-width: 190px;
  background: #0b1930;
  border: 1px solid var(--ft-border);
  padding: 14px 0;
  display: none;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.ft-dropdown:hover .ft-dropdown-menu {
  display: block;
}

.ft-dropdown-menu a {
  display: block;
  padding: 12px 18px;
  font-size: 12px;
}

.ft-dropdown-menu a::after {
  display: none;
}

.ft-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ft-lang {
  display: flex;
  border: 1px solid var(--ft-border);
}

.ft-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 34px;
  color: rgba(255,255,255,.68);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.ft-lang a.is-active {
  color: var(--ft-white);
  background: var(--ft-orange);
}

.ft-header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  background: var(--ft-orange);
  color: var(--ft-white);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  transition: background .2s ease;
}

.ft-header-button:hover {
  background: var(--ft-orange-dark);
  color: var(--ft-white);
}

/* FOOTER */

.ft-site-footer {
  border-top: 1px solid rgba(255,255,255,0.12);
}

.ft-footer-main {
  padding: 70px 0 62px;
}

.ft-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 70px;
}

.ft-footer-brand img {
  width: 105px;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.ft-footer-brand p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.7;
}

.ft-footer-title {
  display: inline-block;
  color: var(--ft-orange);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2.4px;
  margin: 0 0 22px;
  border-bottom: 1px solid var(--ft-orange);
  padding-bottom: 4px;
}

.ft-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-footer-list li {
  margin-bottom: 12px;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.55;
}

.ft-footer-list a {
  color: rgba(255,255,255,.70);
  text-decoration: none;
  transition: color .2s ease;
}

.ft-footer-list a:hover {
  color: var(--ft-white);
}

.ft-footer-icon {
  color: var(--ft-orange);
  margin-right: 8px;
}

.ft-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 24px 0;
}

.ft-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.ft-footer-bottom a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
}

.ft-footer-bottom a:hover {
  color: var(--ft-white);
}

/* MOBILE */

.ft-mobile-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .ft-header-inner {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .ft-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 12px;
  }

  .ft-nav a.is-active::after,
  .ft-dropdown.is-active > .ft-dropdown-trigger::after {
    bottom: -7px;
  }

  .ft-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
}

@media (max-width: 767px) {
  .ft-container {
    width: min(100% - 32px, 1180px);
  }

  .ft-header-inner {
    align-items: flex-start;
  }

  .ft-logo img {
    width: 78px;
  }

  .ft-header-actions {
    margin-left: auto;
  }

  .ft-header-button {
    display: none;
  }

  .ft-nav {
    gap: 14px 18px;
  }

  .ft-nav a,
  .ft-dropdown-trigger {
    font-size: 11px;
  }

  .ft-dropdown-menu {
    position: static;
    margin-top: 12px;
  }

  .ft-footer-main {
    padding: 52px 0 46px;
  }

  .ft-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ft-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */