:root {
  --ink: #24262d;
  --muted: #51535d;
  --lavender: #f0effc;
  --purple: #321cff;
  --violet: #8a5cf6;
  --blue: #5aa6d7;
  --cyan: #4eb9c3;
  --dark: #252c2f;
  --shadow: 0 22px 36px rgba(0, 0, 0, .26);
  font-family: "Montserrat", "Poppins", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.container {
  width: min(1140px, calc(100% - 128px));
  margin: 0 auto;
}

.hero-video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #020207;
}
.hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.05));
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 128px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  color: #fff;
}
.hero-logo {
  width: clamp(300px, 29vw, 520px);
  margin-bottom: 78px;
}
.hero-content h1 {
  margin: 0 0 42px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 20px 52px;
  border-radius: 11px;
  border: 2px solid transparent;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.button-light {
  color: #12151b;
  background: #fff;
}
.button-link {
  min-height: auto;
  padding: 0 0 9px;
  color: #fff;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: transparent;
}
.button-purple {
  min-height: 60px;
  padding: 17px 36px;
  color: #fff;
  background: linear-gradient(135deg, #6866f6, #8b54f4);
  border-radius: 9px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}
.button-outline-purple {
  min-height: 64px;
  padding: 20px 42px;
  color: var(--purple);
  border-color: var(--purple);
  border-radius: 8px;
  background: transparent;
  font-size: 16px;
}
.button-cta {
  color: #fff;
  border-color: #fff;
  border-radius: 9px;
  background: rgba(255,255,255,.05);
}

.services-section {
  padding: 76px 0 70px;
  background: var(--lavender);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
}
.service-grid article { min-width: 0; }
.line-icon {
  height: 76px;
  color: #8d27ff;
  line-height: 1;
}
.line-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-grid h2 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.12;
  font-weight: 800;
}
.service-grid p {
  margin: 0;
  color: #4e4d56;
  font-size: 17px;
  line-height: 1.48;
}
.service-grid article > p + p { margin-top: 14px; }
.service-grid article > p + p a {
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.products-section {
  padding: 78px 0 90px;
  background: #fff;
}
.product-intro {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 64px;
  align-items: start;
}
.product-copy h2 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #4a4e55;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 400;
}
.product-copy p,
.curiosity-copy p {
  color: #1f2430;
  font-size: 17px;
}
.check-list {
  list-style: none;
  padding: 34px 0 0;
  margin: 0;
}
.check-list li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 33px;
  font-size: 17px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.adaquote-card {
  min-height: 420px;
  padding: 48px 40px 46px;
  text-align: center;
  border: 1px solid rgba(134, 181, 209, .45);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 18px rgba(0,0,0,.24), 0 0 18px rgba(109, 213, 250, .12);
}
.overline {
  margin: 0 0 34px;
  color: #5c5f68;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.3;
  text-transform: uppercase;
}
.overline.white { color: #fff; }
.adaquote-card .overline {
  margin-bottom: 36px;
  color: #6c707a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.adaquote-card img {
  width: 280px;
  margin: 0 auto 34px;
}
.adaquote-card .small {
  color: #6d7380;
  font-size: 15px;
}
.adaquote-card p {
  color: #151923;
  font-size: 17px;
}
.adaquote-card ul {
  width: fit-content;
  margin: 18px auto 26px;
  text-align: left;
  font-size: 15px;
}
.adaquote-card .button {
  min-height: 59px;
  padding: 18px 28px;
  font-size: 16px;
  letter-spacing: 0;
}
.product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 84px;
}
.product-cards article {
  min-height: 365px;
  padding: 26px;
  border-radius: 18px;
  background: var(--lavender);
  box-shadow: var(--shadow);
}
.product-cards h3 {
  margin: 0 0 20px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 400;
}
.product-cards p,
.product-cards li {
  color: #222739;
  font-size: 16px;
}

.mission-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 790px;
  overflow: hidden;
}
.mission-strip.reverse .mission-image,
.mission-strip-image-right .mission-copy { order: 1; }
.mission-strip.reverse .mission-copy,
.mission-strip-image-right .mission-image { order: 2; }
.mission-image {
  min-height: 560px;
  background-position: center;
  background-size: cover;
}
.tree-image {
  background-image: url("img/tree-adabit-mission.png");
}
.vision-image { background-image: url("img/vision.jpg"); }
.mission-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 150px);
  color: #fff;
  background:
    radial-gradient(circle at 95% 32%, rgba(255,255,255,.08) 0 15%, transparent 16%),
    radial-gradient(circle at 0 95%, rgba(255,255,255,.08) 0 32%, transparent 33%),
    linear-gradient(130deg, #47b2c3 0%, #aa6cf1 100%);
}
.mission-copy h2 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.1;
}
.mission-copy p:not(.overline) {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.48;
}

