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

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

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

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

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

.hero-asymmetric {
    padding: 80px 6% 60px;
    background: #fafafa;
}

.hero-offset {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.hero-text-block {
    flex: 1;
    padding-top: 40px;
}

.hero-text-block h1 {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.hero-text-block p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #444;
}

.cta-hero {
    display: inline-block;
    padding: 14px 32px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background 0.3s;
}

.cta-hero:hover {
    background: #0052a3;
}

.hero-image-offset {
    flex: 1;
    margin-top: -30px;
}

.hero-image-offset img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.intro-overlap {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 90px 6%;
    background: #ffffff;
}

.intro-card-left {
    flex: 1.2;
}

.intro-card-left h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.intro-card-left p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #333;
}

.intro-image-right {
    flex: 1;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.cases-section {
    padding: 80px 6% 100px;
    background: #f5f5f5;
}

.section-title-offset {
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #0a0a0a;
    padding-left: 40px;
}

.case-block-asymmetric {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 70px;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
}

.case-block-asymmetric.reverse {
    flex-direction: row-reverse;
}

.case-visual {
    flex: 0.9;
}

.case-visual img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.case-content {
    flex: 1.1;
}

.case-content h3 {
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #0a0a0a;
}

.case-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #333;
}

.services-preview-offset {
    display: flex;
    gap: 60px;
    padding: 90px 6%;
    background: #ffffff;
}

.services-intro-text {
    flex: 1;
}

.services-intro-text h2 {
    font-size: 38px;
    margin-bottom: 22px;
    font-weight: 700;
    color: #0a0a0a;
}

.services-intro-text p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 24px;
    color: #333;
}

.link-underline {
    color: #0066cc;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s;
}

.link-underline:hover {
    color: #0052a3;
}

.services-cards-stacked {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-card-mini {
    background: #f9f9f9;
    padding: 28px;
    border-radius: 6px;
    border-left: 4px solid #0066cc;
}

.service-card-mini h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0a0a0a;
}

.service-card-mini p {
    font-size: 15px;
    margin-bottom: 12px;
    color: #555;
}

.price-tag {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #0066cc;
}

.form-section-asymmetric {
    display: flex;
    gap: 0;
    padding: 0;
    background: #0a0a0a;
}

.form-container-offset {
    flex: 1.1;
    padding: 80px 6%;
    background: #1a1a1a;
    color: #ffffff;
}

.form-container-offset h2 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
}

.form-container-offset p {
    font-size: 16px;
    margin-bottom: 32px;
    color: #ccc;
}

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

.contact-form label {
    font-size: 14px;
    margin-bottom: -12px;
    color: #e0e0e0;
}

.contact-form input,
.contact-form select {
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #2a2a2a;
    color: #fff;
}

.btn-submit {
    padding: 14px 32px;
    font-size: 16px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.form-side-visual {
    flex: 0.9;
    background-color: #333;
}

.form-side-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #444;
}

.trust-elements {
    display: flex;
    gap: 40px;
    padding: 80px 6%;
    background: #fafafa;
}

.trust-block {
    flex: 1;
}

.trust-block h3 {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #0a0a0a;
}

.trust-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.footer-asymmetric {
    background: #0a0a0a;
    color: #cccccc;
    padding: 60px 6% 30px;
}

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

.footer-col {
    flex: 1;
}

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

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

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

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

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 20px 6%;
    display: none;
    z-index: 1000;
}

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

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

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

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

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

.about-hero-offset {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 90px 6%;
    background: #fafafa;
}

.about-text-primary {
    flex: 1.3;
}

.about-text-primary h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.about-text-primary p {
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}

.about-image-offset {
    flex: 0.7;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.about-story {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    padding: 80px 6%;
    background: #ffffff;
}

.story-block-left {
    flex: 1.2;
}

.story-block-left h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.story-block-left p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #333;
}

.story-visual-right {
    flex: 0.8;
}

.story-visual-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.approach-section {
    padding: 80px 6%;
    background: #f5f5f5;
}

