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

:root {
    --primary-color: #2c5282;
    --secondary-color: #e67e22;
    --dark-color: #1a202c;
    --light-color: #f7fafc;
    --text-color: #2d3748;
    --border-color: #e2e8f0;
    --success-color: #48bb78;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #ffffff;
}

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

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu li a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: var(--secondary-color);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 3px 0;
    transition: 0.3s;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-left,
.hero-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.hero-left {
    padding: 60px 80px;
    background-color: var(--light-color);
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-right {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23f0f0f0" width="800" height="600"/><g opacity="0.3"><rect fill="%23667eea" x="100" y="150" width="200" height="250"/><rect fill="%23764ba2" x="350" y="100" width="300" height="200"/><rect fill="%23667eea" x="500" y="350" width="150" height="150"/></g></svg>');
    background-size: cover;
    background-position: center;
}

.cta-primary,
.cta-secondary,
.cta-white {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
}

.cta-primary {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.cta-primary:hover {
    background-color: #d35400;
    transform: translateY(-2px);
}

.cta-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.cta-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.cta-white {
    background-color: #ffffff;
    color: var(--primary-color);
}

.cta-white:hover {
    background-color: var(--light-color);
}

.trust-indicators {
    padding: 60px 0;
    background-color: #ffffff;
}

.indicators-grid {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

.indicator {
    text-align: center;
}

.indicator-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.indicator-text {
    font-size: 16px;
    color: #4a5568;
}

.intro-split,
.process-split,
.testimonials-split,
.about-split,
.team-split,
.mission-split {
    display: flex;
}

.intro-split.reverse,
.team-split.reverse {
    flex-direction: row-reverse;
}

.split-image,
.split-content {
    flex: 1;
}

.split-content {
    padding: 80px 60px;
}

.split-content h2 {
    font-size: 36px;
    color: var(--dark-color);
    margin-bottom: 25px;
    line-height: 1.3;
}

.split-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
}

.split-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
}

.image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-color: #e2e8f0;
    background-size: cover;
    background-position: center;
}

.img-cardboard {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23d4a574" width="800" height="600"/><g opacity="0.2"><line stroke="%23654321" stroke-width="2" x1="0" y1="100" x2="800" y2="100"/><line stroke="%23654321" stroke-width="2" x1="0" y1="200" x2="800" y2="200"/><line stroke="%23654321" stroke-width="2" x1="0" y1="300" x2="800" y2="300"/><line stroke="%23654321" stroke-width="2" x1="0" y1="400" x2="800" y2="400"/><line stroke="%23654321" stroke-width="2" x1="0" y1="500" x2="800" y2="500"/></g></svg>');
}

.img-factory {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%234a5568" width="800" height="600"/><g opacity="0.3"><rect fill="%232d3748" x="100" y="200" width="150" height="300"/><rect fill="%232d3748" x="300" y="150" width="200" height="350"/><rect fill="%232d3748" x="550" y="250" width="150" height="250"/></g></svg>');
}

.img-about,
.img-team {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><rect fill="%23667eea" width="800" height="600"/><g opacity="0.5"><circle fill="%23ffffff" cx="200" cy="200" r="80"/><circle fill="%23ffffff" cx="400" cy="300" r="100"/><circle fill="%23ffffff" cx="600" cy="250" r="90"/></g></svg>');
}

.img-service-1,
.img-service-2,
.img-service-3,
.img-service-4,
.img-service-5,
.img-service-6 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23cbd5e0" width="400" height="300"/><g opacity="0.3"><rect fill="%234a5568" x="50" y="50" width="300" height="200"/><rect fill="%232d3748" x="80" y="80" width="240" height="140"/></g></svg>');
}

.services-quick {
    padding: 80px 0;
    background-color: var(--light-color);
}

