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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

a {
    color: #2c7a7b;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a5759;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 300px;
}

.cookie-content a {
    color: #81e6d9;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

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

.btn-accept {
    background-color: #2c7a7b;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #1a5759;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo a {
    font-size: 24px;
    font-weight: 700;
    color: #2c7a7b;
}

.ad-disclosure {
    font-size: 12px;
    color: #718096;
    padding: 6px 12px;
    background-color: #f7fafc;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.main-nav a {
    color: #2c3e50;
    font-weight: 500;
    font-size: 15px;
}

.main-nav a:hover {
    color: #2c7a7b;
}

.hero-magazine {
    background-color: #f7fafc;
    padding: 60px 0;
}

.hero-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-text-block {
    max-width: 900px;
}

.hero-text-block h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.5;
}

.hero-image-block img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e2e8f0;
}

.intro-columns {
    padding: 80px 0;
    background-color: #ffffff;
}

.container-magazine {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.col-layout-3 {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.intro-col {
    flex: 1;
    min-width: 280px;
}

.intro-col h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.intro-col p {
    color: #4a5568;
    line-height: 1.7;
}

.highlight-box {
    background-color: #e6fffa;
    padding: 30px;
    border-left: 4px solid #2c7a7b;
    border-radius: 4px;
}

.content-main {
    padding: 80px 0;
    background-color: #f7fafc;
}

.magazine-grid {
    display: flex;
    gap: 60px;
}

.main-article {
    flex: 2;
    min-width: 0;
}

.main-article h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a202c;
    line-height: 1.3;
}

.main-article h3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.main-article img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 30px 0;
    border-radius: 6px;
    background-color: #e2e8f0;
}

.main-article p {
    margin-bottom: 20px;
    color: #2d3748;
    line-height: 1.8;
    font-size: 17px;
}

.error-list {
    margin: 20px 0;
    padding-left: 20px;
}

.error-list li {
    margin-bottom: 12px;
    color: #2d3748;
    line-height: 1.6;
}

.callout-box {
    background-color: #fff5f5;
    border-left: 4px solid #e53e3e;
    padding: 25px;
    margin: 30px 0;
    border-radius: 4px;
}

.callout-box p {
    margin: 0;
    color: #742a2a;
}

.sidebar-magazine {
    flex: 1;
    min-width: 300px;
}

.sidebar-block {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.sidebar-block h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.sidebar-block p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 15px;
}

.sidebar-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 12px;
    background-color: #e2e8f0;
}

.img-caption {
    font-size: 14px;
    color: #718096;
    font-style: italic;
}

.service-preview {
    background-color: #edf2f7;
}

.tips-block {
    background-color: #fffff0;
    border-left: 3px solid #d69e2e;
}

.btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #2c7a7b;
    border: 2px solid #2c7a7b;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2c7a7b;
    color: #ffffff;
}

.drying-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.split-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
}

.split-text p {
    margin-bottom: 18px;
    color: #2d3748;
    line-height: 1.7;
    font-size: 17px;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e2e8f0;
}

.services-preview {
    padding: 80px 0;
    background-color: #f7fafc;
}

.section-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    color: #1a202c;
}

.services-grid-home {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.service-card {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

.service-card h3 {
    font-size: 24px;
    margin: 20px 20px 12px;
    color: #2c3e50;
}

.service-card p {
    margin: 0 20px 12px;
    color: #4a5568;
    line-height: 1.6;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #2c7a7b;
    margin: 15px 20px;
}

.service-card .btn-primary {
    margin: 20px;
}

.btn-primary {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2c7a7b;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #1a5759;
    color: #ffffff;
}

.form-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.container-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.form-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
    color: #1a202c;
}

.form-intro {
    text-align: center;
    color: #4a5568;
    margin-bottom: 40px;
    font-size: 17px;
}

.main-form {
    background-color: #f7fafc;
    padding: 40px;
    border-radius: 8px;
}

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

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

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

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

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #2c7a7b;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #1a5759;
}

.main-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 60px 0 20px;
}

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

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

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

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

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

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

.footer-col ul li a {
    color: #cbd5e0;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: #81e6d9;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 30px;
    border-top: 1px solid #4a5568;
    border-bottom: 1px solid #4a5568;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 30px;
    text-align: center;
}

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