.trust-section {
  padding: 78px 0 0;
  background: #fff;
  text-align: left;
}
.trust-section .container {
  width: min(1140px, calc(100% - 128px));
}
.trust-section .overline {
  margin-bottom: 12px;
  font-size: 16px;
  color: #535762;
}
.trust-section h2 {
  margin: 0 0 34px;
  font-size: 42px;
  line-height: 1.12;
}
.trust-section img {
  width: min(790px, 80%);
  margin: 0 auto -84px;
  border-radius: 9px;
  position: relative;
  z-index: 2;
}

.tech-band {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  align-items: center;
  min-height: 292px;
  padding: 84px max(64px, calc((100% - 1400px) / 2));
  background: linear-gradient(135deg, #b690e8 0%, #8acfd0 100%);
}
.tech-track {
  display: flex;
  gap: clamp(54px, 7vw, 112px);
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.tech-track::-webkit-scrollbar {
  display: none;
}
.tech-track img {
  flex: 0 0 auto;
  width: 112px;
  max-height: 86px;
  object-fit: contain;
}
.tech-arrow {
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 64px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease;
}
.tech-arrow:hover {
  transform: scale(1.08);
}
.tech-arrow:disabled {
  opacity: .38;
  cursor: default;
  transform: none;
}

.curiosity-section {
  padding: 126px 0 92px;
  background: var(--lavender);
}
.curiosity-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: center;
}
.portrait-collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.portrait-collage img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0,0,0,.08);
  object-fit: cover;
}
.portrait-collage .ada {
  grid-row: span 2;
  min-height: 560px;
}
.portrait-collage .byron,
.portrait-collage .babbage { min-height: 300px; }
.curiosity-copy .overline { margin-bottom: 6px; }
.mark-a {
  width: 92px;
  height: 92px;
  margin-bottom: 14px;
  object-fit: contain;
}
.curiosity-copy h2 {
  margin: 0 0 22px;
  font-size: 38px;
  line-height: 1.1;
}

.quote-section {
  padding: 112px 0;
  background: #fff;
}
.quote-card {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: stretch;
  width: min(1140px, calc(100% - 128px));
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 45px rgba(0,0,0,.08);
}
.quote-copy {
  padding: clamp(48px, 7vw, 135px);
  background: #fff;
}
.quote-mark {
  color: var(--purple);
  font-size: 92px;
  line-height: .6;
}
blockquote {
  margin: 28px 0 52px;
  color: #33363f;
  font-size: 24px;
  line-height: 1.46;
}
cite {
  color: #585a61;
  font-style: normal;
  font-size: 18px;
  font-weight: 800;
}
.quote-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section {
  padding: 0;
  color: #fff;
  background:
    radial-gradient(circle at 57% 14%, rgba(255,255,255,.08) 0 19%, transparent 20%),
    radial-gradient(circle at 0 100%, rgba(255,255,255,.08) 0 18%, transparent 19%),
    url("img/cta-bg.png") center / cover no-repeat,
    linear-gradient(135deg, #a76dea, #43b9c6);
}
.cta-inner {
  min-height: 486px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.cta-inner h2 {
  width: min(850px, 100%);
  margin: 0;
  color: #fff;
  font-size: 39px;
  line-height: 1.22;
}

.footer {
  padding: 84px 0 92px;
  color: #fff;
  background: var(--dark);
}
.footer-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr 1fr;
  gap: 56px;
}
.footer-logo {
  width: 360px;
  margin-bottom: 10px;
}
.footer h2 {
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}
.footer p,
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.footer-contact-list p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
}
.footer-contact-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 7px;
  color: #fff;
  background: rgba(58, 60, 66, .35);
  font-size: 46px;
  line-height: 1;
  text-decoration: none;
  transform: rotate(90deg);
}

