* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.page-body {
  padding: 0 !important;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.section {
  padding: 4rem 0;
}
.section.section-primary {
  color: white;
}
.section.section-primary a {
  color: white !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section {
    padding: 2.5rem 0;
  }
}
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  line-height: normal;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 1.75rem;
  }
}
.section-subtitle {
  font-size: 1.125rem;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.875rem;
  }
}
.hero-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23f1f5f9" fill-opacity="0.4"><circle cx="12" cy="12" r="2"/></g></svg>') repeat;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 4rem 0;
  }
}
.hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-description {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}
.hero-description p {
  margin-bottom: 1rem;
}
.hero-description p:last-child {
  margin-bottom: 0;
}
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .section-header {
    margin-bottom: 2rem;
  }
}
.section-content {
  font-size: 1.125rem;
  line-height: 1.7;
}
.section-content p {
  margin-bottom: 1.5rem;
}
.section-content p:last-child {
  margin-bottom: 0;
}
.section-content ul {
  list-style: none;
  border-radius: 8px;
  background: white;
  box-shadow: 0 0 20px 0 #0001;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
}
.section-content ul li {
  padding: 0.8rem 1.6rem;
  margin: 0;
}
.section-content ul li:first-child {
  border-bottom: 1px solid #0001;
}
.section-content ul li:first-letter {
  text-transform: uppercase;
}
.conformity-status {
  text-align: center;
  margin-bottom: 2rem;
}
.status-badge {
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.accessibility-issues {
  margin: 3rem 0;
}
.issue-card {
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.issue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.issue-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.issue-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff2, #fff8);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.issue-icon i {
  font-size: 3.5rem;
  color: black;
}
.issue-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.issue-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.platform-info {
  margin-top: 2rem;
}
.info-card {
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.info-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon i {
  font-size: 1.25rem;
  color: white;
}
.info-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.info-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.commitment-note {
  margin-top: 3rem;
}
.alert {
  border-radius: 8px;
  border: none;
  padding: 1.5rem;
  font-size: 0.95rem;
  text-align: left;
}
.alert i {
  opacity: 0.8;
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
.contact-link {
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.contact-link:hover {
  text-decoration: none;
}
.external-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.external-link:hover {
  color: white;
}
.requirements-list {
  margin: 1.5rem 0;
}
.requirements-list ul {
  padding: 1.5rem;
  border-radius: 8px;
}
.requirements-list ul li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.requirements-list ul li:last-child {
  margin-bottom: 0;
}
.footer {
  padding: 2rem 0;
  margin-top: auto;
}
.footer-content {
  font-size: 1.125rem;
}
.footer-content a {
  font-weight: 500;
}
@media (max-width: 576px) {
  .section {
    padding: 2rem 0;
  }
  .hero-section {
    padding: 3rem 0;
  }
  .issue-card,
  .info-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .issue-icon,
  .info-icon {
    width: 60px;
    height: 60px;
  }
  .issue-icon i,
  .info-icon i {
    font-size: 1.125rem;
  }
}
a:focus,
button:focus,
[tabindex]:focus {
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --primary-color: #c6211e;
  --primary-light: #d63031;
  --secondary-color: #fdf2f2;
  --accent-color: #e74c3c;
  /* Colori testo */
  --text-primary: #272f34dd;
  --text-secondary: #4e5e68;
  --text-muted: #95a5a6;
  /* Sfondi */
  --bg-primary: #ffffff;
  --bg-secondary: #f8f8f8;
  --bg-accent: #fdf2f2;
  /* Bordi */
  --border-color: #fadbd8;
  /* Stati */
  --success-color: #27ae60;
  --info-color: #c6211e;
  --warning-color: #f39c12;
}
.section-primary {
  background-color: var(--primary-color);
}
.section-light {
  background-color: var(--bg-secondary);
}
.section-white {
  background-color: var(--bg-primary);
}
.section-title {
  color: var(--text-primary);
}
.hero-section {
  background: var(--bg-primary);
}
.hero-title {
  color: var(--text-primary);
}
.hero-description {
  color: var(--text-secondary);
}
.section-subtitle {
  color: var(--text-secondary);
}
.section-content {
  color: inherit;
}
.issue-card,
.info-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
}
.info-icon {
  background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
}
.issue-title,
.info-title {
  color: var(--text-primary);
}
.issue-description,
.info-description {
  color: var(--text-secondary);
}
.alert-info {
  background-color: #fdf2f2;
  color: #741b47;
  border-left: 4px solid var(--info-color);
}
a {
  color: var(--accent-color);
}
a:hover {
  color: #c0392b;
}
.contact-link {
  background-color: #fdf2f2;
}
.contact-link:hover {
  background-color: #fadbd8;
}
.requirements-list ul {
  background: var(--bg-accent);
  border-left: 4px solid var(--accent-color);
}
.requirements-list li::marker {
  color: var(--accent-color);
}
.footer {
  background-color: var(--bg-accent);
  border-top: 1px solid var(--border-color);
}
.footer-content {
  color: var(--text-secondary);
}
.footer-content strong {
  color: var(--text-primary);
}
.container {
    min-height: 30px !important;
}