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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #fdfcfb;
}

.ad-notice {
    background: #f8f9fa;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-menu a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #2c5f4f;
}

.story-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 24px;
}

.story-hero {
    margin-bottom: 48px;
}

.hero-image-wrapper {
    margin-bottom: 32px;
    background-color: #e8f1ed;
    overflow: hidden;
    border-radius: 4px;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.story-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 600;
    color: #1a2530;
    margin-bottom: 16px;
}

.story-intro {
    font-size: 20px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 48px;
    padding: 32px;
    background: #f7f9fb;
    border-left: 4px solid #2c5f4f;
}

.story-intro p {
    margin-bottom: 16px;
}

.story-intro p:last-child {
    margin-bottom: 0;
}

.story-body {
    margin-bottom: 48px;
}

.story-body h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #1a2530;
    font-weight: 600;
}

.story-body p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
}

.inline-image-section {
    margin: 56px 0;
    background-color: #f4f7f5;
    padding: 24px;
    border-radius: 4px;
}

.inline-image-section img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
    border-radius: 4px;
}

.image-caption {
    font-size: 15px;
    color: #718096;
    font-style: italic;
    text-align: center;
}

.testimonial-inline {
    margin: 48px 0;
    padding: 32px;
    background: #fef9f3;
    border-left: 5px solid #d4a574;
}

.testimonial-inline blockquote {
    font-size: 20px;
    line-height: 1.7;
    color: #3d4852;
    font-style: italic;
}

.testimonial-inline footer {
    margin-top: 16px;
    font-size: 16px;
    color: #718096;
    font-style: normal;
}

.insight-box {
    background: #e8f5f1;
    padding: 32px;
    margin: 32px 0;
    border-radius: 4px;
}

.insight-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c5f4f;
}

.insight-box ul {
    list-style: none;
    padding: 0;
}

.insight-box li {
    font-size: 17px;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.insight-box li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c5f4f;
    font-size: 24px;
}

.phase-block {
    padding: 24px;
    margin-bottom: 20px;
    background: #fafbfc;
    border-left: 3px solid #6b8e7f;
}

.phase-block h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c5f4f;
}

.phase-block p {
    font-size: 17px;
    color: #4a5568;
}

.cta-inline {
    margin: 48px 0;
    text-align: center;
}

.cta-link-text {
    font-size: 20px;
    color: #2c5f4f;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #2c5f4f;
    padding-bottom: 4px;
    transition: all 0.3s;
}

.cta-link-text:hover {
    color: #1e4638;
    border-bottom-color: #1e4638;
}

.trust-section {
    margin: 64px 0;
    padding: 48px 0;
    border-top: 2px solid #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
}

.trust-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a2530;
}

.trust-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.trust-item {
    padding: 24px;
    background: #f8faf9;
    border-left: 4px solid #2c5f4f;
}

.trust-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c5f4f;
}

.trust-item p {
    font-size: 17px;
    color: #4a5568;
}

.services-reveal {
    margin: 64px 0;
    padding-top: 48px;
}

.services-reveal h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a2530;
    text-align: center;
}

.services-reveal > p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 48px;
    text-align: center;
}

.service-card {
    margin-bottom: 48px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
    border-radius: 4px;
    background-color: #f4f7f5;
}

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

.service-card p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.service-price {
    font-size: 28px;
    font-weight: 600;
    color: #1a2530;
    margin-bottom: 20px;
}

.btn-select-service {
    width: 100%;
    padding: 16px 32px;
    background: #2c5f4f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select-service:hover {
    background: #1e4638;
}

.form-section {
    margin: 64px 0;
    padding: 48px 32px;
    background: #f7f9fb;
    border-radius: 8px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a2530;
}

.form-section > p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #4a5568;
}

.story-form {
    max-width: 100%;
}

.form-display-selection {
    padding: 20px;
    background: #e8f5f1;
    border-radius: 4px;
    margin-bottom: 32px;
    font-size: 17px;
    color: #2c5f4f;
}

.form-group {
    margin-bottom: 24px;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-family: 'Georgia', 'Times New Roman', serif;
    background: #ffffff;
}

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

.btn-submit {
    width: 100%;
    padding: 16px 32px;
    background: #2c5f4f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.disclaimer-section {
    margin: 64px 0;
    padding: 32px;
    background: #fff8e6;
    border-left: 4px solid #f0ad4e;
    border-radius: 4px;
}

.disclaimer-section h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #a67c00;
}

.disclaimer-section p {
    font-size: 15px;
    line-height: 1.7;
    color: #6c5a1a;
}

.references-section {
    margin: 48px 0;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 4px;
}

.references-section h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #1a2530;
}

.references-list {
    list-style: decimal;
    padding-left: 24px;
}

.references-list li {
    font-size: 14px;
    margin-bottom: 12px;
    color: #4a5568;
}

.references-list a {
    color: #2c5f4f;
    text-decoration: none;
}

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

.reference-link {
    color: #2c5f4f;
    text-decoration: none;
    font-weight: 600;
}

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

.footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 48px 24px 24px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 32px;
}

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

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

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

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #34495e;
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: #ffffff;
    padding: 24px;
    z-index: 200;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

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

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-cookie-accept {
    background: #2c5f4f;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background: #1e4638;
}

.btn-cookie-reject {
    background: #7f8c8d;
    color: #ffffff;
}

.btn-cookie-reject:hover {
    background: #6c7a7b;
}

.cookie-link {
    color: #a8d5c6;
    text-decoration: none;
    font-size: 14px;
}

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

.page-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 64px 24px;
}

.page-header {
    margin-bottom: 48px;
    text-align: center;
}

.page-title {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a2530;
}

.page-subtitle {
    font-size: 20px;
    color: #718096;
}

.content-section {
    margin-bottom: 48px;
}

.content-section h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2c5f4f;
}

.content-section h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #2c5f4f;
    margin-top: 24px;
}

.content-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #4a5568;
}

.content-section ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.content-section li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #4a5568;
    line-height: 1.7;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

.service-item {
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c5f4f;
}

.service-item p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5568;
}

.service-item .price {
    font-size: 26px;
    font-weight: 600;
    color: #1a2530;
}

.contact-info {
    background: #f7f9fb;
    padding: 32px;
    border-radius: 8px;
    margin-top: 32px;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c5f4f;
}

.contact-item {
    margin-bottom: 20px;
    font-size: 17px;
    color: #4a5568;
}

.contact-item strong {
    display: block;
    margin-bottom: 4px;
    color: #2c3e50;
}

.thanks-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}

.thanks-icon {
    font-size: 72px;
    color: #2c5f4f;
    margin-bottom: 24px;
}

.thanks-title {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a2530;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 40px;
}

.thanks-details {
    background: #e8f5f1;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-details strong {
    color: #2c5f4f;
}

.btn-return {
    display: inline-block;
    padding: 16px 48px;
    background: #2c5f4f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-return:hover {
    background: #1e4638;
}

@media (max-width: 768px) {
    .nav-floating {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 20px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 12px;
    }

    .story-container {
        padding: 24px 16px;
    }

    .story-title {
        font-size: 32px;
    }

    .story-intro {
        font-size: 18px;
        padding: 20px;
    }

    .story-body h2 {
        font-size: 26px;
    }

    .story-body p {
        font-size: 17px;
    }

    .service-card {
        padding: 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

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

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

    .page-container {
        padding: 40px 16px;
    }

    .page-title {
        font-size: 32px;
    }
}