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

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafaf8;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

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

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

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

.btn-reject:hover {
    background-color: #333333;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logo a {
    font-size: 26px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Garamond', serif;
}

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

.main-nav a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    font-size: 11px;
    color: #666666;
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 3px;
}

.hero-magazine {
    background-color: #f9f7f4;
    padding: 80px 0;
}

.hero-columns {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.hero-text-column {
    flex: 1;
}

.hero-text-column h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: normal;
}

.hero-intro {
    font-size: 20px;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.hero-image-column {
    flex: 1;
    background-color: #e8e3dc;
}

.hero-image-column img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    background-color: #d4a574;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #c49563;
    transform: translateY(-2px);
}

.intro-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.magazine-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 50px;
}

.intro-sidebar {
    flex: 0 0 280px;
    background-color: #f9f7f4;
    padding: 30px;
}

.intro-sidebar h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.benefits-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #4a4a4a;
    font-size: 15px;
}

.benefits-list li:last-child {
    border-bottom: none;
}

.intro-main {
    flex: 1;
}

.intro-main h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: normal;
}

.intro-main p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.intro-main img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    object-fit: cover;
}

.story-section {
    padding: 100px 0;
    background-color: #f9f7f4;
}

.story-section h2 {
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
    color: #1a1a1a;
    font-weight: normal;
}

.story-section p {
    font-size: 19px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.story-image {
    margin: 50px 0;
    background-color: #e8e3dc;
}

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

.services-showcase {
    padding: 100px 0;
    background-color: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-header h2 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: normal;
}

.services-subtitle {
    font-size: 20px;
    color: #666666;
}

.services-magazine-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-feature {
    display: flex;
    gap: 50px;
    align-items: center;
    background-color: #f9f7f4;
    padding: 50px;
}

.service-content {
    flex: 1.2;
}

.service-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-content p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.service-details {
    list-style: none;
    margin-bottom: 30px;
}

.service-details li {
    padding: 10px 0;
    padding-left: 24px;
    position: relative;
    color: #4a4a4a;
    font-size: 16px;
}

.service-details li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d4a574;
    font-weight: bold;
}

.service-price {
    font-size: 36px;
    font-weight: bold;
    color: #d4a574;
    margin-bottom: 24px;
}

.service-image {
    flex: 0.8;
    background-color: #e8e3dc;
}

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

.service-dual {
    display: flex;
    gap: 40px;
}

.service-card {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.service-card-content {
    padding: 30px;
}

.service-card-content h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-card-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-card-content .service-price {
    font-size: 28px;
    margin-bottom: 20px;
}

.service-full-width {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 60px;
}

.service-columns {
    display: flex;
    gap: 60px;
    align-items: center;
}

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

.service-text-col h3 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: normal;
}

.service-text-col p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #d4d4d4;
}

.service-text-col .service-details li {
    color: #d4d4d4;
}

.service-text-col .service-price {
    color: #d4a574;
}

.service-image-col {
    flex: 1;
    background-color: #3a3a3a;
}

.service-image-col img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-sidebar-layout {
    display: flex;
    gap: 40px;
}

.service-main-content {
    flex: 1.5;
}

.service-main-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-main-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-sidebar-info {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-sidebar-info img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sidebar-note {
    background-color: #f9f7f4;
    padding: 24px;
}

.sidebar-note h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.sidebar-note p {
    font-size: 15px;
    color: #4a4a4a;
}

.service-highlight {
    background: linear-gradient(135deg, #f9f7f4 0%, #e8e3dc 100%);
    padding: 60px;
    position: relative;
}

.highlight-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #d4a574;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-highlight h3 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-highlight p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.highlight-features {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.feature-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-item strong {
    font-size: 18px;
    color: #1a1a1a;
}

.feature-item span {
    font-size: 15px;
    color: #666666;
}

.btn-select-service {
    background-color: #d4a574;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

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

.science-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.science-section h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
    font-weight: normal;
}

.science-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}

.science-content {
    flex: 1.2;
}

.science-content p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.science-content a {
    color: #d4a574;
    text-decoration: none;
    font-weight: bold;
}

.science-content a:hover {
    text-decoration: underline;
}

.science-image {
    flex: 0.8;
    background-color: #e8e3dc;
}

.science-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.testimonials-section {
    padding: 100px 0;
    background-color: #f9f7f4;
}

.testimonials-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: normal;
}

.testimonials-editorial {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-block blockquote {
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #d4a574;
    font-size: 18px;
    font-style: italic;
    color: #4a4a4a;
}

.testimonial-block cite {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 16px;
}

.cta-section {
    padding: 100px 0;
    background-color: #2c2c2c;
    text-align: center;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #ffffff;
    font-weight: normal;
}

.cta-content p {
    font-size: 20px;
    margin-bottom: 36px;
    color: #d4d4d4;
}

.booking-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.booking-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
    font-weight: normal;
}

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

.form-container {
    flex: 1.2;
}

.booking-form {
    background-color: #f9f7f4;
    padding: 40px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d4d4d4;
    font-size: 15px;
    font-family: 'Georgia', serif;
}

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

.checkbox-label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: normal;
}

.checkbox-label input {
    width: auto;
    margin-top: 4px;
}

.checkbox-label a {
    color: #d4a574;
}

.btn-submit {
    background-color: #d4a574;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s ease;
}

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

.booking-info {
    flex: 0.8;
    background-color: #f9f7f4;
    padding: 40px;
}

.booking-info h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.booking-steps {
    list-style: none;
    counter-reset: step-counter;
}

.booking-steps li {
    counter-increment: step-counter;
    padding: 16px 0;
    padding-left: 40px;
    position: relative;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
}

.booking-steps li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 16px;
    width: 28px;
    height: 28px;
    background-color: #d4a574;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.references-section {
    padding: 60px 0;
    background-color: #f9f7f4;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.references-list {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: #4a4a4a;
}

.references-list a {
    color: #d4a574;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #1a1a1a;
    color: #d4d4d4;
    padding: 60px 0 20px;
}

.footer-magazine {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

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

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-col a {
    color: #d4d4d4;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #d4a574;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}

@media (max-width: 768px) {
    .hero-columns {
        flex-direction: column;
    }

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

    .intro-sidebar {
        flex: 1;
    }

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

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

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

    .service-sidebar-layout {
        flex-direction: column;
    }

    .highlight-features {
        flex-direction: column;
    }

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

    .booking-layout {
        flex-direction: column;
    }

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

    .main-nav ul {
        flex-direction: column;
        gap: 10px;
    }

    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }
}