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

html {
    scroll-behavior: smooth;
}

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

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    max-width: 100%;
    padding: 0 40px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-split {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-split > * {
    flex: 1 1 45%;
    min-width: 300px;
}

.container-split-wide {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-split-wide > * {
    flex: 1 1 40%;
    min-width: 320px;
}

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

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.brand a {
    font-size: 24px;
    font-weight: 700;
    color: #6b4ce6;
}

.brand a:hover {
    color: #5538d1;
}

.ad-disclosure {
    font-size: 11px;
    color: #888;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-primary {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.nav-primary a {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    position: relative;
}

.nav-primary a:hover {
    color: #6b4ce6;
}

.nav-primary a.active {
    color: #6b4ce6;
    font-weight: 600;
}

.hero-split {
    min-height: 600px;
    background-color: #f9f9fb;
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text {
    flex: 1 1 45%;
    min-width: 320px;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text h1 {
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.hero-text .lead {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 32px;
}

.hero-image {
    flex: 1 1 55%;
    min-width: 320px;
    min-height: 500px;
    background-color: #e8e4f3;
    overflow: hidden;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #6b4ce6;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
}

.cta-primary:hover {
    background-color: #5538d1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 76, 230, 0.3);
}

.section-intro {
    padding: 80px 20px;
    text-align: center;
    background-color: #ffffff;
}

.section-intro h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.section-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.features-alternating {
    background-color: #f9f9fb;
}

.feature-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.feature-block.reverse {
    flex-direction: row-reverse;
}

.feature-image {
    flex: 1 1 50%;
    min-width: 320px;
    min-height: 400px;
    background-color: #e8e4f3;
    overflow: hidden;
}

.feature-image img {
    width: 100%;
    height: 100%;
}

.feature-text {
    flex: 1 1 50%;
    min-width: 320px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.feature-block.reverse .feature-text {
    background-color: #f9f9fb;
}

.feature-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.feature-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.services-preview {
    padding: 100px 20px;
    background-color: #ffffff;
}

.services-preview h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
}

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

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    padding: 40px 30px;
    background-color: #f9f9fb;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.service-card.featured {
    background-color: #6b4ce6;
    color: #ffffff;
}

.service-card.featured h3,
.service-card.featured .price {
    color: #ffffff;
}

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

.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #6b4ce6;
    margin-bottom: 16px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.link-arrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #6b4ce6;
    cursor: pointer;
}

.service-card.featured .link-arrow {
    color: #ffffff;
}

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

.testimonial-section {
    padding: 80px 20px;
    background-color: #6b4ce6;
}

.testimonial-section blockquote {
    text-align: center;
    color: #ffffff;
}

.testimonial-section blockquote p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-section cite {
    font-size: 16px;
    font-style: normal;
    opacity: 0.9;
}

.form-section {
    padding: 100px 20px;
    background-color: #f9f9fb;
}

.form-intro {
    padding-right: 40px;
}

.form-intro h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.form-intro p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.form-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.main-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: inherit;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6b4ce6;
    box-shadow: 0 0 0 3px rgba(107, 76, 230, 0.1);
}

.btn-submit {
    padding: 16px 40px;
    background-color: #6b4ce6;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #5538d1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(107, 76, 230, 0.3);
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #f4f4f4;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    text-align: center;
    font-style: italic;
}

.footer-main {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 30px;
}

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

.footer-col {
    flex: 1 1 250px;
}

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

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

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col ul a {
    font-size: 14px;
    color: #aaa;
}

.footer-col ul a:hover {
    color: #6b4ce6;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
}

.footer-bottom p {
    font-size: 13px;
    color: #aaa;
}

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

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

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

.cookie-content p {
    flex: 1 1 300px;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #6b4ce6;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #6b4ce6;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #5538d1;
}

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

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

.page-hero {
    padding: 100px 20px;
    text-align: center;
    background-color: #f9f9fb;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.page-hero .lead {
    font-size: 20px;
    color: #555;
}

.content-split {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.content-text {
    flex: 1 1 50%;
    min-width: 320px;
    padding: 80px 60px;
    background-color: #ffffff;
}

.content-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.content-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.content-image {
    flex: 1 1 50%;
    min-width: 320px;
    min-height: 500px;
    background-color: #e8e4f3;
    overflow: hidden;
}

.content-image img {
    width: 100%;
    height: 100%;
}

.values-section {
    padding: 100px 20px;
    background-color: #f9f9fb;
}

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

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

.value-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
}

.value-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #6b4ce6;
    margin-bottom: 12px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.team-section {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
}

.team-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.team-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.philosophy-split {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.philosophy-image {
    flex: 1 1 50%;
    min-width: 320px;
    min-height: 500px;
    background-color: #e8e4f3;
    overflow: hidden;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
}

.philosophy-text {
    flex: 1 1 50%;
    min-width: 320px;
    padding: 80px 60px;
    background-color: #f9f9fb;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.philosophy-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.philosophy-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.cta-section {
    padding: 100px 20px;
    text-align: center;
    background-color: #ffffff;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 32px;
}

.services-detailed {
    padding: 80px 20px;
    background-color: #ffffff;
}

.service-detail-card {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto 60px;
    background-color: #f9f9fb;
    border-radius: 12px;
    overflow: hidden;
}

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

.service-detail-content {
    flex: 1 1 55%;
    min-width: 320px;
    padding: 50px;
}

.service-detail-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.service-price {
    font-size: 30px;
    font-weight: 700;
    color: #6b4ce6;
    margin-bottom: 20px;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

.service-features {
    list-style: none;
    margin-bottom: 20px;
}

.service-features li {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #6b4ce6;
    font-weight: 700;
}

.service-note {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.service-detail-image {
    flex: 1 1 45%;
    min-width: 320px;
    min-height: 400px;
    background-color: #e8e4f3;
    overflow: hidden;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
}

.pricing-notes {
    padding: 60px 20px;
    background-color: #f9f9fb;
}

.pricing-notes h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-align: center;
}

.pricing-notes p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.contact-content {
    padding: 80px 20px;
    background-color: #ffffff;
}

.contact-info-block {
    padding: 40px;
}

.info-item {
    margin-bottom: 40px;
}

.info-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #6b4ce6;
    margin-bottom: 12px;
}

.info-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.info-item .note {
    font-size: 14px;
    color: #888;
    margin-top: 12px;
}

.contact-map-placeholder {
    min-height: 500px;
    background-color: #e8e4f3;
    overflow: hidden;
    border-radius: 12px;
}

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
}

.directions-section {
    padding: 80px 20px;
    background-color: #f9f9fb;
}

.directions-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

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

.direction-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
}

.direction-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.direction-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

.faq-section {
    padding: 80px 20px;
    background-color: #ffffff;
}

.faq-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.faq-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.thanks-hero {
    padding: 120px 20px;
    background-color: #f9f9fb;
    text-align: center;
}

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

.thanks-content .lead {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 40px;
}

.thanks-details {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.thanks-details p {
    font-size: 17px;
    color: #555;
}

.next-steps {
    text-align: left;
    margin-bottom: 50px;
}

.next-steps h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.next-steps ol {
    list-style: decimal;
    padding-left: 24px;
}

.next-steps li {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

.thanks-cta {
    margin-bottom: 50px;
}

.thanks-cta p {
    font-size: 17px;
    color: #555;
    margin-bottom: 24px;
}

.thanks-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #6b4ce6;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #6b4ce6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #6b4ce6;
    color: #ffffff;
}

.back-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #6b4ce6;
    cursor: pointer;
}

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

.legal-page {
    padding: 80px 20px;
    background-color: #ffffff;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.last-updated {
    font-size: 14px;
    color: #888;
    margin-bottom: 40px;
}

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

.legal-page h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-top: 30px;
    margin-bottom: 12px;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.legal-page ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 20px;
}

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

.legal-page a {
    color: #6b4ce6;
}

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

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 36px;
    }

    .hero-text,
    .feature-text,
    .content-text,
    .philosophy-text,
    .service-detail-content {
        padding: 40px 30px;
    }

    .nav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-primary {
        gap: 20px;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .form-intro {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .service-card,
    .value-item,
    .direction-card {
        flex: 1 1 100%;
    }
}