@charset "UTF-8";
.bi {
  vertical-align: -0.125em;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f0f4f7;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
}

*, ::after, ::before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h4 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h5 {
  letter-spacing: 0.08em;
}

/* HTML TAGS */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 70%;
}

a {
  color: #463d4e;
  text-decoration: none !important;
} /*39454e*/
a:hover {
  color: #463d4e;
}

input, textarea, select {
  font-size: 0.9375rem;
  color: #888888;
  background: #f9f9f9;
}

blockquote {
  font-size: 1.2em !important;
}

@media (max-width: 768px) {
  blockquote {
    font-size: 1em;
  }
}
@media (max-width: 570px) {
  blockquote {
    font-size: 0.95em;
  }
}
/* COLORI E FORMATTAZIONE */
.dark {
  color: #463d4e;
}

.dark a {
  color: #463d4e;
}

.light {
  color: #D4F7FF;
}

.light a {
  color: #D4F7FF;
}

a.light:hover {
  color: #D4F7FF !important;
}

.white {
  color: #ffffff;
}

a.white {
  color: #ffffff;
}

.celeste {
  color: #fcfeff !important;
}

a.celeste {
  color: #fcfeff !important;
}

.grey {
  color: #bfb9bc !important;
}

a.grey {
  color: #bfb9bc !important;
}

.grey-light {
  color: #969292 !important;
}

a.grey-light {
  color: #969292 !important;
}

.grey_light {
  color: #a6bdce;
}

.bg_grey {
  background-color: #f0f3f5;
}

.bg_blu_dark {
  background-color: #d71b35 !important;
}

.bg_blu_medium {
  background-color: #633e0b !important;
}

.bg_blu_light {
  background-color: #b81d60 !important;
  color: #f0f4f7 !important;
}

.bg {
  background-color: rgba(70, 88, 105, 0.9411764706);
}

/*.gradient-a-75 { background: linear-gradient(142deg, rgba(215, 0, 39, 0.75), rgba(115, 0, 165, 0.75)); }*/
/*.gradient-a-75 { background: linear-gradient(142deg, rgba(22, 11, 59, 0.75), rgba(115, 0, 165, 0.75)); }*/
.gradient-a-75 {
  background: linear-gradient(142deg, rgba(0, 123, 255, 0.4), rgba(0, 123, 255, 0.8));
}

.gradient-a-95 {
  background: linear-gradient(142deg, rgba(215, 0, 39, 0.95), rgba(115, 0, 165, 0.95));
}

.gradient-a-100 {
  background: linear-gradient(142deg, rgba(253, 253, 253, 0.41), rgba(87, 140, 197, 0.82));
}

