* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #2c3e50;
line-height: 1.6;
background-color: #fafafa;
}

.main-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
z-index: 1000;
}

.main-header .navbar {
padding: 1rem 0;
}

.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
color: #2c3e50;
}

.navbar-brand:hover {
color: #a8d530;
}

.nav-link {
color: #555;
font-weight: 500;
margin: 0 0.5rem;
transition: color 0.3s ease;
}

.nav-link:hover {
color: #a8d530;
}

.btn-cta {
background: linear-gradient(135deg, #a8d530 0%, #8bc34a 100%);
color: #ffffff;
padding: 0.5rem 1.5rem;
border-radius: 50px;
font-weight: 600;
border: none;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cta:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(168, 213, 48, 0.3);
}

.navbar-toggler {
border: none;
}

.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(44, 62, 80, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
padding: 150px 0 100px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-title {
font-size: 3rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 1rem;
line-height: 1.2;
}

.hero-subtitle {
font-size: 1.5rem;
color: #a8d530;
font-weight: 600;
margin-bottom: 1.5rem;
}

.hero-description {
font-size: 1.125rem;
color: #555;
margin-bottom: 2rem;
line-height: 1.8;
}

.btn-primary-custom {
background: linear-gradient(135deg, #a8d530 0%, #8bc34a 100%);
color: #ffffff;
padding: 0.875rem 2.5rem;
border-radius: 50px;
font-weight: 600;
border: none;
font-size: 1.125rem;
transition: transform 0.3s ease, box-shadow 0.3s ease;
display: inline-block;
text-decoration: none;
}

.btn-primary-custom:hover {
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(168, 213, 48, 0.4);
text-decoration: none;
}

.content-section {
padding: 100px 0;
}

.bg-light-custom {
background-color: #f8f9fa;
}

.section-title {
font-size: 2.5rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 2rem;
line-height: 1.3;
}

.section-text {
font-size: 1.125rem;
color: #555;
margin-bottom: 1.5rem;
line-height: 1.8;
}

.rounded-custom {
border-radius: 12px;
}

.shadow-custom {
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.info-card,
.feature-box {
background-color: #ffffff;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
height: 100%;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover,
.feature-box:hover {
transform: translateY(-5px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-title,
.feature-title {
font-size: 1.5rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 1rem;
}

.card-text,
.feature-text {
font-size: 1rem;
color: #666;
line-height: 1.7;
margin-bottom: 1rem;
}

.disclaimer-box {
background-color: #ffffff;
border-left: 5px solid #a8d530;
padding: 2rem;
border-radius: 8px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.disclaimer-text {
font-size: 1.125rem;
color: #555;
margin-bottom: 1rem;
line-height: 1.7;
}

.disclaimer-list {
list-style: none;
padding-left: 0;
}

.disclaimer-list li {
padding: 0.5rem 0;
padding-left: 1.5rem;
position: relative;
color: #555;
line-height: 1.7;
}

.disclaimer-list li:before {
content: "•";
color: #a8d530;
font-weight: bold;
position: absolute;
left: 0;
font-size: 1.5rem;
line-height: 1.5rem;
}

.faq-container {
max-width: 900px;
margin: 0 auto;
}

.faq-item {
background-color: #ffffff;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
margin-bottom: 1.5rem;
transition: box-shadow 0.3s ease;
}

.faq-item:hover {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.faq-question {
font-size: 1.25rem;
font-weight: 600;
color: #2c3e50;
margin-bottom: 1rem;
}

.faq-answer {
font-size: 1rem;
color: #666;
line-height: 1.7;
margin: 0;
}

.contact-section {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contact-disclaimer {
background-color: #fff3cd;
border-left: 4px solid #ffc107;
padding: 1.5rem;
border-radius: 8px;
margin-bottom: 2rem;
}

.contact-disclaimer p {
margin: 0;
color: #856404;
font-weight: 500;
}

.contact-form {
background-color: #ffffff;
padding: 2.5rem;
border-radius: 12px;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-control {
border: 2px solid #e0e0e0;
border-radius: 8px;
padding: 0.875rem;
font-size: 1rem;
transition: border-color 0.3s ease;
}

.form-control:focus {
border-color: #a8d530;
box-shadow: 0 0 0 0.2rem rgba(168, 213, 48, 0.25);
}

.contact-info {
text-align: center;
}

.contact-info h3 {
font-size: 1.75rem;
font-weight: 700;
color: #2c3e50;
}

.contact-info p {
font-size: 1rem;
color: #666;
margin-bottom: 0.5rem;
}

.main-footer {
background-color: #2c3e50;
color: #ffffff;
padding: 3rem 0 2rem;
}

.main-footer p {
margin: 0;
margin-bottom: 1rem;
}

.footer-links {
margin-top: 1rem;
}

.footer-links a {
color: #a8d530;
margin: 0 1rem;
text-decoration: none;
transition: color 0.3s ease;
}

.footer-links a:hover {
color: #8bc34a;
text-decoration: underline;
}

.cookie-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #2c3e50;
color: #ffffff;
padding: 1.5rem;
box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
z-index: 10000;
display: none;
}

.cookie-banner.show {
display: block;
}

.cookie-content {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}

.cookie-content p {
margin-bottom: 1rem;
font-size: 1rem;
}

.cookie-buttons {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
}

.btn-cookie {
padding: 0.75rem 1.5rem;
border: none;
border-radius: 50px;
font-weight: 600;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cookie-accept {
background-color: #a8d530;
color: #ffffff;
}

.btn-cookie-accept:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(168, 213, 48, 0.3);
}

.btn-cookie-reject {
background-color: #e74c3c;
color: #ffffff;
}

.btn-cookie-reject:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}

.btn-cookie-settings {
background-color: #95a5a6;
color: #ffffff;
}

.btn-cookie-settings:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(149, 165, 166, 0.3);
}

@media (max-width: 991px) {
.hero-title {
font-size: 2.25rem;
}

.hero-subtitle {
font-size: 1.25rem;
}

.section-title {
font-size: 2rem;
}

.content-section {
padding: 60px 0;
}

.hero-section {
padding: 120px 0 60px;
}

.order-lg-1,
.order-lg-2 {
order: 0;
}

.col-lg-5,
.col-lg-6,
.col-lg-7 {
margin-bottom: 2rem;
}
}

@media (max-width: 767px) {
.hero-title {
font-size: 1.875rem;
}

.section-title {
font-size: 1.75rem;
}

.nav-item {
text-align: center;
}

.cookie-buttons {
flex-direction: column;
}

.btn-cookie {
width: 100%;
}
}
