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

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background: #d4af37;
    color: #000;
}

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

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

.cookie-btn.reject:hover {
    background: #fff;
    color: #000;
}

.nav-minimal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

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

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

.ad-disclosure {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

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

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

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

.hero-visual {
    margin-top: 80px;
}

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

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

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

.hero-overlay h1 {
    font-size: 58px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-overlay p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

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

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

.narrow-content p {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.visual-break {
    padding: 0;
}

.image-with-text {
    display: flex;
    align-items: stretch;
    min-height: 600px;
}

.image-with-text img {
    width: 50%;
    object-fit: cover;
    background-color: #d4c5b0;
}

.side-text {
    width: 50%;
    padding: 80px 60px;
    background: #f5f1ed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-text h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 400;
}

.side-text p {
    font-size: 18px;
    line-height: 1.8;
}

.problem-reveal {
    padding: 120px 40px;
    background: #2c2c2c;
    color: #fff;
}

.content-box {
    max-width: 800px;
    margin: 0 auto;
}

.content-box h2 {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 400;
}

.content-box p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.insight-visual {
    padding: 0;
}

.split-visual {
    display: flex;
    align-items: stretch;
}

.visual-left {
    width: 45%;
    background-color: #c9b8a3;
}

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

.content-right {
    width: 55%;
    padding: 80px 70px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-right h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-right p {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.7;
}

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

.trust-block h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    font-weight: 400;
}

.testimonial-inline {
    margin-bottom: 50px;
    padding: 40px;
    background: #fff;
    border-left: 4px solid #d4af37;
}

.quote {
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
}

.author {
    font-size: 16px;
    color: #666;
    text-align: right;
}

.benefits-visual {
    padding: 0;
}

.image-overlay-section {
    position: relative;
    height: 700px;
    background-color: #1a1a1a;
}

.image-overlay-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

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

.overlay-content h2 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 400;
}

.benefit-list {
    list-style: none;
    font-size: 20px;
    line-height: 2.2;
}

.benefit-list li::before {
    content: "✦ ";
    color: #d4af37;
    margin-right: 10px;
}

.services-reveal {
    padding: 120px 40px;
    background: #fff;
}

.services-container h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 70px;
    font-weight: 400;
}

.service-cards {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    width: calc(33.333% - 30px);
    min-width: 300px;
    background: #fafafa;
    overflow: hidden;
    transition: transform 0.3s;
}

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

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #d4c5b0;
}

.service-card h3 {
    font-size: 24px;
    margin: 25px 25px 15px;
    font-weight: 400;
}

.service-card p {
    font-size: 16px;
    margin: 0 25px 15px;
    line-height: 1.6;
    color: #555;
}

.service-card .price {
    font-size: 28px;
    color: #d4af37;
    font-weight: 600;
    margin: 20px 25px;
}

.select-service {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 15px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-container h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 400;
}

.selected-service-display {
    padding: 20px;
    background: #d4af37;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: none;
}

.selected-service-display.show {
    display: block;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: inherit;
}

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

.submit-btn {
    width: 100%;
    padding: 18px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.final-visual {
    padding: 0;
}

.closing-image {
    position: relative;
    height: 500px;
    background-color: #1a1a1a;
}

.closing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.closing-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.closing-text p {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 60px 40px 30px;
}

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

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

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

.footer-section p,
.footer-section a {
    font-size: 14px;
    line-height: 2;
    color: #ccc;
    text-decoration: none;
    display: block;
}

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

.disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #d4af37;
}

.disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #777;
}

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

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

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

    .image-with-text,
    .split-visual {
        flex-direction: column;
    }

    .image-with-text img,
    .side-text,
    .visual-left,
    .content-right {
        width: 100%;
    }

    .service-card {
        width: 100%;
    }
}