* {
    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: #2c3e50;
    background-color: #ffffff;
}

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

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

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    flex-wrap: wrap;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2d5f3f;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 11px;
    color: #7a7a7a;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin: 0 15px;
}

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

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

.nav-menu a:hover {
    color: #2d5f3f;
}

.hero-split {
    display: flex;
    min-height: 85vh;
}

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

.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-left p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #4a5568;
    max-width: 520px;
}

.hero-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-hero {
    display: inline-block;
    padding: 16px 32px;
    background-color: #2d5f3f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
    align-self: flex-start;
}

.btn-hero:hover {
    background-color: #234a32;
    transform: translateY(-2px);
}

.value-split {
    display: flex;
    min-height: 600px;
}

.value-left {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.value-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.value-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.value-right h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.value-right p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
}

.link-inline {
    color: #2d5f3f;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #2d5f3f;
    display: inline-block;
    margin-top: 15px;
    transition: opacity 0.3s;
}

.link-inline:hover {
    opacity: 0.7;
}

.services-grid {
    padding: 100px 60px;
    background-color: #ffffff;
}

.section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header-center h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.section-header-center p {
    font-size: 18px;
    color: #6b7280;
}

.services-cards {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.service-card-split {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    min-height: 320px;
}

.card-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.card-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.price {
    font-size: 28px;
    font-weight: 700;
    color: #2d5f3f;
    margin-bottom: 20px;
}

.btn-select-service {
    padding: 12px 24px;
    background-color: #2d5f3f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    align-self: flex-start;
}

.btn-select-service:hover {
    background-color: #234a32;
    transform: translateY(-2px);
}

.cta-center {
    text-align: center;
    margin-top: 40px;
}

.btn-primary-large {
    display: inline-block;
    padding: 18px 40px;
    background-color: #2d5f3f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-primary-large:hover {
    background-color: #234a32;
    transform: translateY(-2px);
}

.trust-split {
    display: flex;
    min-height: 650px;
}

.trust-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background-color: #f9fafb;
}

.trust-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.trust-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.trust-item {
    padding-left: 20px;
    border-left: 3px solid #2d5f3f;
}

.trust-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.trust-item p {
    font-size: 15px;
    margin-bottom: 0;
    color: #6b7280;
}

.trust-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.trust-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.form-section-split {
    display: flex;
    min-height: 700px;
}

.form-left {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.form-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.form-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

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

.form-right > p {
    font-size: 17px;
    margin-bottom: 35px;
    color: #4a5568;
}

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

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

.form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}

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

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

.btn-submit {
    padding: 14px 28px;
    background-color: #2d5f3f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin-top: 10px;
}

.btn-submit:hover {
    background-color: #234a32;
    transform: translateY(-2px);
}

.main-footer {
    background-color: #1f2937;
    color: #d1d5db;
    padding: 60px 0 30px;
}

.footer-content {
    display: flex;
    flex-direction: column;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 30px;
}

.disclaimer {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 15px;
    line-height: 1.6;
}

.copyright {
    font-size: 13px;
    color: #6b7280;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1f2937;
    color: #ffffff;
    padding: 20px;
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-banner.hidden {
    display: none;
}

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

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

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

.btn-primary {
    padding: 10px 24px;
    background-color: #2d5f3f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #234a32;
}

.btn-secondary {
    padding: 10px 24px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #1f2937;
}

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

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

.hero-content h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 18px;
    color: #4a5568;
    max-width: 500px;
}

.hero-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.story-split {
    display: flex;
    min-height: 550px;
}

.story-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

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

.story-left p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.story-right {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.story-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.team-split-alternate {
    display: flex;
    min-height: 600px;
    background-color: #f9fafb;
}

.team-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.team-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.team-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.team-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.team-content p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a5568;
}

.expertise-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expertise-item strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.expertise-item p {
    font-size: 15px;
    margin-bottom: 0;
    color: #6b7280;
}

.values-split {
    display: flex;
    min-height: 700px;
}

.values-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.values-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.values-content > p {
    font-size: 17px;
    margin-bottom: 35px;
    color: #4a5568;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.value-box {
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 6px;
    border-left: 4px solid #2d5f3f;
}

.value-box h3 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.value-box p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 0;
}

.values-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.values-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-full {
    padding: 100px 60px;
    background-color: #f9fafb;
}

