* {
    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.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 20px;
    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-color: rgba(255, 255, 255, 0.98);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-logo {
    font-size: 24px;
    font-weight: 600;
    color: #d4a574;
    letter-spacing: 1px;
}

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

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

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

.hero-visual {
    width: 100%;
    margin-bottom: 0;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-color: #f5f0eb;
}

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

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.hero-overlay h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-overlay p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.story-opener {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

.story-content h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #2c3e50;
}

.story-content p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #5a6c7d;
    line-height: 1.8;
}

.visual-insight {
    padding: 80px 0;
    background-color: #f9f7f5;
}

.insight-split {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.insight-image {
    flex: 1 1 500px;
    background-color: #e8e3dd;
}

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

.insight-text {
    flex: 1 1 500px;
    padding: 60px;
    background-color: #ffffff;
}

.insight-text h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c3e50;
}

.insight-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #5a6c7d;
    line-height: 1.7;
}

.insight-text a {
    color: #d4a574;
    text-decoration: none;
    font-weight: 500;
}

.problem-reveal {
    padding: 100px 20px;
    background-color: #ffffff;
}

.problem-content {
    max-width: 1200px;
    margin: 0 auto;
}

.problem-content h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

.problem-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.problem-card {
    flex: 0 1 480px;
    background-color: #f9f7f5;
    overflow: hidden;
    border-radius: 4px;
}

.problem-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.problem-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 24px 28px 16px;
    color: #2c3e50;
}

.problem-card p {
    font-size: 16px;
    margin: 0 28px 28px;
    color: #5a6c7d;
    line-height: 1.6;
}

.trust-builder {
    padding: 100px 20px;
    background-color: #f5f0eb;
}

.testimonials-flow {
    max-width: 800px;
    margin: 0 auto;
}

.testimonials-flow h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

.testimonial {
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 32px;
    border-left: 4px solid #d4a574;
    border-radius: 2px;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 16px;
    color: #2c3e50;
    line-height: 1.7;
}

.testimonial cite {
    font-size: 15px;
    font-style: normal;
    color: #7a8a99;
    font-weight: 500;
}

.benefits-visual {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: #e8e3dd;
}

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

.benefits-overlay {
    position: relative;
    height: 100%;
}

.benefits-text {
    position: absolute;
    bottom: 60px;
    left: 60px;
    max-width: 600px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 48px;
    border-radius: 4px;
}

.benefits-text h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c3e50;
}

.benefits-text ul {
    list-style: none;
}

.benefits-text li {
    font-size: 17px;
    margin-bottom: 14px;
    color: #5a6c7d;
    padding-left: 24px;
    position: relative;
}

.benefits-text li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d4a574;
    font-weight: 700;
}

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

.services-showcase h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.services-visual-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    flex: 0 1 calc(50% - 15px);
    min-width: 320px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: #f9f7f5;
}

.service-card:hover {
    transform: translateY(-4px);
}

.service-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.service-info {
    padding: 32px;
}

.service-info h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.service-info p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #5a6c7d;
    line-height: 1.6;
}

.service-info .price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #d4a574;
    margin-bottom: 20px;
}

.select-service {
    width: 100%;
    padding: 14px 24px;
    background-color: #d4a574;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #c39563;
}

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

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

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

.form-container > p {
    text-align: center;
    margin-bottom: 32px;
    color: #5a6c7d;
    font-size: 16px;
}

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

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

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

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

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

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

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

.disclaimer {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
    text-align: center;
    font-style: italic;
}

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

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

.footer-section {
    flex: 1 1 220px;
}

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

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #bdc3c7;
    margin-bottom: 8px;
}

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

.footer-section li {
    margin-bottom: 8px;
}

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

.footer-section a:hover {
    color: #d4a574;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2000;
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.page-hero {
    background: linear-gradient(135deg, #d4a574 0%, #c39563 100%);
    padding: 100px 20px;
    text-align: center;
    color: #ffffff;
}

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

.page-hero-content p {
    font-size: 20px;
    font-weight: 300;
}

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

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

.story-text-block {
    flex: 1 1 450px;
}

.story-text-block h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c3e50;
}

.story-text-block p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #5a6c7d;
    line-height: 1.7;
}

.story-image-block {
    flex: 1 1 450px;
    background-color: #f5f0eb;
}

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

