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

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

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

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

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

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

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

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

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

.hero-bg {
    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: #ffffff;
    width: 90%;
    max-width: 900px;
}

.hero-title {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.9;
}

.story-intro {
    display: flex;
    padding: 100px 60px;
    gap: 60px;
    align-items: center;
    background-color: #fafafa;
}

.story-content {
    flex: 1;
    max-width: 600px;
}

.story-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #1a1a1a;
}

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

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

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

.insight-block {
    padding: 80px 60px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.insight-wrapper h3 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 300;
}

.insight-wrapper p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
    opacity: 0.9;
}

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

.split-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f5f5;
}

.split-text h3 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

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

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

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

.benefits-reveal {
    padding: 100px 60px;
    background-color: #ffffff;
}

.benefits-reveal h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
    color: #1a1a1a;
}

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

.benefit-card {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    background-color: #fafafa;
}

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

.benefit-card h4 {
    font-size: 24px;
    margin: 20px 20px 15px;
    font-weight: 500;
}

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

.trust-elements {
    padding: 80px 60px;
    background-color: #f9f9f9;
}

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

.trust-content h3 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400;
}

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

.testimonial {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #d4af37;
}

.testimonial p {
    font-size: 17px;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 14px;
    color: #777;
    font-style: normal;
}

.services-overview {
    padding: 100px 60px;
    background-color: #ffffff;
}

.services-overview h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

.services-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

.service-item {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    background-color: #fafafa;
    padding-bottom: 20px;
}

.service-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #e5e5e5;
}

.service-item h4 {
    font-size: 22px;
    margin: 20px 20px 12px;
    font-weight: 500;
}

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

.service-item .price {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #d4af37;
    margin: 15px 20px;
}

.select-service-btn {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    margin: 0 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.cta-section {
    padding: 80px 60px;
    text-align: center;
    background-color: #f5f5f5;
}

.cta-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 300;
}

.cta-section p {
    font-size: 18px;
    color: #555;
}

.form-container {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

#mainForm {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
}

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

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

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

.disclaimer-section {
    padding: 50px 60px;
    background-color: #f8f8f8;
}

.disclaimer-text {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

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

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-column p {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
}

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

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

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

.footer-column ul li a:hover {
    color: #d4af37;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 40px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: opacity 0.3s;
}

.cookie-accept {
    background-color: #d4af37;
    color: #1a1a1a;
}

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

.cookie-accept:hover,
.cookie-reject:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }

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

    .story-intro {
        flex-direction: column;
        padding: 60px 30px;
    }

    .visual-split {
        flex-direction: column;
    }

    .nav-floating {
        padding: 15px 20px;
    }

    .nav-links {
        gap: 15px;
    }

    .benefits-grid {
        flex-direction: column;
    }

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