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

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

a {
    text-decoration: none;
    color: inherit;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 1.2rem 0;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3436;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    color: #636e72;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover,
.nav-links a.nav-active {
    color: #2d3436;
}

.hero-split {
    display: flex;
    min-height: 100vh;
    margin-top: 72px;
}

.hero-left,
.hero-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.hero-left {
    padding: 4rem;
    background: #f8f9fa;
}

.hero-content {
    max-width: 560px;
}

.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #2d3436;
    font-weight: 700;
}

.hero-content p {
    font-size: 1.25rem;
    color: #636e72;
    margin-bottom: 2rem;
    line-height: 1.7;
}

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

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2d3436;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s;
}

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

.split-reverse {
    display: flex;
    padding: 6rem 0;
}

.split-image,
.split-content {
    flex: 1;
}

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

.split-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2d3436;
    line-height: 1.3;
}

.split-content p {
    font-size: 1.1rem;
    color: #636e72;
    margin-bottom: 1.5rem;
}

.link-arrow {
    color: #2d3436;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s;
}

.link-arrow:hover {
    transform: translateX(5px);
}

.services-preview {
    padding: 6rem 2rem;
    background: #ffffff;
}

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

.section-header-center h2 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.section-header-center p {
    font-size: 1.2rem;
    color: #636e72;
}

.services-split-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-card-split {
    display: flex;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.service-card-split:nth-child(even) {
    flex-direction: row-reverse;
}

.service-card-image,
.service-card-text {
    flex: 1;
}

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

.service-card-text {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.service-card-text p {
    font-size: 1.05rem;
    color: #636e72;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.price-tag {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 1.5rem;
}

.btn-secondary {
    display: inline-block;
    padding: 0.85rem 2rem;
    background: transparent;
    color: #2d3436;
    border: 2px solid #2d3436;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s;
    align-self: flex-start;
}

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

.trust-split {
    display: flex;
    background: #2d3436;
    color: #ffffff;
}

.trust-content,
.trust-image {
    flex: 1;
}

.trust-content {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trust-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.trust-stats {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.8;
}

.trust-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.9;
}

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

.testimonials-alternate {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.testimonials-alternate h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2d3436;
}

.testimonial-split {
    display: flex;
    max-width: 1400px;
    margin: 0 auto 3rem;
    gap: 3rem;
}

.testimonial-quote {
    flex: 1;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.testimonial-quote p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #636e72;
    margin-bottom: 1.5rem;
}

.testimonial-quote cite {
    font-style: normal;
    font-weight: 600;
    color: #2d3436;
}

.full-services-split {
    display: flex;
}

.full-services-left,
.full-services-right {
    flex: 1;
}

.full-services-left {
    padding: 5rem;
    background: #ffffff;
}

.full-services-left h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2d3436;
}

.service-list-detailed {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-item-detailed {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
}

.service-item-detailed:last-child {
    border-bottom: none;
}

.service-item-detailed h4 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #2d3436;
}

.service-item-detailed p {
    font-size: 1rem;
    color: #636e72;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.service-item-detailed .price {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3436;
}

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

.booking-section {
    padding: 6rem 2rem;
    background: #f8f9fa;
}

.booking-split {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    gap: 4rem;
}

.booking-left,
.booking-right {
    flex: 1;
}

.booking-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2d3436;
}

.booking-left p {
    font-size: 1.1rem;
    color: #636e72;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.booking-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item {
    font-size: 1.05rem;
    color: #2d3436;
}

.booking-form {
    background: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2d3436;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.85rem;
    border: 2px solid #e8e8e8;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

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

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

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

.cta-final {
    padding: 6rem 2rem;
    background: #2d3436;
    color: #ffffff;
}

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

.cta-content-centered h2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

.cta-content-centered p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #ffffff;
    color: #2d3436;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: transform 0.3s;
}

.cta-large:hover {
    transform: scale(1.05);
}

