* {
    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.7;
    color: #1a1a1a;
    background: #ffffff;
}

.nav-floating {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-brand a {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
}

.nav-disclosure {
    font-size: 11px;
    color: #666;
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 12px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 25px;
}

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

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

.hero-asymmetric {
    display: flex;
    min-height: 100vh;
    padding-top: 80px;
}

.hero-block-left {
    flex: 1.2;
    display: flex;
    align-items: center;
    padding: 80px 60px 80px 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-text-wrap {
    max-width: 600px;
}

.hero-text-wrap h1 {
    font-size: 54px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 28px;
    font-weight: 800;
}

.hero-text-wrap p {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
}

.hero-block-right {
    flex: 0.8;
    background-size: cover;
    background-position: center;
}

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

.intro-image-block {
    flex: 0.7;
    transform: translateY(-40px);
}

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

.intro-content-block {
    flex: 1.3;
    padding-right: 80px;
}

.intro-content-block h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.intro-content-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.value-blocks {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 100px 80px;
    background: #fafbfc;
}

.value-item {
    display: flex;
    gap: 50px;
    align-items: center;
}

.value-wide {
    padding-left: 0;
}

.value-narrow {
    padding-left: 120px;
    flex-direction: row-reverse;
}

.value-image {
    flex: 1;
}

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

.value-text {
    flex: 1;
}

.value-text h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.value-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.services-asymmetric {
    padding: 120px 80px;
}

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

.services-header-offset h2 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 800;
}

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

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

.service-left {
    margin-left: 0;
}

.service-right {
    margin-left: 100px;
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.service-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.service-info h3 {
    font-size: 30px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 24px;
}

.price-display {
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 24px;
}

.price-period {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.btn-select {
    padding: 14px 32px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.btn-select:hover {
    background: #0052a3;
}

.testimonial-offset {
    display: flex;
    padding: 0;
    background: #f8f9fa;
}

.testimonial-block {
    flex: 1.3;
    padding: 100px 80px 100px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text {
    font-size: 24px;
    line-height: 1.6;
    color: #1a1a1a;
    font-style: italic;
    margin-bottom: 24px;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.testimonial-visual {
    flex: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.form-section-asymmetric {
    padding: 120px 80px 120px 180px;
    background: #ffffff;
}

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

.form-container-offset h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.7;
}

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

.form-row {
    width: 100%;
}

.form-field {
    width: 100%;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
    background: #ffffff;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #0066cc;
}

.form-field textarea {
    resize: vertical;
}

.btn-submit-main {
    padding: 16px 40px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.btn-submit-main:hover {
    background: #0052a3;
}

.footer-main {
    background: #1a1a1a;
    color: #cccccc;
    padding: 80px 80px 40px;
}

.footer-content {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

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

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-section p {
    line-height: 1.8;
    font-size: 15px;
}

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

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 15px;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #333;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #999;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.96);
    backdrop-filter: blur(10px);
    padding: 30px;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-banner.hidden {
    display: none;
}

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

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

.cookie-content a {
    color: #66b3ff;
    text-decoration: underline;
}

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

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

.cookie-accept {
    background: #0066cc;
    color: #ffffff;
}

.cookie-accept:hover {
    background: #0052a3;
}

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

.cookie-reject:hover {
    background: #555;
}

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

.page-header h1 {
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: 800;
}

.page-header p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.page-content {
    padding: 100px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.content-section {
    margin-bottom: 80px;
}

.content-section h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.content-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.content-layout {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.content-text {
    flex: 1.3;
}

.content-image {
    flex: 0.7;
}

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

.contact-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

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

.contact-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 8px;
}

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

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 800;
}

.legal-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

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

.legal-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-content ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #444;
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 80px;
}

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

.thanks-content h1 {
    font-size: 52px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 800;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.thanks-details {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: left;
}

.thanks-details h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.thanks-details p {
    font-size: 16px;
    margin-bottom: 8px;
}

.btn-back {
    display: inline-block;
    padding: 14px 32px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
    margin-top: 20px;
}

.btn-back:hover {
    background: #0052a3;
}

@media (max-width: 1024px) {
    .nav-floating {
        top: 10px;
        padding: 12px 20px;
        gap: 20px;
    }

    .hero-asymmetric,
    .intro-offset,
    .content-layout,
    .testimonial-offset {
        flex-direction: column;
    }

    .hero-block-left,
    .intro-content-block,
    .form-section-asymmetric {
        padding: 60px 40px;
    }

    .hero-text-wrap h1 {
        font-size: 42px;
    }

    .services-asymmetric {
        padding: 80px 40px;
    }

    .service-card {
        flex-direction: column;
        margin-left: 0 !important;
    }

    .value-narrow {
        padding-left: 0;
        flex-direction: column;
    }

    .nav-disclosure {
        display: none;
    }
}

@media (max-width: 768px) {
    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .hero-text-wrap h1 {
        font-size: 36px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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