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

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

.ad-disclosure {
    background: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
}

.floating-nav {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-brand {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 14px;
    transition: color 0.3s;
}

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    padding: 120px 60px 60px 60px;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.hero-content-offset {
    max-width: 600px;
    padding-right: 80px;
    position: relative;
    z-index: 2;
}

.hero-small-tag {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.hero-title-large {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 28px;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 36px;
}

.cta-hero {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
}

.cta-hero:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.hero-image-overlap {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) rotate(3deg);
    width: 45%;
    max-width: 600px;
    z-index: 1;
    background: #e8f4f8;
    padding: 12px;
    border-radius: 8px;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

.insight-section-rotated {
    display: flex;
    padding: 100px 60px;
    align-items: center;
    gap: 80px;
    background: #ffffff;
}

.insight-block {
    flex: 1.2;
    padding-left: 40px;
}

.insight-block h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #2c3e50;
}

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

.insight-visual {
    flex: 0.8;
    transform: rotate(-2deg);
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.insight-visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

.problem-amplification {
    padding: 100px 60px;
    background: #f8f9fa;
}

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

.problem-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.problem-1 {
    transform: translateY(-20px);
}

.problem-2 {
    transform: translateY(10px);
}

.problem-3 {
    transform: translateY(-10px);
}

.problem-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.approach-diagonal {
    display: flex;
    padding: 120px 60px;
    align-items: center;
    gap: 100px;
    background: #ffffff;
}

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

.approach-text-block h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #2c3e50;
}

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

.approach-img-offset {
    flex: 1;
    transform: translateY(30px) rotate(2deg);
    background: #e8f4f8;
    padding: 16px;
    border-radius: 8px;
}

.approach-img-offset img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

.services-preview-stacked {
    padding: 100px 60px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.services-heading-center {
    text-align: center;
    font-size: 44px;
    margin-bottom: 80px;
    color: #2c3e50;
}

.service-blocks-irregular {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-item {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-left {
    margin-left: 0;
    margin-right: auto;
    max-width: 75%;
}

.service-right {
    margin-left: auto;
    margin-right: 0;
    max-width: 75%;
}

.service-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 20px;
}

.service-select-btn {
    background: #2c3e50;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.service-select-btn:hover {
    background: #34495e;
    transform: translateY(-2px);
}

.testimonials-offset {
    padding: 100px 60px;
    background: #2c3e50;
    display: flex;
    gap: 60px;
}

.testimonial-block {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 8px;
    color: #ffffff;
}

.testimonial-1 {
    transform: translateY(-30px);
}

.testimonial-2 {
    transform: translateY(20px);
}

.testimonial-block p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
}

.form-section-diagonal {
    padding: 120px 60px;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
}

.form-container-overlap {
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: rotate(-1deg);
}

.form-container-overlap h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.form-intro {
    font-size: 16px;
    color: #5a6c7d;
    margin-bottom: 32px;
}

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

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

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    padding: 14px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.3s;
}

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

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

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

.disclaimer-section {
    padding: 60px 60px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.7;
    color: #7f8c8d;
    text-align: center;
}

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

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h3,
.footer-col h4 {
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-col p,
.footer-col a {
    font-size: 14px;
    line-height: 1.8;
    color: #bdc3c7;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    padding: 24px;
    z-index: 9999;
    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 {
    color: #ecf0f1;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

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

.cookie-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

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

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

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

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

.about-hero-offset {
    display: flex;
    padding: 140px 60px 80px 60px;
    align-items: center;
    gap: 80px;
    background: linear-gradient(120deg, #f8f9fa 0%, #ffffff 100%);
}

.about-intro-diagonal {
    flex: 1;
    transform: translateX(40px);
}

.about-intro-diagonal h1 {
    font-size: 52px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.about-intro-diagonal p {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
}

.about-image-overlap {
    flex: 1;
    transform: rotate(-3deg);
    background: #e8f4f8;
    padding: 20px;
    border-radius: 8px;
}

.about-image-overlap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

.story-section-asymmetric {
    padding: 100px 60px;
    background: #ffffff;
    display: flex;
    gap: 60px;
}

.story-block-1,
.story-block-2 {
    flex: 1;
}

.story-block-1 {
    transform: translateY(-30px);
}

.story-block-2 {
    transform: translateY(30px);
}

.story-block-1 h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.story-block-1 p,
.story-block-2 p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.team-section-irregular {
    padding: 100px 60px;
    background: #f8f9fa;
}

.team-section-irregular h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 70px;
    color: #2c3e50;
}

.team-grid-offset {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.team-member {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.team-pos-1 {
    transform: translateY(-20px);
}

.team-pos-2 {
    transform: translateY(15px);
}

.team-pos-3 {
    transform: translateY(-10px);
}

.team-member img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.team-member h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.team-member p {
    font-size: 15px;
    line-height: 1.7;
    color: #5a6c7d;
}

.values-section-diagonal {
    padding: 100px 60px;
    background: #ffffff;
}

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

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

.value-item {
    flex: 1;
    min-width: 280px;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

.value-1 {
    transform: rotate(-2deg);
}

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

.value-3 {
    transform: rotate(1deg);
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.services-hero-diagonal {
    padding: 140px 60px 80px 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    text-align: center;
}

.services-hero-diagonal h1 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.services-subtitle {
    font-size: 18px;
    color: #5a6c7d;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed-asymmetric {
    padding: 80px 60px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-detail-block {
    display: flex;
    gap: 60px;
    align-items: center;
}

.service-layout-1,
.service-layout-3,
.service-layout-5 {
    flex-direction: row;
}

.service-layout-2,
.service-layout-4 {
    flex-direction: row-reverse;
}

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

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

.service-detail-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 24px;
}

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

.service-features li {
    font-size: 15px;
    line-height: 1.8;
    color: #5a6c7d;
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #3498db;
    font-weight: 700;
}

.service-detail-price {
    font-size: 26px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 24px;
}

.service-detail-image {
    flex: 1;
    transform: rotate(2deg);
    background: #e8f4f8;
    padding: 16px;
    border-radius: 8px;
}

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

.services-cta-section {
    padding: 80px 60px;
    background: #f8f9fa;
    text-align: center;
}

.services-cta-section h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.services-cta-section p {
    font-size: 17px;
    color: #5a6c7d;
    margin-bottom: 32px;
}

.cta-button-services {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
}

.cta-button-services:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.contact-hero-offset {
    padding: 140px 60px 80px 60px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    text-align: center;
}

.contact-hero-offset h1 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-intro {
    font-size: 18px;
    color: #5a6c7d;
    max-width: 700px;
    margin: 0 auto;
}

.contact-info-asymmetric {
    padding: 80px 60px;
    display: flex;
    gap: 80px;
    align-items: center;
    background: #ffffff;
}

.contact-block {
    flex: 1;
}

.contact-left {
    transform: translateX(-30px);
}

.contact-right {
    transform: rotate(-2deg);
    background: #e8f4f8;
    padding: 20px;
    border-radius: 8px;
}

.contact-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.contact-additional-diagonal {
    padding: 80px 60px;
    background: #f8f9fa;
    max-width: 900px;
    margin: 0 auto;
}

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

.contact-additional-diagonal p {
    font-size: 16px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.thanks-section-centered {
    padding: 140px 60px;
    display: flex;
    gap: 80px;
    align-items: center;
    min-height: 70vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #27ae60;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.thanks-service-info {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 32px;
}

.thanks-cta {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s, transform 0.2s;
}

.thanks-cta:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.thanks-image {
    flex: 1;
    transform: rotate(2deg);
    background: #e8f4f8;
    padding: 20px;
    border-radius: 8px;
}

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

.legal-page-section {
    padding: 140px 60px 80px 60px;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

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

.legal-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 40px;
}

.legal-page-section h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

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

.legal-page-section li {
    font-size: 15px;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 8px;
}

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

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

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

    .hero-asymmetric,
    .insight-section-rotated,
    .approach-diagonal,
    .testimonials-offset,
    .about-hero-offset,
    .story-section-asymmetric,
    .contact-info-asymmetric,
    .thanks-section-centered,
    .service-detail-block {
        flex-direction: column;
        padding: 60px 30px;
    }

    .hero-image-overlap,
    .approach-img-offset {
        position: static;
        width: 100%;
        transform: none;
    }

    .hero-title-large {
        font-size: 36px;
    }

    .service-left,
    .service-right,
    .service-center {
        max-width: 100%;
        margin: 0;
    }

    .footer-main {
        flex-direction: column;
        gap: 40px;
    }

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