.policy,
.contact-section {
  padding-block: 130px 60px;
  min-height: 92vh;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: 30px;
}

.policy__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}

.policy__text h2,
.policy__text p,
.policy__text ul {
  margin-bottom: 14px;
}

.policy__link {
  color: #000;
}

html {
  scroll-behavior: smooth;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cookie-popup.show {
  opacity: 1;
  visibility: visible;
}

.cookie-content {
  background: white;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  margin: 20px;
  text-align: center;
}

.cookie-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.cookie-content p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: #555;
}

.cookie-content p a {
  color: #1b82a5;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-accept,
.btn-decline {
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-accept {
  background: #1b82a5;
  color: white;
}

.btn-accept:hover {
  background: #156a85;
}

.btn-decline {
  background: #1b82a5;
  color: white;
}

.btn-decline:hover {
  background: #156a85;
}

/* Header */
.header {
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.logo h1 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  align-items: center;
}

.nav-list a {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  padding: 8px 16px;
  border-radius: 20px;
  background: #000;
  color: white;
  transition: all 0.3s ease;
}

.nav-list a:hover {
  background: #333;
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-btn span {
  width: 25px;
  height: 3px;
  background: #000;
  margin: 3px 0;
  transition: 0.3s;
}

.mobile-menu-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Hero Section */
.hero {
  position: relative;
  height: 60vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 70px;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b82a5;
  opacity: 0.9;
  z-index: -1;
}

.hero-content {
  color: white;
  max-width: 800px;
  padding: 40px 0;
}

.hero-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: center;
}

.hero-content p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: justify;
}

.btn-primary {
  display: inline-block;
  background: white;
  color: #1b82a5;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: fit-content;
}

.btn-primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Proposte Section */
.proposte {
  padding: 80px 0;
  background: white;
}

.proposte h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

.proposte-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.proposta-card {
  background: white;
  overflow: hidden;
}

.proposta-image {
  height: 250px;
  overflow: hidden;
}

.proposta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.proposta-card:hover .proposta-image img {
  transform: scale(1.05);
}

.proposta-content {
  padding: 25px 0;
}

.proposta-content h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Success Section */
.success {
  padding: 80px 0;
  background: #1b82a5;
  color: white;
}

.success h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.success > .container > p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.success-card {
  background: white;
  color: #333;
  padding: 30px;
  border-radius: 12px;
}

.success-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.success-card p {
  font-size: 14px;
  line-height: 1.5;
}

/* Chi Siamo Section */
.chi-siamo {
  padding: 80px 0;
  background: #f8f9fa;
}

.chi-siamo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.chi-siamo-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}

.chi-siamo-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}

.chi-siamo-stats {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.stat-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.stat-icon {
  width: 20px;
  height: 20px;
  background: #1b82a5;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}

.stat-text h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}

/* Partnership Section */
.partnership {
  padding: 80px 0;
  background: white;
}

.partnership-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.partnership-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.partnership-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
  line-height: 1.3;
}

.partnership-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  text-align: justify;
}

/* Contact Section */
.contact {
  padding: 80px 0;
  background: #1b82a5;
  color: white;
}

.contact h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background: white;
  color: #333;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
  width: 100%;
}

.btn-submit {
  background: white;
  color: #1b82a5;
  padding: 15px 40px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 30px auto 0;
}

.btn-submit:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background: #000;
  color: white;
  padding: 30px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-content a {
  color: white;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-content a:hover {
  color: #1b82a5;
}

.footer-content span {
  font-size: 14px;
  color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mobile-menu-btn {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-list {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }

  .nav-list a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
  }

  .hero-content h2 {
    font-size: 24px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .proposte-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .chi-siamo-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .partnership-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .partnership-image img {
    height: 300px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .cookie-content {
    padding: 30px 20px;
    margin: 20px;
  }

  .cookie-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .btn-accept,
  .btn-decline {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .hero {
    height: 50vh;
    min-height: 400px;
  }

  .hero-content h2 {
    font-size: 20px;
  }

  .proposte h2,
  .success h2,
  .chi-siamo h2,
  .contact h2 {
    font-size: 24px;
  }

  .partnership-text h2 {
    font-size: 20px;
  }

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

  .proposta-card {
    margin: 0 -15px;
  }

  .success-card,
  .proposta-content {
    padding: 20px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}
