* {
    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: #2c3e50;
    background-color: #ffffff;
}

.ad-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e9ecef;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 5%;
    background-color: #ffffff;
    border-bottom: 2px solid #e8eef3;
}

.header-left .logo {
    font-size: 26px;
    font-weight: 700;
    color: #1a365d;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.hero-editorial {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-content-narrow {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.hero-content-narrow h1 {
    font-size: 56px;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero-lead {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.hero-image-offset {
    margin: 0 -5%;
    overflow: hidden;
}

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

.intro-magazine {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 5%;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.magazine-col-left {
    flex: 1.2;
}

.magazine-col-left h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 28px;
    line-height: 1.2;
}

.magazine-col-left p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.8;
}

.magazine-col-right {
    flex: 1;
}

.magazine-col-right img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    background-color: #e2e8f0;
}

.caption {
    font-size: 14px;
    color: #718096;
    font-style: italic;
}

.services-preview-asymmetric {
    background-color: #f7fafc;
    padding: 90px 5%;
    margin-top: 80px;
}

.services-header-offset {
    max-width: 600px;
    margin-bottom: 50px;
    margin-left: 8%;
}

.services-header-offset h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-header-offset p {
    font-size: 18px;
    color: #4a5568;
}

.services-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.service-card.card-large {
    flex: 1 1 calc(50% - 15px);
}

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

.service-card img {
    width: 100%;
    height: 220px;
    background-color: #e2e8f0;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a202c;
    margin: 24px 24px 12px 24px;
}

.service-card p {
    font-size: 15px;
    color: #4a5568;
    margin: 0 24px 16px 24px;
    line-height: 1.6;
    flex-grow: 1;
}

.service-card .price {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #2563eb;
    margin: 0 24px 20px 24px;
}

.service-card .btn-select {
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 24px 24px 24px;
}

.service-card .btn-select:hover {
    background-color: #1d4ed8;
}

.cta-inline {
    max-width: 1200px;
    margin: 80px auto;
    padding: 60px 5%;
    background-color: #1a365d;
    text-align: center;
}

.cta-content h3 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-content p {
    font-size: 18px;
    color: #cbd5e0;
    margin-bottom: 30px;
}

.btn-cta {
    display: inline-block;
    background-color: #ffffff;
    color: #1a365d;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

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

.contact-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 5%;
    display: flex;
    gap: 60px;
}

.contact-form-wrapper {
    flex: 1.5;
}

.contact-form-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.form-intro {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 32px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid #e2e8f0;
    background-color: #ffffff;
    color: #2d3748;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background-color: #f7fafc;
    cursor: not-allowed;
}

.btn-submit {
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.contact-info-sidebar {
    flex: 1;
    background-color: #f7fafc;
    padding: 32px;
}

.contact-info-sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.contact-info-sidebar p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 24px;
}

.contact-info-sidebar img {
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

.footer-main {
    background-color: #1a202c;
    color: #cbd5e0;
    padding: 60px 5% 30px 5%;
    margin-top: 100px;
}

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

.footer-col {
    flex: 1;
    min-width: 220px;
}

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

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

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

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

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

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #2d3748;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #718096;
    margin-bottom: 10px;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    padding: 24px 5%;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.cookie-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    color: #cbd5e0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #2563eb;
    color: #ffffff;
}

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

.btn-reject {
    background-color: transparent;
    color: #cbd5e0;
    border: 2px solid #4a5568;
}

.btn-reject:hover {
    background-color: #2d3748;
}

.about-hero {
    background-color: #f7fafc;
    padding: 80px 5%;
    text-align: center;
}

.about-hero-text h1 {
    font-size: 52px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
}

.lead {
    font-size: 22px;
    color: #4a5568;
    line-height: 1.6;
}

.about-story {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 5%;
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-text-wide {
    flex: 1.3;
}

.story-text-wide h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.story-text-wide p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.8;
}

.story-image-split {
    flex: 1;
}

.story-image-split img {
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

.values-section {
    background-color: #f7fafc;
    padding: 80px 5%;
}

.values-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 50px;
}

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

.value-card {
    background-color: #ffffff;
    padding: 36px;
    flex: 1 1 calc(50% - 15px);
    min-width: 280px;
}

.value-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 14px;
}

.value-card p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.team-approach {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 5%;
    display: flex;
    gap: 60px;
    align-items: center;
}

.approach-left {
    flex: 1;
}

.approach-left h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.approach-left p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.8;
}

.approach-right {
    flex: 1;
}

.approach-right img {
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

.cta-about {
    background-color: #1a365d;
    padding: 60px 5%;
    text-align: center;
    margin: 80px 0;
}

.cta-about h3 {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.cta-about p {
    font-size: 18px;
    color: #cbd5e0;
    margin-bottom: 28px;
}

.services-hero {
    background-color: #f7fafc;
    padding: 80px 5%;
    text-align: center;
}

.services-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-lead {
    font-size: 20px;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto;
}

.services-detailed {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 5%;
}

.service-detail-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e2e8f0;
}

.service-detail-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

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

.service-detail-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 18px;
    line-height: 1.7;
}

.service-price-block {
    margin: 28px 0;
}

.price-large {
    font-size: 32px;
    font-weight: 700;
    color: #2563eb;
    display: block;
    margin-bottom: 8px;
}

.price-note {
    font-size: 14px;
    color: #718096;
}

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

.service-detail-image img {
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

.services-cta {
    background-color: #f7fafc;
    padding: 60px 5%;
    text-align: center;
    margin-top: 60px;
}

.services-cta h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-cta p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
}

.contact-hero {
    background-color: #f7fafc;
    padding: 80px 5%;
    text-align: center;
}

.contact-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
}

.contact-hero p {
    font-size: 20px;
    color: #4a5568;
}

.contact-info-layout {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 5%;
    display: flex;
    gap: 60px;
}

.contact-details-main {
    flex: 1.5;
}

.contact-details-main h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 40px;
}

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

.contact-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
}

.contact-visual img {
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

.contact-additional {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 5%;
}

.contact-additional h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 40px;
}

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

.info-block {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
}

.info-block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 12px;
}

.info-block p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.thanks-hero {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 5%;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.thanks-content {
    flex: 1.5;
}

.thanks-content h1 {
    font-size: 46px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.thanks-lead {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.7;
}

.thanks-details {
    background-color: #f7fafc;
    padding: 24px;
    margin-bottom: 40px;
}

.submission-summary p {
    font-size: 15px;
    color: #2d3748;
    margin-bottom: 8px;
}

.thanks-next-steps h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 32px;
}

.steps-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.step-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.step-number {
    background-color: #2563eb;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.step-item p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: #2563eb;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

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

.btn-secondary {
    background-color: transparent;
    color: #2563eb;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #2563eb;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2563eb;
    color: #ffffff;
}

.thanks-visual {
    flex: 1;
}

.thanks-visual img {
    width: 100%;
    height: auto;
    background-color: #e2e8f0;
}

.legal-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 5%;
}

.legal-page h1 {
    font-size: 44px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2d3748;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul {
    margin-left: 24px;
    margin-bottom: 16px;
}

.legal-content ul li {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-update {
    font-size: 14px;
    color: #718096;
    font-style: italic;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        gap: 20px;
    }

    .nav-main {
        gap: 20px;
    }

    .hero-content-narrow h1 {
        font-size: 36px;
    }

    .intro-magazine,
    .about-story,
    .team-approach,
    .contact-section,
    .contact-info-layout,
    .thanks-hero {
        flex-direction: column;
    }

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

    .services-grid-irregular {
        flex-direction: column;
    }

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

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