* {
    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-color: #fafafa;
}

.ad-disclosure {
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-magazine {
    background-color: #ffffff;
    border-bottom: 3px solid #3498db;
    padding: 30px 5%;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}

.brand-section {
    flex: 1;
    min-width: 250px;
}

.site-logo {
    font-size: 32px;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 5px;
}

.tagline {
    font-size: 14px;
    color: #7f8c8d;
    margin: 0;
}

.nav-magazine {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

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

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

.hero-magazine {
    background-color: #ffffff;
    padding: 60px 5%;
}

.hero-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-text-col {
    flex: 1;
    min-width: 350px;
}

.hero-text-col h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 20px;
}

.intro-large {
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 35px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #3498db;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 5px;
}

.hero-image-col {
    flex: 1;
    min-width: 350px;
    background-color: #ecf0f1;
}

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

.services-preview {
    background-color: #f4f6f8;
    padding: 70px 5%;
}

.section-header-offset {
    max-width: 800px;
    margin: 0 0 50px 5%;
}

.section-header-offset h3 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-intro {
    font-size: 17px;
    color: #5a6c7d;
}

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

.service-card-large {
    flex: 2;
    min-width: 350px;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

.service-card-medium {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

.service-content {
    padding: 25px;
}

.service-content h4 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 12px;
}

.service-content p {
    font-size: 15px;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.service-price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 15px;
}

.btn-service {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 500;
}

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

.services-additional {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-row {
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.service-info {
    flex: 2;
    min-width: 300px;
}

.service-info h4 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.service-info p {
    font-size: 15px;
    color: #5a6c7d;
}

.service-pricing {
    flex: 1;
    min-width: 200px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.price-value {
    font-size: 22px;
    font-weight: 700;
    color: #27ae60;
}

.why-section-asymmetric {
    background-color: #ffffff;
    padding: 70px 5%;
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.why-content-offset {
    flex: 1.5;
    min-width: 350px;
}

.why-content-offset h3 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 40px;
}

.reasons-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reason-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.reason-icon {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    min-width: 50px;
}

.reason-block h5 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 8px;
}

.reason-block p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
}

.why-visual {
    flex: 1;
    min-width: 350px;
    background-color: #ecf0f1;
}

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

.form-section-magazine {
    background-color: #ecf0f1;
    padding: 70px 5%;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.form-intro-column {
    flex: 1;
    min-width: 300px;
}

.form-intro-column h3 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 20px;
}

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

.form-benefits {
    background-color: #ffffff;
    padding: 25px;
    margin-top: 30px;
}

.form-benefits p {
    font-weight: 600;
    margin-bottom: 15px;
}

.form-benefits ul {
    list-style-position: inside;
    color: #5a6c7d;
}

.form-benefits li {
    margin-bottom: 8px;
}

.form-column {
    flex: 1.2;
    min-width: 350px;
}

.contact-form-magazine {
    background-color: #ffffff;
    padding: 40px;
}

.selected-service-display {
    background-color: #d5f4e6;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 4px solid #27ae60;
    display: none;
}

.selected-service-display.active {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #bdc3c7;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit-magazine {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

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

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

.footer-columns {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

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

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

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

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

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    text-align: center;
}

.disclaimer {
    font-size: 12px;
    color: #95a5a6;
    margin-bottom: 20px;
    line-height: 1.6;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ecf0f1;
    padding: 25px 5%;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 2;
    min-width: 300px;
    font-size: 14px;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-cookie-reject {
    background-color: transparent;
    color: #ecf0f1;
    border: 1px solid #ecf0f1;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie-reject:hover {
    background-color: #2c3e50;
}

.cookie-link {
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.thanks-container {
    max-width: 800px;
    margin: 80px auto;
    padding: 60px 40px;
    background-color: #ffffff;
    text-align: center;
}

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

.thanks-container p {
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 15px;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    background-color: #3498db;
    color: #ffffff;
    padding: 12px 30px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.thanks-container a:hover {
    background-color: #2980b9;
}

@media (max-width: 768px) {
    .hero-text-col h2 {
        font-size: 32px;
    }

    .section-header-offset h3,
    .why-content-offset h3,
    .form-intro-column h3 {
        font-size: 28px;
    }

    .services-grid-magazine {
        flex-direction: column;
    }

    .service-card-large,
    .service-card-medium {
        flex: 1;
    }
}