.footer {
    background: #1a1e20;
    color: #ffffff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.footer-section a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3436;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

.btn-accept:hover {
    background: #e8e8e8;
}

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

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

.page-hero-split {
    display: flex;
    min-height: 60vh;
    margin-top: 72px;
}

.page-hero-content {
    flex: 1;
    background: #f8f9fa;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.page-hero-content p {
    font-size: 1.2rem;
    color: #636e72;
}

.page-hero-image {
    flex: 1;
}

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

.service-detail-split {
    display: flex;
    padding: 4rem 0;
}

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

.service-detail-image,
.service-detail-content {
    flex: 1;
}

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

.service-detail-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f9fa;
}

.service-detail-content h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.price-large {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 1.5rem;
}

.service-detail-content p {
    font-size: 1.1rem;
    color: #636e72;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e8e8e8;
    color: #636e72;
}

.service-features li:last-child {
    border-bottom: none;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2d3436;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s;
    align-self: flex-start;
}

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

.services-cta-section {
    padding: 5rem 2rem;
    background: #2d3436;
    color: #ffffff;
}

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

.services-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.services-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s;
}

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

.about-hero-split {
    display: flex;
    min-height: 70vh;
    margin-top: 72px;
}

.about-hero-left {
    flex: 1;
    background: #f8f9fa;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-hero-left h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    color: #2d3436;
    line-height: 1.2;
}

.about-hero-left p {
    font-size: 1.2rem;
    color: #636e72;
    line-height: 1.7;
}

.about-hero-right {
    flex: 1;
}

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

.about-story-split {
    display: flex;
    padding: 5rem 0;
}

.story-content,
.story-image {
    flex: 1;
}

.story-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2d3436;
}

.story-content p {
    font-size: 1.1rem;
    color: #636e72;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

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

.about-values-split {
    display: flex;
    background: #f8f9fa;
}

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

.values-image,
.values-content {
    flex: 1;
}

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

.values-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.values-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2d3436;
}

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

.value-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #2d3436;
}

.value-item p {
    font-size: 1.05rem;
    color: #636e72;
    line-height: 1.6;
}

.team-section {
    padding: 6rem 2rem;
    background: #ffffff;
}

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

.team-header h2 {
    font-size: 2.8rem;
    color: #2d3436;
}

.team-split-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.team-member-split {
    display: flex;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.team-member-split:nth-child(even) {
    flex-direction: row-reverse;
}

.team-member-image,
.team-member-info {
    flex: 1;
}

.team-member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member-info {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-member-info h3 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #2d3436;
}

.team-role {
    font-size: 1rem;
    color: #636e72;
    font-weight: 600;
    margin-bottom: 1rem;
}

.team-member-info p {
    font-size: 1.05rem;
    color: #636e72;
    line-height: 1.7;
}

.about-approach-split {
    display: flex;
    padding: 5rem 0;
    background: #2d3436;
    color: #ffffff;
}

.approach-content,
.approach-image {
    flex: 1;
}

.approach-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.approach-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.approach-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    line-height: 1.7;
}

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

.contact-hero-split {
    display: flex;
    min-height: 60vh;
    margin-top: 72px;
}

.contact-hero-left {
    flex: 1;
    background: #f8f9fa;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-hero-left h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.contact-hero-left p {
    font-size: 1.2rem;
    color: #636e72;
}

.contact-hero-right {
    flex: 1;
}

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

.contact-info-split {
    display: flex;
    padding: 5rem 0;
}

.contact-details,
.contact-map {
    flex: 1;
}

.contact-details {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-details h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2d3436;
}

.contact-item {
    margin-bottom: 2.5rem;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #2d3436;
}

.contact-item p {
    font-size: 1.05rem;
    color: #636e72;
    line-height: 1.7;
}

.contact-item a {
    color: #2d3436;
    font-weight: 600;
}

