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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background: #ffffff;
}

.ad-disclosure {
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-floating {
    position: fixed;
    top: 48px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 8px;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

.hero-visual {
    position: relative;
    height: 90vh;
    overflow: hidden;
    background-color: #2c2c2c;
}

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

.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: 56px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hero-overlay p {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.95;
}

.story-intro {
    padding: 100px 20px;
    background: #f9f9f9;
}

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

.story-content p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #3a3a3a;
}

.visual-break {
    display: flex;
    align-items: center;
    padding: 0;
    background: #ffffff;
}

.section-image {
    width: 50%;
    height: 600px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.break-text {
    width: 50%;
    padding: 60px 80px;
}

.break-text h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.problem-reveal {
    display: flex;
    align-items: center;
    padding: 80px 60px;
    background: #2a2a2a;
    color: #ffffff;
}

.reveal-content {
    width: 60%;
    padding-right: 60px;
}

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

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

.reveal-image {
    width: 40%;
    height: 450px;
    object-fit: cover;
    background-color: #3a3a3a;
}

.insight-section {
    padding: 100px 40px;
    background: #f4f4f4;
}

.insight-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

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

.insight-blocks {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.insight-block {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
}

.insight-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.insight-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
}

.visual-showcase {
    position: relative;
    height: 70vh;
    overflow: hidden;
    background-color: #1a1a1a;
}

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

.showcase-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 800px;
}

.showcase-overlay p {
    font-size: 28px;
    font-weight: 300;
}

.trust-signals {
    padding: 100px 40px;
    background: #ffffff;
}

.trust-container {
    max-width: 1100px;
    margin: 0 auto;
}

.trust-container h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

.testimonials-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial {
    background: #f9f9f9;
    padding: 40px 50px;
    border-left: 4px solid #2c2c2c;
}

.testimonial p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial span {
    font-size: 15px;
    color: #6a6a6a;
}

.benefits-reveal {
    padding: 100px 40px;
    background: #f7f7f7;
}

.benefits-content {
    max-width: 1300px;
    margin: 0 auto;
}

.benefits-content h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
}

.benefits-grid {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.benefit-item {
    flex: 1;
    background: #ffffff;
}

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

.benefit-item h3 {
    font-size: 22px;
    margin: 25px 20px 15px 20px;
    font-weight: 500;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 20px 25px 20px;
    color: #5a5a5a;
}

.pricing-reveal {
    padding: 120px 40px;
    background: #ffffff;
}

.pricing-container {
    max-width: 1000px;
    margin: 0 auto;
}

.pricing-container h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}

.pricing-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    color: #6a6a6a;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.service-card {
    background: #f9f9f9;
    padding: 40px 45px;
    border-left: 5px solid #2c2c2c;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 500;
}

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

.service-card .price {
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.select-service {
    background: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 50px;
}

.form-container h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 400;
}

.form-intro {
    font-size: 17px;
    margin-bottom: 40px;
    color: #6a6a6a;
}

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

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

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

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

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

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

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

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

.footer-section {
    flex: 1;
}

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

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

.footer-section a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 25px;
    background: #252525;
    border-radius: 4px;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.98);
    padding: 25px 40px;
    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;
}

.cookie-content p {
    color: #ffffff;
    font-size: 15px;
    flex: 1;
    margin-right: 30px;
}

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

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

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

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

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

.about-hero {
    position: relative;
    height: 60vh;
    overflow: hidden;
    background-color: #2c2c2c;
}

.about-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.about-hero-overlay {
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: #ffffff;
}

.about-hero-overlay h1 {
    font-size: 50px;
    font-weight: 300;
}

.about-story {
    padding: 100px 60px;
    background: #ffffff;
}

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

.story-text {
    flex: 1;
}

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

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

.story-visual {
    flex: 1;
}

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

.values-section {
    padding: 100px 60px;
    background: #f7f7f7;
}

.values-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

