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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
}

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

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

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

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

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

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

.header-asymmetric {
    background-color: #ffffff;
    padding: 18px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo-block {
    flex: 0 0 auto;
}

.brand-logo {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

.ad-notice {
    flex: 0 0 auto;
    order: 3;
}

.ad-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #7f8c8d;
    padding: 4px 10px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
}

.nav-floating {
    display: flex;
    gap: 32px;
    flex: 1;
    justify-content: flex-end;
}

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

.nav-floating a:hover {
    color: #16a085;
}

.hero-offset {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 30px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hero-image-block {
    flex: 1;
    min-width: 320px;
    position: relative;
    background-color: #ecf0f1;
    border-radius: 8px;
    overflow: hidden;
}

.hero-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.92), rgba(52, 73, 94, 0.88));
    padding: 32px;
    border-radius: 6px;
}

.hero-title {
    font-size: 42px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 19px;
    color: #ecf0f1;
    font-weight: 300;
}

.hero-text-offset {
    flex: 0 0 380px;
    margin-top: 80px;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.intro-large {
    font-size: 18px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 28px;
}

.cta-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #16a085;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background-color: #138d75;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 160, 133, 0.3);
}

.story-asymmetric {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 30px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-column-left {
    flex: 1;
    min-width: 280px;
    padding-left: 60px;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 24px;
    line-height: 1.3;
}

.story-column-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 20px;
}

.story-image-right {
    flex: 0 0 500px;
    background-color: #ecf0f1;
    border-radius: 8px;
    overflow: hidden;
    margin-top: -40px;
}

.story-image-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.overlap-section {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 30px;
}

.overlap-container {
    position: relative;
    height: 600px;
}

.overlap-card {
    position: absolute;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-one {
    top: 0;
    left: 0;
    width: 420px;
    background-color: #3498db;
    color: #ffffff;
    padding: 40px;
    z-index: 3;
}

.card-one h4 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 700;
}

.card-one p {
    font-size: 16px;
    line-height: 1.7;
}

.card-two {
    top: 140px;
    right: 80px;
    width: 540px;
    background-color: #ecf0f1;
    overflow: hidden;
    z-index: 2;
}

.card-two img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.card-three {
    bottom: 0;
    left: 180px;
    width: 460px;
    background-color: #e74c3c;
    color: #ffffff;
    padding: 40px;
    z-index: 1;
}

.card-three h4 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 700;
}

.card-three p {
    font-size: 16px;
    line-height: 1.7;
}

.services-preview {
    max-width: 1400px;
    margin: 140px auto;
    padding: 0 30px;
}

.services-intro-offset {
    margin-left: 100px;
    margin-bottom: 60px;
}

.services-title {
    font-size: 44px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 16px;
}

.services-description {
    font-size: 18px;
    color: #7f8c8d;
    line-height: 1.7;
}

.service-form-asymmetric {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 50px;
}

.service-card-selectable {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: #f8f9fa;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.service-card-selectable:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-card-selectable.selected {
    border-color: #16a085;
    box-shadow: 0 8px 24px rgba(22, 160, 133, 0.2);
}

.service-card-selectable img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.service-card-selectable h5 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 20px 12px;
}

.service-card-selectable p {
    font-size: 15px;
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0 20px 16px;
}

.price-tag {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #16a085;
    margin: 0 20px 16px;
}

.select-service-btn {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 12px;
    background-color: #34495e;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service-btn:hover {
    background-color: #2c3e50;
}

.service-card-selectable.selected .select-service-btn {
    background-color: #16a085;
}

.service-card-selectable.selected .select-service-btn:hover {
    background-color: #138d75;
}

.form-fields-offset {
    margin-left: 60px;
    max-width: 600px;
}

.selected-service-display {
    background-color: #d5f4e6;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 28px;
    border-left: 4px solid #16a085;
}

.selected-service-display p {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.selected-service-display p:last-child {
    margin-bottom: 0;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    padding: 14px 40px;
    background-color: #16a085;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover:not(:disabled) {
    background-color: #138d75;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(22, 160, 133, 0.3);
}

.submit-btn:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
}

.trust-block-irregular {
    max-width: 1400px;
    margin: 100px auto;
    padding: 80px 30px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 8px;
    transform: rotate(-1deg);
}

.trust-content {
    transform: rotate(1deg);
    text-align: center;
}

.trust-content h3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
}

.trust-points {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.trust-point {
    text-align: center;
}

.trust-number {
    display: block;
    font-size: 56px;
    font-weight: 800;
    color: #16a085;
    margin-bottom: 12px;
}

.trust-point p {
    font-size: 17px;
    color: #ecf0f1;
    max-width: 180px;
}

.testimonials-stagger {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 30px;
}

.testimonials-heading {
    font-size: 40px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 60px;
    text-align: center;
}

.testimonial-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial-card {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.testimonial-offset-1 {
    margin-left: 0;
}

.testimonial-offset-2 {
    margin-left: 200px;
}

.testimonial-offset-3 {
    margin-left: 400px;
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #34495e;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 600;
}

.final-cta-diagonal {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 30px;
}

.cta-content-diagonal {
    background: linear-gradient(135deg, #16a085, #1abc9c);
    padding: 80px 60px;
    border-radius: 8px;
    text-align: center;
    transform: skewY(-2deg);
}

.cta-content-diagonal > * {
    transform: skewY(2deg);
}

.cta-content-diagonal h3 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-content-diagonal p {
    font-size: 19px;
    color: #ecf0f1;
    margin-bottom: 32px;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 36px;
    background-color: #ffffff;
    color: #16a085;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.footer-asymmetric {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 30px 30px;
    margin-top: 100px;
}

.footer-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

.footer-col-wide {
    flex: 2;
    min-width: 300px;
}

.footer-col h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-col h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
    color: #bdc3c7;
    margin-bottom: 12px;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #95a5a6;
    margin-top: 20px;
    font-style: italic;
}

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

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

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #16a085;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .overlap-container {
        height: auto;
        position: static;
    }

    .overlap-card {
        position: static;
        width: 100% !important;
        margin-bottom: 24px;
    }

    .testimonial-offset-1,
    .testimonial-offset-2,
    .testimonial-offset-3 {
        margin-left: 0;
    }
}

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

    .hero-text-offset {
        margin-top: 0;
    }

    .story-asymmetric {
        flex-direction: column;
    }

    .story-column-left {
        padding-left: 0;
    }

    .story-image-right {
        margin-top: 0;
    }

    .services-intro-offset {
        margin-left: 0;
    }

    .form-fields-offset {
        margin-left: 0;
    }

    .nav-floating {
        width: 100%;
        justify-content: center;
        gap: 16px;
    }
}