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

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

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

.floating-nav {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

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

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

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 14px;
    transition: color 0.3s;
}

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

.hero-offset {
    display: flex;
    min-height: 100vh;
    padding: 120px 60px 60px;
    align-items: center;
    gap: 80px;
}

.hero-content-left {
    flex: 1;
    max-width: 600px;
    padding-right: 40px;
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 50px;
    line-height: 1.7;
}

.hero-stats {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.stat-box {
    background: #f5f3ff;
    padding: 25px 30px;
    border-radius: 12px;
}

.stat-box.offset {
    margin-top: 40px;
    background: #6b4ce6;
    color: white;
}

.stat-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.8;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -80px;
}

.hero-image-right img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.intro-overlap {
    display: flex;
    padding: 0 60px 100px;
    gap: 60px;
    align-items: flex-start;
    margin-top: -100px;
}

.intro-card {
    flex: 1.5;
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-left: 100px;
}

.intro-card h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 600;
}

.intro-card p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

.intro-image-small {
    flex: 1;
    margin-top: 60px;
}

.intro-image-small img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.story-section {
    padding: 120px 60px;
    background: #fafafa;
}

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

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}

.story-text p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.story-visual {
    flex: 1;
}

.quote-block {
    background: #6b4ce6;
    color: white;
    padding: 50px;
    border-radius: 16px;
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    transform: rotate(-2deg);
    box-shadow: 0 10px 30px rgba(107, 76, 230, 0.3);
}

.services-preview {
    padding: 120px 60px;
    background: white;
}

.section-title-left {
    font-size: 48px;
    margin-bottom: 70px;
    max-width: 600px;
    font-weight: 700;
}

.services-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 0;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-card.large {
    flex: 1 1 calc(50% - 15px);
}

.service-card.offset-down {
    margin-top: 40px;
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-card h4 {
    font-size: 22px;
    margin: 25px 25px 15px;
    font-weight: 600;
}

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

.service-card .price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #6b4ce6;
    margin: 20px 25px;
}

.service-card .cta-inline {
    margin: 0 25px 25px;
    width: calc(100% - 50px);
    background: #1a1a1a;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.service-card .cta-inline:hover {
    background: #6b4ce6;
}

.insight-section {
    padding: 100px 60px;
    background: #1a1a1a;
    color: white;
}

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

.insight-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
}

.insight-content > p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 50px;
    opacity: 0.9;
}

.insight-points {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.point {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.point-icon {
    font-size: 32px;
    color: #6b4ce6;
    flex-shrink: 0;
}

.point p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
}

.testimonials-irregular {
    padding: 120px 60px;
    background: #f5f3ff;
}

.testimonials-irregular h2 {
    font-size: 48px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 700;
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial {
    background: white;
    padding: 40px 50px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.testimonial.left-aligned {
    margin-right: 200px;
}

.testimonial.right-aligned {
    margin-left: 200px;
}

.testimonial.offset {
    margin-top: -20px;
}

.testimonial.center-aligned {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
}

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

.form-section {
    padding: 120px 60px;
    background: white;
}

.form-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 600;
}

.form-intro p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.main-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-form input,
.main-form select,
.main-form textarea {
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.main-form input:focus,
.main-form select:focus,
.main-form textarea:focus {
    outline: none;
    border-color: #6b4ce6;
}

.main-form textarea {
    resize: vertical;
}

.submit-btn {
    background: #6b4ce6;
    color: white;
    border: none;
    padding: 18px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.submit-btn:hover {
    background: #5a3dd4;
    transform: translateY(-2px);
}

.main-footer {
    background: #1a1a1a;
    color: white;
    padding: 80px 60px 40px;
}

.footer-content {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
    max-width: 1200px;
}

.footer-col {
    flex: 1;
}

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

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.8;
}

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

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-col ul li a:hover {
    opacity: 1;
}

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

.footer-bottom p {
    font-size: 14px;
    opacity: 0.7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #555;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-accept {
    background: #6b4ce6;
    color: white;
}

.cookie-accept:hover {
    background: #5a3dd4;
}

.cookie-reject {
    background: #f0f0f0;
    color: #333;
}

.cookie-reject:hover {
    background: #e0e0e0;
}

@media (max-width: 768px) {
    .floating-nav {
        top: 20px;
        right: 20px;
        padding: 15px 20px;
        gap: 20px;
    }

    .nav-links {
        gap: 15px;
    }

    .hero-offset {
        flex-direction: column;
        padding: 100px 30px 50px;
        gap: 40px;
    }

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

    .hero-image-right {
        margin-top: 0;
    }

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

    .intro-card {
        margin-left: 0;
    }

    .story-grid {
        flex-direction: column;
        gap: 40px;
    }

    .services-layout {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .testimonial.left-aligned,
    .testimonial.right-aligned {
        margin-left: 0;
        margin-right: 0;
    }

    .form-wrapper {
        flex-direction: column;
        gap: 40px;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}