* {
    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-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

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

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

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

.hero-visual {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-color: #34495e;
}

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

.hero-overlay {
    position: absolute;
    bottom: 15%;
    left: 8%;
    max-width: 600px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-overlay p {
    font-size: 22px;
    font-weight: 300;
}

.intro-curiosity {
    padding: 80px 10%;
    background-color: #f8f9fa;
}

.intro-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    color: #495057;
}

.problem-amplification {
    padding: 100px 0;
    background-color: #ffffff;
}

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.split-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-text {
    flex: 1;
}

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

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

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.insight-section {
    padding: 90px 10%;
    background-color: #ecf0f1;
}

.insight-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

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

.insight-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.story-scenario {
    padding: 90px 5%;
    background-color: #ffffff;
}

.scenario-card {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
}

.scenario-card img {
    width: 45%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.scenario-text {
    flex: 1;
}

.scenario-text h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.scenario-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.trust-building {
    padding: 100px 5%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.trust-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.trust-item {
    flex: 1;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.trust-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.testimonials-inline {
    padding: 90px 5%;
    background-color: #f8f9fa;
}

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

.testimonial {
    padding: 35px;
    background-color: #ffffff;
    border-left: 4px solid #3498db;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 15px;
    color: #6c757d;
    font-weight: 600;
}

.benefits-reveal {
    padding: 100px 5%;
    background-color: #ffffff;
}

.benefits-header {
    text-align: center;
    margin-bottom: 60px;
}

.benefits-header h2 {
    font-size: 42px;
    color: #2c3e50;
}

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

.benefit-card {
    flex: 1;
    min-width: 300px;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.benefit-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.benefit-card h3 {
    font-size: 24px;
    padding: 20px 25px 10px;
    color: #2c3e50;
}

.benefit-card p {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

.services-pricing {
    padding: 100px 5%;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.pricing-intro {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-intro h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.pricing-intro p {
    font-size: 18px;
    color: #6c757d;
}

.pricing-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.price-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 35px 25px;
    transition: all 0.3s;
    position: relative;
}

.price-card:hover {
    border-color: #3498db;
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.2);
}

.price-card.featured {
    border-color: #3498db;
    background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
}

.featured-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #3498db;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.price-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.price-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #495057;
}

.price {
    font-size: 36px;
    font-weight: 700;
    color: #3498db;
    margin: 20px 0 5px;
}

.price-detail {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 25px;
}

.cta-btn {
    width: 100%;
    padding: 14px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.order-form-section {
    padding: 90px 5%;
    background-color: #f8f9fa;
    display: none;
}

.order-form-section.visible {
    display: block;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

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

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

.form-group label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #495057;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-family: inherit;
}

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

.form-group input[readonly] {
    background-color: #e9ecef;
}

.submit-btn {
    padding: 15px;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    padding: 60px 5%;
    background-color: #fff3cd;
    border-top: 3px solid #ffc107;
}

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

.disclaimer-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #856404;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 5% 20px;
}

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

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

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

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

.footer-column ul li a:hover {
    color: #3498db;
}

.footer-references {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 30px 0;
    border-top: 1px solid #34495e;
}

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

.footer-references ol {
    font-size: 13px;
    line-height: 1.8;
    color: #bdc3c7;
}

.footer-references a {
    color: #3498db;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    text-align: center;
    font-size: 14px;
    color: #95a5a6;
}

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

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

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background-color: #28a745;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: #6c757d;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #5a6268;
}

.page-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 80px 5%;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 700;
}

.about-intro {
    padding: 80px 5%;
    background-color: #ffffff;
}

.about-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.about-container img {
    width: 45%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.about-text {
    flex: 1;
}

.about-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #495057;
}

.philosophy-section {
    padding: 90px 5%;
    background-color: #f8f9fa;
}

.philosophy-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.philosophy-block {
    flex: 1;
}

.philosophy-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.philosophy-block p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #495057;
}

.philosophy-image {
    flex: 1;
}

.philosophy-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.values-section {
    padding: 90px 5%;
    background-color: #ffffff;
}

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

.values-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.value-item {
    flex: 1;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.commitment-section {
    padding: 80px 5%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

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

.commitment-wrapper h2 {
    font-size: 38px;
    margin-bottom: 30px;
}

.commitment-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.services-detail {
    padding: 80px 5%;
    background-color: #ffffff;
}

.service-block {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    gap: 50px;
    align-items: center;
}

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

.service-content-left,
.service-content-right {
    flex: 1;
}

.service-content-left h2,
.service-content-right h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 20px;
}

.service-content-left p,
.service-content-right p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #495057;
}

.service-content-left h3,
.service-content-right h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    color: #2c3e50;
}

.service-content-left ul,
.service-content-right ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.service-content-left ul li,
.service-content-right ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #495057;
}

.service-image-right,
.service-image-left {
    flex: 0 0 350px;
}

.service-image-right img,
.service-image-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.cta-services {
    padding: 80px 5%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    color: #ffffff;
}

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

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

.cta-link-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ffffff;
    color: #667eea;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-link-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
}

.contact-section {
    padding: 80px 5%;
    background-color: #ffffff;
}

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

.contact-info {
    flex: 1;
}

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

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

.contact-detail h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50;
}

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

.contact-image {
    flex: 0 0 400px;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.contact-additional {
    padding: 70px 5%;
    background-color: #f8f9fa;
}

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

.additional-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.additional-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #495057;
}

.additional-content a {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.additional-content a:hover {
    text-decoration: underline;
}

.thanks-section {
    padding: 120px 5%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 700px;
    background-color: #ffffff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.thanks-container h1 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 30px;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #495057;
}

.back-home-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s;
}

.back-home-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

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

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

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

.legal-container h2 {
    font-size: 26px;
    margin: 35px 0 15px;
    color: #2c3e50;
}

.legal-container h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    color: #2c3e50;
}

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

.legal-container ul,
.legal-container ol {
    margin: 15px 0 15px 30px;
}

.legal-container ul li,
.legal-container ol li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #495057;
}

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

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

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

    .hero-overlay p {
        font-size: 18px;
    }

    .split-content,
    .scenario-card,
    .about-container,
    .philosophy-grid,
    .contact-wrapper,
    .service-block {
        flex-direction: column;
    }

    .scenario-card img,
    .about-container img {
        width: 100%;
    }

    .trust-grid,
    .values-container {
        flex-direction: column;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-image-right,
    .service-image-left {
        flex: 1;
    }
}