.section-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.section-header-center h2 {
    font-size: 40px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.section-header-center p {
    font-size: 20px;
    color: #4a5568;
}

.services-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-card {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card.featured {
    border: 3px solid var(--secondary-color);
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: var(--secondary-color);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.service-icon {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 22px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.btn-select-service {
    width: 100%;
    padding: 12px 20px;
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #1e3a5f;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.step {
    display: flex;
    gap: 20px;
}

.step-number {
    font-size: 40px;
    font-weight: 700;
    color: var(--secondary-color);
    min-width: 60px;
}

.step-info h4 {
    font-size: 20px;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.step-info p {
    font-size: 16px;
    color: #4a5568;
}

.additional-services {
    padding: 80px 0;
    background-color: #ffffff;
}

.additional-services h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-color);
}

.additional-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.additional-item {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    background-color: var(--light-color);
    border-radius: 8px;
}

.additional-item h3 {
    font-size: 22px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.additional-item p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
}

.testimonials-split {
    min-height: 500px;
}

.split-content.dark {
    background-color: var(--dark-color);
    color: #ffffff;
}

.split-content.dark h2 {
    color: #ffffff;
}

.split-content.light {
    background-color: var(--light-color);
}

.testimonial {
    margin-bottom: 30px;
    padding: 20px;
    border-left: 4px solid var(--secondary-color);
}

.testimonial-text {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 10px;
    color: #e2e8f0;
}

.testimonial-author {
    font-size: 15px;
    color: #cbd5e0;
}

.cta-full {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a5f 100%);
    text-align: center;
    color: #ffffff;
}

.cta-full h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cta-full p {
    font-size: 20px;
    margin-bottom: 30px;
}

.why-choose {
    padding: 80px 0;
    background-color: var(--light-color);
}

.why-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.why-item {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.why-item h3 {
    font-size: 22px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.why-item p {
    font-size: 16px;
    color: #4a5568;
}

.order-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.form-header {
    text-align: center;
    margin-bottom: 40px;
}

.form-header h2 {
    font-size: 36px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.form-header p {
    font-size: 18px;
    color: #4a5568;
}

.order-form {
    background-color: var(--light-color);
    padding: 40px;
    border-radius: 8px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--dark-color);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.checkbox-group label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
}

.checkbox-group span {
    font-weight: normal;
}

.checkbox-group a {
    color: var(--primary-color);
    text-decoration: underline;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background-color: var(--secondary-color);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #d35400;
}

.main-footer {
    background-color: var(--dark-color);
    color: #e2e8f0;
    padding: 60px 0 30px;
}

.footer-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.8;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: var(--secondary-color);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #4a5568;
    color: #cbd5e0;
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 900;
}

.sticky-cta-btn {
    display: block;
    padding: 15px 30px;
    background-color: var(--secondary-color);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

.sticky-cta-btn:hover {
    background-color: #d35400;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--dark-color);
    color: #ffffff;
    padding: 20px;
    z-index: 1100;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
}

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

.btn-cookie {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie.accept {
    background-color: var(--success-color);
    color: #ffffff;
}

.btn-cookie.accept:hover {
    background-color: #38a169;
}

.btn-cookie.reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-cookie.reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.page-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a5f 100%);
    color: #ffffff;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-lead {
    font-size: 22px;
    opacity: 0.9;
}

.page-hero.services-hero,
.page-hero.contact-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.values-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-color);
}

.values-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.value-card {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background-color: var(--light-color);
    border-radius: 8px;
}

.value-card h3 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.value-card p {
    font-size: 16px;
    color: #4a5568;
}

.numbers-section {
    padding: 80px 0;
    background-color: var(--primary-color);
    color: #ffffff;
}

.numbers-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.numbers-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.number-item {
    text-align: center;
    min-width: 150px;
}

.big-number {
    font-size: 56px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.number-item p {
    font-size: 16px;
}

.cta-section {
    padding: 80px 0;
    background-color: var(--light-color);
    text-align: center;
}

.cta-section h2 {
    font-size: 40px;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 30px;
}

.services-detailed {
    padding: 60px 0;
}

.service-detail-card {
    margin-bottom: 60px;
}

.service-detail-split {
    display: flex;
    gap: 50px;
    align-items: center;
}

.service-detail-card.reverse .service-detail-split {
    flex-direction: row-reverse;
}

.service-detail-content,
.service-detail-image {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 32px;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    margin-bottom: 25px;
}

.service-features li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #4a5568;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: 700;
}

.service-price-box {
    background-color: var(--light-color);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.price-label {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 5px;
}

.price-value {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary-color);
}

.process-section {
    padding: 80px 0;
    background-color: var(--light-color);
}

.process-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-color);
}

