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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-left .logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ad-notice {
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.main-nav {
    display: flex;
    gap: 2rem;
}

.main-nav a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
}

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

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

.hero-left {
    flex: 1;
    padding: 4rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-left h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-intro {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2rem;
    max-width: 540px;
}

.hero-right {
    flex: 1;
    height: 85vh;
    overflow: hidden;
    background-color: #f0f0f0;
}

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

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    font-size: 1rem;
}

.cta-primary:hover {
    background-color: #1f4420;
}

.cta-secondary {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: #2c5f2d;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2c5f2d;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.cta-secondary:hover {
    background-color: #2c5f2d;
    color: #ffffff;
}

.features-split {
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

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

.feature-left-content,
.feature-right-content {
    flex: 1;
    padding: 3rem 5%;
}

.feature-right-img,
.feature-left-img {
    flex: 1;
    min-height: 500px;
    background-color: #f5f5f5;
}

.feature-right-img img,
.feature-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-split h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.features-split p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}

.services-preview {
    padding: 5rem 5%;
    background-color: #fafafa;
}

.services-header {
    text-align: center;
    margin-bottom: 4rem;
}

.services-header h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.section-intro {
    font-size: 1.2rem;
    color: #666;
}

.services-grid-split {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.service-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 6px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.service-card .price {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 1.5rem;
}

.approach-split {
    display: flex;
    align-items: stretch;
    padding: 5rem 0;
}

.approach-left {
    flex: 1;
    padding: 3rem 5%;
    background-color: #f9f9f9;
}

.approach-left h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.approach-step {
    margin-bottom: 2.5rem;
}

.approach-step h4 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.approach-step p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.approach-right {
    flex: 1;
    background-color: #e5e5e5;
}

.approach-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-section-split {
    display: flex;
    padding: 5rem 5%;
    background-color: #ffffff;
    gap: 4rem;
}

.form-left {
    flex: 1;
}

.form-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.form-left p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.form-benefits {
    margin-top: 2.5rem;
}

.benefit-item {
    margin-bottom: 1.5rem;
}

.benefit-item strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.benefit-item p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.form-right {
    flex: 1;
}

.contact-form {
    background-color: #f9f9f9;
    padding: 2.5rem;
    border-radius: 6px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 5% 1.5rem;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-section a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    transition: color 0.2s;
}

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

.footer-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 5%;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

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

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

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.9rem;
}

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

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

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

.btn-reject:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.page-hero-split {
    display: flex;
    align-items: center;
    min-height: 60vh;
    background-color: #f5f5f5;
}

.hero-content-left {
    flex: 1;
    padding: 4rem 5%;
}

.hero-content-left h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.1;
}

.intro-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 600px;
}

.hero-image-right {
    flex: 1;
    min-height: 60vh;
    background-color: #e0e0e0;
}

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

.about-content-split {
    display: flex;
    padding: 5rem 0;
    align-items: center;
}

.content-left {
    flex: 1;
    padding: 3rem 5%;
}

.content-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.content-left p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}

.content-right {
    flex: 1;
    min-height: 500px;
    background-color: #f0f0f0;
}

.content-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-values-split {
    display: flex;
    align-items: stretch;
    padding: 5rem 0;
    background-color: #fafafa;
}

.team-values-split.reverse {
    flex-direction: row-reverse;
}

.values-left {
    flex: 1;
    background-color: #e5e5e5;
}

.values-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values-right {
    flex: 1;
    padding: 3rem 5%;
}

.values-right h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.value-item {
    margin-bottom: 2rem;
}

.value-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.value-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.process-split {
    display: flex;
    align-items: stretch;
    padding: 5rem 0;
}

.process-content-left {
    flex: 1;
    padding: 3rem 5%;
}

.process-content-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.process-content-left > p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
}

.process-timeline {
    margin-top: 2rem;
}

.timeline-step {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.step-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f2d;
    min-width: 50px;
}

.step-content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.step-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
}

.process-image-right {
    flex: 1;
    background-color: #e5e5e5;
}

.process-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section {
    padding: 5rem 5%;
    background-color: #2c5f2d;
    text-align: center;
}

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

.cta-content-centered h2 {
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content-centered p {
    font-size: 1.15rem;
    color: #e0f0e0;
    margin-bottom: 2rem;
}

.cta-content-centered .cta-primary {
    background-color: #ffffff;
    color: #2c5f2d;
}

.cta-content-centered .cta-primary:hover {
    background-color: #f0f0f0;
}

.services-hero {
    padding: 5rem 5%;
    background-color: #f5f5f5;
    text-align: center;
}

.services-hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #666;
}

