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

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.floating-nav {
    position: fixed;
    top: 50px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-brand {
    font-size: 20px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 10px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nav-links a {
    color: #34495e;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 80px 40px 80px 80px;
    position: relative;
}

.hero-content-left {
    flex: 1;
    max-width: 520px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 19px;
    color: #5d6d7e;
    margin-bottom: 35px;
}

.cta-primary {
    display: inline-block;
    background-color: #e74c3c;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.hero-image-right {
    flex: 1;
    position: relative;
    margin-left: -120px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    background-color: #ecf0f1;
}

.intro-asymmetric {
    display: flex;
    gap: 60px;
    padding: 100px 60px 100px 120px;
    background-color: #f8f9fa;
}

.intro-block-small {
    flex: 0.8;
    padding-top: 40px;
}

.intro-block-small h2 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.intro-block-small p {
    font-size: 18px;
    color: #5d6d7e;
    line-height: 1.8;
}

.intro-block-large {
    flex: 1.2;
    position: relative;
    margin-top: -60px;
}

.intro-block-large img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    background-color: #d5dbdb;
}

.trust-layer {
    padding: 80px 180px 80px 80px;
    background-color: #34495e;
    color: #ecf0f1;
}

.trust-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.8;
}

.services-offset {
    padding: 120px 60px;
    background-color: #ffffff;
}

.services-header-irregular {
    max-width: 600px;
    margin-left: 100px;
    margin-bottom: 80px;
}

.services-header-irregular h2 {
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.services-header-irregular p {
    font-size: 19px;
    color: #5d6d7e;
}

.service-cards-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-card {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
}

.service-card.offset-1 {
    margin-left: 0;
}

.service-card.offset-2 {
    margin-left: 120px;
}

.service-card.offset-3 {
    margin-left: 60px;
}

.service-card.offset-4 {
    margin-left: 180px;
}

.service-card.offset-5 {
    margin-left: 40px;
}

.service-card img {
    width: 280px;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #d5dbdb;
}

.service-card h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 16px;
    color: #5d6d7e;
    margin-bottom: 20px;
    line-height: 1.7;
}

.price-tag {
    font-size: 26px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 20px;
}

.select-service-btn {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.select-service-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.form-section-creative {
    padding: 100px 120px 100px 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.form-container-offset {
    max-width: 600px;
}

.form-container-offset h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.form-container-offset > p {
    font-size: 18px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    background-color: rgba(255, 255, 255, 0.95);
    color: #2c3e50;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: 3px solid rgba(255, 255, 255, 0.5);
}

.submit-btn {
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.submit-btn:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
}

.testimonials-irregular {
    padding: 100px 80px 100px 140px;
    background-color: #f8f9fa;
}

.testimonials-irregular h2 {
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 60px;
}

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

.testimonial-item {
    background-color: #ffffff;
    padding: 35px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #e74c3c;
}

.testimonial-item:nth-child(2) {
    margin-left: 100px;
}

.testimonial-item:nth-child(3) {
    margin-left: 50px;
}

.testimonial-item p {
    font-size: 17px;
    color: #34495e;
    line-height: 1.7;
    margin-bottom: 15px;
}

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

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

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

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

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

.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: 15px;
    transition: color 0.3s ease;
}

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 62, 80, 0.98);
    color: #ecf0f1;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

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

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

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.cookie-btn.accept:hover {
    background-color: #229954;
    transform: translateY(-2px);
}

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

.cookie-btn.reject:hover {
    background-color: #7f8c8d;
    transform: translateY(-2px);
}

.about-hero-creative {
    padding: 120px 80px 80px 200px;
    background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
    color: #ffffff;
}

.about-content-wrapper h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

.about-content-wrapper p {
    font-size: 22px;
    opacity: 0.95;
}

.about-story-offset {
    display: flex;
    gap: 80px;
    padding: 100px 60px 100px 140px;
    align-items: center;
}

.story-text-block {
    flex: 1;
}

.story-text-block h2 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.story-text-block p {
    font-size: 17px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-image-block {
    flex: 1;
    position: relative;
    margin-top: -40px;
}

.story-image-block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    background-color: #d5dbdb;
}

.values-irregular {
    padding: 100px 80px;
    background-color: #f8f9fa;
}

.values-irregular h2 {
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 60px;
    text-align: center;
}

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

.value-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.value-card:nth-child(2) {
    transform: translateY(20px);
}

