* {
    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;
}

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

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e1e8ed;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a8a;
    letter-spacing: -0.02em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.main-nav a {
    color: #334155;
    font-weight: 500;
    transition: color 0.2s;
}

.main-nav a:hover {
    color: #1e3a8a;
}

.ad-notice {
    font-size: 0.75rem;
    color: #64748b;
    border: 1px solid #cbd5e1;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    background-color: #f8fafc;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.hero-magazine {
    position: relative;
    margin-bottom: 4rem;
}

.hero-image-large {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #334155;
}

.hero-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 2rem;
}

.hero-overlay h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-overlay p {
    font-size: 1.25rem;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.intro-columns {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.col-layout-three {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
}

.col-main {
    flex: 2;
}

.col-main h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
    line-height: 1.2;
}

.col-main p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: #475569;
}

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

.highlight-box {
    background-color: #1e3a8a;
    color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
}

.highlight-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.highlight-box p {
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.link-arrow {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    transition: background-color 0.2s;
}

.link-arrow:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.features-magazine {
    padding: 5rem 0;
    background-color: #ffffff;
}

.magazine-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.feature-large {
    flex: 1 1 100%;
    display: flex;
    gap: 2rem;
    align-items: center;
    background-color: #f1f5f9;
    padding: 2rem;
    border-radius: 8px;
}

.feature-large img {
    flex: 1;
    border-radius: 6px;
    background-color: #cbd5e1;
}

.feature-large .feature-content {
    flex: 1;
}

.feature-small {
    flex: 1 1 calc(50% - 1rem);
    background-color: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
}

.feature-small img {
    width: 100%;
    height: 300px;
    background-color: #cbd5e1;
}

.feature-small .feature-content {
    padding: 1.5rem;
}

.feature-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1e293b;
}

.feature-content p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.services-preview {
    padding: 5rem 0;
    background-color: #ffffff;
}

