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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    background: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 26, 26, 0.96);
    color: #fff;
    padding: 2rem;
    z-index: 10000;
    display: none;
}

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

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

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

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.75rem 2rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

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

.btn-accept:hover {
    background: #e0e0e0;
}

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

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

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

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.ad-label {
    font-size: 0.8rem;
    color: #666;
    padding: 0.35rem 0.85rem;
    background: #f0f0f0;
    border-radius: 4px;
}

.hero-minimal {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 3rem;
    position: relative;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin-bottom: 5rem;
    z-index: 10;
}

.hero-content h1 {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #666;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
}

.hero-visual {
    width: 100%;
    max-width: 1200px;
    height: 500px;
    overflow: hidden;
    border-radius: 2px;
    background: #e0e0e0;
}

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

.philosophy-intro {
    padding: 10rem 3rem;
    background: #fff;
}

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

.large-text {
    font-size: 2.5rem;
    line-height: 1.4;
    font-weight: 300;
    color: #333;
    letter-spacing: -0.02em;
}

.insight-block {
    padding: 8rem 3rem;
    background: #fafafa;
}

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

.text-side {
    flex: 1;
}

.text-side h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.text-side p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.visual-side {
    flex: 1;
    background: #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    height: 600px;
}

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

.problem-statement {
    padding: 10rem 3rem;
    background: #1a1a1a;
    color: #fff;
}

.centered-prose {
    max-width: 800px;
    margin: 0 auto;
}

.centered-prose h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
}

.centered-prose p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #ccc;
}

.transformation-visual {
    width: 100%;
    height: 70vh;
    background: #e0e0e0;
    overflow: hidden;
}

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

.benefits-reveal {
    padding: 10rem 3rem;
    background: #fff;
}

.benefits-reveal h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 5rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.benefit-item {
    flex: 1;
    min-width: 250px;
}

.benefit-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.benefit-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #666;
}

.testimonials-inline {
    padding: 10rem 3rem;
    background: #f5f5f5;
    display: flex;
    gap: 4rem;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1;
    background: #fff;
    padding: 3rem;
    border-radius: 2px;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.services-preview {
    padding: 8rem 3rem;
    background: #fff;
}

.services-preview h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: -0.02em;
}

.services-preview p {
    font-size: 1.2rem;
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
}

.cta-link {
    display: inline-block;
    margin: 0 auto;
    padding: 1.25rem 3rem;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s ease;
    text-align: center;
}

.cta-link:hover {
    background: #333;
}

.cta-section {
    padding: 12rem 3rem;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}

.cta-content h2 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    color: #ccc;
}

.cta-button {
    padding: 1.5rem 4rem;
    background: #fff;
    color: #1a1a1a;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

.modal-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.modal-form.active {
    display: flex;
}

.modal-content {
    background: #fff;
    padding: 4rem;
    max-width: 600px;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #1a1a1a;
}

.modal-content h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 1rem;
    border: 1px solid #ddd;
    font-size: 1rem;
    background: #fafafa;
    transition: border-color 0.3s ease;
}

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

.form-submit {
    width: 100%;
    padding: 1.25rem;
    background: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 1.05rem;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1rem;
    transition: background 0.3s ease;
}

.form-submit:hover {
    background: #333;
}

.footer-minimal {
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 3rem 3rem;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.footer-section p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section ul li a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #1a1a1a;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 3rem;
    border-top: 1px solid #e0e0e0;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 3rem;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 1rem 1.5rem;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .large-text {
        font-size: 1.5rem;
    }

    .split-content {
        flex-direction: column;
        gap: 3rem;
    }

    .testimonials-inline {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }
}