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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-left .logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a5490;
    text-decoration: none;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-right a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-right a:hover {
    color: #1a5490;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #7f8c8d;
    padding: 0.25rem 0.75rem;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    margin-right: 1rem;
}

.hero-split {
    display: flex;
    min-height: 85vh;
    background-color: #f8f9fa;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 5%;
    background-color: #ffffff;
}

.hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a5490;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #546e7a;
}

.hero-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    background-color: #eceff1;
}

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

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #1a5490;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

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

.cta-secondary {
    display: inline-block;
    padding: 0.9rem 2.3rem;
    background-color: transparent;
    color: #1a5490;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #1a5490;
    border-radius: 4px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #1a5490;
    color: #ffffff;
}

.intro-asymmetric {
    display: flex;
    padding: 6rem 5%;
    gap: 4rem;
    align-items: center;
}

.intro-block {
    flex: 1.2;
}

.intro-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.intro-block p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #546e7a;
}

.intro-visual {
    flex: 1;
    background-color: #eceff1;
}

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

.approach-full {
    padding: 5rem 5%;
    background-color: #f8f9fa;
}

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

.approach-grid {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.approach-card {
    flex: 1;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.approach-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.approach-card p {
    font-size: 1rem;
    color: #546e7a;
}

.services-preview {
    padding: 6rem 5%;
}

.services-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.services-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a5490;
}

.services-intro p {
    font-size: 1.2rem;
    color: #546e7a;
}

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

.service-highlight {
    flex: 1;
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.service-highlight h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service-highlight p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #546e7a;
}

.price {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #1a5490;
    margin-bottom: 1.5rem;
}

.link-inline {
    display: inline-block;
    margin-top: 2rem;
    color: #1a5490;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
}

.link-inline:hover {
    text-decoration: underline;
}

.testimonial-offset {
    padding: 5rem 10%;
    background-color: #1a5490;
    color: #ffffff;
}

.testimonial-offset blockquote {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.8;
}

.testimonial-offset cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-style: normal;
    opacity: 0.9;
}

.difference-split {
    display: flex;
    padding: 6rem 5%;
    gap: 4rem;
    align-items: center;
}

.difference-text {
    flex: 1;
}

.difference-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.difference-text p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #546e7a;
}

.difference-image {
    flex: 1;
    background-color: #eceff1;
}

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

.cta-centered {
    padding: 5rem 5%;
    text-align: center;
    background-color: #f8f9fa;
}

.cta-centered h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a5490;
}

.cta-centered p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #546e7a;
}

.page-header {
    padding: 4rem 5%;
    background-color: #f8f9fa;
    text-align: center;
}

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

.page-header p {
    font-size: 1.3rem;
    color: #546e7a;
}

.services-detailed {
    padding: 4rem 5%;
}

.service-card {
    display: flex;
    margin-bottom: 4rem;
    gap: 3rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

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

.service-main {
    flex: 1.5;
    padding: 2.5rem;
}

.service-main h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.service-tagline {
    font-size: 1.1rem;
    color: #1a5490;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.service-details h4 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.service-details ul {
    list-style-position: inside;
    margin-left: 1rem;
}

.service-details li {
    margin-bottom: 0.5rem;
    color: #546e7a;
}

.service-price {
    margin-top: 2rem;
}

.price-amount {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a5490;
    margin-bottom: 1rem;
}

.service-image {
    flex: 1;
    background-color: #eceff1;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-form-section {
    padding: 4rem 5%;
    background-color: #f8f9fa;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.about-story {
    display: flex;
    padding: 5rem 5%;
    gap: 4rem;
    align-items: flex-start;
}

.story-content {
    flex: 1.3;
}

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

.story-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #546e7a;
}

.story-image {
    flex: 1;
    background-color: #eceff1;
}

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

.method-section {
    padding: 5rem 5%;
    background-color: #f8f9fa;
}

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

.method-blocks {
    display: flex;
    gap: 3rem;
}

.method-item {
    flex: 1;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 6px;
}

.method-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.method-item p {
    font-size: 1rem;
    color: #546e7a;
}

.team-section {
    padding: 5rem 5%;
}

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

.team-intro {
    margin-bottom: 3rem;
}

.team-intro p {
    font-size: 1.2rem;
    color: #546e7a;
}

.team-values h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.team-values p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #546e7a;
}

.numbers-section {
    padding: 5rem 5%;
    background-color: #1a5490;
    color: #ffffff;
}

.numbers-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.numbers-grid {
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.number-card {
    flex: 1;
    text-align: center;
}

.number {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.number-card p {
    font-size: 1rem;
    opacity: 0.9;
}

.philosophy-section {
    display: flex;
    padding: 5rem 5%;
    gap: 4rem;
    align-items: center;
}

.philosophy-content {
    flex: 1;
}

.philosophy-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a5490;
}

.philosophy-content p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #546e7a;
}

.philosophy-image {
    flex: 1;
    background-color: #eceff1;
}

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

.contact-layout {
    display: flex;
    padding: 5rem 5%;
    gap: 4rem;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

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

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.contact-block p {
    font-size: 1.1rem;
    color: #546e7a;
    line-height: 1.8;
}

.contact-block .note {
    font-size: 0.95rem;
    font-style: italic;
    margin-top: 0.5rem;
}

.contact-visual {
    flex: 1;
    background-color: #eceff1;
}

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

.contact-cta {
    padding: 5rem 5%;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a5490;
}

.contact-cta p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #546e7a;
}

.thanks-container {
    display: flex;
    padding: 5rem 5%;
    gap: 4rem;
    min-height: 70vh;
    align-items: center;
}

.thanks-content {
    flex: 1.3;
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    color: #1a5490;
}

.thanks-message {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #546e7a;
}

.service-confirmation {
    margin: 2rem 0;
}

.service-box {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    border-left: 4px solid #1a5490;
}

.service-box h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.service-box p {
    font-size: 1.1rem;
    color: #546e7a;
}

.next-steps {
    margin: 2rem 0;
}

.next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.next-steps ol {
    margin-left: 1.5rem;
}

.next-steps li {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    color: #546e7a;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
}

.thanks-visual {
    flex: 1;
    background-color: #eceff1;
}

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

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

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

.legal-intro {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 3rem;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.legal-page p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #546e7a;
    line-height: 1.8;
}

.legal-page ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.legal-page li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #546e7a;
}

.legal-page a {
    color: #1a5490;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

.footer-structured {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 5% 1rem;
}

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

.footer-col {
    flex: 1;
}

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

.footer-col p,
.footer-col a {
    font-size: 0.95rem;
    color: #bdc3c7;
    line-height: 2;
}

.footer-col a {
    display: block;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    padding: 1.5rem 0;
    border-top: 1px solid #34495e;
    border-bottom: 1px solid #34495e;
    margin-bottom: 1rem;
}

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

.footer-bottom {
    text-align: center;
    padding: 1rem 0;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 1.5rem 5%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    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;
}

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

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

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

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

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

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

.cookie-reject:hover {
    background-color: #34495e;
}

@media (max-width: 968px) {
    .hero-split,
    .intro-asymmetric,
    .difference-split,
    .about-story,
    .philosophy-section,
    .contact-layout,
    .thanks-container {
        flex-direction: column;
    }

    .services-split,
    .approach-grid,
    .method-blocks,
    .numbers-grid,
    .thanks-actions {
        flex-direction: column;
    }

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

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .nav-right {
        gap: 1rem;
        font-size: 0.9rem;
    }

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

    .footer-main {
        flex-direction: column;
    }
}