.gradient-b-100 {
  background: linear-gradient(142deg, #ffe8a5, #d35c1a);
}

.gradient-d-100 {
  background: linear-gradient(142deg, #62045f, #aa076b);
}

.bold {
  font-size: 0.8rem;
  font-weight: 700;
}

.bb_red {
  border-bottom: 1px solid #a40c32;
}

.bb_grey {
  border-bottom: 1px solid #bfb9bc;
}

/* EFFECTS */
.shadow {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  background-color: #ffffff;
}

.linear {
  animation-timing-function: linear !important;
}

.tns-controls [aria-controls] {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 0px;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fefefe;
  color: #3a3a3a;
  border-radius: 20px;
  font-size: 0.9375rem;
  padding-left: 35px;
  padding-right: 35px;
  margin-right: 1em;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  ackground: #ddd;
  border: 0;
}

.nav-link-adj {
  border-bottom: 1px solid #506272;
  color: #7d95a2;
  padding: 2px;
  margin-left: 2px;
}

.nav-link-adj a {
  color: #7d95a2;
}

/* A */
.link_important {
  font-weight: 700;
  color: #34A6DD;
}

.link_important a {
  color: #34A6DD;
}

.link_important a:hover {
  color: #34A6DD;
}

a.page-link {
  color: #b81d60 !important;
}

/* BUTTONS */
.button {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  padding: 0.8em 0.8em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #d67131;
  color: #fefefe;
}

.button.action-button {
  border-radius: 10px;
  color: #ffffff;
  border: 0px solid #ffffff;
  font-size: 0.9375rem;
  padding-left: 35px;
  padding-right: 35px;
}

.tag {
  color: #D4F7FF;
  background-color: rgba(70, 88, 105, 0.9411764706);
  padding: 5px 20px;
  margin-bottom: 3px;
  font-size: 1em;
}

.tag_void {
  color: rgba(70, 88, 105, 0.9411764706);
  background-color: #fff;
  padding: 5px 20px;
  margin-bottom: 3px;
  font-size: 1em;
  border: 1px solid rgba(70, 88, 105, 0.9411764706);
}

.big_button {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 3px 0px 3px 0px;
  color: #39454e;
  font-size: 1.5em;
}

button:focus {
  outline: 0;
}

/* BACKGROUNDS */
.hp_charts {
  position: relative;
  position: relative;
  padding: 60px 0 80px 0;
}

.hp_charts::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 35' fill='rgb(240,244,247)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,35'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: 0;
}

.hp_charts::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 35' fill='rgb(240,244,247)' fill-opacity='1'%3E%3Cpolygon points='0,35 100,35 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.cut_bottom {
  position: relative;
  position: relative;
  padding: 60px 0 80px 0;
}

.cut_bottom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 35' fill='rgb(240,244,247)' fill-opacity='1'%3E%3Cpolygon points='0,35 100,35 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

/* NAV */
/* HOMEPAGE */
.hp_header {
  height: 100vh;
  background-position: 0% 40%;
  position: relative;
  min-height: 568px;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 80px 10px 0 10px;
}

.hp_header::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 65' fill='rgb(240,244,247)' fill-opacity='1'%3E%3Cpolygon points='0,65 100,65 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.action {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
  font-size: 4rem;
  text-align: center;
  color: #ffffff;
}

.pulse a {
  color: #ffffff;
}
.hp_header_slim {
  height: 40vh;
}

.hp_header_only_logo {
  height: 15vh;
}

.hp_search_box {
  background-color: #f0f3f5;
  color: #39454e;
  font-style: normal;
}

.img_trusted {
  height: 50px;
}

@media (max-width: 770px) {
  .img_trusted {
    height: 30px;
  }
}
/* HEADER */
.header {
  background: url("https://images.innoracle.com/_inc/bg6.jpg");
  position: relative;
  background-size: cover;
  background-position: 0% 65%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 0px 30px 0px;
}

.header_why {
  background: url("https://images.innoracle.com/_inc/bg6.jpg");
  position: relative;
  background-size: cover;
  background-position: 0% 65%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px 0px 30px 0px;
}

.header_why::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 65' fill='rgb(240,244,247)' fill-opacity='1'%3E%3Cpolygon points='0,65 100,65 100,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.payoff_big {
  color: #ffffff;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.payoff_small {
  color: #ffffff;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
}

.payoff_small_slim {
  margin-top: 10px;
}

.what_text {
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #D4F7FF;
  font-family: "Sulphur Point", sans-serif;
}

/* PRICING */
.price {
  letter-spacing: 0.04em;
  font-weight: 700;
}

.price_small {
  letter-spacing: 0.04em;
  font-weight: 700;
}

.benefits {
  letter-spacing: 0.02em;
  font-weight: 400;
}

.benefits_small {
  letter-spacing: 0.02em;
  font-weight: 400;
}

.popular {
  margin-top: -10px;
  padding-top: 35px;
  border: none;
  margin-bottom: -10px;
  padding-bottom: 35px;
}

/* CHARTS AND REPORTS */
.grid {
  margin: 0 auto;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  float: left;
}

.grid-item {
  width: 100%;
}

@media (max-width: 1600px) {
  .grid-item {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .grid-item {
    width: 100%;
  }
}
.card-title {
  margin: auto;
}

a.list {
  color: #c30067;
}

.image-container {
  position: relative;
  height: 450px;
  background-color: #f0f3f5;
}

.image-container .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
}

.image-container .image-content img {
  max-height: 450px;
  max-width: 100%;
  width: auto;
  text-align: center;
}

.image-container-small {
  position: relative;
  height: 300px;
  background-color: #f0f3f5;
}

.image-container-small .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
}

