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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    border-bottom: 1px solid #dee2e6;
}

.main-header {
    background-color: #1a1a2e;
    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;
}

.logo-section h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

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

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

.main-nav a:hover {
    color: #4a90e2;
}

.hero-magazine {
    background-color: #f4f7f9;
    padding: 80px 30px;
}

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

.hero-left {
    flex: 1;
}

.hero-left h2 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #1a1a2e;
    line-height: 1.2;
}

.hero-left p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #4a5568;
}

.cta-primary {
    display: inline-block;
    background-color: #4a90e2;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #357abd;
}

.hero-right {
    flex: 1;
    background-color: #e8eef3;
}

.hero-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.intro-columns {
    padding: 70px 30px;
    background-color: #ffffff;
}

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

.column-left-wide {
    flex: 2;
}

.column-right-narrow {
    flex: 1;
}

.column-right-wide {
    flex: 2;
}

.column-left-narrow {
    flex: 1;
}

.intro-columns h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.intro-columns p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #4a5568;
}

.highlight-box {
    background-color: #f8f9fa;
    padding: 30px;
    border-left: 4px solid #4a90e2;
}

.highlight-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.highlight-box ul {
    list-style: none;
}

.highlight-box li {
    padding: 8px 0;
    color: #4a5568;
    font-size: 16px;
}

.services-magazine {
    padding: 80px 30px;
    background-color: #fafbfc;
}

.container-full {
    max-width: 1400px;
    margin: 0 auto;
}

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

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

.service-card-large {
    flex: 1 1 calc(100% - 30px);
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
}

.service-card-medium {
    flex: 1 1 calc(50% - 15px);
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.service-card-small {
    flex: 1 1 calc(33.333% - 20px);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.service-image {
    background-color: #e8eef3;
}

.service-card-large .service-image {
    flex: 1;
}

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

.service-content {
    flex: 1;
    padding: 35px;
}

.service-card-medium .service-content {
    padding: 30px;
}

.service-content h3,
.service-card-small h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a2e;
}

.service-content p,
.service-card-small p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.price-tag {
    font-size: 24px;
    font-weight: 600;
    color: #4a90e2;
    margin-bottom: 20px;
}

.select-service-btn {
    background-color: #1a1a2e;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #2d2d4a;
}

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

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

.form-section h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #1a1a2e;
    text-align: center;
}

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

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 15px;
    font-family: inherit;
}

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #4a90e2;
    color: #ffffff;
    border: none;
    padding: 16px 50px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #357abd;
}

.trust-section {
    padding: 80px 30px;
    background-color: #f4f7f9;
}

.trust-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a2e;
}

.trust-section p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a5568;
    line-height: 1.7;
}

.trust-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.stat-box {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #4a90e2;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #4a5568;
}

.main-footer {
    background-color: #1a1a2e;
    color: #ffffff;
    padding: 60px 30px 30px;
}

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

.footer-column {
    flex: 1;
}

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

.footer-column p {
    font-size: 15px;
    color: #b8c1cc;
    line-height: 1.6;
}

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

.footer-column a:hover {
    color: #4a90e2;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #b8c1cc;
    margin-bottom: 10px;
}

.disclaimer {
    font-size: 13px;
    color: #8892a0;
    line-height: 1.6;
    margin-top: 20px;
}

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

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

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

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

.cookie-content a {
    color: #4a90e2;
}

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

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-btn-accept {
    background-color: #4a90e2;
    color: #ffffff;
}

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

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

.cookie-btn-reject:hover {
    background-color: #5a6268;
}

.selected-service-display {
    background-color: #e7f3ff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    border-left: 4px solid #4a90e2;
}

.selected-service-display strong {
    color: #1a1a2e;
}

.thanks-container {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.thanks-icon {
    font-size: 72px;
    color: #4a90e2;
    margin-bottom: 25px;
}

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

.thanks-container p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.back-home-link {
    display: inline-block;
    margin-top: 30px;
    background-color: #4a90e2;
    color: #ffffff;
    padding: 14px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.back-home-link:hover {
    background-color: #357abd;
}

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

.legal-container h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #1a1a2e;
}

.legal-container h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1a1a2e;
}

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

.legal-container p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4a5568;
    line-height: 1.8;
}

.legal-container ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-container li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #4a5568;
    line-height: 1.7;
}

@media (max-width: 968px) {
    .hero-content-split {
        flex-direction: column;
    }

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

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

    .service-card-large {
        flex-direction: column;
    }

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

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