* {
    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.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

.ad-notice {
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.header-magazine {
    background-color: #ffffff;
    border-bottom: 2px solid #1a1a1a;
    padding: 20px 40px 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.brand-area {
    max-width: 600px;
}

.logo {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.tagline {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.nav-magazine {
    display: flex;
    gap: 30px;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
}

.nav-magazine a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-magazine a:hover {
    color: #666;
}

.magazine-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.hero-editorial {
    margin-bottom: 60px;
}

.hero-content-split {
    display: flex;
    gap: 50px;
    align-items: center;
}

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

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

.hero-image-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.display-heading {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
}

.intro-lead {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #333;
}

.cta-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #333;
}

.intro-statement {
    background-color: #f9f9f9;
    padding: 60px 0;
    margin-bottom: 50px;
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.statement-text {
    font-size: 22px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px;
}

.visual-break {
    margin-bottom: 60px;
}

.image-caption-block {
    position: relative;
}

.image-caption-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.caption-text {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.services-magazine {
    margin-bottom: 70px;
}

.section-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
}

.services-grid-magazine {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-card-magazine {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 40px;
}

.service-card-magazine:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image-wrap {
    flex: 0 0 300px;
}

.service-image-wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.btn-select-service {
    align-self: flex-start;
    padding: 12px 30px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.quote-section {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px;
    margin-bottom: 60px;
}

.centered-quote {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.centered-quote p {
    font-size: 28px;
    line-height: 1.6;
    font-style: italic;
}

.approach-section {
    margin-bottom: 60px;
}

.two-col-layout {
    display: flex;
    gap: 60px;
    align-items: center;
}

.col-text {
    flex: 1;
}

.col-image {
    flex: 1;
}

.col-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.col-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.form-section {
    background-color: #f9f9f9;
    padding: 70px 20px;
    margin-bottom: 60px;
}

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

.form-heading {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

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

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 15px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.trust-section {
    max-width: 900px;
    margin: 0 auto 60px;
}

.testimonial-inline {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a1a1a;
}

.testimonial-text {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

.footer-magazine {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 50px 40px 30px;
}

.footer-cols {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

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

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

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

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

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

.disclaimer {
    font-size: 12px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 15px;
}

.copyright {
    font-size: 13px;
    color: #999;
    text-align: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    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;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.cookie-btn.accept {
    background-color: #ffffff;
    color: #1a1a1a;
}

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

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

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

.page-hero-simple {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 40px;
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-subtitle {
    font-size: 18px;
    color: #666;
}

.about-story {
    margin-bottom: 60px;
}

.content-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.narrow-column p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.values-section {
    margin-bottom: 60px;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.value-item {
    flex: 0 0 calc(50% - 20px);
    padding: 30px;
    background-color: #f9f9f9;
}

.value-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

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

.team-image-section {
    margin-bottom: 60px;
}

.team-image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.approach-detail {
    margin-bottom: 60px;
}

.cta-inline {
    text-align: center;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.cta-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.cta-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-btn:hover {
    background-color: #333;
}

.services-detailed {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 60px;
}

.service-detail-card {
    display: flex;
    gap: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail-card:last-child {
    border-bottom: none;
}

.service-detail-image {
    flex: 0 0 350px;
}

.service-detail-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #f5f5f5;
}

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

.service-detail-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

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

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

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.service-detail-price {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.contact-info-section {
    margin-bottom: 60px;
}

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

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

.contact-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

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

.contact-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.contact-value {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

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

.contact-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.contact-additional {
    margin-bottom: 60px;
}

.simple-list {
    margin-left: 30px;
    margin-bottom: 20px;
}

.simple-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

.thanks-section {
    padding: 80px 20px;
    text-align: center;
}

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

.thanks-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}

.thanks-detail {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.thanks-info {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
}

.legal-page {
    margin-bottom: 60px;
}

.legal-intro {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.legal-heading {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px;
}

.legal-subheading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.legal-list {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

.legal-footer {
    font-size: 14px;
    color: #666;
    margin-top: 50px;
    font-style: italic;
}

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

    .service-card-magazine:nth-child(even) {
        flex-direction: column;
    }

    .display-heading {
        font-size: 32px;
    }

    .section-title {
        font-size: 28px;
    }

    .nav-magazine {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-cols {
        flex-direction: column;
        gap: 30px;
    }

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

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

    .value-item {
        flex: 1 1 100%;
    }

    .service-image-wrap,
    .service-detail-image {
        flex: 1 1 auto;
    }
}