.value-card:nth-child(3) {
    transform: translateY(-20px);
}

.value-card h3 {
    font-size: 24px;
    color: #e74c3c;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.7;
}

.approach-section {
    padding: 80px 200px 80px 100px;
    background-color: #ffffff;
}

.approach-content h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 25px;
}

.approach-content p {
    font-size: 18px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 20px;
}

.team-creative {
    padding: 80px 80px 80px 180px;
    background-color: #34495e;
    color: #ecf0f1;
}

.team-creative h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.team-creative p {
    font-size: 18px;
    line-height: 1.8;
}

.services-hero {
    padding: 120px 80px 60px 140px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
}

.services-hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.services-hero p {
    font-size: 20px;
    opacity: 0.95;
}

.services-detailed {
    padding: 80px 60px;
    background-color: #ffffff;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

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

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

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    background-color: #d5dbdb;
}

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

.service-detail-content h2 {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 17px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 20px;
}

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

.service-detail-content ul li {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.7;
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.service-detail-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.price-display {
    font-size: 28px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 20px;
}

.services-cta {
    padding: 80px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    text-align: center;
}

.services-cta h2 {
    font-size: 38px;
    margin-bottom: 15px;
}

.services-cta p {
    font-size: 19px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #667eea;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.contact-hero {
    padding: 120px 80px 60px 180px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #ffffff;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.contact-hero p {
    font-size: 20px;
    opacity: 0.95;
}

.contact-main-offset {
    display: flex;
    gap: 80px;
    padding: 100px 60px 100px 140px;
    background-color: #f8f9fa;
}

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

.contact-info-block h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 40px;
}

.contact-item {
    margin-bottom: 35px;
}

.contact-item h3 {
    font-size: 20px;
    color: #e74c3c;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 17px;
    color: #5d6d7e;
    line-height: 1.7;
}

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

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
    background-color: #d5dbdb;
}

.contact-additional {
    padding: 80px 120px;
    background-color: #ffffff;
}

.contact-additional h2 {
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.contact-additional p {
    font-size: 17px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 15px;
}

.thanks-section {
    padding: 150px 80px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
}

.thanks-content p {
    font-size: 20px;
    margin-bottom: 20px;
    opacity: 0.95;
}

.thanks-service-info {
    margin: 30px 0;
}

.thanks-service-info p {
    font-size: 18px;
    font-weight: 600;
}

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

.btn-primary {
    display: inline-block;
    background-color: #ffffff;
    color: #27ae60;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.legal-page {
    padding: 100px 200px 100px 140px;
    background-color: #ffffff;
    min-height: 70vh;
}

.legal-page h1 {
    font-size: 44px;
    color: #2c3e50;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 26px;
    color: #34495e;
    margin-top: 35px;
    margin-bottom: 15px;
}

.legal-content h3 {
    font-size: 20px;
    color: #5d6d7e;
    margin-top: 25px;
    margin-bottom: 12px;
}

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

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

.legal-content ul li {
    font-size: 16px;
    color: #5d6d7e;
    line-height: 1.8;
    margin-bottom: 8px;
}

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

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

.legal-content strong {
    color: #2c3e50;
}

@media (max-width: 1024px) {
    .floating-nav {
        position: static;
        margin: 20px;
    }

    .hero-offset,
    .intro-asymmetric,
    .about-story-offset,
    .service-detail-card {
        flex-direction: column;
    }

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

    .intro-block-large {
        margin-top: 0;
    }

    .service-card {
        flex-direction: column;
    }

    .service-card img {
        width: 100%;
    }

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

    .testimonial-item:nth-child(2),
    .testimonial-item:nth-child(3) {
        margin-left: 0;
    }

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

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

    .contact-main-offset {
        flex-direction: column;
    }

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

@media (max-width: 768px) {
    .hero-content-left h1 {
        font-size: 36px;
    }

    .hero-offset,
    .intro-asymmetric,
    .services-offset,
    .form-section-creative,
    .testimonials-irregular,
    .about-hero-creative,
    .about-story-offset,
    .values-irregular,
    .approach-section,
    .team-creative,
    .services-hero,
    .services-detailed,
    .services-cta,
    .contact-hero,
    .contact-main-offset,
    .contact-additional,
    .thanks-section {
        padding: 60px 30px;
    }

    .services-header-irregular {
        margin-left: 0;
    }

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