* {
    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: #ffffff;
}

.main-nav {
    background-color: #1a1a1a;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.ad-notice {
    font-size: 0.75rem;
    color: #999;
    padding: 0.25rem 0.75rem;
    border: 1px solid #444;
    border-radius: 4px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #3498db;
}

.hero-asymmetric {
    display: flex;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-content-offset {
    width: 45%;
    padding: 4rem 2rem 4rem 5%;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    z-index: 2;
}

.hero-text-block {
    max-width: 500px;
}

.hero-text-block h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.hero-text-block p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #555;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #34495e;
}

.hero-image-overlap {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

.intro-offset {
    display: flex;
    padding: 5rem 5%;
    gap: 4rem;
    background-color: #ffffff;
    align-items: center;
}

.intro-left {
    flex: 1;
    max-width: 600px;
}

.intro-left h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.intro-left p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    color: #555;
}

.intro-left a {
    color: #3498db;
    text-decoration: none;
}

.intro-left a:hover {
    text-decoration: underline;
}

.intro-right-image {
    flex: 1;
    background-color: #e8e8e8;
}

.intro-right-image img {
    width: 100%;
    height: auto;
    display: block;
}

.trust-block-irregular {
    padding: 4rem 5%;
    background-color: #ecf0f1;
}

.trust-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-card {
    flex: 1;
    min-width: 300px;
    padding: 2.5rem;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
}

.offset-card {
    margin-top: 3rem;
    border-left-color: #2c3e50;
}

.trust-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.trust-card p {
    color: #555;
    line-height: 1.7;
}

