﻿:root {
  --green: #046b61;
  --green-dark: #046b61;
  --mint: #6db0af;
  --mint-soft: rgba(109, 176, 175, 0.16);
  --mint-lighter: rgba(109, 176, 175, 0.08);
  --text: #046b61;
  --muted: rgba(4, 107, 97, 0.72);
  --line: rgba(109, 176, 175, 0.28);
  --white: #ffffff;
  --font-display: "Aeonik Pro", "Aeonik", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-soft: 0 18px 48px rgba(4, 107, 97, 0.09);
  --shadow-card: 0 18px 45px rgba(4, 107, 97, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font-ui);
  font-size: 18px;
  line-height: 24px;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header,
main > section,
.site-footer {
  width: min(1220px, calc(100% - 52px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 78px;
  padding-block: 14px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  line-height: 0;
}

.brand-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand-logo-horizontal {
  display: block;
  width: clamp(176px, 16vw, 248px);
  height: auto;
  mix-blend-mode: multiply;
}

.main-nav,
.header-actions,
.site-footer nav,
.legal-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a,
.login-link,
.site-footer a,
.legal-links a {
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header-actions {
  gap: 22px;
}

.login-link {
  color: var(--green);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 18px 42px rgba(4, 107, 97, 0.22);
}

.button.light {
  color: var(--green-dark);
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: 44px;
  min-height: 620px;
  padding: 50px 0 48px;
}

.hero-manu {
  align-items: center;
}

.hero-gif-full {
  display: block;
  width: min(1536px, calc(100% - 52px));
  min-height: 0;
  padding: 34px 0 58px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

h1,
h2 {
  margin: 0;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 620px;
  font-size: clamp(3rem, 4.2vw, 54px);
  line-height: 1.03;
}

h1 span {
  color: var(--green);
}

h2 {
  font-size: clamp(2.35rem, 3.8vw, 50px);
  line-height: 1.08;
}

h3,
p {
  margin: 0;
}

h3 {
  color: var(--text);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.hero-text {
  max-width: 520px;
  margin-top: 24px;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  margin-top: 28px;
}

.hero-features span {
  display: inline-grid;
  grid-template-columns: 44px auto;
  align-items: center;
  gap: 13px;
  color: var(--text);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.hero-features i,
.icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint-soft);
  font-style: normal;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 31px;
}

.inline-action,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-dark);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.inline-action span,
.text-link span {
  color: var(--green);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.hero-gif-card {
  min-height: auto;
  padding: 0;
  border: 1px solid rgba(109, 176, 175, 0.24);
  border-radius: 30px;
  background: var(--green);
  box-shadow: 0 26px 70px rgba(4, 107, 97, 0.16);
}

.hero-gif {
  display: block;
  width: 100%;
  aspect-ratio: 1536 / 640;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
}

.hero-banner-actions {
  justify-content: center;
  margin-top: 28px;
}

.hero-person {
  position: absolute;
  right: -70px;
  top: 0;
  width: 730px;
  max-width: none;
  display: block;
  pointer-events: none;
}

.cashback-section {
  padding: 42px 0 78px;
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
}

.offer-card {
  position: relative;
  min-height: 280px;
  padding: 14px 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.offer-photo {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.cashback-badge {
  position: absolute;
  left: 24px;
  top: 110px;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: var(--green);
  background: var(--mint-soft);
  font-size: 1.3rem;
  font-weight: 900;
}

.offer-card h3 {
  margin-bottom: 8px;
}

.offer-card p {
  font-size: 0.9rem;
}

.offer-card > a {
  position: absolute;
  right: 22px;
  bottom: 21px;
  color: var(--green-dark);
  font-size: 1.25rem;
  font-weight: 900;
}

.apps-section {
  padding: 78px 0 84px;
  border-top: 1px solid var(--line);
}

.apps-top {
  align-items: flex-end;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--green);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.apps-top p {
  max-width: 740px;
  margin-top: 16px;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.app-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.phone-preview {
  display: grid;
  place-items: center;
  min-height: 220px;
  margin-bottom: 24px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(109, 176, 175, 0.28), transparent 42%),
    var(--mint-lighter);
  position: relative;
}

.phone-preview::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 38px;
  height: 8px;
  border-radius: 999px;
  background: #046b61;
  transform: translateX(-50%) rotate(-5deg);
  z-index: 2;
  opacity: 0.9;
}

.phone-preview img {
  display: block;
  width: 118px;
  max-height: 206px;
  border: 6px solid #046b61;
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 22px 46px rgba(4, 107, 97, 0.20);
  transform: rotate(-5deg);
  transform-origin: center;
}

.featured-app .phone-preview {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.32), transparent 42%),
    rgba(255, 255, 255, 0.12);
}

.featured-app .phone-preview img {
  box-shadow: 0 18px 42px rgba(4, 107, 97, 0.22);
  transform: rotate(4deg);
}

.featured-app .phone-preview::after {
  transform: translateX(-50%) rotate(4deg);
}

.app-card:nth-child(3) .phone-preview img {
  transform: rotate(-3deg);
}

.app-card:nth-child(3) .phone-preview::after {
  transform: translateX(-50%) rotate(-3deg);
}

.featured-app {
  color: var(--white);
  border-color: var(--green);
  background:
    radial-gradient(circle at 100% 0%, rgba(109, 176, 175, 0.35), transparent 32%),
    linear-gradient(135deg, var(--green-dark), var(--green));
}

.app-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.app-icon {
  width: 58px;
  height: 58px;
  padding: 8px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(4, 107, 97, 0.12);
  object-fit: contain;
}

.app-card-head span {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-app .app-card-head span,
.featured-app h3,
.featured-app p {
  color: var(--white);
}

.app-card p {
  margin-bottom: 24px;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 46px;
  background: transparent;
  overflow: hidden;
  border-radius: 0;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  filter: drop-shadow(0 8px 16px rgba(4, 107, 97, 0.16));
}

.store-badge img {
  display: block;
  width: auto;
  object-fit: contain;
}

.google-play-store img {
  height: 55px;
  transform: translateY(1px) scale(1.08);
}

.app-store img {
  height: 46px;
  transform: scale(1.045);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.value-section {
  padding: 86px 0 88px;
  text-align: center;
}

.value-section h2 {
  margin-bottom: 48px;
}

.value-grid,
.gift-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-grid article,
.gift-grid article {
  padding: 12px 54px;
  text-align: left;
}

.value-image {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 24px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 38px rgba(4, 107, 97, 0.10);
}

.gift-image {
  display: block;
  width: 100%;
  height: 150px;
  margin-bottom: 22px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 38px rgba(4, 107, 97, 0.10);
}

.value-grid article + article,
.gift-grid article + article {
  border-left: 1px solid var(--line);
}

.value-grid .icon,
.gift-grid .icon {
  margin-bottom: 20px;
}

.value-grid h3,
.gift-grid h3 {
  margin-bottom: 12px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--green);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dashboard-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: center;
  padding: 74px 0 86px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.dashboard-copy p {
  max-width: 310px;
  margin: 24px 0 34px;
}

.dashboard-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  min-height: 400px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.dash-sidebar {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 18px;
  padding-top: 44px;
  border-right: 1px solid var(--line);
  background: #ffffff;
}

.dash-sidebar i {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(109, 176, 175, 0.55);
  border-radius: 6px;
}

.dash-main {
  padding: 34px;
}

.dash-main h3 {
  margin-bottom: 22px;
  font-size: 0.96rem;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.kpi-grid span {
  display: grid;
  gap: 8px;
  min-height: 94px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.kpi-grid small {
  color: rgba(4, 107, 97, 0.62);
  font-size: 0.66rem;
  font-weight: 800;
}

.kpi-grid strong {
  color: var(--text);
  font-size: 1.12rem;
  font-weight: 900;
}

.kpi-grid em {
  color: var(--green);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
}

.chart-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.line-chart,
.donut-wrap {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.line-chart {
  position: relative;
  display: flex;
  align-items: end;
  gap: 14px;
  overflow: hidden;
}

.line-chart::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 35px;
  height: 78px;
  background: linear-gradient(180deg, rgba(4, 107, 97, 0.14), transparent);
  clip-path: polygon(0 72%, 16% 42%, 31% 55%, 47% 31%, 62% 58%, 78% 28%, 100% 8%, 100% 100%, 0 100%);
}

.line-chart b {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 24px;
  border-radius: 999px 999px 0 0;
  background: var(--mint);
}

.line-chart b:nth-child(1) { height: 40px; }
.line-chart b:nth-child(2) { height: 74px; }
.line-chart b:nth-child(3) { height: 58px; }
.line-chart b:nth-child(4) { height: 96px; }
.line-chart b:nth-child(5) { height: 82px; }
.line-chart b:nth-child(6) { height: 122px; background: var(--green); }

.donut-wrap {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 18px;
}

.donut {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 34%, var(--mint) 34% 58%, rgba(109, 176, 175, 0.56) 58% 78%, rgba(109, 176, 175, 0.24) 78% 100%);
  position: relative;
}

.donut::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background: var(--white);
}

.donut-wrap ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  list-style: none;
}

.gift-section {
  padding: 74px 0 72px;
}

.gift-section h2 {
  margin-bottom: 42px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.faq-intro {
  position: sticky;
  top: 118px;
  align-self: start;
}

.faq-intro p {
  max-width: 470px;
  margin-top: 20px;
}

.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-grid article {
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(109, 176, 175, 0.1), rgba(255, 255, 255, 0)),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.faq-grid article:nth-child(3) {
  border-color: rgba(4, 107, 97, 0.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(109, 176, 175, 0.2), transparent 34%),
    linear-gradient(135deg, #ffffff, var(--mint-lighter));
}

.faq-grid h3 {
  margin-bottom: 12px;
}

.final-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 78px;
  padding: 42px 48px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 94% 78%, rgba(109, 176, 175, 0.34), transparent 22%),
    linear-gradient(135deg, var(--green-dark), var(--green));
  overflow: hidden;
}

.final-cta::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -42px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(109, 176, 175, 0.26);
  border-radius: 50%;
}

.final-cta h2,
.final-cta p {
  color: var(--white);
}

.final-cta h2 {
  max-width: 560px;
  font-size: clamp(2.1rem, 3.4vw, 50px);
}

.final-cta p {
  margin-top: 12px;
  opacity: 0.88;
}

.final-cta .button {
  position: relative;
  z-index: 1;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer nav {
  gap: 24px;
}

.legal-links {
  justify-content: flex-end;
  gap: 24px;
}

.legal-links a {
  color: var(--muted);
  font-size: 12px;
  line-height: 18px;
}

.company-page > section {
  width: min(1220px, calc(100% - 52px));
  margin-inline: auto;
}

.company-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 42px;
  align-items: stretch;
  padding: 88px 0 76px;
}

.company-hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 4.2vw, 54px);
}

.company-hero-copy p {
  max-width: 760px;
  margin-top: 26px;
}

.company-proof-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 0;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.proof-visual {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}

.company-proof-card strong {
  display: block;
  padding: 32px 36px 0;
  margin-bottom: 16px;
  font-size: 1.55rem;
  line-height: 1.16;
}

.company-proof-card p {
  padding: 0 36px 36px;
}

.company-proof-card p,
.certified-section aside p,
.featured-app .app-card-head span {
  color: rgba(255, 255, 255, 0.86);
}

.principles-section,
.certified-section,
.coverage-section,
.team-section {
  padding: 76px 0;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.principles-grid article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.principles-grid span,
.team-section span,
.ceo-card span,
.board-grid span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.principles-grid h3 {
  margin-bottom: 14px;
}

.certified-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.certified-section p {
  max-width: 760px;
  margin-top: 22px;
}

.certified-section aside {
  position: relative;
  padding: 32px;
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
    var(--green);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.certificate-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--green);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(4, 107, 97, 0.18);
}

.certificate-badge::before,
.certificate-badge::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, 0.72);
}

