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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-banner.show {
    transform: translateY(0);
}

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

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

.cookie-actions {
    display: flex;
    gap: 10px;
}

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

.btn-cookie-accept {
    background-color: #3498db;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #2980b9;
}

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

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

.nav-main {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.brand-logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

.nav-disclosure {
    font-size: 11px;
    color: #7f8c8d;
    padding: 4px 12px;
    border: 1px solid #e0e0e0;
    background-color: #f8f9fa;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}

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

.nav-links a:hover {
    color: #3498db;
}

.hero-story {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 2;
    max-width: 800px;
    text-align: center;
    color: #ffffff;
    padding: 0 40px;
}

.hero-text h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.6;
}

.story-intro {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
}

.lead-text {
    font-size: 22px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 30px;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 24px;
}

.problem-reveal {
    padding: 120px 40px;
    background-color: #ffffff;
}

.split-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-image {
    flex: 1;
    background-color: #f0f0f0;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.insight-section {
    padding: 100px 40px;
    background-color: #ecf0f1;
}

.insight-section h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #2c3e50;
    text-align: center;
}

.approach-visual {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.full-width-image {
    width: 100%;
    height: 100%;
}

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

.overlay-text {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 40px;
}

.overlay-text h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.overlay-text p {
    font-size: 17px;
    line-height: 1.6;
}

.trust-builder {
    padding: 100px 40px;
    background-color: #ffffff;
}

.testimonial-flow {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.testimonial-item {
    padding: 40px;
    background-color: #f8f9fa;
}

.testimonial-item blockquote {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-item cite {
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
}

.benefits-reveal {
    padding: 100px 40px;
    background-color: #2c3e50;
    color: #ffffff;
}

.stacked-benefits {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.benefit-block {
    padding: 60px 80px;
    background-color: #2c3e50;
}

.benefit-block.benefit-alt {
    background-color: #34495e;
}

.benefit-block h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.benefit-block p {
    font-size: 18px;
    line-height: 1.7;
}

.visual-evidence {
    padding: 0;
}

.grid-showcase {
    display: flex;
    gap: 0;
}

.showcase-item {
    flex: 1;
    background-color: #f0f0f0;
}

.showcase-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.services-pricing {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.services-pricing h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.services-pricing .narrow-content p {
    text-align: center;
    margin-bottom: 60px;
}

.service-cards {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    flex: 1;
    margin-bottom: 24px;
}

.service-card .price {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
}

.cta-primary {
    padding: 100px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-align: center;
}

.cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 20px;
    margin-bottom: 40px;
}

.btn-cta {
    display: inline-block;
    padding: 18px 48px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-cta:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
}

.form-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.form-container h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #2c3e50;
}

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

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

.form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    padding: 14px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    color: #2c3e50;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    padding: 16px 32px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #2980b9;
}

.disclaimer-section {
    padding: 60px 40px;
    background-color: #f8f9fa;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #7f8c8d;
    text-align: center;
}

.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

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

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

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

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

.footer-col ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
}

.page-header {
    padding: 100px 40px 60px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.header-content h1 {
    font-size: 48px;
    margin-bottom: 16px;
}

.header-content p {
    font-size: 20px;
    color: #bdc3c7;
}

.about-story {
    padding: 100px 40px;
    background-color: #ffffff;
}

.workshop-visual {
    padding: 0;
}

.philosophy-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.process-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.process-step {
    padding: 30px;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
}

.process-step h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.process-step p {
    font-size: 17px;
    line-height: 1.6;
}

.values-section {
    padding: 100px 40px;
    background-color: #ecf0f1;
}

.stacked-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.value-block {
    padding: 0;
}

.value-block h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.value-block p {
    font-size: 18px;
    line-height: 1.7;
}

.services-detail {
    padding: 60px 40px;
    background-color: #ffffff;
}

.service-detail-item {
    padding: 80px 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-detail-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

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

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

.service-detail-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.service-detail-text p {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    margin: 30px 0;
}

.feature-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}

.feature-list li::before {
    content: '•';
    position: absolute;
    left: 10px;
    color: #3498db;
    font-size: 20px;
}

.service-price {
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
    margin-top: 20px;
}

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

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

.service-note {
    padding: 60px 40px;
    background-color: #f8f9fa;
}

.service-note .narrow-content p {
    font-size: 16px;
    color: #7f8c8d;
    text-align: center;
}

.cta-services {
    padding: 80px 40px;
    background-color: #3498db;
    text-align: center;
}

.cta-services .cta-content h2 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-services .cta-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 32px;
}

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

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

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

.contact-info > p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-detail p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.note-text {
    margin-top: 12px;
    font-size: 15px;
    color: #7f8c8d;
    font-style: italic;
}

.contact-map {
    flex: 1;
    background-color: #f0f0f0;
}

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

.contact-additional {
    padding: 80px 40px;
    background-color: #f8f9fa;
}

.contact-additional h2 {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
}

.thanks-section {
    padding: 120px 40px 80px;
    background-color: #f8f9fa;
}

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

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.service-confirmation {
    padding: 20px;
    background-color: #d5f4e6;
    border-left: 4px solid #27ae60;
    margin: 30px 0;
    font-size: 18px;
    color: #2c3e50;
}

.thanks-actions {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #d0d0d0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: #f8f9fa;
    border-color: #3498db;
}

.next-steps {
    padding: 80px 40px;
    background-color: #ffffff;
}

.next-steps h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

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

.step-item {
    flex: 1;
    min-width: 220px;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #3498db;
}

.step-item p {
    font-size: 16px;
    line-height: 1.6;
}

.legal-content {
    padding: 60px 40px 100px;
    background-color: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

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

.legal-container h3 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #34495e;
}

.legal-container p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-container ul {
    margin: 16px 0 16px 30px;
}

.legal-container ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-container a {
    color: #3498db;
    text-decoration: none;
}

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

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .split-content,
    .service-detail-content,
    .contact-layout {
        flex-direction: column;
    }

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

    .service-cards {
        flex-direction: column;
    }

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