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

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

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
    transition: all 0.3s ease;
}

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.nav-menu {
    display: flex;
    gap: 32px;
}

.nav-menu a {
    color: #555;
    font-weight: 500;
}

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

.hero-split {
    padding: 80px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

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

.hero-text {
    flex: 1;
    color: #ffffff;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 32px;
    opacity: 0.95;
}

.hero-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #667eea;
    font-weight: 600;
    border-radius: 8px;
    font-size: 18px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.value-split,
.approach-split,
.results-split,
.about-split {
    padding: 100px 24px;
}

.split-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.reverse .split-container {
    flex-direction: row-reverse;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
    font-weight: 700;
}

.split-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.split-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.approach-split {
    background-color: #f8f9fa;
}

.inline-cta {
    margin-top: 32px;
}

.text-link {
    color: #3498db;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 4px;
}

.text-link:hover {
    color: #2980b9;
    border-color: #2980b9;
}

.services-section {
    padding: 100px 24px;
    background-color: #ffffff;
}

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

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 700;
}

.services-intro p {
    font-size: 20px;
    color: #666;
}

.services-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.service-card {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    padding: 40px 32px;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

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

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 20px;
}

.service-select {
    width: 100%;
    padding: 14px 24px;
    background-color: #667eea;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
}

.service-select:hover {
    background-color: #5568d3;
}

.insights-section {
    padding: 100px 24px;
    background-color: #2c3e50;
    color: #ffffff;
}

.insights-container {
    max-width: 1200px;
    margin: 0 auto;
}

.insights-container h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
}

.insights-split {
    display: flex;
    gap: 48px;
}

.insight-item {
    flex: 1;
}

.insight-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #3498db;
}

.insight-item p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
}

.contact-form-section {
    padding: 100px 24px;
    background-color: #f8f9fa;
}

.form-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-intro {
    flex: 1;
}

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

.form-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.form-container {
    flex: 1;
    background-color: #ffffff;
    padding: 48px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.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: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    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: #667eea;
}

.submit-button {
    width: 100%;
    padding: 16px 24px;
    background-color: #667eea;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
}

.submit-button:hover {
    background-color: #5568d3;
}

.disclaimer-section {
    padding: 60px 24px;
    background-color: #fffbf0;
    border-top: 2px solid #ffd700;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

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

.footer-split {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    gap: 60px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.8;
}

.footer-column ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column a {
    color: #ffffff;
    opacity: 0.8;
    font-size: 15px;
}

.footer-column a:hover {
    opacity: 1;
    color: #3498db;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    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: 32px;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
}

.cookie-accept {
    background-color: #3498db;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #2980b9;
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

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

.page-hero {
    padding: 100px 24px 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
}

.hero-content-centered {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

.hero-content-centered h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero-content-centered p {
    font-size: 20px;
    opacity: 0.95;
}

.service-detail-split {
    padding: 80px 24px;
}

.service-detail-split:nth-child(even) {
    background-color: #f8f9fa;
}

.service-detail-split h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.service-detail-split h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-detail-split ul {
    margin-bottom: 32px;
}

.service-detail-split ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.service-detail-split ul li::before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #667eea;
    font-weight: bold;
}

.price-display {
    font-size: 36px;
    font-weight: 700;
    color: #667eea;
    margin: 24px 0;
}

.cta-section {
    padding: 100px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    color: #ffffff;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 20px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 48px;
    background-color: #ffffff;
    color: #667eea;
    font-weight: 700;
    border-radius: 8px;
    font-size: 20px;
}

.cta-button-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cta-button-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 17px;
}

.cta-button-secondary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.values-section {
    padding: 100px 24px;
    background-color: #f8f9fa;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
}

.values-container h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.value-card {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    padding: 36px 32px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #667eea;
}

.value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-split {
    padding: 80px 24px;
}

.contact-info {
    margin-top: 40px;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.location-section {
    padding: 80px 24px;
    background-color: #f8f9fa;
}

.location-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.location-container h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.location-container p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.thanks-section {
    padding: 120px 24px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 800px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #2c3e50;
}

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

.thanks-actions {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.legal-page {
    padding: 60px 24px 100px;
}

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

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

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

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

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

.legal-container ul {
    margin: 16px 0 16px 24px;
}

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

.legal-container strong {
    color: #2c3e50;
}

@media (max-width: 768px) {
    .nav-menu {
        gap: 16px;
        font-size: 14px;
    }

    .hero-content,
    .split-container,
    .form-split,
    .footer-split {
        flex-direction: column;
        gap: 40px;
    }

    .reverse .split-container {
        flex-direction: column;
    }

    .hero-text h1,
    .hero-content-centered h1 {
        font-size: 32px;
    }

    .hero-text p,
    .hero-content-centered p {
        font-size: 17px;
    }

    .split-text h2 {
        font-size: 28px;
    }

    .services-intro h2,
    .values-container h2 {
        font-size: 32px;
    }

    .insights-split {
        flex-direction: column;
        gap: 32px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }

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

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

    .value-card {
        flex: 1 1 100%;
    }
}