.values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1 1 calc(50% - 20px);
    background: #ffffff;
    padding: 40px 35px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.team-section {
    padding: 100px 60px;
    background: #ffffff;
    display: flex;
    gap: 80px;
    align-items: center;
}

.team-content {
    flex: 1;
}

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

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

.team-image {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.cta-about {
    padding: 100px 60px;
    background: #2c2c2c;
    color: #ffffff;
}

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

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

.cta-content p {
    font-size: 18px;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #1a1a1a;
    padding: 16px 45px;
    font-size: 17px;
    text-decoration: none;
    transition: opacity 0.3s;
}

.cta-button:hover {
    opacity: 0.9;
}

.services-header {
    padding: 100px 60px 60px 60px;
    background: #f9f9f9;
}

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

.services-intro h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 300;
}

.services-intro p {
    font-size: 19px;
    color: #5a5a5a;
}

.services-showcase {
    background: #ffffff;
}

.service-full {
    display: flex;
    align-items: stretch;
}

.service-full.reverse {
    flex-direction: row-reverse;
}

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

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

.service-details {
    flex: 1;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-details h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 400;
}

.service-details p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-features {
    display: flex;
    gap: 15px;
    margin: 25px 0;
    flex-wrap: wrap;
}

.service-features span {
    background: #f4f4f4;
    padding: 8px 18px;
    font-size: 14px;
    color: #3a3a3a;
}

.service-price {
    margin-top: 30px;
}

.price-label {
    display: block;
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 5px;
}

.price-value {
    font-size: 36px;
    font-weight: 600;
    color: #1a1a1a;
}

.services-cta {
    padding: 100px 60px;
    background: #2c2c2c;
    color: #ffffff;
}

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

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

.cta-wrapper p {
    font-size: 18px;
    margin-bottom: 35px;
}

.contact-page {
    padding: 100px 60px;
    background: #f9f9f9;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-intro {
    text-align: center;
    margin-bottom: 70px;
}

.contact-intro h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 300;
}

.contact-intro p {
    font-size: 19px;
    color: #5a5a5a;
}

.contact-layout {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    background: #ffffff;
}

.contact-info {
    flex: 1;
    padding: 60px 50px;
}

.info-block {
    margin-bottom: 45px;
}

.info-block h2 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}

.info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.email-display {
    color: #2c2c2c;
    font-weight: 500;
}

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

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

.contact-cta {
    background: #ffffff;
    padding: 60px;
    text-align: center;
}

.contact-cta h2 {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 400;
}

.contact-cta p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #5a5a5a;
}

.thanks-page {
    padding: 150px 60px;
    background: #f9f9f9;
    min-height: 70vh;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 70px 60px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 300;
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.thanks-container p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

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

.btn-primary {
    background: #2c2c2c;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

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

.btn-secondary {
    background: transparent;
    color: #2c2c2c;
    padding: 15px 35px;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #2c2c2c;
    transition: all 0.3s;
}

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

.legal-page {
    padding: 100px 60px;
    background: #f9f9f9;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px 70px;
}

.legal-container h1 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 400;
}

.legal-intro {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 50px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.legal-section h3 {
    font-size: 19px;
    margin: 20px 0 10px 0;
    font-weight: 500;
}

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

.legal-section ul {
    margin: 15px 0 15px 25px;
}

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

.legal-section a {
    color: #2c2c2c;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #1a1a1a;
}

@media (max-width: 1024px) {
    .nav-floating {
        position: static;
        margin: 0 20px 0 20px;
    }

    .visual-break,
    .problem-reveal,
    .story-wrapper,
    .team-section,
    .contact-layout,
    .service-full {
        flex-direction: column;
    }

    .section-image,
    .reveal-image,
    .break-text,
    .reveal-content,
    .story-text,
    .story-visual,
    .team-content,
    .team-image,
    .contact-info,
    .contact-visual,
    .service-image-container,
    .service-details {
        width: 100%;
    }

    .insight-blocks,
    .benefits-grid {
        flex-direction: column;
    }

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

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

    .cookie-content p {
        margin-right: 0;
    }
}