.image-container-small .image-content img {
  max-height: 300px;
  max-width: 100%;
  width: auto;
  text-align: center;
}

.unlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.unlock div {
  background: linear-gradient(142deg, #62045f, #aa076b);
  color: #ffffff;
  padding: 20px 0;
  font-weight: 700;
}

.unlock_button {
  width: 100%;
  text-align: center;
}

.unlock_button div {
  background: linear-gradient(142deg, #62045f, #aa076b);
  color: #ffffff;
  padding: 20px 0;
  font-weight: 700;
}

.source {
  font-style: italic;
  font-size: 0.8em;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.bootstrap-select .status {
  background: #f0f0f0;
  clear: both;
  color: #999;
  font-size: 11px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -5px;
  padding: 10px 20px;
}

.quote {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.subquote {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.blockquote {
  font-family: "Sulphur Point", sans-serif;
  background-color: #f8f9fa;
  color: #988989;
  font-size: 1.5rem;
  border-top: 1px solid #ebedf0;
  border-bottom: 1px solid #ebedf0;
  padding-top: 10px;
}

.blockquote-footer {
  color: #c9c9c9;
  font-size: 1rem;
  font-style: italic;
}

.blockquote-footer a {
  color: #c9c9c9;
  font-size: 1rem;
  font-style: italic;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) none 50%/contain no-repeat;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

#overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#overlay:after {
  content: "✕";
  position: absolute;
  color: #fff;
  top: 10px;
  right: 20px;
  font-size: 2em;
}

.key_learning {
  font-style: italic;
  color: #96a1ab;
  font-size: 1.7em;
}

.after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/* LOGIN REGISTER */
img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
}
input.is-valid:-webkit-autofill {
  -webkit-animation-name: autofill-valid;
  -webkit-animation-fill-mode: both;
}

input.is-invalid:-webkit-autofill {
  -webkit-animation-name: autofill-invalid;
  -webkit-animation-fill-mode: both;
}

select.is-valid:-webkit-autofill {
  -webkit-animation-name: autofill-valid;
  -webkit-animation-fill-mode: both;
}

select.is-invalid:-webkit-autofill {
  -webkit-animation-name: autofill-invalid;
  -webkit-animation-fill-mode: both;
}

.smallicon, .smallicon-text {
  vertical-align: middle;
  display: inline-block;
}

/* FOOTER */
.footer {
  font-size: 1em;
}

@media (orientation: landscape) and (max-height: 568px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  .section-body h4 {
    font-size: 0.9375rem;
  }
  h5 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 0vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 55px;
  }
  .logo {
    height: 55px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 1.5rem;
    padding: 25px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.1rem;
    padding: 7px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -320px;
    margin-bottom: 100px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 60px 70px;
  }
  section .section-body {
    padding: 0 75px;
  }
  section .section-footer {
    padding: 60px 75px;
  }
  .image-container {
    height: 450px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 3rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.2rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: none;
  }
  .action {
    bottom: auto;
  }
  .header {
    height: 60vh;
  }
  .header_why {
    height: 70vh;
  }
}
@media (orientation: landscape) and (min-height: 569px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  .section-body h4 {
    font-size: 0.9375rem;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 0vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 55px;
  }
  .logo {
    height: 55px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 1.5rem;
    padding: 25px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.1rem;
    padding: 7px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -300px;
    margin-bottom: 100px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 60px 70px;
  }
  section .section-body {
    padding: 0 75px;
  }
  section .section-footer {
    padding: 60px 75px;
  }
  .image-container {
    height: 450px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 3rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.2rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: none;
  }
  .action {
    bottom: auto;
  }
  .header {
    height: 60vh;
  }
  .header_why {
    height: 70vh;
  }
}
@media (orientation: landscape) and (min-height: 600px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  .section-body h4 {
    font-size: 0.9375rem;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 10vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 55px;
  }
  .logo {
    height: 55px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 2.3rem;
    padding: 40px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.8rem;
    padding: 7px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 100px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 60px 70px;
  }
  section .section-body {
    padding: 0 75px;
  }
  section .section-footer {
    padding: 60px 75px;
  }
  .image-container {
    height: 450px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 5rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.5rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: none;
  }
  .action {
    bottom: 120px;
  }
  .header {
    height: 30vh;
  }
  .header_why {
    height: 40vh;
  }
}
@media (orientation: landscape) and (min-height: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  .section-body h4 {
    font-size: 0.9375rem;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 10vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 55px;
  }
  .logo {
    height: 55px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 2.3rem;
    padding: 40px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.8rem;
    padding: 7px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 100px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 60px 70px;
  }
  section .section-body {
    padding: 0 75px;
  }
  section .section-footer {
    padding: 60px 75px;
  }
  .image-container {
    height: 450px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 5rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.8rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: none;
  }
  .action {
    bottom: 120px;
  }
  .header {
    height: 30vh;
  }
  .header_why {
    height: 40vh;
  }
}
@media (orientation: landscape) and (min-height: 1000px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.1rem;
  }
  .h3, h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  .section-body h4 {
    font-size: 0.9375rem;
  }
  h5 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .heading.fiftyHeight {
    padding-top: 10vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 75px;
  }
  .logo {
    height: 75px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 3.2rem;
    padding: 40px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 2.2rem;
    padding: 7px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 100px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 60px 70px;
  }
  section .section-body {
    padding: 0 75px;
  }
  section .section-footer {
    padding: 60px 75px;
  }
  .image-container {
    height: 450px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 300px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 450px;
  }
  .report-height {
    height: 400px;
  }
  .card-title {
    height: 35px;
  }
  .card-image {
    height: 300px;
  }
  .price {
    font-size: 5rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.8rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: none;
  }
  .action {
    bottom: 120px;
  }
  .header {
    height: 20vh;
  }
  .header_why {
    height: 30vh;
  }
}
/* POTRAIT */
@media (orientation: portrait) and (max-width: 374px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  h5 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 5vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 45px;
  }
  .logo {
    height: 45px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 1.2rem;
    padding: 40px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1rem;
    padding: 10px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 50px;
  }
  .top-negative_focus {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 20px 20px;
  }
  section .section-body {
    padding: 0 25px;
  }
  .section-body h4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  section .section-footer {
    padding: 20px 25px;
  }
  .image-container {
    height: 350px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 3rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 0.9rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: visible;
  }
  .action {
    bottom: 120px;
  }
  .girl {
    display: none;
  }
  .header {
    height: 30vh;
  }
  .header_why {
    height: 40vh;
  }
}
@media (orientation: portrait) and (min-width: 375px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 10vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 45px;
  }
  .logo {
    height: 45px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 1.4rem;
    padding: 30px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.1rem;
    padding: 20px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 2px 50px 2px 30px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 50px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 20px 20px;
  }
  section .section-body {
    padding: 0 25px;
  }
  .section-body h4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  section .section-footer {
    padding: 20px 25px;
  }
  .image-container {
    height: 350px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 3rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: visible;
  }
  .action {
    bottom: 120px;
  }
  .girl {
    display: none;
  }
  .header {
    height: 30vh;
  }
  .header_why {
    height: 40vh;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 15vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 65px;
  }
  .logo {
    height: 65px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 2.2rem;
    padding: 90px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.5rem;
    padding: 20px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 4px 70px 4px 50px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 50px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 20px 20px;
  }
  section .section-body {
    padding: 0 25px;
  }
  .section-body h4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  section .section-footer {
    padding: 20px 25px;
  }
  .image-container {
    height: 350px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 5rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.5rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: visible;
  }
  .action {
    bottom: 120px;
  }
  .girl {
    display: visible;
  }
  .header {
    height: 20vh;
  }
  .header_why {
    height: 30vh;
  }
}
@media (orientation: portrait) and (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  h5 {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  .heading.fiftyHeight {
    padding-top: 5vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 65px;
  }
  .logo {
    height: 65px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 2.7rem;
    padding: 90px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.8rem;
    padding: 20px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 4px 70px 4px 50px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 50px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 20px 20px;
  }
  section .section-body {
    padding: 0 25px;
  }
  .section-body h4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  section .section-footer {
    padding: 20px 25px;
  }
  .image-container {
    height: 350px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 5rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.5rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: visible;
  }
  .action {
    bottom: 120px;
  }
  .header {
    height: 20vh;
  }
  .header_why {
    height: 30vh;
  }
}
@media (orientation: portrait) and (min-width: 1000px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 0.8rem;
  }
  .h3, h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  h4 {
    font-size: 0.9375rem;
    padding-top: 30px;
  }
  h5 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.3;
  }
  .heading.fiftyHeight {
    padding-top: 5vh;
  }
  .logo_area_hp {
    padding-top: 2em;
  }
  .icon {
    height: 65px;
  }
  .logo {
    height: 65px;
  }
  .icon_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .logo_small {
    height: 40px;
    margin-bottom: 3px;
  }
  .payoff_big {
    font-size: 2.7rem;
    padding: 90px 0px 7px 0px;
  }
  .payoff_small {
    font-size: 1.8rem;
    padding: 20px 0px 3px 0px;
  }
  .payoff_small_slim {
    margin-top: 10px;
  }
  .what_text {
    font-size: 1.3em;
    margin: 0px 0px 20px 0px;
  }
  .search_box {
    padding: 4px 70px 4px 50px;
    background-color: #f0f3f5;
    color: #39454e;
    font-weight: 400;
    font-size: 1.1em;
  }
  .top-negative {
    margin-top: -200px;
    margin-bottom: 50px;
  }
  section.welcome {
    z-index: 1;
    position: relative;
    background: #f0f4f7;
    padding-top: 100px;
  }
  section.welcome .section-head {
    padding: 20px 20px;
  }
  section .section-body {
    padding: 0 25px;
  }
  .section-body h4 {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  section .section-footer {
    padding: 20px 25px;
  }
  .image-container {
    height: 350px;
  }
  .image-container .image-content img {
    max-height: 350px;
  }
  .image-container-small {
    height: 200px;
  }
  .image-container-small .image-content img {
    max-height: 200px;
  }
  .card-content {
    min-width: 320px;
    max-width: 400px;
  }
  .card-height {
    height: 340px;
  }
  .report-height {
    height: 300px;
  }
  .card-title {
    height: 55px;
  }
  .card-image {
    height: 200px;
  }
  .price {
    font-size: 5rem;
  }
  .price_small {
    font-size: 2rem;
  }
  .benefits {
    font-size: 1.8rem;
  }
  .benefits_small {
    font-size: 0.9rem;
  }
  .newline {
    display: none;
  }
  .action {
    bottom: 120px;
  }
  .header {
    height: 20vh;
  }
  .header_why {
    height: 30vh;
  }
}
.card-footer {
  height: 50px;
}

