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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

.ad-disclosure {
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px 15px;
    font-size: 0.85rem;
    font-weight: 500;
    border-bottom: 1px solid #ffeaa7;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.nav-brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5490;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    color: #34495e;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links a:hover {
    color: #1a5490;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1a5490;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.hero-offset {
    display: flex;
    align-items: center;
    padding: 80px 8% 80px 12%;
    background-color: #ffffff;
    position: relative;
}

.hero-content-left {
    flex: 1;
    padding-right: 60px;
    max-width: 550px;
}

.hero-content-left h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #1a5490;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-left: -40px;
    margin-top: 40px;
    background-color: #e8f4f8;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.cta-primary {
    display: inline-block;
    padding: 16px 35px;
    background-color: #1a5490;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #144070;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 84, 144, 0.3);
}

.cta-secondary {
    display: inline-block;
    padding: 16px 35px;
    background-color: #27ae60;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cta-secondary:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(39, 174, 96, 0.3);
}

.intro-diagonal {
    display: flex;
    padding: 100px 8%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    align-items: center;
    gap: 60px;
}

.intro-block {
    flex: 1.2;
    padding-right: 40px;
}

.intro-block h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.intro-block p {
    font-size: 1.05rem;
    color: #5a6c7d;
    margin-bottom: 20px;
    line-height: 1.8;
}

.intro-visual {
    flex: 0.8;
    background-color: #dfe6e9;
}

.intro-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-staggered {
    padding: 100px 8%;
    background-color: #ffffff;
}

.services-staggered h2 {
    font-size: 2.5rem;
    color: #1a5490;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
}

.section-intro {
    text-align: center;
    font-size: 1.2rem;
    color: #5a6c7d;
    margin-bottom: 60px;
}

.service-grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    max-width: 700px;
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #dfe6e9;
}

.service-card h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin: 20px 25px 12px;
    font-weight: 700;
}

.service-card p {
    font-size: 1rem;
    color: #5a6c7d;
    margin: 0 25px 15px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 1.8rem;
    color: #1a5490;
    font-weight: 700;
    margin: 15px 25px;
}

.service-card button {
    margin: 0 25px 25px;
    padding: 14px 28px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-card button:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(39, 174, 96, 0.3);
}

.service-card.offset-1 {
    align-self: flex-start;
    margin-left: 5%;
}

.service-card.offset-2 {
    align-self: flex-end;
    margin-right: 5%;
}

.service-card.offset-3 {
    align-self: flex-start;
    margin-left: 10%;
}

.service-card.offset-4 {
    align-self: flex-end;
    margin-right: 8%;
}

.service-card.offset-5 {
    align-self: center;
}

.form-section-diagonal {
    padding: 100px 8%;
    background: linear-gradient(120deg, #1a5490 0%, #2980b9 100%);
    color: #ffffff;
    text-align: center;
}

.form-section-diagonal h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.form-section-diagonal p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.95;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #ffffff;
    color: #2c3e50;
}

.contact-form button {
    padding: 16px 35px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.trust-offset {
    display: flex;
    padding: 100px 8%;
    background-color: #f8f9fa;
    align-items: center;
    gap: 80px;
}

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.trust-list {
    list-style: none;
}

.trust-list li {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 18px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}

.trust-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
    font-size: 1.3rem;
}

.trust-image {
    flex: 1;
    background-color: #dfe6e9;
}

.trust-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.footer-asymmetric {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 8% 30px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-column p {
    font-size: 0.95rem;
    color: #bdc3c7;
    line-height: 1.6;
}

.footer-column a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #3498db;
}

.footer-disclaimer {
    padding: 25px 0;
    border-top: 1px solid #34495e;
    border-bottom: 1px solid #34495e;
    margin-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    color: #95a5a6;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 25px 8%;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    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: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

.cookie-buttons button {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#acceptCookies {
    background-color: #27ae60;
    color: #ffffff;
}

#acceptCookies:hover {
    background-color: #229954;
    transform: translateY(-2px);
}

#rejectCookies {
    background-color: #95a5a6;
    color: #ffffff;
}

#rejectCookies:hover {
    background-color: #7f8c8d;
    transform: translateY(-2px);
}

.about-hero-diagonal {
    display: flex;
    padding: 100px 8%;
    background-color: #ffffff;
    align-items: center;
    gap: 60px;
}

.about-content {
    flex: 1;
}

.about-content h1 {
    font-size: 2.8rem;
    color: #1a5490;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-content p {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.8;
}