@media (max-width: 1180px) {
  .container,
  .hero-content,
  .trust-section .container,
  .quote-card {
    width: min(100% - 72px, 960px);
  }
  .service-grid,
  .product-cards { gap: 32px; }
  .service-grid p { font-size: 16px; }
  .trust-section h2 { font-size: 38px; }
  .tech-track { gap: 44px; }
}

@media (max-width: 900px) {
  .container,
  .hero-content,
  .quote-card {
    width: min(100% - 36px, 720px);
  }
  .hero-video,
  .hero-content { min-height: 760px; }
  .hero-logo { margin-bottom: 44px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .service-grid,
  .product-intro,
  .product-cards,
  .mission-strip,
  .curiosity-grid,
  .quote-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .services-section { padding: 56px 0; }
  .service-grid { gap: 44px; }
  .line-icon { height: 58px; }
  .line-icon svg {
    width: 44px;
    height: 44px;
  }
  .product-copy h2,
  .trust-section h2,
  .cta-inner h2 { font-size: 34px; }
  .adaquote-card { padding: 44px 24px; }
  .product-cards { margin-top: 48px; }
  .mission-strip.reverse .mission-image,
  .mission-strip.reverse .mission-copy,
  .mission-strip-image-right .mission-image,
  .mission-strip-image-right .mission-copy { order: initial; }
  .mission-image { min-height: 360px; }
  .mission-copy { padding: 54px 24px; }
  .mission-copy p:not(.overline) { font-size: 17px; }
  .trust-section img {
    width: 100%;
    margin-bottom: -48px;
  }
  .tech-band {
    grid-template-columns: 34px 1fr 34px;
    min-height: 250px;
    padding: 72px 18px 52px;
  }
  .tech-track { gap: 34px; }
  .tech-track img { width: 86px; max-height: 68px; }
  .curiosity-section { padding: 72px 0; }
  .portrait-collage .ada,
  .portrait-collage .byron,
  .portrait-collage .babbage { min-height: 0; }
  .quote-copy { padding: 48px 28px; }
  blockquote { font-size: 22px; }
  .cta-inner {
    min-height: 350px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .footer-logo { width: 260px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .hero-video,
  .hero-content { min-height: 640px; }
  .hero-content { justify-content: center; }
  .hero-logo { width: 245px; }
  .hero-content h1 { font-size: 36px; }
  .button {
    width: 100%;
    min-height: 58px;
    padding: 17px 22px;
    font-size: 15px;
  }
  .button-link { width: auto; padding-left: 0; padding-right: 0; }
  .service-grid h2 { font-size: 23px; }
  .service-grid p,
  .product-copy p,
  .curiosity-copy p { font-size: 16px; }
  .product-copy h2,
  .mission-copy h2,
  .curiosity-copy h2,
  .trust-section h2,
  .cta-inner h2 { font-size: 30px; }
  .product-cards h3 { font-size: 28px; }
  .product-cards article { min-height: auto; }
  .portrait-collage {
    grid-template-columns: 1fr;
  }
  .portrait-collage .ada { grid-row: auto; }
  .tech-band {
    grid-template-columns: 28px 1fr 28px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .tech-track { gap: 28px; }
  .footer p,
  .footer a { font-size: 16px; }
  .to-top {
    width: 54px;
    height: 54px;
    font-size: 38px;
  }
}

/* About page */
.about-page {
  background: #fff;
}
.about-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 132px;
  height: 104px;
  padding: 0 36px;
}
.about-logo img {
  width: 220px;
}
.about-menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
.about-menu-button {
  display: none;
}
.about-menu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  transition: background .2s ease, box-shadow .2s ease;
}
.about-menu a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}
.about-menu a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, .16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .3),
    0 10px 28px rgba(0, 0, 0, .1);
}
.about-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: url("img/about-hero.jpg") center / cover no-repeat;
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(111, 73, 147, .78) 0, rgba(18, 154, 164, .78) 38%, rgba(24, 127, 157, .82) 100%),
    url("img/sfondo.png") top center / cover no-repeat;
  mix-blend-mode: normal;
}
.about-hero-content {
  position: relative;
  z-index: 1;
  width: min(1650px, calc(100% - 48px));
  padding-top: 58px;
}
.about-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: 0;
}
.about-hero p {
  margin: 0;
  color: #fff;
  font-size: 21px;
}
.about-essence {
  min-height: 470px;
  padding: 116px 24px 110px;
  background: #f0f0f0;
  text-align: center;
}
.about-narrow {
  width: min(900px, 100%);
  margin: 0 auto;
}
.about-essence h2,
.about-dna h2,
.about-contact h2 {
  margin: 0 0 16px;
  color: #54575e;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}
.about-essence p {
  margin: 0;
  color: #121829;
  font-size: 18px;
  line-height: 1.52;
}
.about-values {
  min-height: 510px;
  padding: 150px 0 94px;
  background: #fff;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 115px;
  text-align: center;
}
.about-values h3 {
  margin: 28px 0 8px;
  color: #53565f;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
}
.about-values p {
  margin: 0 auto;
  max-width: 360px;
  color: #172033;
  font-size: 17px;
  line-height: 1.55;
}
.about-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  color: #43a1e9;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-dna {
  min-height: 455px;
  padding: 100px 0 92px;
  background: #f0f0f0;
  text-align: center;
}
.about-dna .container {
  width: min(1620px, calc(100% - 128px));
}
.about-dna h2 {
  margin-bottom: 8px;
}
.about-subtitle {
  margin: 0 0 42px;
  color: #1b2030;
  font-size: 19px;
}
.about-dna p:not(.about-subtitle) {
  margin: 0 auto;
  color: #101827;
  font-size: 17px;
  line-height: 1.55;
  text-align: left;
}
.about-quote {
  min-height: 500px;
  padding: 132px 0 94px;
  background: #fff;
  text-align: center;
}
.about-quote blockquote {
  width: min(1040px, 100%);
  margin: 0 auto 10px;
  color: #111827;
  font-size: 24px;
  line-height: 1.5;
}
.about-quote img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  margin: 0 auto 6px;
}
.about-quote cite {
  display: block;
  color: #676a71;
  font-size: 20px;
  font-weight: 400;
}
.about-quote p {
  margin: 0;
  color: #8b8e97;
  font-size: 16px;
}
.about-contact {
  padding: 95px 0 144px;
  background: #f0f0f0;
  text-align: center;
}
.about-contact h2 {
  margin-bottom: 10px;
}
.about-contact > .container > p {
  margin: 0 0 60px;
  color: #111827;
  font-size: 19px;
}
.about-contact form {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1fr;
  gap: 30px;
  width: min(1220px, 100%);
  margin: 0 auto;
}
.about-contact .about-inline-form {
  position: static;
  z-index: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.about-contact input,
.about-contact button {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  font: inherit;
  font-size: 16px;
}
.about-contact input {
  padding: 0 20px;
  color: #1b2540;
  border: 1px solid #c8d0dc;
  background: #fff;
}
.about-contact button {
  color: #8a27ff;
  border: 2px solid #8a27ff;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}
.about-contact button:disabled {
  cursor: wait;
  opacity: .65;
}

/* Privacy policy */
.privacy-page {
  background: #fff;
}
.privacy-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: url("img/about-hero.jpg") center / cover no-repeat;
}
.privacy-hero .about-hero-overlay {
  background:
    linear-gradient(180deg, rgba(111, 73, 147, .78) 0, rgba(18, 154, 164, .78) 38%, rgba(24, 127, 157, .82) 100%),
    url("img/sfondo.png") top center / cover no-repeat;
}
.privacy-hero-content {
  position: relative;
  z-index: 1;
  width: min(1650px, calc(100% - 48px));
  padding-top: 58px;
}
.privacy-hero-content h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(44px, 4.6vw, 64px);
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: 0;
}
.privacy-hero-content p {
  margin: 0;
  color: #fff;
  font-size: 21px;
}
.privacy-content {
  padding: 22px 0 88px;
  background: #fff;
}
.privacy-inner {
  width: min(1280px, calc(100% - 192px));
}
.privacy-section {
  padding: 20px 0 18px;
  border-bottom: 1px solid #e5e5e5;
}
.privacy-section:last-child {
  border-bottom: 0;
}
.privacy-section h1,
.privacy-section h2 {
  margin: 0 0 22px;
  color: #222832;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 300;
}
.privacy-section p,
.privacy-section li {
  color: #172033;
  font-size: 16px;
  line-height: 1.5;
}
.privacy-section p {
  margin: 0 0 14px;
}
.privacy-section ul {
  margin: 0 0 0 28px;
  padding: 0;
}
.privacy-section a {
  color: #3798f2;
  text-decoration: none;
}
.privacy-section a:hover {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .about-header {
    justify-content: space-between;
    gap: 24px;
  }
  .about-values-grid {
    gap: 36px;
  }
  .about-contact form {
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy-inner {
    width: min(100% - 96px, 960px);
  }
}

@media (max-width: 760px) {
  .about-header {
    height: 76px;
    padding: 0 18px;
  }
  .about-logo img {
    width: 158px;
  }
  .about-menu-button {
    display: block;
    border: 0;
    background: rgba(255,255,255,.12);
    border-radius: 6px;
  }
  .about-menu-button span:not(.sr-only) {
    background: #fff;
  }
  .about-menu {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px 22px 22px;
    background: rgba(28, 47, 65, .96);
  }
  .about-menu.is-open {
    display: flex;
  }
  .about-menu a {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 17px;
  }
  .about-hero {
    min-height: 460px;
  }
  .about-hero-content {
    padding-top: 40px;
  }
  .about-hero h1 {
    font-size: 34px;
  }
  .about-hero p {
    font-size: 18px;
  }
  .about-essence,
  .about-values,
  .about-dna,
  .about-quote,
  .about-contact {
    min-height: 0;
    padding: 64px 0;
  }
  .about-essence {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-essence h2,
  .about-dna h2,
  .about-contact h2 {
    font-size: 32px;
  }
  .about-essence p,
  .about-dna p:not(.about-subtitle),
  .about-values p {
    font-size: 16px;
  }
  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .about-dna .container,
  .about-quote .container {
    width: min(100% - 56px, 720px);
  }
  .about-dna p:not(.about-subtitle) {
    text-align: center;
  }
  .about-quote blockquote {
    font-size: 20px;
  }
  .about-contact form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .privacy-hero {
    min-height: 460px;
  }
  .privacy-hero-content {
    padding-top: 40px;
  }
  .privacy-hero-content h1 {
    font-size: 34px;
  }
  .privacy-hero-content p {
    font-size: 18px;
  }
  .privacy-content {
    padding: 18px 0 64px;
  }
  .privacy-inner {
    width: min(100% - 48px, 720px);
  }
  .privacy-section h1,
  .privacy-section h2 {
    font-size: 26px;
  }
  .privacy-section p,
  .privacy-section li {
    font-size: 16px;
  }
}

/* Contact page */
.contact-page {
  background: #f0effc;
}
.contact-hero-page {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 104px 24px 0;
  color: #fff;
  text-align: center;
  background: url("img/about-hero.jpg") center / cover no-repeat;
}
.contact-hero-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(111, 73, 147, .78) 0, rgba(18, 154, 164, .78) 38%, rgba(24, 127, 157, .82) 100%),
    url("img/sfondo.png") top center / cover no-repeat;
}
.contact-hero-content {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 128px));
  padding-top: 86px;
}
.contact-hero-page h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0;
}
.contact-hero-page p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.35;
}
.contact-main {
  padding: 0 0 118px;
  background: #f0effc;
}
.contact-main-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 76px;
  align-items: start;
  width: min(1140px, calc(100% - 128px));
}
.contact-details {
  padding-top: 112px;
}
.contact-details article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 54px;
}
.contact-details h2 {
  margin: 0;
  color: #45484f;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.contact-details h2 a {
  text-decoration: none;
}
.contact-details p {
  margin: 10px 0 0;
  color: #151c2b;
  font-size: 15px;
  line-height: 1.45;
}
.contact-icon {
  display: block;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: var(--purple);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-card-form {
  position: relative;
  z-index: 2;
  margin-top: -36px;
  padding: 48px 54px 64px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 23px 44px rgba(97, 91, 129, .18);
}
.contact-card-form h2 {
  margin: 0 0 26px;
  color: #484b52;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
.contact-card-form label {
  display: block;
  margin-bottom: 16px;
}
.contact-card-form input,
.contact-card-form textarea {
  width: 100%;
  border: 1px solid #cad0dc;
  border-radius: 5px;
  color: #1b2540;
  font: inherit;
  font-size: 16px;
  background: #fff;
}
.contact-card-form input {
  height: 56px;
  padding: 0 18px;
}
.contact-card-form textarea {
  min-height: 160px;
  padding: 18px 20px;
  resize: vertical;
}
.contact-card-form button {
  width: 100%;
  height: 58px;
  border: 2px solid #8a27ff;
  border-radius: 6px;
  color: #8a27ff;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}
.contact-card-form button:disabled {
  cursor: wait;
  opacity: .65;
}
.site-toast {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 30;
  max-width: min(420px, calc(100% - 48px));
  padding: 16px 20px;
  border-radius: 8px;
  color: #fff;
  background: #1f9d55;
  box-shadow: 0 16px 34px rgba(0,0,0,.22);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}
.site-toast-error {
  background: #b83232;
}
.site-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.contact-map {
  height: 435px;
  background: #d7eadc;
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 1050px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: min(100% - 72px, 720px);
  }
  .contact-card-form {
    margin-top: 0;
  }
  .contact-details {
    padding-top: 56px;
  }
  .contact-details article {
    margin-bottom: 38px;
  }
}

@media (max-width: 760px) {
  .contact-hero-page {
    min-height: 450px;
    padding-top: 76px;
  }
  .contact-hero-content {
    padding-top: 58px;
  }
  .contact-hero-page h1 {
    font-size: 34px;
  }
  .contact-hero-page p {
    font-size: 18px;
  }
  .contact-details h2,
  .contact-card-form h2 {
    font-size: 24px;
  }
  .contact-details h2 {
    font-size: 19px;
  }
  .contact-details p {
    font-size: 15px;
  }
  .contact-details article {
    grid-template-columns: 30px 1fr;
    gap: 14px;
  }
  .contact-icon {
    width: 30px;
    height: 30px;
  }
  .contact-card-form {
    padding: 36px 22px 44px;
  }
  .contact-map {
    height: 320px;
  }
}