.card-footer-report {
  height: 70px;
  line-height: 70px;
  padding: 0px 10px 0px 10px;
}

.header_why_height {
  min-height: 0px;
  height: 80vh !important;
}

/* =====================================================================
   AT — sistema di stile condiviso (nuovo design)
   Usato da: pagine alba/tramonto oggi/domani, blocco "Altri siti utili", ecc.
   Prefisso .at-  (classi proprie, indipendenti da Bootstrap)
   ===================================================================== */
.at, .at * { box-sizing: border-box; }
.at { font-family: "Poppins", Helvetica, Arial, sans-serif; color: #fff; position: relative; z-index: 1; }
.at a { text-decoration: none; }

/* Foto come sfondo fisso di tutta la pagina + velo scuro per leggibilità */
.at-bg { position: fixed; inset: 0; background-size: cover; background-position: center; background-color: #1a2433; z-index: -1; }
.at-bg::after { content: ""; position: fixed; inset: 0; background: linear-gradient(180deg, rgba(7,29,50,.5) 0%, rgba(7,29,50,.72) 100%); }

/* HERO trasparente: la foto è lo sfondo globale */
.at-hero { position: relative; color: #fff; }
.at-hero-in { position: relative; max-width: 880px; margin: 0 auto; padding: 40px 18px 36px; text-align: center; }
.at-top { display: flex; justify-content: center; align-items: center; gap: 8px; font-weight: 600; letter-spacing: .04em; opacity: .95; margin-bottom: 18px; }
.at-top svg, .at-top a { color: #fff; }
.at-top svg { vertical-align: -.15em; }
.at-h1 { font-size: 1.5rem; font-weight: 700; line-height: 1.25; margin: 0 0 4px; }
.at-date { font-size: 1rem; opacity: .9; margin-bottom: 20px; text-transform: capitalize; }

/* Card risposta: alba | tramonto affiancati */
.at-answer { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 0 auto 14px; }
.at-box { flex: 1 1 200px; max-width: 260px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; padding: 18px 14px; }
.at-box.is-main { background: rgba(255,180,80,.18); border-color: rgba(255,200,120,.55); }
.at-box .lbl { font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; opacity: .9; display: flex; gap: 8px; justify-content: center; align-items: center; }
.at-box .val { font-size: 2.6rem; font-weight: 700; line-height: 1.1; margin-top: 6px; }
.at-box svg { vertical-align: -.15em; }

.at-meta { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; font-size: .92rem; opacity: .95; margin: 6px 0 20px; }
.at-meta b { font-weight: 700; }
.at-meta svg { vertical-align: -.15em; }

/* Ricerca */
.at-search { display: flex; max-width: 460px; margin: 0 auto 16px; }
.at-search input { flex: 1; border: 0; border-radius: 12px 0 0 12px; padding: 13px 16px; font-size: 1rem; color: #1f2733; }
.at-search button { border: 0; border-radius: 0 12px 12px 0; padding: 0 20px; font-weight: 700; background: #071d32; color: #fff; cursor: pointer; }

/* Chip di navigazione */
.at-chips { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.at-chips a { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); color: #fff; padding: 8px 14px; border-radius: 999px; font-size: .9rem; }
.at-chips a:hover { background: rgba(255,255,255,.25); }
.at-chips svg { vertical-align: -.15em; }

/* Sezioni a contenuto */
.at-sec { max-width: 980px; margin: 0 auto; padding: 34px 18px; }
.at-sec h2 { text-align: center; font-size: 1.3rem; font-weight: 700; margin: 0 0 4px; color: #fff; }
.at-sec .sub { text-align: center; color: rgba(255,255,255,.8); margin: 0 0 22px; font-size: .95rem; }

/* Griglia città — card "vetro" sopra la foto */
.at-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.at-card { display: block; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 14px; padding: 14px; text-align: center; color: #fff; transition: transform .08s ease, background .08s ease; }
.at-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.20); }
.at-card .nm { font-weight: 600; margin-bottom: 8px; }
.at-card .tt { display: flex; justify-content: center; gap: 14px; font-size: .95rem; color: rgba(255,255,255,.85); }
.at-card .tt span { display: inline-flex; align-items: center; gap: 5px; }
.at-card svg { vertical-align: -.15em; }

/* FAQ + note */
.at-faq { max-width: 760px; margin: 0 auto; padding: 0 18px 40px; }
.at-faq details { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; }
.at-faq summary { font-weight: 600; cursor: pointer; color: #fff; }
.at-faq p { margin: 10px 0 0; color: rgba(255,255,255,.85); }
.at-note { max-width: 760px; margin: 0 auto 30px; padding: 0 18px; color: rgba(255,255,255,.8); font-size: .95rem; }

/* Liste di tag (città/capitali) */
.at-tags { text-align: center; line-height: 2.4; }

/* Blocco "Altri siti utili" — card uniformi su sfondo scuro/gradiente */
.at-promos { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; }
.at-promo { display: flex; flex-direction: column; gap: 4px; height: 100%; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.28); border-radius: 14px; padding: 16px; color: #fff; transition: transform .08s ease, background .08s ease; }
.at-promo:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); }
.at-promo .t { font-weight: 700; display: flex; align-items: center; gap: 8px; }
.at-promo .d { font-size: .9rem; opacity: .9; }
.at-promo svg { vertical-align: -.15em; }

@media (min-width: 640px) {
  .at-h1 { font-size: 2rem; }
  .at-box .val { font-size: 3rem; }
}