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

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

.ad-disclosure {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

.magazine-header {
    background-color: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    font-family: 'Arial', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.main-nav {
    display: flex;
    gap: 35px;
}

.main-nav a {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s;
}

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

.hero-magazine {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 900px;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

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

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

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

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

.intro-columns {
    display: flex;
    gap: 60px;
}

.intro-main {
    flex: 2;
}

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

.intro-main p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: justify;
}

.intro-sidebar {
    flex: 1;
}

.info-card {
    background-color: #f5f5f5;
    padding: 30px;
    border-left: 4px solid #2c2c2c;
}

.info-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.info-card ul {
    list-style: none;
}

.info-card ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.info-card ul li:last-child {
    border-bottom: none;
}

.services-preview {
    padding: 80px 0;
    background-color: #fafafa;
}

.section-title-center {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 400;
}

.services-magazine-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card-mag {
    flex: 1 1 calc(33.333% - 30px);
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    min-width: 300px;
}

.card-image {
    height: 250px;
    overflow: hidden;
    background-color: #ddd;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

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

.card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.card-content p {
    font-size: 16px;
    margin-bottom: 15px;
    flex-grow: 1;
}

.price-tag {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.cta-select {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

.cta-select:hover {
    background-color: #444;
}

.experience-columns {
    padding: 80px 0;
    background-color: #ffffff;
}

.two-column-layout {
    display: flex;
    gap: 60px;
}

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

.column-left h2 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
}

.column-left p {
    font-size: 17px;
    margin-bottom: 20px;
}

.highlight-box {
    background-color: #f9f9f9;
    padding: 35px;
    border-top: 3px solid #2c2c2c;
}

.highlight-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.highlight-box p {
    font-size: 16px;
    margin-bottom: 15px;
}

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

.booking-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.booking-form {
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #ddd;
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

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

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

.submit-btn {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-columns {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 40px;
    gap: 50px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

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

.footer-col a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 40px;
    border-top: 1px solid #333;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.footer-bottom {
    text-align: center;
    padding: 20px 40px 0;
    border-top: 1px solid #333;
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

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

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

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

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s;
    font-family: 'Arial', sans-serif;
}

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

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

.cookie-btn:hover {
    opacity: 0.8;
}

.page-hero-small {
    padding: 80px 0 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
}

.page-hero-small h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 400;
}

.lead-text {
    font-size: 20px;
    font-style: italic;
    color: #666;
}

.about-story {
    padding: 80px 0;
    background-color: #ffffff;
}

.story-layout {
    display: flex;
    gap: 60px;
}

.story-main {
    flex: 2;
}

.story-main h2 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
}

.story-main h2:first-child {
    margin-top: 0;
}

.story-main p {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: justify;
}

.story-sidebar {
    flex: 1;
}

.team-highlight,
.values-box,
.sidebar-box {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 3px solid #2c2c2c;
}

.team-highlight h3,
.values-box h3,
.sidebar-box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

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

.expertise-list li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

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

.values-box p,
.sidebar-box p {
    font-size: 15px;
    line-height: 1.7;
}

.approach-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.approach-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

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

.approach-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    min-width: 300px;
}

.approach-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
}

.philosophy-text {
    padding: 80px 0;
    background-color: #ffffff;
}

.philosophy-text h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
}

.philosophy-text p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
}

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

.service-detail {
    margin-bottom: 80px;
}

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

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

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

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

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

.service-text-col h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 500;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 25px;
    font-family: 'Arial', sans-serif;
}

.service-text-col p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.7;
}

.service-includes {
    margin: 25px 0;
    padding-left: 25px;
}

.service-includes li {
    font-size: 15px;
    margin-bottom: 10px;
}

.booking-cta-section {
    padding: 80px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.booking-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}

.booking-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-link-large {
    display: inline-block;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 16px 50px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
}

.cta-link-large:hover {
    background-color: #444;
}

.contact-content {
    padding: 80px 0;
    background-color: #ffffff;
}

.contact-layout {
    display: flex;
    gap: 60px;
}

.contact-main {
    flex: 2;
}

.contact-main h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 400;
}

.contact-main > p {
    font-size: 17px;
    margin-bottom: 40px;
}

.contact-info-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.info-block {
    flex: 1 1 calc(33.333% - 30px);
    min-width: 200px;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.info-block p {
    font-size: 15px;
    line-height: 1.8;
}

.contact-note {
    background-color: #f9f9f9;
    padding: 30px;
    border-left: 4px solid #2c2c2c;
}

.contact-note h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.contact-note p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.contact-note p:last-child {
    margin-bottom: 0;
}

.contact-sidebar {
    flex: 1;
}

.map-placeholder {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.map-info {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #ddd;
    text-align: center;
}

.map-info p {
    font-size: 16px;
    line-height: 1.7;
}

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

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 400;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.8;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
}

.legal-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.7;
}

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

.thanks-content {
    padding: 100px 0;
    background-color: #ffffff;
}

.thanks-box {
    background-color: #f9f9f9;
    padding: 60px;
    border: 2px solid #e0e0e0;
    text-align: center;
}

.thanks-box h1 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #2c2c2c;
}

.thanks-lead {
    font-size: 20px;
    margin-bottom: 50px;
    color: #666;
}

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

.thanks-details h2 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 500;
}

.process-list {
    margin-left: 25px;
}

.process-list li {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.thanks-info {
    text-align: left;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 40px;
    border-left: 4px solid #2c2c2c;
}

.thanks-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.thanks-info ul {
    margin-left: 25px;
}

.thanks-info ul li {
    font-size: 15px;
    margin-bottom: 12px;
    line-height: 1.7;
}

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

.btn-primary,
.btn-secondary {
    padding: 16px 40px;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
    font-family: 'Arial', sans-serif;
    display: inline-block;
}

.btn-primary {
    background-color: #2c2c2c;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: #2c2c2c;
    border: 2px solid #2c2c2c;
}

.btn-primary:hover,
.btn-secondary:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .intro-columns,
    .two-column-layout,
    .story-layout,
    .contact-layout {
        flex-direction: column;
    }

    .service-content-layout,
    .service-detail.reverse .service-content-layout {
        flex-direction: column;
    }

    .services-magazine-grid {
        gap: 30px;
    }

    .service-card-mag {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-overlay h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .service-card-mag {
        flex: 1 1 100%;
    }

    .approach-item {
        flex: 1 1 100%;
    }

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

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

    .cookie-actions {
        justify-content: center;
    }

    .contact-info-blocks {
        flex-direction: column;
    }

    .info-block {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .container-magazine,
    .container-wide,
    .container-narrow {
        padding: 0 20px;
    }

    .header-top {
        padding: 20px;
    }

    .hero-overlay h1 {
        font-size: 28px;
    }

    .booking-form {
        padding: 30px 20px;
    }

    .thanks-box {
        padding: 40px 20px;
    }
}