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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 20px;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #d4af37;
    text-decoration: underline;
}

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

.navbar {
    background: #1a1a1a;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    color: #d4af37;
    font-size: 1.3rem;
    font-weight: 600;
}

.ad-disclosure {
    color: #888;
    font-size: 0.75rem;
    padding: 4px 12px;
    border: 1px solid #444;
    border-radius: 4px;
}

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

.nav-menu a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

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

.hamburger {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 3px 0;
}

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

.hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 60px;
}

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

.hero-content h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 1.15rem;
    margin-bottom: 35px;
    color: #555;
}

.btn-hero {
    display: inline-block;
    background: #d4af37;
    color: #1a1a1a;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

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

.hero-right {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.intro-section {
    padding: 100px 0;
}

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

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

.split-image {
    flex: 1;
    min-height: 500px;
}

.split-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.split-content {
    flex: 1;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.split-content h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.split-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #555;
}

.link-arrow {
    display: inline-block;
    color: #d4af37;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: transform 0.3s;
}

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

.services-preview {
    background: #f8f8f8;
    padding: 100px 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.services-preview h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.services-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.service-card {
    flex: 1;
    background: #fff;
    overflow: hidden;
}

.service-image {
    height: 280px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.4s;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-card h3 {
    font-size: 1.5rem;
    padding: 25px 25px 10px;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 25px 15px;
    color: #666;
}

.service-price {
    padding: 0 25px 25px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4af37;
}

.cta-center {
    text-align: center;
}

.btn-outline {
    display: inline-block;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    padding: 14px 35px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: #1a1a1a;
    color: #fff;
}

.experience-split {
    padding: 100px 0;
    background: #fff;
}

.booking-section {
    background: #1a1a1a;
    padding: 100px 0;
}

.booking-layout {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.booking-info {
    flex: 1;
    color: #fff;
}

.booking-info h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

.booking-info p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #ccc;
}

.booking-benefits {
    list-style: none;
}

.booking-benefits li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #ddd;
}

.booking-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: 700;
}

.booking-form-wrapper {
    flex: 1;
    background: #fff;
    padding: 50px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

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

.form-group input,
.form-group select {
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    background: #d4af37;
    color: #1a1a1a;
    padding: 16px;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #b8941f;
}

.btn-primary {
    background: #d4af37;
    color: #1a1a1a;
    border: none;
    padding: 12px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #b8941f;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 28px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #333;
}

.testimonials {
    padding: 100px 0;
    background: #f8f8f8;
}

.testimonials h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.testimonials-grid {
    display: flex;
    gap: 40px;
}

.testimonial-card {
    flex: 1;
    background: #fff;
    padding: 40px;
}

.testimonial-card p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

.testimonial-author {
    font-weight: 600;
    color: #1a1a1a;
}

.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 60px 0 30px;
}

.footer-grid {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    margin-bottom: 20px;
    color: #d4af37;
}

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

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

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-col p {
    color: #ccc;
    line-height: 1.8;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 25px;
    text-align: center;
    color: #888;
}

.disclaimer-notice {
    background: #f0f0f0;
    padding: 30px;
    margin: 0;
}

.disclaimer-notice p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.page-header {
    background: #1a1a1a;
    color: #fff;
    padding: 80px 30px;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 1.2rem;
    color: #ccc;
}

.content-section {
    padding: 80px 0;
}

.content-section h2 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.content-section p {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-item {
    display: flex;
    gap: 40px;
    background: #fff;
    padding: 40px;
    border-left: 4px solid #d4af37;
}

.service-item-content {
    flex: 1;
}

.service-item h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-item p {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 10px;
}

.service-item-price {
    font-size: 2rem;
    font-weight: 700;
    color: #d4af37;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    background: #f8f8f8;
}

.team-grid {
    display: flex;
    gap: 50px;
}

.team-member {
    flex: 1;
    text-align: center;
}

.team-photo {
    width: 100%;
    height: 350px;
    background-color: #e0e0e0;
    margin-bottom: 20px;
    overflow: hidden;
}

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

.team-member h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1a1a1a;
}

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

.team-member p {
    color: #666;
}

.contact-info {
    background: #f8f8f8;
    padding: 50px;
    margin-bottom: 40px;
}

.contact-info h2 {
    margin-bottom: 30px;
}

.info-item {
    margin-bottom: 20px;
}

.info-item strong {
    display: block;
    margin-bottom: 5px;
    color: #1a1a1a;
}

.info-item span {
    color: #555;
}

.legal-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 30px;
}

.legal-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

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

.legal-section p {
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.legal-section ul {
    margin-bottom: 20px;
    margin-left: 25px;
}

.legal-section ul li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.7;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 30px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #555;
}

.thanks-icon {
    font-size: 4rem;
    color: #d4af37;
    margin-bottom: 30px;
}

@media (max-width: 968px) {
    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
    }

    .nav-menu.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .hero-split {
        flex-direction: column;
        height: auto;
    }

    .hero-left,
    .hero-right {
        min-height: 400px;
    }

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

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

    .services-grid {
        flex-direction: column;
    }

    .booking-layout {
        flex-direction: column;
        gap: 40px;
    }

    .testimonials-grid {
        flex-direction: column;
    }

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

    .team-grid {
        flex-direction: column;
    }

    .service-item {
        flex-direction: column;
    }
}