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

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

.main-header {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2a2a2a;
    font-family: 'Helvetica', sans-serif;
    letter-spacing: -0.5px;
}

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

.main-nav a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Helvetica', sans-serif;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    flex-basis: 100%;
    margin-top: 0.8rem;
    font-size: 0.75rem;
    color: #888;
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    padding: 0.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 1.5rem;
    z-index: 10000;
    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: 1rem;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 0.9rem;
    font-family: 'Helvetica', sans-serif;
}

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

.btn-accept,
.btn-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Helvetica', sans-serif;
    transition: background-color 0.3s ease;
}

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

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

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

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

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

.story-flow {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.hero-editorial {
    position: relative;
    margin-bottom: 2rem;
}

.hero-image-wrapper {
    width: 100%;
    height: 500px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.hero-text-overlay {
    margin-top: 2rem;
}

.hero-text-overlay h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 1rem;
}

.intro-narrow {
    padding: 1rem 0;
}

.text-content {
    width: 100%;
}

.lead-paragraph {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.text-content p {
    font-size: 1.05rem;
    margin-bottom: 1.3rem;
    color: #4a4a4a;
}

.text-content h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #2a2a2a;
    margin-top: 2rem;
}

.text-content h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2a2a2a;
    margin-top: 1.5rem;
}

.image-inline {
    width: 100%;
    margin: 2rem 0;
    background-color: #e8e8e8;
}

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

.story-section {
    padding: 1rem 0;
}

.insight-block {
    background-color: #f5f3f0;
    padding: 2.5rem 2rem;
    margin: 2rem 0;
    border-left: 4px solid #d4a574;
}

.insight-wrapper {
    text-align: center;
}

.insight-icon {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.insight-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2a2a2a;
}

.insight-wrapper p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 0 1rem;
}

.testimonial-card {
    border-left: 3px solid #d4a574;
    padding-left: 2rem;
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #888;
    font-family: 'Helvetica', sans-serif;
}

.services-reveal {
    margin: 3rem 0;
}

.service-list-editorial {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-item {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-image-wrap {
    width: 100%;
    height: 350px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.service-text h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.service-text p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4a574;
    margin: 1.5rem 0;
    font-family: 'Helvetica', sans-serif;
}

.btn-service {
    background-color: #2a2a2a;
    color: #fff;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Helvetica', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-service:hover {
    background-color: #1a1a1a;
}

.form-section {
    background-color: #f5f3f0;
    padding: 3rem 2rem;
    margin: 3rem -2rem;
}

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.form-wrapper h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #2a2a2a;
}

.form-wrapper > p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #5a5a5a;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2a2a2a;
    font-family: 'Helvetica', sans-serif;
}

.form-group input {
    padding: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', serif;
    background-color: #fff;
}

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

.form-group input[readonly] {
    background-color: #f9f9f9;
    color: #2a2a2a;
    font-weight: 600;
}

.btn-submit {
    background-color: #d4a574;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: 'Helvetica', sans-serif;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

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

.disclaimer-section {
    background-color: #fff9f0;
    padding: 2rem;
    border-left: 4px solid #d4a574;
    margin: 2rem 0;
}

.disclaimer-box h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
    font-weight: 600;
}

.disclaimer-box p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5a5a5a;
}

.page-hero-simple {
    text-align: center;
    padding: 3rem 0 2rem;
}

.page-hero-simple h1 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #5a5a5a;
    font-style: italic;
}

.services-grid-full {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card-full {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e8e8e8;
}

.service-card-image {
    width: 100%;
    height: 350px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.service-card-content h2 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.service-card-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
    padding-left: 0;
}

.service-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 0.95rem;
    color: #5a5a5a;
}

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

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #d4a574;
    margin: 1.5rem 0;
    font-family: 'Helvetica', sans-serif;
}

.btn-service-page {
    background-color: #2a2a2a;
    color: #fff;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Helvetica', sans-serif;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.btn-service-page:hover {
    background-color: #1a1a1a;
}

.contact-layout {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-info-block,
.contact-additional {
    padding: 1rem 0;
}

.contact-info-block h2,
.contact-additional h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #2a2a2a;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #2a2a2a;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.no-click-email {
    font-family: 'Courier New', monospace;
    background-color: #f5f3f0;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 4px;
}

.thanks-hero {
    text-align: center;
    padding: 3rem 0 2rem;
}

.thanks-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.thanks-hero h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.thanks-subtitle {
    font-size: 1.2rem;
    color: #5a5a5a;
}

.thanks-content {
    margin-top: 2rem;
}

.thanks-service-info {
    background-color: #f5f3f0;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.thanks-service-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
}

.thanks-service-info p {
    font-size: 1.2rem;
    color: #d4a574;
    font-weight: 600;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 0.9rem 1.8rem;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.btn-primary {
    background-color: #d4a574;
    color: #fff;
}

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

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

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

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

.legal-content h1 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.legal-update {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 2rem;
    font-family: 'Helvetica', sans-serif;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.legal-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
    color: #2a2a2a;
}

.legal-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.legal-section ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal-section ul li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    color: #4a4a4a;
}

.legal-section a {
    color: #d4a574;
    text-decoration: none;
}

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

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookies-table th,
.cookies-table td {
    padding: 0.8rem;
    text-align: left;
    border: 1px solid #e8e8e8;
}

.cookies-table th {
    background-color: #f5f3f0;
    font-weight: 600;
    color: #2a2a2a;
    font-family: 'Helvetica', sans-serif;
}

.cookies-table td {
    font-size: 0.95rem;
    color: #4a4a4a;
}

.main-footer {
    background-color: #2a2a2a;
    color: #fff;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: 'Helvetica', sans-serif;
    font-weight: 600;
}

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

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

.footer-section ul li {
    margin-bottom: 0.6rem;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #d4a574;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #aaa;
    font-family: 'Helvetica', sans-serif;
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .main-nav {
        flex-direction: column;
        gap: 0.8rem;
    }

    .ad-disclosure {
        margin-top: 1rem;
    }

    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .page-hero-simple h1 {
        font-size: 2rem;
    }

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

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

    .editorial-container {
        padding: 2rem 1rem;
    }

    .form-section {
        margin: 3rem -1rem;
        padding: 2rem 1rem;
    }

    .footer-container {
        flex-direction: column;
        gap: 2rem;
    }

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

    .btn-primary,
    .btn-secondary {
        text-align: center;
    }
}