.cta-content-centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-content-centered h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-content-centered p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #4a5568;
}

.page-header-center {
    padding: 80px 60px;
    text-align: center;
    background-color: #f9fafb;
}

.page-header-center h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.page-header-center p {
    font-size: 18px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
}

.services-detailed {
    padding: 80px 0;
}

.service-detail-split {
    display: flex;
    min-height: 600px;
    margin-bottom: 40px;
}

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

.service-detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content > p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a5568;
    line-height: 1.7;
}

.service-includes {
    margin-bottom: 30px;
}

.service-includes h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-includes ul {
    list-style: none;
    padding-left: 0;
}

.service-includes ul li {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.service-includes ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-weight: 700;
}

.service-pricing {
    margin-bottom: 30px;
}

.price-large {
    font-size: 36px;
    font-weight: 700;
    color: #2d5f3f;
    margin-bottom: 8px;
}

.price-note {
    font-size: 14px;
    color: #6b7280;
}

.service-detail-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.service-detail-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-full-dark {
    padding: 100px 60px;
    background-color: #1f2937;
}

.cta-full-dark .cta-content-centered h2 {
    color: #ffffff;
}

.cta-full-dark .cta-content-centered p {
    color: #d1d5db;
}

.btn-light-large {
    display: inline-block;
    padding: 18px 40px;
    background-color: #ffffff;
    color: #1f2937;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-light-large:hover {
    background-color: #e5e7eb;
    transform: translateY(-2px);
}

.contact-split {
    display: flex;
    min-height: 600px;
}

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background-color: #f9fafb;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.contact-block h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.contact-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

.location-section {
    padding: 80px 60px;
    background-color: #ffffff;
}

.location-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
    text-align: center;
}

.location-section > p {
    font-size: 17px;
    color: #4a5568;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.location-details {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.location-item {
    flex: 1;
}

.location-item h3 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.location-item p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
}

.faq-split {
    display: flex;
    min-height: 600px;
    background-color: #f9fafb;
}

.faq-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.faq-content h2 {
    font-size: 36px;
    margin-bottom: 35px;
    color: #1a1a1a;
}

.faq-item {
    margin-bottom: 25px;
}

.faq-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.faq-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.faq-visual {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.faq-visual img {
    width: 100%;
    height: 100%;
    display: block;
}

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

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

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #2d5f3f;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 30px;
}

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

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

.thanks-details {
    margin-bottom: 40px;
}

.thanks-details p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-details #service-confirmation {
    font-weight: 600;
    color: #2d5f3f;
}

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

.legal-content {
    padding: 80px 60px;
    background-color: #ffffff;
}

.legal-content .container {
    max-width: 900px;
}

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

.legal-date {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 40px;
}

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

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

.legal-content h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

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

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

.legal-content a {
    color: #2d5f3f;
    text-decoration: underline;
}

.legal-content a:hover {
    opacity: 0.8;
}

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

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

.cookies-table th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #1a1a1a;
}

.cookies-table td {
    font-size: 15px;
    color: #4a5568;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        width: 100%;
    }

    .hero-split,
    .value-split,
    .trust-split,
    .form-section-split,
    .page-hero-split,
    .story-split,
    .team-split-alternate,
    .values-split,
    .service-detail-split,
    .contact-split,
    .faq-split {
        flex-direction: column;
    }

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

    .hero-left,
    .hero-right,
    .value-left,
    .value-right,
    .trust-left,
    .trust-right,
    .form-left,
    .form-right,
    .hero-content,
    .hero-visual,
    .story-left,
    .story-right,
    .team-visual,
    .team-content,
    .values-content,
    .values-visual,
    .service-detail-content,
    .service-detail-visual,
    .contact-info,
    .contact-visual,
    .faq-content,
    .faq-visual {
        padding: 40px 30px;
    }

    .hero-left h1,
    .hero-content h1 {
        font-size: 34px;
    }

    .value-right h2,
    .trust-left h2,
    .form-right h2,
    .story-left h2,
    .team-content h2,
    .values-content h2,
    .service-detail-content h2,
    .contact-info h2,
    .faq-content h2 {
        font-size: 28px;
    }

    .section-header-center h2,
    .cta-content-centered h2 {
        font-size: 32px;
    }

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

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

    .location-details {
        flex-direction: column;
    }

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