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

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

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

.split-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

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

.nav-right a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-split {
    display: flex;
    min-height: 600px;
    background: #f8f9fa;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 80px;
    background: #ffffff;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a252f;
}

.hero-content p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #5a6c7d;
}

.cta-hero {
    display: inline-block;
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    align-self: flex-start;
    transition: background 0.3s;
}

.cta-hero:hover {
    background: #2980b9;
}

.hero-visual {
    flex: 1;
    background: #d4e6f1;
}

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

.intro-split {
    display: flex;
    min-height: 500px;
}

.intro-visual {
    flex: 1;
    background: #ecf0f1;
}

.intro-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text {
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.intro-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
}

.intro-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
}

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

.value-cards {
    display: flex;
    gap: 30px;
    padding: 80px 40px;
    background: #f8f9fa;
}

.card-item {
    flex: 1;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.card-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-item h3 {
    font-size: 22px;
    margin: 25px 25px 15px;
    color: #1a252f;
}

.card-item p {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
}

.testimonial-split {
    display: flex;
    background: #ffffff;
    min-height: 500px;
}

.testimonial-content {
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ecf8fd;
}

.testimonial-content blockquote {
    margin-bottom: 35px;
    border-left: 4px solid #3498db;
    padding-left: 25px;
}

.testimonial-content blockquote p {
    font-size: 17px;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #34495e;
}

.testimonial-content cite {
    font-size: 15px;
    color: #7f8c8d;
    font-style: normal;
}

.testimonial-visual {
    flex: 1;
    background: #d4e6f1;
}

.testimonial-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-preview-split {
    display: flex;
    padding: 80px 40px;
    background: #ffffff;
    gap: 60px;
}

.services-text {
    flex: 0 0 350px;
}

.services-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a252f;
}

.services-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #5a6c7d;
}

.services-list {
    flex: 1;
}

.service-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #ecf0f1;
}

.service-info h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1a252f;
}

.service-info p {
    font-size: 15px;
    color: #7f8c8d;
}

.service-price {
    flex-shrink: 0;
}

.service-price .price {
    font-size: 22px;
    font-weight: 700;
    color: #3498db;
}

.form-section-split {
    display: flex;
    min-height: 600px;
    background: #f8f9fa;
}

.form-visual {
    flex: 1;
    background: #d4e6f1;
}

.form-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container {
    flex: 1;
    padding: 60px 80px;
    background: #ffffff;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #1a252f;
}

.form-container > p {
    font-size: 17px;
    margin-bottom: 35px;
    color: #5a6c7d;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #dfe6e9;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit {
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s;
}

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

.disclaimer-section {
    padding: 50px 80px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #7f8c8d;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.split-footer {
    display: flex;
    gap: 60px;
    padding: 60px 80px;
    background: #2c3e50;
    color: #ecf0f1;
}

.footer-column {
    flex: 1;
}

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

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

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #34495e;
    padding: 20px;
    z-index: 1000;
    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 {
    color: #ecf0f1;
    font-size: 15px;
    flex: 1;
}

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

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

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

.page-hero-split {
    display: flex;
    min-height: 400px;
    background: #f8f9fa;
}

.page-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 80px;
    background: #ffffff;
}

.page-hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a252f;
}

.page-hero-content p {
    font-size: 19px;
    color: #5a6c7d;
}

.page-hero-visual {
    flex: 1;
    background: #d4e6f1;
}

.page-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-split {
    display: flex;
    padding: 80px 40px;
    gap: 60px;
    background: #ffffff;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
}

.story-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.story-visual {
    flex: 1;
    background: #ecf0f1;
}

.story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.values-split {
    display: flex;
    gap: 60px;
    padding: 80px 40px;
    background: #f8f9fa;
}

.values-visual {
    flex: 1;
    background: #d4e6f1;
}

.values-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.values-text {
    flex: 1;
}

.values-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
}

.values-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.team-section {
    padding: 80px 40px;
    background: #ffffff;
}

.team-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a252f;
}

.team-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    flex: 1;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 6px;
}