.philosophy-section {
    padding: 80px 20px;
    background-color: #f9f7f5;
}

.philosophy-content {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-content h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e50;
}

.philosophy-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.philosophy-card {
    flex: 1 1 320px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    text-align: center;
}

.philosophy-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #d4a574;
}

.philosophy-card p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.values-visual {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background-color: #e8e3dd;
}

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

.values-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.values-overlay h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.values-overlay p {
    font-size: 18px;
    line-height: 1.6;
}

.team-approach {
    padding: 80px 20px;
    background-color: #ffffff;
}

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

.team-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c3e50;
}

.team-content p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #5a6c7d;
    line-height: 1.7;
}

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

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f9f7f5;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-detail-image {
    flex: 1 1 500px;
    background-color: #e8e3dd;
}

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

.service-detail-info {
    flex: 1 1 500px;
    padding: 50px;
}

.service-detail-info h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-duration {
    font-size: 14px;
    color: #7a8a99;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-detail-info > p {
    font-size: 17px;
    margin-bottom: 24px;
    color: #5a6c7d;
    line-height: 1.7;
}

.service-detail-info ul {
    list-style: none;
    margin-bottom: 28px;
}

.service-detail-info li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #5a6c7d;
    padding-left: 24px;
    position: relative;
}

.service-detail-info li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4a574;
    font-weight: 700;
    font-size: 20px;
}

.service-price-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 24px;
    text-align: center;
}

.price-label {
    font-size: 14px;
    color: #7a8a99;
    display: block;
    margin-bottom: 8px;
}

.price-value {
    font-size: 32px;
    font-weight: 700;
    color: #d4a574;
}

.service-cta {
    display: inline-block;
    padding: 14px 32px;
    background-color: #d4a574;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.service-cta:hover {
    background-color: #c39563;
}

.service-note {
    padding: 60px 20px;
    background-color: #f5f0eb;
}

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

.note-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.note-content p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
}

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

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

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

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

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #d4a574;
}

.contact-item p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.contact-visual {
    flex: 1 1 450px;
    background-color: #f5f0eb;
}

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

.contact-cta {
    padding: 80px 20px;
    background-color: #f9f7f5;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    padding: 60px 40px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.cta-box h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #2c3e50;
}

.cta-box p {
    font-size: 17px;
    margin-bottom: 28px;
    color: #5a6c7d;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #d4a574;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #c39563;
}

.thanks-hero {
    padding: 120px 20px;
    background-color: #f9f7f5;
    min-height: 70vh;
}

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

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

.thanks-content > p {
    font-size: 22px;
    margin-bottom: 40px;
    color: #d4a574;
    font-weight: 500;
}

.thanks-info {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.thanks-info p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #5a6c7d;
    line-height: 1.7;
}

#selectedServiceInfo {
    font-weight: 600;
    color: #2c3e50;
}

.thanks-next {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-next h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.thanks-next ol {
    max-width: 500px;
    margin: 0 auto;
    font-size: 17px;
    color: #5a6c7d;
    line-height: 2;
}

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

.btn-primary,
.btn-secondary {
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

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

.btn-primary:hover {
    background-color: #c39563;
}

.btn-secondary {
    background-color: transparent;
    color: #d4a574;
    border: 2px solid #d4a574;
}

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

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

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

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

.updated {
    font-size: 14px;
    color: #7a8a99;
    margin-bottom: 40px;
    font-style: italic;
}

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

.legal-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #d4a574;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #5a6c7d;
    line-height: 1.7;
}

.legal-content ul {
    margin: 16px 0 16px 24px;
    line-height: 1.8;
}

.legal-content li {
    font-size: 16px;
    color: #5a6c7d;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .nav-floating {
        padding: 16px 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

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

    .story-content h2,
    .problem-content h2,
    .testimonials-flow h2,
    .philosophy-content h2 {
        font-size: 28px;
    }

    .services-showcase h2 {
        font-size: 32px;
    }

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

    .benefits-text {
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 32px;
    }

    .form-container {
        padding: 32px 24px;
    }

    .footer-content {
        justify-content: flex-start;
    }

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

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

    .thanks-content h1 {
        font-size: 36px;
    }

    .legal-content h1 {
        font-size: 32px;
    }
}