.page-header-small {
    background-color: #2c7a7b;
    padding: 60px 0;
    color: #ffffff;
}

.page-header-small h1 {
    font-size: 42px;
    margin-bottom: 12px;
}

.page-subtitle {
    font-size: 18px;
    color: #e6fffa;
}

.about-content {
    padding: 80px 0;
    background-color: #ffffff;
}

.about-layout {
    display: flex;
    gap: 60px;
}

.about-main {
    flex: 2;
}

.about-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #e2e8f0;
}

.about-main h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
}

.about-main h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.about-main p {
    margin-bottom: 18px;
    color: #2d3748;
    line-height: 1.7;
    font-size: 17px;
}

.about-sidebar {
    flex: 1;
    min-width: 300px;
}

.team-card,
.values-card,
.cta-sidebar {
    background-color: #f7fafc;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.team-card h4,
.values-card h4,
.cta-sidebar h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.team-card p,
.cta-sidebar p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 15px;
}

.values-card ul {
    list-style: none;
    padding-left: 0;
}

.values-card li {
    color: #4a5568;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.values-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c7a7b;
    font-weight: 700;
}

.services-full {
    padding: 60px 0;
    background-color: #ffffff;
}

.services-intro-text {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-intro-text p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.services-list {
    max-width: 1200px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    gap: 50px;
    margin-bottom: 80px;
    align-items: flex-start;
}

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

.service-image {
    flex: 1;
    min-width: 400px;
}

.service-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e2e8f0;
}

.service-details {
    flex: 1;
}

.service-details h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #1a202c;
}

.service-price {
    font-size: 30px;
    font-weight: 700;
    color: #2c7a7b;
    margin-bottom: 20px;
}

.service-details p {
    color: #2d3748;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-details h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-details ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.service-details li {
    color: #2d3748;
    line-height: 1.6;
    margin-bottom: 8px;
}

.service-note {
    font-style: italic;
    color: #718096;
    margin-top: 20px;
}

.scroll-to-form {
    margin-top: 20px;
}

.contact-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.contact-layout {
    display: flex;
    gap: 60px;
}

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

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a202c;
}

.contact-info-block > p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 40px;
}

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-value {
    font-size: 17px;
    color: #2d3748;
    line-height: 1.6;
}

.contact-note {
    font-size: 14px;
    color: #718096;
    margin-top: 8px;
    font-style: italic;
}

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

.contact-image-block img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e2e8f0;
}

.thanks-section {
    padding: 100px 0;
    background-color: #f7fafc;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    color: #1a202c;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 40px;
}

.service-confirmation {
    background-color: #e6fffa;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 40px;
    color: #234e52;
}

.next-steps {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.next-steps h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.next-steps ol {
    padding-left: 25px;
}

.next-steps li {
    color: #2d3748;
    line-height: 1.7;
    margin-bottom: 10px;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-page {
    padding: 80px 0;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 40px;
    margin-bottom: 12px;
    color: #1a202c;
}

.legal-updated {
    color: #718096;
    font-size: 14px;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.legal-page p {
    color: #2d3748;
    line-height: 1.7;
    margin-bottom: 18px;
}

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

.legal-page li {
    color: #2d3748;
    line-height: 1.6;
    margin-bottom: 10px;
}

.legal-page a {
    color: #2c7a7b;
    text-decoration: underline;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.cookies-table th,
.cookies-table td {
    border: 1px solid #e2e8f0;
    padding: 12px;
    text-align: left;
}

.cookies-table th {
    background-color: #f7fafc;
    font-weight: 600;
    color: #2c3e50;
}

.cookies-table td {
    color: #2d3748;
}

@media (max-width: 1200px) {
    .magazine-grid {
        flex-direction: column;
    }

    .about-layout {
        flex-direction: column;
    }

    .service-item,
    .service-item.reverse {
        flex-direction: column;
    }

    .service-image {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 15px;
    }

    .hero-text-block h1 {
        font-size: 32px;
    }

    .col-layout-3 {
        flex-direction: column;
    }

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

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

    .contact-layout {
        flex-direction: column;
    }

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

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

    .thanks-actions {
        flex-direction: column;
    }
}