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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #ffffff;
}

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

.nav-floating {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2d3748;
}

.hero-fullscreen {
    position: relative;
    height: 85vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

.hero-fullscreen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 900px;
}

.hero-overlay h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.hero-subtext {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.95;
    line-height: 1.5;
}

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

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

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 500;
}

.narrow-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a5568;
}

.split-visual-left {
    display: flex;
    min-height: 600px;
}

.visual-block {
    flex: 1;
    background-color: #e5e7eb;
    overflow: hidden;
}

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

.text-block {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-block h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.3;
}

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

.insight-centered {
    padding: 120px 40px;
    background: #f9fafb;
}

.insight-centered h2 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: center;
}

.insight-centered p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a5568;
}

.insight-centered sup a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

.testimonial-card-inline {
    padding: 80px 40px;
    background: #2d3748;
}

.testimonial-box {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-text {
    font-size: 26px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: 300;
}

.testimonial-author {
    font-size: 16px;
    color: #cbd5e0;
}

.benefits-stacked {
    padding: 100px 40px;
    background: #ffffff;
}

.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.content-wrapper h2 {
    font-size: 44px;
    margin-bottom: 70px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-row {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.benefit-row.reverse {
    flex-direction: row-reverse;
}

.benefit-icon {
    flex: 0 0 320px;
    background-color: #f3f4f6;
    overflow: hidden;
    border-radius: 4px;
}

.benefit-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-content {
    flex: 1;
}

.benefit-content h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.benefit-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a5568;
}

.benefit-content sup a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
}

.trust-block-centered {
    padding: 100px 40px;
    background: #f0f4f8;
}

.trust-block-centered h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: center;
}

.services-reveal {
    padding: 120px 40px;
    background: linear-gradient(to bottom, #ffffff 0%, #f9fafb 100%);
}

.services-reveal h2 {
    font-size: 42px;
    margin-bottom: 24px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.section-intro {
    text-align: center;
    font-size: 19px;
    color: #6b7280;
    margin-bottom: 60px;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 40px 32px;
    flex: 0 1 calc(33.333% - 24px);
    min-width: 280px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

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

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 20px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    margin: 24px 0;
}

.btn-select {
    background: #2d3748;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

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

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

.form-container {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.form-intro {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 36px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background: #f3f4f6;
    color: #6b7280;
}

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

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

.footer {
    background: #1f2937;
    color: #d1d5db;
    padding: 60px 40px 30px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
}

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

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

.footer-col ul li a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.references {
    list-style-position: inside;
    padding-left: 0;
}

.references li {
    margin-bottom: 12px;
}

.references a {
    color: #93c5fd;
    text-decoration: none;
    font-size: 13px;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #374151;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 12px;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.6;
    color: #9ca3af;
    font-style: italic;
    margin-bottom: 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
    padding: 24px 40px;
    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: 30px;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    flex: 1;
}

.cookie-content a {
    color: #3b82f6;
    text-decoration: underline;
}

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

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

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

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

.btn-reject {
    background: #e5e7eb;
    color: #374151;
}

.btn-reject:hover {
    background: #d1d5db;
}

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

.page-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
}

.header-subtext {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.95;
}

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

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

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

.story-block img {
    flex: 0 0 45%;
    border-radius: 8px;
    background-color: #f3f4f6;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.values-section {
    padding: 80px 40px;
    background: #f9fafb;
}

.values-section h2 {
    font-size: 36px;
    margin-bottom: 32px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.values-list {
    list-style: none;
    max-width: 600px;
    margin: 0 auto;
}

.values-list li {
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
}

.values-list li:last-child {
    border-bottom: none;
}

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

.service-detail-card {
    max-width: 1100px;
    margin: 0 auto 80px;
    display: flex;
    gap: 60px;
    align-items: stretch;
}

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

.service-image {
    flex: 0 0 40%;
    background-color: #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}

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

.service-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-description {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 28px;
}

.composition {
    margin-bottom: 32px;
}

.composition h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #2d3748;
    font-weight: 600;
}

.composition ul {
    list-style: none;
    padding-left: 0;
}

.composition ul li {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.service-price-large {
    font-size: 38px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 24px;
}

.btn-order {
    display: inline-block;
    background: #2d3748;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-order:hover {
    background: #1a202c;
}

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

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

.contact-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-item {
    margin-bottom: 36px;
}

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #2d3748;
    font-weight: 600;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.contact-visual {
    flex: 1;
    background-color: #f3f4f6;
    border-radius: 8px;
    overflow: hidden;
}

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

.info-section {
    padding: 60px 40px;
    background: #f9fafb;
}

.info-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 600;
}

.info-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
}

.legal-page {
    padding: 60px 40px 80px;
    background: #ffffff;
}

.legal-content {
    max-width: 820px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2d3748;
    font-weight: 600;
}

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

.legal-content ul,
.legal-content ol {
    margin-bottom: 20px;
    padding-left: 28px;
}

.legal-content ul li,
.legal-content ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 8px;
}

.legal-content a {
    color: #3b82f6;
    text-decoration: none;
}

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

.thanks-hero {
    padding: 120px 40px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.95;
}

.order-info {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-primary {
    background: #ffffff;
    color: #059669;
}

.btn-primary:hover {
    background: #f0fdf4;
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

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

    .hero-subtext {
        font-size: 18px;
    }

    .split-visual-left,
    .benefit-row,
    .story-block,
    .service-detail-card,
    .contact-layout {
        flex-direction: column;
    }

    .benefit-row.reverse,
    .story-block.reverse,
    .service-detail-card.reverse {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100%;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .thanks-actions {
        flex-direction: column;
    }
}