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

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

.ad-notice {
    background-color: #ecf0f1;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #7f8c8d;
    border-bottom: 1px solid #bdc3c7;
}

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

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

.site-header {
    background-color: #ffffff;
    border-bottom: 2px solid #34495e;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-logo {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

.main-nav a {
    text-decoration: none;
    color: #34495e;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-editorial {
    margin: 40px 0 60px;
}

.hero-split {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.hero-text {
    flex: 1 1 450px;
    padding: 20px;
}

.hero-image {
    flex: 1 1 500px;
    background-color: #ecf0f1;
}

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

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2c3e50;
}

.hero-lead {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.intro-magazine {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.intro-cols {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.col-large {
    flex: 2 1 500px;
}

.col-small {
    flex: 1 1 300px;
}

.intro-cols h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.intro-cols p {
    margin-bottom: 18px;
    font-size: 18px;
    color: #555;
}

.highlight-box {
    background-color: #ffffff;
    padding: 30px;
    border-left: 4px solid #e74c3c;
}

.highlight-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.highlight-box ul {
    list-style: none;
}

.highlight-box li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.highlight-box li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #e74c3c;
}

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

.three-col-uneven {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-card {
    flex: 1 1 300px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.feature-card img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #ecf0f1;
}

.feature-card h4 {
    font-size: 22px;
    margin: 20px 20px 10px;
    color: #2c3e50;
}

.feature-card p {
    padding: 0 20px 20px;
    font-size: 16px;
    color: #555;
}

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

.story-section h3 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e50;
}

.story-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.story-block {
    flex: 1 1 220px;
    padding: 20px;
    border-top: 3px solid #34495e;
}

.step-num {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 15px;
}

.story-block h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.story-block p {
    font-size: 16px;
    color: #555;
}

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

.services-preview h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.section-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

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

.service-item {
    flex: 1 1 320px;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #ddd;
}

.service-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-item p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #e74c3c;
    margin-top: 10px;
}

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

.btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background-color: #e74c3c;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.testimonials-magazine {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonials-magazine h3 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e50;
}

.testimonial-layout {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.testimonial {
    padding: 30px;
    background-color: #f8f9fa;
    border-left: 4px solid #34495e;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    font-size: 16px;
    color: #7f8c8d;
}

.form-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.form-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.form-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.booking-form {
    max-width: 600px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #bdc3c7;
    background-color: #ffffff;
    font-family: inherit;
}

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

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 20px;
}

.footer-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1 1 220px;
}

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

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

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

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

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

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

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
    margin-bottom: 10px;
}

.disclaimer {
    font-size: 12px;
    color: #7f8c8d;
    max-width: 800px;
    margin: 15px auto 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    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 1 300px;
    font-size: 14px;
    margin: 0;
}

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

.btn-cookie,
.btn-cookie-alt {
    padding: 10px 25px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie {
    background-color: #e74c3c;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #c0392b;
}

.btn-cookie-alt {
    background-color: #7f8c8d;
    color: #ffffff;
}

.btn-cookie-alt:hover {
    background-color: #5d6d7e;
}

.page-hero {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
}

.page-hero h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.lead {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.about-content {
    padding: 60px 0;
}

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

.content-wide {
    flex: 2 1 600px;
}

.content-sidebar {
    flex: 1 1 280px;
}

.content-wide h3 {
    font-size: 32px;
    margin: 30px 0 20px;
    color: #2c3e50;
}

.content-wide h3:first-child {
    margin-top: 0;
}

.content-wide p {
    font-size: 18px;
    color: #555;
    margin-bottom: 18px;
}

.content-wide img {
    width: 100%;
    height: auto;
    margin: 30px 0;
    background-color: #ecf0f1;
}

.info-box {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.info-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.info-box li {
    padding: 8px 0;
    font-size: 16px;
    color: #555;
}

.stat-list li {
    font-size: 16px;
    color: #555;
}

.stat-list strong {
    color: #e74c3c;
    font-size: 20px;
}

.team-section,
.approach-section {
    padding: 60px 0;
}

.team-section h3,
.approach-section h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.team-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.approach-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.approach-item {
    flex: 1 1 300px;
    padding: 25px;
    background-color: #f8f9fa;
}

.approach-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.approach-item p {
    font-size: 16px;
    color: #555;
}

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

.cta-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

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

.service-block {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
    align-items: center;
}

.service-content-left,
.service-content-right {
    flex: 1 1 450px;
}

.service-image-left,
.service-image-right {
    flex: 1 1 400px;
    background-color: #ecf0f1;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
    height: auto;
    display: block;
}

.service-block h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-block p {
    font-size: 18px;
    color: #555;
    margin-bottom: 18px;
}

.service-includes {
    list-style: none;
    margin: 25px 0;
}

.service-includes li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.service-includes li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.service-pricing {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
}

.price-label {
    display: block;
    font-size: 14px;
    color: #7f8c8d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.price-amount {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #e74c3c;
    margin-bottom: 10px;
}

.price-note {
    font-size: 14px;
    color: #7f8c8d;
    margin: 0;
}

.contact-content {
    padding: 60px 0;
}

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

.contact-main {
    flex: 2 1 500px;
}

.contact-sidebar {
    flex: 1 1 300px;
}

.contact-main h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-main p {
    font-size: 18px;
    color: #555;
    margin-bottom: 18px;
}

.contact-info-block {
    margin: 30px 0;
}

.contact-info-block h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-detail {
    font-size: 18px;
    color: #555;
}

.note {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 10px;
}

.info-card {
    background-color: #f8f9fa;
    padding: 25px;
    margin-bottom: 25px;
    border-left: 3px solid #e74c3c;
}

.info-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.info-card p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.location-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.location-section h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.location-section p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.location-note {
    background-color: #ffffff;
    padding: 20px;
    border-left: 4px solid #34495e;
    margin-top: 20px;
}

.location-note p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

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

.thanks-content {
    text-align: center;
}

.thanks-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-info,
.thanks-service,
.thanks-next,
.thanks-contact {
    margin: 40px 0;
    text-align: left;
}

.thanks-info h3,
.thanks-service h3,
.thanks-next h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.thanks-info p,
.thanks-service p,
.thanks-next p,
.thanks-contact p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.thanks-next ul {
    list-style: none;
    margin-top: 20px;
}

.thanks-next li {
    padding: 10px 0;
    font-size: 18px;
}

.thanks-next a {
    color: #e74c3c;
    text-decoration: none;
}

.thanks-next a:hover {
    text-decoration: underline;
}

.legal-page {
    padding: 60px 0;
}

.legal-page h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.updated {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-page h3 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #2c3e50;
}

.legal-page h3:first-of-type {
    margin-top: 0;
}

.legal-page h4 {
    font-size: 22px;
    margin: 25px 0 15px;
    color: #34495e;
}

.legal-page p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.legal-page ul {
    margin: 15px 0 15px 30px;
}

.legal-page li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.7;
}

.legal-page a {
    color: #e74c3c;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 14px;
}

.cookie-table th {
    background-color: #34495e;
    color: #ffffff;
    font-weight: 600;
}

.cookie-table td {
    background-color: #ffffff;
    color: #555;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

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

    .header-content {
        flex-direction: column;
        gap: 15px;
    }

    .main-nav {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .hero-split,
    .magazine-split,
    .service-block {
        flex-direction: column;
    }

    .service-block.reverse {
        flex-direction: column;
    }

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

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