.approach-section h2 {
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 700;
    color: #0a0a0a;
    text-align: center;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.approach-item {
    flex: 1 1 calc(50% - 15px);
    background: #ffffff;
    padding: 36px;
    border-radius: 6px;
}

.approach-item h3 {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #0a0a0a;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.values-offset {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 80px 6%;
    background: #ffffff;
}

.values-visual {
    flex: 0.9;
}

.values-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.values-text {
    flex: 1.1;
}

.values-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.values-list {
    list-style: none;
}

.values-list li {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 16px;
    color: #333;
}

.values-list strong {
    color: #0a0a0a;
}

.team-info {
    padding: 80px 6%;
    background: #fafafa;
    text-align: center;
}

.team-info h2 {
    font-size: 38px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.team-info p {
    font-size: 17px;
    line-height: 1.75;
    max-width: 800px;
    margin: 0 auto 20px;
    color: #333;
}

.cta-about {
    padding: 90px 6%;
    background: #0a0a0a;
    color: #ffffff;
    text-align: center;
}

.cta-about h2 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-about p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #ccc;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-primary {
    background: #0066cc;
    color: #ffffff;
}

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

.btn-secondary {
    background: #444;
    color: #ffffff;
}

.btn-secondary:hover {
    background: #555;
}

.services-hero {
    padding: 90px 6% 60px;
    background: #fafafa;
    text-align: center;
}

.services-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}

.services-hero p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: #444;
}

.services-list {
    padding: 60px 6% 80px;
    background: #ffffff;
}

.service-item-full {
    margin-bottom: 60px;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #0066cc;
}

.service-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0a0a0a;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #0066cc;
}

.service-body {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.service-item-full.reverse .service-body {
    flex-direction: row-reverse;
}

.service-image {
    flex: 0.8;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-description {
    flex: 1.2;
}

.service-description p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #333;
}

.service-description h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #0a0a0a;
}

.service-description ul {
    list-style: none;
    padding-left: 0;
}

.service-description ul li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    color: #444;
}

.service-description ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.service-description strong {
    color: #0a0a0a;
}

.services-cta {
    padding: 80px 6%;
    background: #f5f5f5;
    text-align: center;
}

.services-cta h2 {
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0a0a0a;
}

.services-cta p {
    font-size: 17px;
    margin-bottom: 28px;
    color: #444;
}

.contact-hero {
    padding: 90px 6% 60px;
    background: #fafafa;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}

.contact-hero p {
    font-size: 18px;
    color: #444;
}

.contact-main {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    padding: 80px 6%;
    background: #ffffff;
}

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

.contact-info-block h2 {
    font-size: 36px;
    margin-bottom: 36px;
    font-weight: 700;
    color: #0a0a0a;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0a0a0a;
}

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

.contact-visual {
    flex: 1;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.contact-additional {
    padding: 60px 6% 80px;
    background: #f5f5f5;
}

.contact-additional h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}

.contact-additional p {
    font-size: 17px;
    line-height: 1.75;
    max-width: 800px;
    margin-bottom: 16px;
    color: #333;
}

.contact-map-placeholder {
    padding: 80px 6%;
    background: #e8e8e8;
}

.map-info {
    max-width: 600px;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

.map-info h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0a0a0a;
}

.map-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.thanks-main {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 100px 6%;
    background: #fafafa;
}

.thanks-content {
    flex: 1.2;
}

.thanks-content h1 {
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 16px;
    color: #333;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.thanks-visual {
    flex: 0.8;
}

.thanks-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.legal-page {
    padding: 80px 6% 100px;
    background: #ffffff;
    max-width: 900px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0a0a0a;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0a0a0a;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #0a0a0a;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
    color: #333;
}

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

.legal-page ul li {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
    color: #333;
}

.legal-page a {
    color: #0066cc;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #0052a3;
}

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

    .hero-offset,
    .intro-overlap,
    .case-block-asymmetric,
    .services-preview-offset,
    .form-section-asymmetric,
    .trust-elements,
    .about-hero-offset,
    .about-story,
    .values-offset,
    .service-body,
    .contact-main,
    .thanks-main {
        flex-direction: column;
    }

    .hero-text-block h1,
    .about-text-primary h1 {
        font-size: 36px;
    }

    .section-title-offset,
    .services-hero h1,
    .contact-hero h1 {
        font-size: 32px;
    }

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

    .approach-item {
        flex: 1 1 100%;
    }

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