.about-image {
    flex: 1;
    background-color: #dfe6e9;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mission-offset {
    padding: 100px 8%;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mission-offset h2 {
    font-size: 2.3rem;
    color: #2c3e50;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.mission-blocks {
    display: flex;
    gap: 50px;
}

.mission-block {
    flex: 1;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.mission-block h3 {
    font-size: 1.6rem;
    color: #1a5490;
    margin-bottom: 15px;
    font-weight: 700;
}

.mission-block p {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.7;
}

.values-staggered {
    padding: 100px 8%;
    background-color: #ffffff;
}

.values-staggered h2 {
    font-size: 2.3rem;
    color: #2c3e50;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

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

.value-item {
    background-color: #f8f9fa;
    padding: 35px;
    border-radius: 10px;
    max-width: 650px;
}

.value-item h3 {
    font-size: 1.5rem;
    color: #1a5490;
    margin-bottom: 12px;
    font-weight: 700;
}

.value-item p {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.7;
}

.value-item.offset-left {
    align-self: flex-start;
    margin-left: 5%;
}

.value-item.offset-right {
    align-self: flex-end;
    margin-right: 5%;
}

.story-diagonal {
    display: flex;
    padding: 100px 8%;
    background: linear-gradient(120deg, #e9ecef 0%, #f8f9fa 100%);
    align-items: center;
    gap: 60px;
}

.story-content {
    flex: 1;
}

.story-content h2 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.story-content p {
    font-size: 1.05rem;
    color: #5a6c7d;
    margin-bottom: 20px;
    line-height: 1.8;
}

.story-image {
    flex: 1;
    background-color: #dfe6e9;
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.approach-offset {
    padding: 100px 8%;
    background-color: #ffffff;
    text-align: center;
}

.approach-offset h2 {
    font-size: 2.3rem;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.approach-offset p {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.services-hero {
    padding: 100px 8%;
    background: linear-gradient(135deg, #1a5490 0%, #2980b9 100%);
    color: #ffffff;
    text-align: center;
}

.services-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

.services-detailed {
    padding: 100px 8%;
    background-color: #f8f9fa;
}

.service-detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.service-detail-image {
    flex: 0.8;
    background-color: #dfe6e9;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.service-detail-content {
    flex: 1.2;
}

.service-detail-content h2 {
    font-size: 2rem;
    color: #1a5490;
    margin-bottom: 15px;
    font-weight: 700;
}

.price-large {
    font-size: 2.2rem;
    color: #27ae60;
    font-weight: 700;
    margin: 15px 0 20px;
}

.service-detail-content p {
    font-size: 1.05rem;
    color: #5a6c7d;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-detail-content h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin: 25px 0 15px;
    font-weight: 700;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 25px;
}

.service-detail-content ul li {
    font-size: 1rem;
    color: #5a6c7d;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
}

.service-detail-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #1a5490;
    font-weight: 700;
}

.service-detail-content button {
    padding: 14px 32px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-detail-content button:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(39, 174, 96, 0.3);
}

.service-detail.offset-1 {
    margin-left: 3%;
}

.service-detail.offset-2 {
    margin-right: 3%;
    flex-direction: row-reverse;
}

.service-detail.offset-3 {
    margin-left: 5%;
}

.service-detail.offset-4 {
    margin-right: 5%;
    flex-direction: row-reverse;
}

.service-detail.offset-5 {
    margin-left: 2%;
}

.cta-section-diagonal {
    padding: 100px 8%;
    background: linear-gradient(120deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    text-align: center;
}

.cta-section-diagonal h2 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-section-diagonal p {
    font-size: 1.1rem;
    margin-bottom: 35px;
    opacity: 0.95;
}

.contact-hero {
    padding: 100px 8%;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    text-align: center;
}

.contact-hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
}

.contact-content-offset {
    padding: 100px 8%;
    background-color: #f8f9fa;
}

.contact-info {
    max-width: 900px;
    margin: 0 auto;
}

.contact-block {
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-block h2 {
    font-size: 2rem;
    color: #1a5490;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-block h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-block p {
    font-size: 1.05rem;
    color: #5a6c7d;
    line-height: 1.7;
}

.thanks-section {
    display: flex;
    padding: 100px 8%;
    background-color: #f8f9fa;
    align-items: center;
    gap: 60px;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 2.5rem;
    color: #27ae60;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-content p {
    font-size: 1.1rem;
    color: #5a6c7d;
    margin-bottom: 20px;
    line-height: 1.7;
}

#serviceConfirmation {
    font-weight: 600;
    color: #1a5490;
}

.thanks-next-steps {
    margin: 35px 0;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.thanks-next-steps ul {
    list-style: none;
}

.thanks-next-steps ul li {
    font-size: 1.05rem;
    color: #5a6c7d;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
}

.thanks-next-steps ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
    font-size: 1.2rem;
}

.thanks-image {
    flex: 1;
    background-color: #dfe6e9;
}

.thanks-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.legal-content {
    padding: 100px 8%;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 2.5rem;
    color: #1a5490;
    margin-bottom: 30px;
    font-weight: 700;
}

.legal-content h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 1.3rem;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 700;
}

.legal-content p {
    font-size: 1.05rem;
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-content ul {
    margin: 15px 0 20px 30px;
}

.legal-content ul li {
    font-size: 1.05rem;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .nav-asymmetric {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-offset,
    .intro-diagonal,
    .trust-offset,
    .about-hero-diagonal,
    .story-diagonal,
    .thanks-section {
        flex-direction: column;
    }

    .hero-content-left,
    .intro-block {
        padding-right: 0;
    }

    .hero-image-right {
        margin-left: 0;
        margin-top: 30px;
    }

    .mission-blocks {
        flex-direction: column;
    }

    .service-detail {
        flex-direction: column !important;
        padding: 30px;
    }

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

    .footer-main {
        flex-direction: column;
    }

    .service-card.offset-1,
    .service-card.offset-2,
    .service-card.offset-3,
    .service-card.offset-4,
    .service-card.offset-5 {
        align-self: center;
        margin: 0;
    }

    .value-item.offset-left,
    .value-item.offset-right {
        align-self: center;
        margin: 0;
    }
}