.contact-note {
    font-style: italic;
    font-size: 0.95rem;
}

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

.contact-faq-split {
    display: flex;
    background: #f8f9fa;
}

.faq-content,
.faq-image {
    flex: 1;
}

.faq-content {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2d3436;
}

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

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: #2d3436;
}

.faq-item p {
    font-size: 1.05rem;
    color: #636e72;
    line-height: 1.7;
}

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

.contact-cta {
    padding: 5rem 2rem;
    background: #2d3436;
    color: #ffffff;
}

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

.contact-cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.contact-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.thanks-split {
    display: flex;
    min-height: 70vh;
    margin-top: 72px;
}

.thanks-left {
    flex: 1.2;
    background: #f8f9fa;
    padding: 4rem;
    display: flex;
    align-items: center;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.thanks-content > p {
    font-size: 1.2rem;
    color: #636e72;
    margin-bottom: 2rem;
}

.thanks-details {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.thanks-details p {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2d3436;
}

.thanks-details ul {
    list-style: none;
    padding-left: 0;
}

.thanks-details li {
    padding: 0.5rem 0;
    color: #636e72;
}

.thanks-note {
    font-size: 1rem;
    color: #636e72;
    font-style: italic;
    margin-bottom: 2rem;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
}

.thanks-right {
    flex: 1;
}

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

.thanks-additional {
    padding: 5rem 2rem;
    background: #ffffff;
}

.thanks-additional-content {
    max-width: 1200px;
    margin: 0 auto;
}

.thanks-additional-content h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2d3436;
}

.thanks-links-split {
    display: flex;
    gap: 3rem;
}

.thanks-link-item {
    flex: 1;
    background: #f8f9fa;
    padding: 2.5rem;
    border-radius: 8px;
}

.thanks-link-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.thanks-link-item p {
    font-size: 1.05rem;
    color: #636e72;
    margin-bottom: 1.5rem;
}

.thanks-link-item a {
    color: #2d3436;
    font-weight: 600;
}

.legal-page {
    padding: 6rem 2rem;
    margin-top: 72px;
    background: #f8f9fa;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 4rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.legal-container h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.last-updated {
    color: #636e72;
    font-style: italic;
    margin-bottom: 2rem;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2d3436;
}

.legal-container h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2d3436;
}

.legal-container p {
    font-size: 1.05rem;
    color: #636e72;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-container ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-container li {
    font-size: 1.05rem;
    color: #636e72;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.legal-container a {
    color: #2d3436;
    font-weight: 600;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

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

.cookies-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2d3436;
}

.cookies-table td {
    color: #636e72;
}

@media (max-width: 1024px) {
    .hero-split,
    .split-reverse,
    .trust-split,
    .full-services-split,
    .booking-split,
    .service-detail-split,
    .about-hero-split,
    .about-story-split,
    .about-values-split,
    .about-approach-split,
    .contact-hero-split,
    .contact-info-split,
    .contact-faq-split,
    .thanks-split,
    .page-hero-split {
        flex-direction: column;
    }

    .service-card-split,
    .team-member-split {
        flex-direction: column;
    }

    .service-card-split:nth-child(even),
    .team-member-split:nth-child(even) {
        flex-direction: column;
    }

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

    .about-values-split.reverse {
        flex-direction: column;
    }

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

    .trust-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .testimonial-split,
    .thanks-links-split {
        flex-direction: column;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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

@media (max-width: 768px) {
    .hero-left,
    .split-content,
    .trust-content,
    .full-services-left,
    .booking-left,
    .service-detail-content,
    .story-content,
    .values-content,
    .approach-content,
    .contact-details,
    .faq-content {
        padding: 2rem;
    }

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

    .section-header-center h2,
    .testimonials-alternate h2,
    .team-header h2 {
        font-size: 2rem;
    }

    .nav-links {
        display: none;
    }

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

    .legal-container {
        padding: 2rem;
    }
}