.testimonial-scattered {
    padding: 5rem 5%;
    background-color: #ffffff;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

.testimonial-item {
    max-width: 350px;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.testi-2 {
    margin-top: 2.5rem;
}

.testi-3 {
    margin-top: 5rem;
}

.testimonial-item blockquote {
    font-style: italic;
    color: #555;
    line-height: 1.7;
}

.testimonial-item cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: bold;
    color: #2c3e50;
}

.benefits-layered {
    padding: 5rem 5%;
    background-color: #f8f9fa;
}

.benefit-block {
    display: flex;
    margin-bottom: 3rem;
    gap: 2rem;
    align-items: stretch;
}

.b-2 {
    margin-left: 10%;
}

.b-3 {
    margin-right: 10%;
}

.benefit-image {
    flex: 1;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.benefit-text {
    flex: 1;
    padding: 2rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.benefit-text p {
    color: #555;
    line-height: 1.7;
}

.benefit-text a {
    color: #3498db;
    text-decoration: none;
}

.benefit-text a:hover {
    text-decoration: underline;
}

.services-pricing {
    padding: 5rem 5%;
    background-color: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-header h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-header p {
    font-size: 1.1rem;
    color: #555;
}

.services-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.sc-2 {
    margin-top: 2rem;
}

.sc-3 {
    margin-top: 4rem;
}

.service-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card p {
    flex: 1;
    margin-bottom: 1.5rem;
    color: #555;
}

.price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.select-service {
    padding: 0.8rem 1.5rem;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #2980b9;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 3rem auto 0;
    padding: 2.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.contact-form-wrapper h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.selected-service-display {
    padding: 1rem;
    background-color: #e3f2fd;
    border-left: 4px solid #3498db;
    margin-bottom: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-block {
    padding: 2rem 5%;
    background-color: #fff3cd;
    border-top: 3px solid #ffc107;
    border-bottom: 3px solid #ffc107;
}

.disclaimer-block p {
    max-width: 1000px;
    margin: 0 auto;
    color: #856404;
    line-height: 1.7;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 5% 1rem;
}

.footer-content {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto 2rem;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-col p {
    color: #999;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

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

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

.ref-item {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #229954;
}

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

.btn-reject:hover {
    background-color: #7f8c8d;
}

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

.about-hero-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.about-hero-text {
    flex: 1;
    padding: 4rem;
    background-color: #2c3e50;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero-text h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.about-story-offset {
    display: flex;
    padding: 5rem 5%;
    gap: 3rem;
}

.story-text-main {
    flex: 2;
}

.story-text-main h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.story-text-main p {
    margin-bottom: 1.2rem;
    color: #555;
    line-height: 1.7;
}

.story-sidebar {
    flex: 1;
}

.highlight-box {
    padding: 2rem;
    background-color: #e3f2fd;
    border-left: 4px solid #3498db;
}

.highlight-box h3 {
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.highlight-box ul {
    list-style: none;
}

.highlight-box ul li {
    padding: 0.5rem 0;
    color: #555;
    padding-left: 1.5rem;
    position: relative;
}

.highlight-box ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.team-asymmetric {
    padding: 5rem 5%;
    background-color: #f8f9fa;
}

.team-asymmetric h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1a1a1a;
}

.team-layout {
    max-width: 1000px;
    margin: 0 auto;
}

.team-member {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
}

.tm-2 {
    margin-left: 5%;
}

.member-image {
    flex: 1;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 8px;
}

.member-info {
    flex: 1;
}

.member-info h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.member-info p {
    color: #555;
    line-height: 1.7;
}

.approach-section {
    padding: 5rem 5%;
    background-color: #ffffff;
}

.approach-content {
    max-width: 1000px;
    margin: 0 auto;
}

.approach-content h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.approach-item {
    flex: 1;
    min-width: 220px;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.approach-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.approach-item p {
    color: #555;
    line-height: 1.6;
}

.services-header-section {
    padding: 4rem 5%;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.services-header-section h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.services-detail-layout {
    padding: 3rem 5%;
    background-color: #ffffff;
}

.service-detail {
    display: flex;
    margin-bottom: 4rem;
    gap: 2rem;
    align-items: center;
}

.sd-2,
.sd-4,
.sd-6 {
    margin-left: 5%;
}

.service-detail-image {
    flex: 1;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 8px;
}

.service-detail-content {
    flex: 1;
    padding: 2rem;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-detail-content p {
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.service-price {
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #e3f2fd;
    border-radius: 4px;
}

.price-label {
    font-weight: 600;
    color: #2c3e50;
}

.price-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3498db;
    margin-left: 0.5rem;
}

.cta-service {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-service:hover {
    background-color: #2980b9;
}

.services-faq {
    padding: 4rem 5%;
    background-color: #f8f9fa;
}

.services-faq h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
}

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.faq-item p {
    color: #555;
    line-height: 1.6;
}

.contact-header {
    padding: 4rem 5%;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.contact-header h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.contact-layout {
    display: flex;
    padding: 5rem 5%;
    gap: 3rem;
}

.contact-info-block {
    flex: 1;
}

.info-item {
    margin-bottom: 2.5rem;
}

.info-item h2 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.info-item p {
    color: #555;
    line-height: 1.7;
}

.email-display {
    font-weight: 600;
    color: #2c3e50;
}

.contact-map-placeholder {
    flex: 1;
}

.map-box {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 8px;
    position: relative;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-align: center;
}

.contact-additional {
    padding: 4rem 5%;
    background-color: #f8f9fa;
}

.contact-additional h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.additional-grid {
    display: flex;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.additional-card {
    flex: 1;
    min-width: 250px;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
}

.additional-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.additional-card p {
    color: #555;
    line-height: 1.6;
}

.thanks-section {
    padding: 5rem 5%;
    background-color: #f8f9fa;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background-color: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.thanks-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-content p {
    margin-bottom: 1.5rem;
    color: #555;
    line-height: 1.7;
}

.thanks-details {
    margin: 2rem 0;
}

.selected-service-info {
    padding: 1rem;
    background-color: #e3f2fd;
    border-radius: 4px;
    color: #2c3e50;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
}

.btn-primary {
    padding: 0.8rem 1.5rem;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #34495e;
}

.btn-secondary {
    padding: 0.8rem 1.5rem;
    background-color: #95a5a6;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #7f8c8d;
}

.thanks-next-steps {
    max-width: 700px;
    margin: 4rem auto 0;
}

.thanks-next-steps h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 8px;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #3498db;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.step-content p {
    color: #555;
    line-height: 1.6;
}

.legal-page {
    padding: 4rem 5%;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
    text-align: center;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin: 1.5rem 0 0.8rem;
    color: #34495e;
}

.legal-content p {
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.legal-content ul {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.legal-content ul li {
    margin-bottom: 0.5rem;
    color: #555;
    line-height: 1.6;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

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

    .hero-content-offset {
        width: 100%;
    }

    .hero-image-overlap {
        position: relative;
        width: 100%;
        height: 300px;
        clip-path: none;
    }

    .intro-offset,
    .contact-layout {
        flex-direction: column;
    }

    .benefit-block,
    .service-detail,
    .team-member {
        flex-direction: column;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .thanks-actions {
        flex-direction: column;
    }
}