* {
    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;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-left .logo {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
}

.header-right {
    display: flex;
    gap: 35px;
}

.header-right a {
    text-decoration: none;
    color: #34495e;
    font-weight: 500;
    transition: color 0.3s;
}

.header-right a:hover {
    color: #3498db;
}

.hero-magazine {
    display: flex;
    min-height: 600px;
    background: #fafafa;
}

.hero-content-left {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 650px;
}

.hero-content-left h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-lead {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.hero-image-right {
    flex: 1;
    background: #ddd;
    position: relative;
    overflow: hidden;
}

.hero-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-multi-column {
    display: flex;
    gap: 40px;
    padding: 80px 60px;
    background: #fff;
}

.column-narrow {
    flex: 0 0 320px;
}

.column-narrow h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
    line-height: 1.3;
}

.column-narrow p {
    font-size: 16px;
    color: #666;
}

.column-wide {
    flex: 1;
    background: #f9f9f9;
    padding: 0;
}

.column-wide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.caption-text {
    padding: 25px;
    font-size: 15px;
    color: #555;
    font-style: italic;
}

.insight-layered {
    background: #ecf0f1;
    padding: 90px 60px;
}

.insight-wrapper {
    display: flex;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.insight-left-block {
    flex: 1;
}

.insight-left-block h3 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.insight-left-block p {
    font-size: 17px;
    color: #444;
    margin-bottom: 20px;
    line-height: 1.7;
}

.insight-sidebar {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat-box {
    background: #fff;
    padding: 30px;
    border-left: 4px solid #3498db;
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 38px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.services-grid-magazine {
    padding: 90px 60px;
    background: #fff;
}

.services-headline {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(33.333% - 30px);
    min-width: 300px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.service-card.featured {
    flex: 1 1 calc(66.666% - 30px);
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #ddd;
}

.service-card h3 {
    font-size: 22px;
    padding: 25px 25px 15px;
    color: #2c3e50;
}

.service-card p {
    padding: 0 25px 20px;
    font-size: 15px;
    color: #666;
    flex-grow: 1;
}

.service-price {
    padding: 0 25px 15px;
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
}

.btn-service {
    margin: 0 25px 25px;
    padding: 14px 28px;
    background: #3498db;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-service:hover {
    background: #2980b9;
}

.form-section-offset {
    padding: 90px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.form-container {
    max-width: 680px;
    margin: 0 0 0 auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.form-container h2 {
    font-size: 34px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.form-intro {
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}

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

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

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: inherit;
}

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

.form-group input[readonly] {
    background: #f5f5f5;
    color: #333;
}

.btn-submit {
    padding: 16px 32px;
    background: #27ae60;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

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

.trust-statement {
    padding: 70px 60px;
    background: #34495e;
    color: #fff;
}

.trust-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

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

.trust-content p {
    font-size: 17px;
    line-height: 1.7;
}

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

.footer-columns {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

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

.footer-col p {
    font-size: 14px;
    color: #bdc3c7;
    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: 14px;
    transition: color 0.3s;
}

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

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

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

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

.footer-bottom p {
    font-size: 13px;
    color: #7f8c8d;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #fff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

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

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

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

.cookie-content a {
    color: #3498db;
}

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

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

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

.thanks-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecf0f1;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

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

.thanks-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.thanks-service {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 25px 0;
}

.btn-home {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background: #3498db;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-home:hover {
    background: #2980b9;
}

.about-header {
    padding: 80px 60px 60px;
    background: #2c3e50;
    color: #fff;
}

.about-header h1 {
    font-size: 44px;
    margin-bottom: 20px;
}

.about-header p {
    font-size: 19px;
    max-width: 800px;
    line-height: 1.7;
}

.about-section {
    padding: 70px 60px;
}

.about-section h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.about-section p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 900px;
}

.about-section.gray {
    background: #f9f9f9;
}

.services-page-header {
    padding: 80px 60px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.services-page-header h1 {
    font-size: 44px;
    margin-bottom: 20px;
}

.services-page-header p {
    font-size: 18px;
    max-width: 800px;
    line-height: 1.7;
}

.services-detail-section {
    padding: 80px 60px;
}

.contact-page {
    padding: 80px 60px;
    background: #fafafa;
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-header {
    margin-bottom: 50px;
}

.contact-header h1 {
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.contact-header p {
    font-size: 17px;
    color: #666;
}

.contact-info {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.contact-block {
    flex: 1;
    min-width: 250px;
    background: #fff;
    padding: 35px;
    border-left: 4px solid #3498db;
}

.contact-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-block p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

.legal-page {
    padding: 80px 60px;
    background: #fff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 30px;
}

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

.legal-container p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.legal-container ul {
    margin-left: 25px;
    margin-bottom: 15px;
}

.legal-container ul li {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .hero-magazine {
        flex-direction: column;
    }

    .hero-content-left {
        padding: 50px 30px;
    }

    .hero-content-left h1 {
        font-size: 32px;
    }

    .intro-multi-column {
        flex-direction: column;
        padding: 50px 30px;
    }

    .column-narrow {
        flex: auto;
    }

    .insight-wrapper {
        flex-direction: column;
    }

    .insight-sidebar {
        flex: auto;
    }

    .services-grid-magazine,
    .form-section-offset,
    .footer-magazine {
        padding: 50px 30px;
    }

    .service-card,
    .service-card.featured {
        flex: 1 1 100%;
    }

    .form-container {
        padding: 35px 25px;
    }

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