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

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

.ad-disclosure {
    background: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.nav-floating {
    position: fixed;
    top: 40px;
    right: 60px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.nav-logo {
    font-size: 24px;
    font-weight: 700;
    color: #0a3d5c;
}

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

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

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

.hero-asymmetric {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 580px;
    margin-left: 80px;
}

.hero-title-large {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: #0a3d5c;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a6b7e;
    margin-bottom: 36px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #0a3d5c;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #084261;
}

.hero-image-overlap {
    position: absolute;
    top: 15%;
    right: -10%;
    width: 55%;
    height: 70%;
    transform: rotate(-3deg);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
}

.intro-offset {
    padding: 120px 60px 100px 180px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.intro-text-block {
    flex: 1;
    max-width: 540px;
}

.intro-text-block h2 {
    font-size: 38px;
    color: #0a3d5c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.intro-text-block p {
    font-size: 18px;
    color: #4a5d6b;
}

.intro-visual-card {
    width: 420px;
    height: 320px;
    transform: translateY(-40px);
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.intro-visual-card img {
    width: 100%;
    height: 100%;
}

.services-irregular {
    padding: 100px 60px;
    background: #f8fafb;
}

.services-header-offset {
    max-width: 600px;
    margin-left: 120px;
    margin-bottom: 70px;
}

.services-header-offset h2 {
    font-size: 42px;
    color: #0a3d5c;
    margin-bottom: 16px;
}

.services-header-offset p {
    font-size: 18px;
    color: #5a6d7a;
}

.services-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 40px;
}

.service-card {
    flex: 1 1 calc(33.333% - 40px);
    min-width: 320px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.service-card-1 {
    transform: rotate(-1deg);
}

.service-card-2 {
    transform: translateY(30px) rotate(1deg);
}

.service-card-3 {
    transform: rotate(-0.5deg);
}

.service-card-4 {
    transform: translateY(20px) rotate(0.8deg);
}

.service-card-5 {
    transform: rotate(-1.2deg);
}

.service-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
}

.service-card h3 {
    padding: 24px 24px 12px 24px;
    font-size: 22px;
    color: #0a3d5c;
}

.service-card p {
    padding: 0 24px;
    font-size: 15px;
    color: #5a6d7a;
    margin-bottom: 20px;
}

.service-price {
    padding: 0 24px;
    font-size: 28px;
    font-weight: 700;
    color: #0a3d5c;
    margin-bottom: 20px;
}

.select-service-btn {
    margin: 0 24px 24px 24px;
    width: calc(100% - 48px);
    padding: 14px;
    background: #2c5f7f;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service-btn:hover {
    background: #0a3d5c;
}

.form-section-offset {
    padding: 120px 60px 120px 200px;
    background: linear-gradient(135deg, #e8f2f7 0%, #d4e5f0 100%);
}

.form-container-asymmetric {
    max-width: 700px;
    background: #fff;
    padding: 60px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
    transform: rotate(-0.5deg);
}

.form-intro {
    margin-bottom: 40px;
}

.form-intro h2 {
    font-size: 36px;
    color: #0a3d5c;
    margin-bottom: 12px;
}

.form-intro p {
    font-size: 16px;
    color: #5a6d7a;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 14px 18px;
    border: 2px solid #dae8ef;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #2c5f7f;
}

.contact-form textarea {
    resize: vertical;
}

.submit-btn {
    padding: 16px;
    background: #0a3d5c;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #084261;
}

.trust-section {
    padding: 100px 60px 100px 140px;
    background: #fff;
}

.trust-content-overlap {
    max-width: 900px;
}

.trust-content-overlap h2 {
    font-size: 40px;
    color: #0a3d5c;
    margin-bottom: 50px;
}

.trust-stats {
    display: flex;
    gap: 60px;
}

.stat-item {
    flex: 1;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #2c5f7f;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #5a6d7a;
}

.footer-asymmetric {
    background: #0a3d5c;
    color: #fff;
    padding: 80px 60px 40px 60px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #a8c9d9;
}

.footer-col p {
    font-size: 15px;
    color: #c8dae3;
    line-height: 1.8;
}

.footer-col a {
    display: block;
    color: #c8dae3;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 24px;
    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: 12px;
}

.cookie-btn {
    padding: 12px 28px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cookie-accept {
    background: #2c5f7f;
    color: #fff;
}

.cookie-reject {
    background: #666;
    color: #fff;
}

.cookie-btn:hover {
    opacity: 0.9;
}

.page-header {
    padding: 140px 60px 80px 140px;
    background: linear-gradient(135deg, #e8f2f7 0%, #d4e5f0 100%);
}

.page-header h1 {
    font-size: 52px;
    color: #0a3d5c;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 20px;
    color: #4a6b7e;
}

.content-section {
    padding: 80px 60px 80px 140px;
    max-width: 1200px;
}

.content-section h2 {
    font-size: 36px;
    color: #0a3d5c;
    margin-bottom: 20px;
    margin-top: 40px;
}

.content-section h3 {
    font-size: 24px;
    color: #2c5f7f;
    margin-bottom: 16px;
    margin-top: 32px;
}

.content-section p {
    font-size: 16px;
    color: #4a5d6b;
    margin-bottom: 16px;
    line-height: 1.8;
}

.content-section ul {
    margin: 16px 0 16px 40px;
}

.content-section li {
    font-size: 16px;
    color: #4a5d6b;
    margin-bottom: 8px;
    line-height: 1.8;
}

.contact-info-block {
    background: #f8fafb;
    padding: 40px;
    margin: 40px 0;
    border-left: 4px solid #2c5f7f;
}

.contact-info-block h3 {
    color: #0a3d5c;
    margin-top: 0;
}

.contact-info-block p {
    margin-bottom: 12px;
}

@media (max-width: 1024px) {
    .nav-floating {
        top: 20px;
        right: 30px;
    }

    .hero-asymmetric {
        padding: 60px 40px;
    }

    .hero-content-offset {
        margin-left: 40px;
    }

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

    .intro-offset {
        flex-direction: column;
        padding: 80px 40px;
    }

    .intro-visual-card {
        width: 100%;
        max-width: 500px;
    }

    .services-grid-asymmetric {
        padding: 0 20px;
    }

    .service-card {
        flex: 1 1 calc(50% - 40px);
    }

    .form-section-offset {
        padding: 80px 40px;
    }

    .trust-section {
        padding: 80px 40px;
    }

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

    .footer-col {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .nav-floating {
        position: relative;
        top: 0;
        right: 0;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .nav-links {
        flex-direction: row;
        gap: 16px;
    }

    .hero-asymmetric {
        flex-direction: column;
        min-height: auto;
        padding: 40px 20px;
    }

    .hero-content-offset {
        margin-left: 0;
        max-width: 100%;
    }

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

    .hero-image-overlap {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 300px;
        transform: none;
        margin-top: 40px;
    }

    .intro-offset {
        padding: 60px 20px;
    }

    .services-irregular {
        padding: 60px 20px;
    }

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

    .service-card {
        flex: 1 1 100%;
        transform: none !important;
    }

    .form-section-offset {
        padding: 60px 20px;
    }

    .form-container-asymmetric {
        padding: 40px 30px;
        transform: none;
    }

    .trust-stats {
        flex-direction: column;
        gap: 30px;
    }

    .footer-col {
        flex: 1 1 100%;
    }

    .cookie-content {
        flex-direction: column;
    }

    .page-header {
        padding: 80px 20px 60px 20px;
    }

    .content-section {
        padding: 60px 20px;
    }
}
