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

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

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

.main-nav {
    background-color: #fff;
    border-bottom: 2px solid #8b4789;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #8b4789;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #8b4789;
}

.hero-editorial {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
}

.hero-content-wrap {
    display: flex;
    gap: 60px;
    align-items: center;
}

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

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

.hero-lead {
    font-size: 22px;
    margin-bottom: 20px;
    color: #444;
    font-style: italic;
}

.hero-text-column p {
    font-size: 18px;
    color: #555;
}

.hero-image-column {
    flex: 1;
    background-color: #f8f6f3;
}

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

.intro-columns {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 50px;
}

.column-narrow {
    flex: 0.8;
}

.column-narrow h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
}

.column-narrow p {
    font-size: 17px;
    color: #555;
}

.column-wide {
    flex: 1.5;
    background-color: #f0ede8;
}

.column-wide img {
    width: 100%;
    height: 100%;
    display: block;
}

.magazine-grid {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.grid-item-large {
    flex: 1 1 60%;
    background-color: #faf9f7;
    padding: 40px;
}

.grid-item-large h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.grid-item-large p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #555;
}

.inline-cta {
    display: inline-block;
    margin-top: 15px;
    color: #8b4789;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #8b4789;
    transition: color 0.3s;
}

.inline-cta:hover {
    color: #6b3569;
}

.grid-item-small {
    flex: 1 1 35%;
    background-color: #f4f1ed;
}

.grid-item-small img {
    width: 100%;
    height: 100%;
    display: block;
}

.grid-item-small h4 {
    font-size: 24px;
    padding: 30px;
    color: #1a1a1a;
}

.grid-item-small p {
    padding: 0 30px 30px 30px;
    font-size: 16px;
    color: #555;
}

.services-showcase {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
}

.services-showcase h2 {
    font-size: 44px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a1a1a;
}

.services-magazine-layout {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    align-items: center;
}

.services-magazine-layout.reverse {
    flex-direction: row-reverse;
}

.service-card-left {
    flex: 1;
    padding: 30px;
}

.service-card-left h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card-left p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.price-tag {
    font-size: 32px;
    color: #8b4789;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-select-btn {
    background-color: #8b4789;
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}

.service-select-btn:hover {
    background-color: #6b3569;
}

.service-card-right {
    flex: 1;
    background-color: #f0ede8;
}

.service-card-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.form-section {
    background-color: #f8f6f3;
    padding: 80px 40px;
    margin: 80px 0;
}

.form-container-editorial {
    max-width: 700px;
    margin: 0 auto;
}

.form-container-editorial h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #1a1a1a;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

.main-form {
    background-color: white;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0ccc7;
    font-size: 16px;
    font-family: inherit;
    background-color: #fefefe;
    transition: border-color 0.3s;
}

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

.submit-btn {
    width: 100%;
    background-color: #8b4789;
    color: white;
    border: none;
    padding: 16px;
    font-size: 18px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 40px;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
    background-color: #f4f1ed;
    padding: 20px;
}

.main-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 40px 30px;
    margin-top: 80px;
}

.footer-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

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

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

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

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

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

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

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

.footer-bottom p {
    font-size: 14px;
    color: #999;
}

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

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
}

.cookie-content a {
    color: #8b4789;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-family: inherit;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #8b4789;
    color: white;
}

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

.cookie-btn.reject {
    background-color: #555;
    color: white;
}

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

.thanks-container {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #f8f6f3;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.thanks-container .service-confirm {
    font-size: 20px;
    color: #8b4789;
    font-weight: 600;
    margin: 30px 0;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    background-color: #8b4789;
    color: white;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.thanks-container a:hover {
    background-color: #6b3569;
}

.page-header {
    background-color: #8b4789;
    color: white;
    padding: 60px 40px;
    text-align: center;
}

.page-header h1 {
    font-size: 44px;
    margin-bottom: 10px;
}

.page-content {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 40px;
}

.page-content h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.page-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

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

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

.page-content ul li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #555;
}

.contact-info-block {
    background-color: #f8f6f3;
    padding: 30px;
    margin: 30px 0;
}

.contact-info-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-info-block p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #555;
}

.about-intro {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
}

.about-intro h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about-intro p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.8;
}

.about-image-section {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    gap: 40px;
}

.about-image-section img {
    width: 100%;
    display: block;
}

.about-text-block {
    flex: 1;
    padding: 40px;
    background-color: #f8f6f3;
}

.about-text-block h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-text-block p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #555;
}

.about-image-block {
    flex: 1;
    background-color: #f0ede8;
}

@media (max-width: 768px) {
    .hero-content-wrap,
    .intro-columns,
    .services-magazine-layout,
    .footer-columns,
    .about-image-section {
        flex-direction: column;
    }

    .nav-links {
        gap: 15px;
    }

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

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

    .grid-item-large,
    .grid-item-small {
        flex: 1 1 100%;
    }

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