.process-timeline {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.timeline-item {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: center;
}

.timeline-number {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.timeline-item h3 {
    font-size: 20px;
    color: var(--dark-color);
    margin-bottom: 12px;
}

.timeline-item p {
    font-size: 16px;
    color: #4a5568;
}

.contact-main {
    padding: 60px 0;
}

.contact-split {
    display: flex;
    gap: 60px;
}

.contact-info,
.contact-map {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    color: var(--dark-color);
    margin-bottom: 30px;
}

.info-block {
    margin-bottom: 35px;
}

.info-block h3 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.info-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
}

.info-block a {
    color: var(--primary-color);
    text-decoration: none;
}

.info-block a:hover {
    text-decoration: underline;
}

.map-placeholder {
    width: 100%;
    height: 500px;
    background-color: #e2e8f0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.map-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.9);
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
}

.contact-cta {
    padding: 60px 0;
    background-color: var(--light-color);
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.cta-box h2 {
    font-size: 32px;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 25px;
}

.cta-box a {
    color: var(--primary-color);
    font-weight: 600;
}

.faq-section {
    padding: 80px 0;
}

.faq-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-color);
}

.faq-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.faq-item {
    flex: 1;
    min-width: 300px;
    padding: 25px;
    background-color: var(--light-color);
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 18px;
    color: var(--dark-color);
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 16px;
    color: #4a5568;
}

.thanks-section {
    padding: 100px 0;
    text-align: center;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
}

.thanks-icon {
    width: 100px;
    height: 100px;
    background-color: var(--success-color);
    color: #ffffff;
    font-size: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thanks-content h1 {
    font-size: 42px;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.thanks-message {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 30px;
}

.thanks-details {
    background-color: var(--light-color);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.thanks-details p {
    font-size: 18px;
    color: #4a5568;
}

.thanks-info {
    margin-bottom: 40px;
    text-align: left;
}

.thanks-info h2 {
    font-size: 28px;
    color: var(--dark-color);
    margin-bottom: 20px;
    text-align: center;
}

.next-steps {
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
}

.next-steps li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #4a5568;
    font-size: 17px;
}

.next-steps li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

.thanks-contact {
    margin-bottom: 40px;
}

.thanks-contact p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 10px;
}

.thanks-contact a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 19px;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-page {
    padding: 60px 0;
}

.legal-page h1 {
    font-size: 40px;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.last-updated {
    font-size: 16px;
    color: #718096;
    margin-bottom: 40px;
}

.legal-content {
    line-height: 1.8;
}

.legal-content h2 {
    font-size: 28px;
    color: var(--dark-color);
    margin-top: 40px;
    margin-bottom: 15px;
}

.legal-content h3 {
    font-size: 22px;
    color: var(--primary-color);
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 15px;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 10px;
}

.legal-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.legal-footer {
    margin-top: 50px;
    text-align: center;
}

.btn-back {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-back:hover {
    background-color: #1e3a5f;
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #ffffff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0,0,0,0.05);
        padding: 20px 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 15px 0;
    }

    .hero-split,
    .intro-split,
    .process-split,
    .testimonials-split,
    .about-split,
    .team-split,
    .mission-split {
        flex-direction: column;
    }

    .intro-split.reverse,
    .team-split.reverse {
        flex-direction: column;
    }

    .hero-left {
        padding: 40px 30px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .split-content {
        padding: 40px 30px;
    }

    .split-content h2 {
        font-size: 28px;
    }

    .services-cards {
        flex-direction: column;
    }

    .service-card {
        max-width: none;
    }

    .service-detail-split,
    .service-detail-card.reverse .service-detail-split {
        flex-direction: column;
    }

    .contact-split {
        flex-direction: column;
    }

    .sticky-cta {
        bottom: 20px;
        right: 20px;
    }

    .sticky-cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .page-hero h1 {
        font-size: 32px;
    }

    .hero-lead {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 28px;
    }

    .section-header-center h2 {
        font-size: 32px;
    }

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

    .indicators-grid {
        flex-direction: column;
        gap: 30px;
    }
}