.certificate-badge::after {
  inset: auto;
  bottom: -26px;
  width: 18px;
  height: 46px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #ffffff, rgba(255, 255, 255, 0.38));
  clip-path: polygon(0 0, 100% 0, 78% 100%, 50% 76%, 22% 100%);
}

.certificate-badge span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid var(--mint);
  font-size: 1.9rem;
  font-weight: 800;
}

.certified-section aside strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.coverage-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  gap: 70px;
  align-items: center;
}

.coverage-copy p {
  margin-top: 22px;
}

.italy-map-card {
  position: relative;
  width: min(500px, 100%);
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 18%, rgba(109, 176, 175, 0.24), transparent 30%),
    linear-gradient(135deg, #ffffff, var(--mint-lighter));
  justify-self: center;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.italy-map-card::before {
  content: "Presenza capillare";
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 3;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.italy-map-frame {
  position: relative;
  width: min(330px, 76%);
  line-height: 0;
}

.italy-map-shape {
  width: 100%;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 20px 34px rgba(4, 107, 97, 0.18))
    saturate(0)
    sepia(1)
    hue-rotate(125deg)
    saturate(4)
    brightness(0.72);
  opacity: 0.98;
}

.map-pin-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.map-pin-dot circle:first-child {
  fill: var(--white);
  stroke: var(--green);
  stroke-width: 12;
  filter: drop-shadow(0 18px 18px rgba(4, 107, 97, 0.24));
}

.map-pin-dot circle:last-child {
  fill: var(--green);
}

.team-section {
  border-top: 1px solid var(--line);
}

.team-section .section-top p {
  max-width: 720px;
  margin-top: 18px;
}

.ceo-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: center;
  margin: 38px 0 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.ceo-card .team-photo {
  border-radius: 50%;
  clip-path: circle(46% at 50% 50%);
  box-shadow: 0 18px 42px rgba(4, 107, 97, 0.12);
}

.board-photo {
  border-radius: 50%;
  clip-path: circle(46% at 50% 50%);
  box-shadow: 0 16px 34px rgba(4, 107, 97, 0.10);
}

.placeholder-photo {
  display: grid;
  place-items: center;
  color: var(--green);
  background:
    radial-gradient(circle at 72% 18%, rgba(109, 176, 175, 0.34), transparent 30%),
    var(--mint-soft);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.ceo-card .placeholder-photo {
  font-size: 4rem;
}

.ceo-card h3 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 800;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.board-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.board-grid .team-photo {
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-gif-card {
    min-height: auto;
  }

  .hero-gif-full .hero-visual {
    min-height: 0;
  }

  .hero-person {
    left: 50%;
    right: auto;
    top: 0;
    width: 680px;
    transform: translateX(-50%);
  }

  .offer-grid,
  .apps-grid,
  .kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-section {
    grid-template-columns: 1fr;
  }

  .company-hero,
  .certified-section,
  .coverage-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }
}

@media (max-width: 820px) {
  .site-header,
  main > section,
  .site-footer,
  .company-page > section {
    width: min(100% - 34px, 680px);
  }

  .header-actions .login-link {
    display: none;
  }

  h1 {
    font-size: clamp(2.9rem, 11vw, 54px);
  }

  .hero-features,
  .section-top,
  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-banner-actions {
    align-items: center;
    justify-content: flex-start;
  }

  .hero-person {
    width: 650px;
  }

  .hero-gif-card {
    border-radius: 22px;
  }

  .hero-gif {
    border-radius: 22px;
  }

  .offer-grid,
  .apps-grid,
  .value-grid,
    .gift-grid,
    .faq-grid,
    .chart-row,
  .site-footer,
  .principles-grid,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .ceo-card {
    grid-template-columns: 1fr;
  }

  .value-grid article,
  .gift-grid article {
    padding: 26px 0;
  }

  .value-grid article + article,
  .gift-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .dashboard-card {
    grid-template-columns: 1fr;
  }

  .dash-sidebar {
    display: none;
  }

  .site-footer nav,
  .legal-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 76px;
  }

  .nav-cta {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 0.82rem;
  }

  .brand span {
    display: none;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-gif-card {
    min-height: auto;
  }

  .hero-gif-full {
    width: min(100% - 24px, 1536px);
    padding-top: 22px;
  }

  .hero-gif-full .hero-visual {
    min-height: 0;
  }

  .hero-person {
    width: 590px;
  }

  .kpi-grid {
    grid-template-columns: 1fr;
  }
}