.team-member h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #1a252f;
}

.team-member .role {
    font-size: 15px;
    color: #3498db;
    margin-bottom: 15px;
    font-weight: 600;
}

.team-member p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a6c7d;
}

.cta-about {
    padding: 80px 40px;
    background: #ecf8fd;
    text-align: center;
}

.cta-about h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #2980b9;
}

.page-hero-simple {
    padding: 80px 40px;
    background: #f8f9fa;
    text-align: center;
}

.page-hero-simple h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a252f;
}

.page-hero-simple p {
    font-size: 19px;
    color: #5a6c7d;
    max-width: 800px;
    margin: 0 auto;
}

.service-detail-split {
    display: flex;
    gap: 60px;
    padding: 60px 40px;
    background: #ffffff;
    border-bottom: 1px solid #ecf0f1;
}

.service-detail-text {
    flex: 1;
}

.service-detail-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a252f;
}

.service-detail-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.service-detail-text ul {
    margin: 20px 0 25px 20px;
}

.service-detail-text li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #5a6c7d;
}

.price-info {
    font-size: 18px;
    margin: 25px 0;
    color: #2c3e50;
}

.price-info strong {
    color: #3498db;
    font-size: 24px;
}

.service-cta {
    display: inline-block;
    padding: 14px 35px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

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

.service-detail-visual {
    flex: 1;
    background: #ecf0f1;
}

.service-detail-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.service-detail-split.reverse {
    flex-direction: row-reverse;
}

.final-cta-section {
    padding: 80px 40px;
    background: #ecf8fd;
    text-align: center;
}

.final-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a252f;
}

.final-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #5a6c7d;
}

.contact-hero {
    padding: 80px 40px;
    background: #f8f9fa;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a252f;
}

.contact-hero p {
    font-size: 19px;
    color: #5a6c7d;
}

.contact-info-split {
    display: flex;
    gap: 60px;
    padding: 80px 40px;
    background: #ffffff;
}

.contact-details {
    flex: 1;
}

.contact-block {
    margin-bottom: 40px;
}

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a252f;
}

.contact-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #5a6c7d;
}

.contact-visual {
    flex: 1;
    background: #ecf0f1;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.location-info {
    padding: 60px 40px;
    background: #f8f9fa;
}

.location-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a252f;
}

.location-info p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
    max-width: 900px;
}

.visit-note {
    padding: 60px 40px;
    background: #ffffff;
}

.visit-note h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a252f;
}

.visit-note p {
    font-size: 17px;
    line-height: 1.8;
    color: #5a6c7d;
    max-width: 900px;
}

.visit-note a {
    color: #3498db;
}

.thanks-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    background: #f8f9fa;
}

.thanks-content {
    text-align: center;
    max-width: 700px;
}

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

.thanks-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
}

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

.back-home {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background 0.3s;
}

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

.legal-content {
    padding: 60px 80px;
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #1a252f;
}

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #5a6c7d;
}

.legal-content ul {
    margin: 15px 0 20px 25px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #5a6c7d;
}

.last-updated {
    margin-top: 50px;
    font-style: italic;
    color: #95a5a6;
}

@media (max-width: 768px) {
    .hero-split,
    .intro-split,
    .testimonial-split,
    .form-section-split,
    .page-hero-split,
    .story-split,
    .values-split,
    .service-detail-split,
    .contact-info-split {
        flex-direction: column;
    }

    .value-cards,
    .team-grid {
        flex-direction: column;
    }

    .services-preview-split {
        flex-direction: column;
        gap: 30px;
    }

    .services-text {
        flex: 1;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content,
    .intro-text,
    .form-container,
    .page-hero-content,
    .story-text,
    .values-text,
    .service-detail-text {
        padding: 40px 30px;
    }

    .legal-content {
        padding: 40px 30px;
    }

    .hero-content h1,
    .page-hero-content h1,
    .contact-hero h1,
    .thanks-content h1 {
        font-size: 36px;
    }

    .split-nav {
        padding: 15px 20px;
    }

    .nav-right {
        gap: 20px;
    }
}
