* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
scroll-behavior: smooth;
font-family: 'Manrope', sans-serif;
background-color: #ffffff;
color: #1a2e22;
line-height: 1.6;
}

body {
width: 100%;
overflow-x: hidden;
background-color: #ffffff;
text-align: center;
}

.container {
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
}

.section {
padding: 80px 0;
}

.section-title {
font-family: 'Fraunces', serif;
font-size: 2.2rem;
font-weight: 600;
color: #12281a;
margin-bottom: 24px;
}

.section-intro {
color: #3a5243;
margin-bottom: 40px;
font-size: 1.2rem;
}

.hero-section {
position: relative;
background-image: url('../images/sfondo.webp');
background-size: cover;
background-position: center;
color: #ffffff;
padding: 100px 20px;
min-height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(12, 28, 18, 0.65);
z-index: 1;
}

.hero-section::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -2px;
height: 180px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
z-index: 2;
pointer-events: none;
}

.hero-content {
position: relative;
z-index: 3;
max-width: 700px;
}

.hero-logo {
max-width: 220px;
width: 100%;
height: auto;
margin-bottom: 30px;
display: inline-block;
}

.hero-title {
font-family: 'Fraunces', serif;
font-size: 2.8rem;
line-height: 1.2;
font-weight: 700;
margin-bottom: 24px;
text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
letter-spacing: -0.5px;
}

.hero-subtitle {
font-size: 1.3rem;
line-height: 1.5;
color: #e0eae2;
margin-bottom: 40px;
}

.btn-primary {
display: inline-block;
background-color: #2e7d42;
color: #ffffff;
padding: 18px 36px;
border-radius: 8px;
font-size: 1.1rem;
font-weight: 600;
text-decoration: none;
border: none;
cursor: pointer;
transition: background-color 0.2s;
}

.btn-primary:hover {
background-color: #236333;
}

.btn-full {
width: 100%;
max-width: 400px;
margin: 0 auto;
display: block;
}

.text-block {
max-width: 700px;
margin: 0 auto;
}

.text-block h3 {
font-family: 'Fraunces', serif;
font-size: 1.6rem;
font-weight: 600;
color: #12281a;
margin-bottom: 16px;
}

.text-block p {
font-size: 1.2rem;
margin-bottom: 20px;
color: #334e3d;
}

.steps-grid {
display: grid;
gap: 40px;
margin-top: 20px;
}

.step-item {
padding: 10px;
}

.step-number {
font-size: 1.4rem;
font-weight: 800;
color: #2e7d42;
display: block;
margin-bottom: 8px;
}

.step-item h3 {
font-family: 'Fraunces', serif;
font-size: 1.5rem;
font-weight: 600;
color: #12281a;
margin-bottom: 12px;
}

.step-item p {
font-size: 1.1rem;
color: #4a6352;
}

.features-staggered {
display: flex;
flex-direction: column;
gap: 60px;
margin-top: 50px;
}

.feature-staggered-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.feature-staggered-item img {
width: 100%;
max-width: 220px;
object-fit: contain;
}

.feature-text {
text-align: center;
}

.feature-text h3 {
font-family: 'Fraunces', serif;
font-size: 1.8rem;
font-weight: 600;
color: #12281a;
line-height: 1.3;
margin-bottom: 12px;
}

.feature-text p {
font-size: 1.1rem;
color: #4a6352;
}

.highlight-lead {
font-size: 1.4rem;
font-weight: 600;
color: #12281a;
margin-bottom: 30px;
}

.target-list {
list-style: none;
padding: 0;
display: inline-block;
}

.target-list li {
font-size: 1.2rem;
color: #334e3d;
margin-bottom: 16px;
}

.contact-wrapper {
padding: 20px 0;
}

.contact-subtitle {
color: #4a6352;
margin-bottom: 40px;
font-size: 1.2rem;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.contact-form {
display: flex;
flex-direction: column;
gap: 24px;
width: 100%;
max-width: 500px;
margin: 0 auto;
}

.contact-form .btn-primary {
background-color: #2e7d42;
}

.contact-form .btn-primary:hover {
background-color: #236333;
}

.form-group {
display: flex;
flex-direction: column;
gap: 8px;
}

.form-group label {
font-size: 1.1rem;
font-weight: 600;
color: #12281a;
text-align: left;
}

.form-group input,
.form-group textarea {
width: 100%;
padding: 16px;
border: 1px solid #c2d4c2;
border-radius: 4px;
font-size: 1.1rem;
font-family: inherit;
background-color: #fbfdfb;
text-align: left;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #2e7d42;
}

.form-checkbox {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 12px;
margin: 0;
text-align: left;
}

.form-checkbox input {
width: 22px;
height: 22px;
accent-color: #2e7d42;
}

.form-checkbox label {
font-size: 1.1rem;
color: #4a6352;
text-align: left;
}

.site-footer {
background-color: #12281a;
color: #ffffff;
padding: 60px 20px;
margin-top: 40px;
}

.footer-content {
display: flex;
flex-direction: column;
gap: 24px;
}

.footer-logo {
font-size: 1.8rem;
font-weight: 900;
letter-spacing: 3px;
}

.footer-tagline {
font-size: 1.1rem;
color: #a3c2ab;
}

.footer-info p {
font-size: 1.1rem;
color: #d0e0d3;
margin-bottom: 12px;
}

.social-links {
display: flex;
justify-content: center;
gap: 24px;
}

.social-links a {
color: #a3c2ab;
text-decoration: none;
font-size: 1.1rem;
}

.social-links a:hover {
color: #ffffff;
}

@media (min-width: 768px) {
.steps-grid {
grid-template-columns: repeat(2, 1fr);
}

.contact-form {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
max-width: 820px;
column-gap: 28px;
row-gap: 24px;
}

.contact-form .form-group:nth-of-type(6),
.contact-form .form-checkbox,
.contact-form .btn-full {
grid-column: 1 / -1;
}

.hero-title {
font-size: 3.5rem;
}

.features-staggered {
gap: 80px;
}

.feature-staggered-item {
flex-direction: row;
max-width: 800px;
margin: 0 auto;
width: 90%;
gap: 40px;
}

.feature-text {
text-align: left;
flex: 1;
}

.feature-staggered-item.left {
margin-left: 0;
}

.feature-staggered-item.right {
flex-direction: row-reverse;
margin-right: 0;
}

.feature-staggered-item.right .feature-text {
text-align: right;
}
}