.section-header-center {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header-center h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.section-header-center p {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.services-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    flex: 1 1 calc(33.333% - 1.4rem);
    min-width: 280px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

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

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.service-card p {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.price-tag {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
}

.btn-select {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: #1e3a8a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-select:hover {
    background-color: #1e40af;
}

.testimonials-inline {
    padding: 5rem 0;
    background-color: #f1f5f9;
}

.testimonial-magazine {
    display: flex;
    gap: 3rem;
}

.testimonial-text {
    flex: 1;
    padding: 2rem;
    background-color: #ffffff;
    border-left: 4px solid #1e3a8a;
    border-radius: 4px;
}

.testimonial-text blockquote {
    font-size: 1.125rem;
    font-style: italic;
    color: #334155;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.testimonial-text cite {
    font-style: normal;
    font-weight: 600;
    color: #64748b;
    font-size: 0.95rem;
}

.booking-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.form-header h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.form-header p {
    font-size: 1.125rem;
    color: #64748b;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #334155;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #1e3a8a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.final-cta {
    padding: 5rem 0;
    background-color: #1e3a8a;
    color: #ffffff;
    text-align: center;
}

.final-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.btn-primary-large {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    color: #1e3a8a;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.main-footer {
    background-color: #1e293b;
    color: #cbd5e1;
    padding: 3rem 0 1rem;
}

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

.footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: #cbd5e1;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 1.5rem;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #94a3b8;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1e293b;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    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: 2rem;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-accept {
    background-color: #10b981;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #64748b;
    color: #ffffff;
}

.btn-reject:hover {
    opacity: 0.9;
}

.page-hero-narrow,
.page-hero-services,
.page-hero-contact {
    padding: 4rem 0;
    background-color: #f8fafc;
    text-align: center;
}

.page-hero-narrow h1,
.page-hero-services h1,
.page-hero-contact h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.lead-text {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.about-story {
    padding: 5rem 0;
    background-color: #ffffff;
}

.story-layout {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.story-image {
    flex: 1;
}

.story-image img {
    border-radius: 8px;
    background-color: #cbd5e1;
}

.story-content {
    flex: 1;
}

.story-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.story-content p {
    font-size: 1.125rem;
    color: #475569;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.approach-section {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.approach-section h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1e293b;
}

.approach-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.approach-item {
    flex: 1 1 calc(50% - 1rem);
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.approach-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.approach-item p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

.values-magazine {
    padding: 5rem 0;
    background-color: #ffffff;
}

.values-split {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
}

.value-block {
    flex: 1;
    padding: 2rem;
    background-color: #f8fafc;
    border-left: 4px solid #1e3a8a;
    border-radius: 4px;
}

.value-block h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.value-block p {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.6;
}

.values-image {
    margin-top: 2rem;
}

.values-image img {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    background-color: #cbd5e1;
}

.team-section {
    padding: 5rem 0;
    background-color: #f1f5f9;
}

.team-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.team-section p {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.cta-about {
    padding: 5rem 0;
    background-color: #1e3a8a;
    color: #ffffff;
    text-align: center;
}

.cta-about h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cta-about p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.services-detailed {
    padding: 5rem 0;
    background-color: #ffffff;
}

.service-detail {
    display: flex;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
}

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

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

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.service-detail-content p {
    font-size: 1.125rem;
    color: #475569;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-detail-content h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1e293b;
}

.service-detail-content ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-detail-content li {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

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

.service-detail-image img {
    border-radius: 8px;
    background-color: #cbd5e1;
}

.service-price {
    margin: 2rem 0;
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.price-label {
    font-size: 1rem;
    color: #64748b;
}

.price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1e3a8a;
}

.additional-services {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.additional-services h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    color: #1e293b;
}

.capabilities-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.capability-item {
    flex: 1 1 calc(33.333% - 1.4rem);
    min-width: 280px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.capability-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.capability-item p {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.price-note {
    font-weight: 600;
    color: #1e3a8a;
}

.contact-info-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.contact-layout {
    display: flex;
    gap: 3rem;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1e293b;
}

.detail-block {
    margin-bottom: 2rem;
}

.detail-block h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1e293b;
    font-weight: 600;
}

.detail-block p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    border-radius: 8px;
    background-color: #cbd5e1;
}

.location-note {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.location-note h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.location-note p {
    font-size: 1.125rem;
    color: #475569;
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.meeting-options {
    padding: 5rem 0;
    background-color: #ffffff;
}

.meeting-options h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.meeting-options p {
    font-size: 1.125rem;
    color: #475569;
    line-height: 1.7;
}

.thanks-section {
    padding: 5rem 0;
    background-color: #f8fafc;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.thanks-message {
    font-size: 1.25rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.thanks-details {
    margin: 2rem 0;
}

.service-selected {
    font-size: 1.125rem;
    color: #1e3a8a;
    background-color: #dbeafe;
    padding: 1rem;
    border-radius: 6px;
    display: inline-block;
}

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

.next-steps h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1e293b;
}

.step-item {
    background-color: #ffffff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #1e3a8a;
}

.step-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1e293b;
}

.step-item p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
}

.thanks-actions {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    transition: transform 0.2s;
}

.btn-primary {
    background-color: #1e3a8a;
    color: #ffffff;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #f8fafc;
    color: #1e3a8a;
    border: 2px solid #1e3a8a;
}

.btn-secondary:hover {
    transform: translateY(-2px);
}

.legal-page {
    padding: 5rem 0;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.updated-date {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.legal-page h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1e293b;
}

.legal-page h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #334155;
}

.legal-page p {
    font-size: 1rem;
    color: #475569;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.legal-page ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-page li {
    font-size: 1rem;
    color: #64748b;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.legal-page a {
    color: #1e3a8a;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #1e40af;
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 1rem;
    }

    .main-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-overlay h1 {
        font-size: 2rem;
    }

    .hero-overlay p {
        font-size: 1rem;
    }

    .col-layout-three,
    .story-layout,
    .contact-layout,
    .service-detail,
    .values-split,
    .testimonial-magazine {
        flex-direction: column;
    }

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

    .feature-large {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
    }

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

    .thanks-actions {
        flex-direction: column;
    }
}