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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.header-magazine {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 0;
}

.header-top {
    display: flex;
    flex-direction: column;
    padding: 32px 20px 24px;
}

.brand-section {
    margin-bottom: 24px;
}

.logo {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.tagline {
    font-size: 15px;
    color: #b8b8b8;
    max-width: 600px;
    line-height: 1.5;
}

.nav-split {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.nav-split a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-split a:hover {
    color: #4a90e2;
}

.hero-magazine {
    padding: 48px 20px 64px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto 32px;
    color: #ffffff;
}

.hero-content-narrow h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro-text {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
}

.hero-image-container {
    max-width: 1000px;
    margin: 0 auto;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.content-two-column {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 64px auto;
    padding: 0 20px;
    gap: 40px;
}

.column-main {
    flex: 1;
}

.column-main h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.3;
}

.column-main p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.inline-cta {
    margin: 32px 0;
    padding: 24px;
    background-color: #f0f4f8;
    border-radius: 6px;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #4a90e2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.cta-link:hover {
    background-color: #357abd;
}

.column-sidebar {
    width: 100%;
}

.info-card {
    background-color: #f8f9fa;
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 24px;
}

.info-card h4 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.specialty-list {
    list-style: none;
    padding: 0;
}

.specialty-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    color: #4a4a4a;
}

.specialty-list li:last-child {
    border-bottom: none;
}

.sidebar-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.services-highlight {
    background-color: #fafbfc;
    padding: 64px 20px;
}

.services-highlight h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.services-magazine-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card-compact {
    background-color: #ffffff;
    padding: 28px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #4a90e2;
}

.service-card-compact h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-card-compact p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 16px;
}

.price-tag {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #4a90e2;
}

.testimonial-section {
    padding: 64px 20px;
    background-color: #1a1a1a;
}

.testimonial-centered {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.testimonial-centered p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 16px;
}

.testimonial-centered cite {
    font-size: 16px;
    font-style: normal;
    color: #b8b8b8;
}

.technical-insight {
    padding: 64px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.insight-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

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

.insight-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 18px;
}

.insight-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.process-explanation {
    background-color: #f0f4f8;
    padding: 64px 20px;
}

.process-explanation h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-number {
    font-size: 36px;
    font-weight: 700;
    color: #4a90e2;
    opacity: 0.3;
}

.step h4 {
    font-size: 22px;
    color: #1a1a1a;
}

.step p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
}

.form-section {
    padding: 64px 20px;
    background-color: #ffffff;
}

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

.form-container-magazine h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-intro {
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 32px;
    line-height: 1.6;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.btn-submit {
    padding: 16px 32px;
    background-color: #4a90e2;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.trust-indicators {
    padding: 64px 20px;
    background-color: #fafbfc;
}

.trust-content {
    max-width: 800px;
    margin: 0 auto;
}

.trust-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 18px;
}

.disclaimer-section {
    padding: 48px 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    text-align: center;
}

.footer-magazine {
    background-color: #1a1a1a;
    color: #b8b8b8;
    padding: 48px 20px 24px;
}

.footer-columns {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto 32px;
}

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

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

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

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

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

.footer-col p {
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #333;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.5;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-cookie-accept {
    background-color: #4a90e2;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    opacity: 0.9;
}

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

.btn-cookie-reject:hover {
    opacity: 0.8;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 20px;
}

.thanks-message {
    max-width: 600px;
    text-align: center;
}

.thanks-message h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-message p {
    font-size: 18px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 16px;
}

.btn-home {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 32px;
    background-color: #4a90e2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.btn-home:hover {
    background-color: #357abd;
}

.legal-page {
    max-width: 900px;
    margin: 64px auto;
    padding: 0 20px;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #34495e;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

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

.legal-page ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.contact-page {
    max-width: 900px;
    margin: 64px auto;
    padding: 0 20px;
}

.contact-page h1 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 32px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.contact-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-info p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.contact-info strong {
    color: #2c3e50;
}

@media (min-width: 768px) {
    .header-top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 32px 40px;
    }

    .brand-section {
        margin-bottom: 0;
    }

    .content-two-column {
        flex-direction: row;
        padding: 0 40px;
    }

    .column-main {
        flex: 2;
    }

    .column-sidebar {
        width: 320px;
        flex-shrink: 0;
    }

    .services-magazine-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .insight-layout {
        flex-direction: row;
        align-items: flex-start;
    }

    .insight-text {
        flex: 1.5;
    }

    .insight-image {
        flex: 1;
    }

    .process-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .footer-columns {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-col {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .cookie-content p {
        flex: 1;
        margin-bottom: 0;
    }

    .cookie-buttons {
        flex-shrink: 0;
    }
}

@media (min-width: 1024px) {
    .hero-content-narrow h2 {
        font-size: 48px;
    }

    .services-magazine-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}