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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f4f4f4;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

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

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

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

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

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

.hero-visual {
    width: 100%;
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #2c2c2c;
}

.hero-image-container 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;
    max-width: 800px;
    padding: 30px;
}

.hero-overlay h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
    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-intro {
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.8;
    color: #3a3a3a;
}

.narrow-content p {
    margin-bottom: 20px;
}

.image-block-left {
    padding: 100px 20px;
    background-color: #ffffff;
}

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

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

.split-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.split-text {
    flex: 1;
    padding: 20px;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.split-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.problem-amplify {
    padding: 100px 20px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.centered-message h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 700;
}

.centered-message p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: 0.95;
}

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

.insight-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.insight-visual {
    flex: 1;
    background-color: #e8e8e8;
}

.insight-visual img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.insight-text {
    flex: 1;
    padding: 20px;
}

.insight-text h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.benefit-list {
    list-style: none;
    margin-bottom: 25px;
}

.benefit-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    color: #3a3a3a;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 18px;
}

.trust-layer {
    padding: 80px 20px;
    background-color: #f4f4f4;
}

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

.testimonial-inline blockquote {
    font-size: 22px;
    line-height: 1.7;
    font-style: italic;
    color: #2c2c2c;
    padding: 40px;
    border-left: 4px solid #1a1a1a;
    background-color: #ffffff;
}

.testimonial-inline cite {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-size: 16px;
    color: #666;
}

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

.services-header {
    max-width: 800px;
    margin: 0 auto 70px;
    text-align: center;
}

.services-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-header p {
    font-size: 19px;
    color: #4a4a4a;
}

.service-cards-stacked {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    display: flex;
    gap: 40px;
    background-color: #f9f9f9;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.card-visual {
    flex: 0 0 45%;
    background-color: #e8e8e8;
}

.card-visual img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.card-content {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.card-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
}

.select-service-btn {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.select-service-btn:hover {
    background-color: #3a3a3a;
}

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

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #e0e0e0;
}

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

.form-container > p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

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

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

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

.form-group input:focus {
    outline: none;
    border-color: #1a1a1a;
}

.form-group input[readonly] {
    background-color: #f4f4f4;
    cursor: not-allowed;
}

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

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

.final-trust {
    padding: 100px 20px;
    background-color: #ffffff;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
}

.trust-visual {
    flex: 1;
    background-color: #e8e8e8;
}

.trust-visual img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.trust-text {
    flex: 1;
    padding: 20px;
}

.trust-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.trust-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.disclaimer-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}

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

.disclaimer-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 20px;
}

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

.footer-brand h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.footer-brand p {
    font-size: 14px;
    color: #b0b0b0;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

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

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

.footer-contact p {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 5px;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.92);
    color: #ffffff;
    padding: 25px 20px;
    z-index: 10000;
    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: 14px;
    line-height: 1.5;
}

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

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

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

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

.cookie-accept:hover {
    opacity: 0.9;
}

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

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

.page-hero-small {
    padding: 80px 20px;
    background-color: #2c2c2c;
    text-align: center;
    color: #ffffff;
}

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

.about-content {
    padding: 80px 20px;
}

.about-visual-text {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-image {
    flex: 1;
    background-color: #e8e8e8;
}

.about-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about-text-block {
    flex: 1;
    padding: 20px;
}

.about-text-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about-text-block p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.about-philosophy {
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.about-philosophy h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.philosophy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.philosophy-item {
    flex: 1 1 calc(50% - 15px);
    min-width: 280px;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.philosophy-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.philosophy-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.about-process {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-process h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.about-process p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.services-page-content {
    padding: 80px 20px;
}

.services-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-intro p {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
}

.service-detailed {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-detail-card {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

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

.service-detail-image {
    flex: 0 0 50%;
    background-color: #e8e8e8;
}

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

.service-detail-text {
    flex: 1;
    padding: 20px;
}

.service-detail-text h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.service-detail-text p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.service-detail-text h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-detail-text ul {
    list-style: none;
    margin-bottom: 20px;
}

.service-detail-text ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    color: #4a4a4a;
}

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

.services-cta {
    max-width: 800px;
    margin: 80px auto 0;
    text-align: center;
    padding: 50px 30px;
    background-color: #f4f4f4;
}

.services-cta h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.services-cta p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #4a4a4a;
}

.cta-button {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.contact-content {
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
}

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

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-bottom: 50px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a4a;
}

.contact-note {
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a1a1a;
}

.contact-note p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.thanks-section {
    padding: 120px 20px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-container p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.thanks-service {
    margin: 30px 0;
    padding: 20px;
    background-color: #f4f4f4;
}

.thanks-container a {
    color: #1a1a1a;
    text-decoration: underline;
}

.back-home-btn {
    display: inline-block;
    margin-top: 30px;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.back-home-btn:hover {
    background-color: #3a3a3a;
}

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

.legal-text h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

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

.legal-text ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.legal-text li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.legal-text a {
    color: #1a1a1a;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        padding: 15px 20px;
    }

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

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

    .visual-split,
    .insight-container,
    .final-trust,
    .about-visual-text {
        flex-direction: column;
    }

    .service-card,
    .service-detail-card {
        flex-direction: column;
    }

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

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

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

    .philosophy-item {
        flex: 1 1 100%;
    }
}