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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

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

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

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

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

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

.hero-magazine {
    padding: 60px 40px;
    background-color: #fff;
}

.hero-content-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

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

.hero-text-column h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

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

.hero-image-column img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #e67e22;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #d35400;
    cursor: pointer;
}

.editorial-intro {
    padding: 70px 40px;
    background-color: #f9f9f9;
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.container-medium {
    max-width: 960px;
    margin: 0 auto;
}

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

.lead-text {
    font-size: 21px;
    line-height: 1.8;
    color: #444;
}

.services-magazine {
    padding: 80px 40px;
    background-color: #fff;
}

.section-header-offset {
    margin-bottom: 50px;
    margin-left: 20px;
}

.section-header-offset h2 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 700;
}

.subheading {
    font-size: 18px;
    color: #777;
}

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

.service-card-large {
    flex: 1 1 calc(66.666% - 20px);
    min-width: 400px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.service-card-medium {
    flex: 1 1 calc(50% - 20px);
    min-width: 320px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.service-card-small {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 30px;
}

.card-image-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

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

.card-content {
    padding: 30px;
}

.card-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 700;
}

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

.card-content-compact h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
}

.card-content-compact p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 18px;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #e67e22;
    margin-bottom: 20px;
}

.select-service {
    padding: 12px 28px;
    background-color: #2c3e50;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #34495e;
    cursor: pointer;
}

.why-section-asymmetric {
    padding: 90px 40px;
    background-color: #fafafa;
}

.content-offset-left {
    max-width: 650px;
    padding-right: 60px;
}

.content-offset-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.content-offset-left p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.image-offset-right {
    margin-top: -120px;
    margin-left: auto;
    max-width: 580px;
}

.image-offset-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.approach-section {
    padding: 80px 40px;
    background-color: #fff;
}

.centered-heading {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a1a1a;
    font-weight: 700;
}

.approach-columns {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.approach-col {
    flex: 1;
}

.approach-col h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
}

.approach-col p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.form-section-magazine {
    padding: 90px 40px;
    background-color: #f4f4f4;
}

.form-intro-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.form-intro-text h2 {
    font-size: 40px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-intro-text p {
    font-size: 17px;
    color: #666;
}

.magazine-form {
    max-width: 680px;
    margin: 0 auto;
    background-color: #fff;
    padding: 45px;
    border: 1px solid #e0e0e0;
}

.form-row-half {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #e67e22;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #d35400;
    cursor: pointer;
}

.testimonial-section {
    padding: 80px 40px;
    background-color: #fff;
}

.testimonial-card {
    margin-bottom: 35px;
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #e67e22;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 15px;
    color: #777;
    font-weight: 600;
}

.footer-magazine {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    gap: 80px;
}

.footer-col-main {
    flex: 2;
}

.footer-col-main h4 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.footer-col-main p {
    font-size: 15px;
    color: #bdc3c7;
}

.footer-col {
    flex: 1;
}

.footer-col h5 {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #fff;
}

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

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

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

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.6;
    color: #95a5a6;
    margin-bottom: 15px;
}

.copyright {
    font-size: 13px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 25px 40px;
    display: none;
    z-index: 1000;
    border-top: 3px solid #e67e22;
}

.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-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #e67e22;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #d35400;
    cursor: pointer;
}

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

.cookie-btn.reject:hover {
    background-color: #fff;
    color: #2c3e50;
    cursor: pointer;
}

.page-hero-simple {
    padding: 80px 40px;
    background-color: #f9f9f9;
    text-align: center;
}

.page-hero-simple h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 19px;
    color: #666;
}

.story-section {
    padding: 70px 40px;
    background-color: #fff;
}

.story-intro {
    margin-bottom: 50px;
}

.story-content h2 {
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.story-content h3 {
    font-size: 26px;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #2c3e50;
    font-weight: 700;
}

.story-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.image-inline {
    margin: 40px 0;
}

.image-inline img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.value-item {
    flex: 1 1 calc(50% - 15px);
    min-width: 280px;
    padding: 25px;
    background-color: #f9f9f9;
    border-left: 3px solid #e67e22;
}

.value-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 700;
}

.value-item p {
    font-size: 15px;
    color: #666;
}

.cta-section-inline {
    padding: 80px 40px;
    background-color: #e67e22;
}

.cta-box {
    text-align: center;
    color: #fff;
}

.cta-box h2 {
    font-size: 38px;
    margin-bottom: 18px;
    font-weight: 700;
}

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

.cta-secondary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #fff;
    color: #e67e22;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background-color: #f9f9f9;
}

.services-detailed {
    padding: 60px 40px;
    background-color: #fff;
}

.service-detail-card {
    display: flex;
    gap: 50px;
    margin-bottom: 70px;
    align-items: center;
}

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

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

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.service-detail-content h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
}

.service-features {
    list-style: none;
    margin-bottom: 25px;
}

.service-features li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e67e22;
    font-weight: 700;
    font-size: 20px;
}

.service-meta {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f9f9f9;
}

.meta-item {
    font-size: 14px;
    color: #555;
}

.meta-item strong {
    color: #2c3e50;
    font-weight: 700;
}

.booking-cta {
    padding: 70px 40px;
    background-color: #f4f4f4;
    text-align: center;
}

.booking-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.booking-cta p {
    font-size: 17px;
    color: #666;
    margin-bottom: 30px;
}

.contact-section {
    padding: 70px 40px;
    background-color: #fff;
}

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

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.contact-detail {
    margin-bottom: 30px;
}

.contact-detail h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 700;
}

.contact-detail p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.contact-map {
    flex: 1;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-color: #f0f0f0;
}

.map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.faq-section {
    padding: 70px 40px;
    background-color: #f9f9f9;
}

.faq-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.faq-item {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fff;
    border-left: 3px solid #e67e22;
}

.faq-item h4 {
    font-size: 19px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 700;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.thanks-section {
    padding: 100px 40px;
    background-color: #f9f9f9;
}

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

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #27ae60;
    font-weight: 700;
}

.thanks-message {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.thanks-details {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.thanks-next-steps {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 40px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.thanks-next-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
}

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

.steps-list li {
    counter-increment: step-counter;
    padding-left: 40px;
    margin-bottom: 18px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

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

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

.btn-primary {
    padding: 14px 32px;
    background-color: #e67e22;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

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

.btn-secondary {
    padding: 14px 32px;
    background-color: #2c3e50;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #34495e;
}

.thanks-contact {
    font-size: 15px;
    color: #777;
}

.legal-page {
    padding: 70px 40px;
    background-color: #fff;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 18px;
    color: #2c3e50;
    font-weight: 700;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 700;
}

.legal-page h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #34495e;
    font-weight: 700;
}

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

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

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

.legal-page a {
    color: #e67e22;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #d35400;
}

@media (max-width: 768px) {
    .hero-content-split,
    .contact-layout,
    .service-detail-card,
    .approach-columns,
    .footer-content {
        flex-direction: column;
    }

    .form-row-half {
        flex-direction: column;
    }

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

    .service-card-large,
    .service-card-medium,
    .service-card-small {
        min-width: 100%;
    }

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

    .header-top {
        flex-direction: column;
        gap: 20px;
    }

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

    .image-offset-right {
        margin-top: 40px;
    }

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