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

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    background: #ffffff;
}

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

a:hover {
    color: #1a5a8a;
}

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

.main-nav {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e0e6ed;
    z-index: 100;
    padding: 1.2rem 0;
}

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

.brand {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.02em;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #5a6c7d;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.editorial-article {
    max-width: 100%;
}

.article-hero {
    padding: 4rem 2rem 3rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-content {
    max-width: 700px;
    margin: 0 auto 3rem;
    text-align: center;
}

.hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1a252f;
    margin-bottom: 1.2rem;
    letter-spacing: -0.03em;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #4a5568;
    font-weight: 400;
    line-height: 1.5;
}

.hero-image {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.article-body {
    background: #ffffff;
}

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

section {
    padding: 4rem 0;
}

.intro-section {
    border-bottom: 1px solid #e8ecef;
}

.lead-text {
    font-size: 1.35rem;
    line-height: 1.65;
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 1.8rem;
}

.narrow-content p {
    margin-bottom: 1.5rem;
}

.narrow-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

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

.story-image {
    margin: 3rem 0;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.inline-cta-block {
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 2rem;
    text-align: center;
}

.cta-inline,
.cta-primary,
.cta-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-inline,
.cta-primary {
    background: #2980b9;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(41, 128, 185, 0.25);
}

.cta-inline:hover,
.cta-primary:hover {
    background: #1a5a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(41, 128, 185, 0.35);
}

.cta-secondary {
    background: #ecf0f1;
    color: #2c3e50;
    border: 2px solid #bdc3c7;
    margin: 0 0.5rem;
}

.cta-secondary:hover {
    background: #d5dbdb;
    border-color: #95a5a6;
}

.highlight-box,
.stat-highlight {
    background: #f8f9fa;
    border-left: 4px solid #2980b9;
    padding: 1.8rem 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.highlight-box p strong,
.stat-highlight p strong {
    color: #1a252f;
    font-size: 1.1rem;
}

.highlight-box ul,
.stat-highlight ul,
.narrow-content ul,
.narrow-content ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.highlight-box li,
.stat-highlight li,
.narrow-content li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
}

blockquote {
    border-left: 4px solid #34495e;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
    background: #fafbfc;
    font-size: 1.15rem;
    font-style: italic;
    color: #34495e;
    line-height: 1.7;
}

.insight-list {
    list-style: none;
    margin: 2rem 0;
}

.insight-list li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1.2rem;
}

.insight-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2980b9;
    font-weight: 700;
}

.testimonials-section {
    background: #f9fafb;
    padding: 4rem 2rem;
    margin: 3rem 0;
}

.testimonial {
    margin: 2.5rem 0;
    padding: 2rem;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #7f8c8d;
    font-weight: 600;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    padding: 2.5rem;
    margin: 2.5rem 0;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.service-card h3 {
    font-size: 1.6rem;
    color: #1a252f;
    margin: 0 0 1rem 0;
}

.service-card p {
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #2980b9;
    margin: 1.5rem 0;
}

.service-cta {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background: #2980b9;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-cta:hover {
    background: #1a5a8a;
    transform: translateX(4px);
}

.form-section {
    background: #f8f9fa;
    padding: 4rem 2rem;
    margin: 3rem 0;
}

.consultation-form {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border: 2px solid #e0e6ed;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-submit {
    background: #27ae60;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(39, 174, 96, 0.25);
}

.form-submit:hover {
    background: #229954;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(39, 174, 96, 0.35);
}

.final-message {
    padding: 3rem 0;
    text-align: center;
}

.closing-text {
    font-size: 1.3rem;
    font-weight: 500;
    color: #34495e;
    line-height: 1.6;
    font-style: italic;
}

.main-footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

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

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

.footer-copy {
    color: #95a5a6;
    font-size: 0.85rem;
}

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

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

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

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

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

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

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

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #e74c3c;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
    z-index: 90;
    transition: all 0.3s ease;
}

.sticky-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 28px rgba(231, 76, 60, 0.5);
}

.page-header {
    padding: 4rem 2rem 2rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e6ed;
}

.page-header h1 {
    font-size: 2.5rem;
    color: #1a252f;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.header-intro {
    font-size: 1.2rem;
    color: #5a6c7d;
    font-weight: 400;
}

.service-card-detailed {
    background: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    padding: 3rem;
    margin: 3rem 0;
}

.service-card-detailed h2 {
    margin-top: 0;
    font-size: 2rem;
}

.service-image-wrap {
    margin: 2rem 0;
    border-radius: 6px;
    overflow: hidden;
}

.service-desc {
    font-size: 1.15rem;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.service-includes h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-duration {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #5a6c7d;
}

.service-price-block {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    color: #ffffff;
}

.price-label {
    font-size: 1rem;
    font-weight: 500;
}

.price-amount {
    font-size: 2.2rem;
    font-weight: 800;
}

.service-cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2980b9;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.service-cta-button:hover {
    background: #1a5a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(41, 128, 185, 0.3);
}

.contact-info-block {
    margin: 2.5rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 6px;
}

.contact-info-block h3 {
    margin-top: 0;
    color: #2c3e50;
}

.info-note {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-top: 0.8rem;
}

.process-list {
    counter-reset: step-counter;
    list-style: none;
    margin: 2rem 0;
}

.process-list li {
    counter-increment: step-counter;
    margin-bottom: 2rem;
    padding-left: 3.5rem;
    position: relative;
}

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

.process-list li strong {
    display: block;
    color: #1a252f;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.thanks-section {
    padding: 5rem 2rem;
    text-align: center;
}

.thanks-title {
    font-size: 2.8rem;
    color: #27ae60;
    margin-bottom: 2rem;
}

.next-steps {
    text-align: left;
    max-width: 700px;
    margin: 3rem auto;
}

.steps-list {
    counter-reset: step-counter;
    list-style: none;
    margin: 2rem 0;
}

.steps-list li {
    counter-increment: step-counter;
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    position: relative;
    background: #f8f9fa;
    border-radius: 6px;
}

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

.reassurance-box {
    background: #e8f5e9;
    border: 2px solid #27ae60;
    border-radius: 8px;
    padding: 2rem;
    margin: 3rem 0;
}

.reassurance-box h3 {
    color: #27ae60;
    margin-top: 0;
}

.thanks-cta {
    margin: 3rem 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.final-note {
    margin-top: 3rem;
    font-size: 1.05rem;
    color: #5a6c7d;
}

.policy-section {
    padding: 3rem 0;
}

.policy-section h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 3rem 0 1.5rem;
    border-bottom: 2px solid #e0e6ed;
    padding-bottom: 0.8rem;
}

.policy-section h3 {
    font-size: 1.3rem;
    color: #34495e;
    margin: 2rem 0 1rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

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

.cookie-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.policy-date {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e6ed;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.faq-section {
    margin: 3rem 0;
}

.faq-item {
    margin: 2.5rem 0;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #2980b9;
}

.faq-item h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

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

    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

    .narrow-content h2 {
        font-size: 1.6rem;
    }

    .lead-text {
        font-size: 1.15rem;
    }

    .service-card,
    .service-card-detailed {
        padding: 1.5rem;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }

    .service-price-block {
        flex-direction: column;
        gap: 0.5rem;
    }

    .thanks-cta {
        flex-direction: column;
        align-items: stretch;
    }

    .thanks-cta a {
        text-align: center;
    }
}