.service-detail-split {
    display: flex;
    align-items: center;
    padding: 4rem 0;
    border-bottom: 1px solid #e5e5e5;
}

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

.service-content-left,
.service-content-right {
    flex: 1;
    padding: 3rem 5%;
}

.service-content-left h2,
.service-content-right h2 {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.service-content-left p,
.service-content-right p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}

.service-includes {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.service-includes h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.service-includes li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-includes li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c5f2d;
    font-weight: 700;
}

.service-pricing {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #f0f7f0;
    border-radius: 4px;
}

.price-label {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.price-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 0.5rem;
}

.price-note {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

.service-image-left,
.service-image-right {
    flex: 1;
    min-height: 500px;
    background-color: #e5e5e5;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-cta {
    padding: 4rem 5%;
    background-color: #fafafa;
}

.cta-split-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.cta-left {
    flex: 1;
}

.cta-left h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-left p {
    font-size: 1.05rem;
    color: #4a4a4a;
}

.cta-right {
    flex: 0 0 auto;
}

.contact-hero {
    padding: 4rem 5%;
    background-color: #f5f5f5;
    text-align: center;
}

.contact-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.contact-split {
    display: flex;
    padding: 5rem 0;
    align-items: stretch;
}

.contact-info-left {
    flex: 1;
    padding: 3rem 5%;
}

.contact-info-left h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-detail {
    margin-bottom: 2rem;
}

.contact-detail h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c5f2d;
}

.contact-detail p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-note {
    margin-top: 2.5rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.contact-note p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.contact-map-right {
    flex: 1;
    position: relative;
    background-color: #e0e0e0;
}

.contact-map-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem 1.5rem;
    border-radius: 4px;
}

.map-overlay p {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.contact-approach {
    padding: 5rem 5%;
    background-color: #fafafa;
}

.approach-content-centered {
    max-width: 1200px;
    margin: 0 auto;
}

.approach-content-centered h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
}

.approach-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.approach-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 6px;
    flex: 1;
    min-width: 250px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.approach-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2c5f2d;
}

.approach-card p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-section {
    padding: 5rem 5%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.thanks-icon {
    margin-bottom: 2rem;
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.thanks-message {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.thanks-details {
    margin-bottom: 3rem;
}

.selected-service {
    font-size: 1rem;
    padding: 1rem;
    background-color: #f0f7f0;
    border-radius: 4px;
    color: #2c5f2d;
}

.thanks-next-steps {
    text-align: left;
    margin: 3rem 0;
    padding: 2rem;
    background-color: #fafafa;
    border-radius: 6px;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.next-step {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.next-step .step-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f2d;
    min-width: 40px;
}

.step-text h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.step-text p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: transparent;
    color: #2c5f2d;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #2c5f2d;
    border-radius: 4px;
    transition: all 0.3s;
}

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

.legal-content {
    padding: 4rem 5%;
    background-color: #ffffff;
}

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

.legal-container h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 3rem;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.legal-container h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.legal-container p {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.legal-container ul {
    margin: 1rem 0 1.5rem 2rem;
    line-height: 1.8;
}

.legal-container li {
    margin-bottom: 0.5rem;
    color: #4a4a4a;
}

.legal-container a {
    color: #2c5f2d;
    text-decoration: underline;
}

.legal-container a:hover {
    color: #1f4420;
}

@media (max-width: 1024px) {
    .hero-split,
    .features-split,
    .approach-split,
    .form-section-split,
    .page-hero-split,
    .about-content-split,
    .team-values-split,
    .process-split,
    .service-detail-split,
    .contact-split,
    .cta-split-content {
        flex-direction: column;
    }

    .features-split.reverse,
    .team-values-split.reverse,
    .service-detail-split.reverse {
        flex-direction: column;
    }

    .hero-right,
    .hero-image-right,
    .feature-right-img,
    .feature-left-img,
    .approach-right,
    .content-right,
    .values-left,
    .process-image-right,
    .service-image-left,
    .service-image-right,
    .contact-map-right {
        min-height: 400px;
    }

    .hero-left h1,
    .hero-content-left h1 {
        font-size: 2.5rem;
    }

    .services-hero-content h1 {
        font-size: 2.5rem;
    }

    .header-right {
        gap: 1rem;
    }

    .main-nav {
        gap: 1rem;
    }

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

@media (max-width: 640px) {
    .header-split {
        flex-direction: column;
        gap: 1rem;
    }

    .services-grid-split,
    .approach-grid {
        flex-direction: column;
    }

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

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}