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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    line-height: 1.3;
    font-weight: 600;
    color: #1a252f;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #3498db;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 62, 80, 0.97);
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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;
}

.cookie-content p {
    margin: 0 2rem 0 0;
    flex: 1;
    min-width: 300px;
    margin-bottom: 0.5rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

.btn-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.header-top {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e1e4e8;
    padding: 0.5rem 0;
}

.ad-disclosure {
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 2px solid #e8ebed;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
}

.site-logo {
    font-size: 1.8rem;
    font-family: 'Georgia', serif;
    font-weight: 700;
    color: #1a252f;
    letter-spacing: -0.5px;
}

.main-nav ul {
    display: flex;
    gap: 2.5rem;
}

.main-nav a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

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

.hero-magazine {
    position: relative;
    overflow: hidden;
}

.hero-image-overlay {
    position: relative;
    height: 500px;
}

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

.hero-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 800px;
    background-color: rgba(26, 37, 47, 0.75);
    padding: 3rem 2rem;
    border-radius: 4px;
}

.hero-title {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 1.3rem;
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #ecf0f1;
}

.intro-editorial {
    padding: 5rem 0;
    background-color: #fafbfc;
}

.editorial-grid {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.editorial-main {
    flex: 2;
}

.editorial-main h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.editorial-sidebar {
    flex: 1;
}

.sidebar-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-card img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1rem;
    object-fit: cover;
}

.sidebar-card h4 {
    margin-bottom: 0.8rem;
}

.services-magazine {
    padding: 5rem 0;
    background-color: #ffffff;
}

.section-title-center {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.magazine-grid-three {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.service-card-magazine {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 300px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.service-card-magazine:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.service-image-wrapper {
    height: 240px;
    overflow: hidden;
    background-color: #e8ebed;
}

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

.service-content {
    padding: 2rem;
}

.service-content h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    color: #27ae60;
    margin: 1.5rem 0;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.btn-select-service {
    width: 100%;
    padding: 0.9rem 1.5rem;
    background-color: #2980b9;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.btn-select-service:hover {
    background-color: #21618c;
}

.form-section-magazine {
    padding: 5rem 0;
    background-color: #ecf0f1;
}

.form-layout-split {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.form-intro-column {
    flex: 1;
}

.form-intro-column h2 {
    margin-bottom: 1.5rem;
}

.trust-elements {
    margin-top: 2rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.trust-icon {
    width: 24px;
    height: 24px;
    background-color: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.form-column {
    flex: 1;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.booking-form .form-group {
    margin-bottom: 1.5rem;
}

.booking-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    color: #2c3e50;
}

.form-control,
.form-control-readonly {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #d1d5db;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #2980b9;
}

.form-control-readonly {
    background-color: #f0f0f0;
    color: #555;
    cursor: not-allowed;
}

.btn-submit {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

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

.btn-submit:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
}

.testimonials-inline {
    padding: 4rem 0;
    background-color: #ffffff;
}

.testimonial-heading {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.testimonial-grid-two {
    display: flex;
    gap: 3rem;
}

.testimonial-card {
    flex: 1;
    padding: 2rem;
    background-color: #f8f9fa;
    border-left: 4px solid #2980b9;
    border-radius: 4px;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-weight: 600;
    color: #555;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 0 1rem;
}

.footer-grid {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: #bdc3c7;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #445566;
}

.footer-disclaimer p {
    font-size: 0.9rem;
    color: #bdc3c7;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #445566;
    color: #95a5a6;
    font-size: 0.9rem;
}

.page-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.3rem;
    color: #555;
    font-style: italic;
}

.about-hero,
.services-hero,
.contact-hero {
    padding: 4rem 0 2rem;
    background-color: #f8f9fa;
    text-align: center;
}

.about-content,
.services-detailed,
.contact-content {
    padding: 4rem 0;
}

.about-layout-magazine {
    display: flex;
    gap: 3rem;
}

.about-main-column {
    flex: 2;
}

.about-main-column h3 {
    margin-top: 2.5rem;
}

.about-main-column h3:first-child {
    margin-top: 0;
}

.about-sidebar-column {
    flex: 1;
}

.info-box {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.info-list {
    list-style: disc;
    padding-left: 1.5rem;
}

.info-list li {
    margin-bottom: 0.7rem;
}

.image-box {
    margin-bottom: 2rem;
}

.image-box img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.service-detail-item {
    display: flex;
    gap: 3rem;
    margin-bottom: 5rem;
    align-items: center;
}

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

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

.service-detail-content h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.service-features {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.service-features h4 {
    margin-bottom: 1rem;
}

.service-features ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.service-features li {
    margin-bottom: 0.6rem;
}

.price-display {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.price-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}

.price-amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: #27ae60;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

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

.service-detail-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.cta-section {
    padding: 5rem 0;
    background-color: #2980b9;
    text-align: center;
    color: #ffffff;
}

.cta-section h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.btn-cta-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #ffffff;
    color: #2980b9;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.btn-cta-large:hover {
    background-color: #ecf0f1;
    transform: scale(1.05);
}

.contact-layout {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-info-column {
    flex: 1;
}

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h4 {
    margin-bottom: 0.8rem;
}

.contact-note {
    padding: 1.5rem;
    background-color: #e8f4f8;
    border-left: 4px solid #2980b9;
    border-radius: 4px;
    margin-top: 2rem;
}

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

.contact-image-column img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

.map-section {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.map-section h3 {
    margin-bottom: 1.5rem;
}

.map-placeholder {
    background-color: #e8ebed;
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    color: #555;
}

.thanks-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
    min-height: 60vh;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 4rem 3rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem;
}

.thanks-content h2 {
    margin-bottom: 1.5rem;
    color: #1a252f;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #555;
}

.thanks-details {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.service-confirmation {
    font-weight: 600;
    color: #2980b9;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.thanks-next-steps {
    margin: 2.5rem 0;
    text-align: left;
}

.thanks-next-steps h3 {
    text-align: center;
    margin-bottom: 1.5rem;
}

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

.steps-list li {
    counter-increment: step-counter;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
}

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

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2.5rem;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.btn-primary {
    background-color: #2980b9;
    color: #ffffff;
}

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

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

.btn-secondary:hover {
    background-color: #2980b9;
    color: #ffffff;
}

.legal-content {
    padding: 4rem 0;
}

.legal-content h1 {
    margin-bottom: 1rem;
}

.legal-date {
    font-style: italic;
    color: #777;
    margin-bottom: 2rem;
}

.legal-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

.legal-content ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

@media (max-width: 968px) {
    .editorial-grid,
    .form-layout-split,
    .about-layout-magazine,
    .contact-layout {
        flex-direction: column;
    }

    .testimonial-grid-two {
        flex-direction: column;
    }

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

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

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

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

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .main-nav ul {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 600px) {
    .container,
    .container-narrow {
        padding: 0 1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .page-title {
        font-size: 2.2rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }
}