@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800;900&display=swap");

.vdv-wwd-page {
    --vdv-font: "Roboto", "Segoe UI", Arial, sans-serif;

    --background: oklch(1 0 0);
    --foreground: oklch(0.2 0.12 250);
    --card: oklch(1 0 0);
    --card-foreground: oklch(0.2 0.12 250);
    --primary: oklch(0.7 0.12 250);
    --primary-foreground: oklch(0.15 0.1 255);
    --secondary: oklch(0.96 0.02 250);
    --secondary-foreground: oklch(0.25 0.12 255);
    --muted: oklch(0.96 0.01 250);
    --muted-foreground: oklch(0.25 0.12 255);
    --accent: oklch(0.25 0.12 255);
    --accent-foreground: oklch(0.99 0 0);
    --border: oklch(0.92 0.02 250);

    min-height: 100vh;
    color: var(--foreground);
    background: var(--background);
    font-family: var(--vdv-font) !important;
    font-size: 16px;
    line-height: 1.5;
}

.vdv-wwd-page,
.vdv-wwd-page * {
    box-sizing: border-box;
    font-family: var(--vdv-font) !important;
}

.vdv-wwd-page img {
    display: block;
    max-width: 100%;
}

.vdv-wwd-page a {
    color: inherit;
}

.vdv-wwd-container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.vdv-wwd-max {
    max-width: 72rem;
    margin: 0 auto;
}

/* Hero + Service Section */

.vdv-wwd-hero {
    padding-top: 7rem;
    padding-bottom: 3rem;
    background:
        linear-gradient(
            135deg,
            color-mix(in oklch, var(--primary) 5%, transparent),
            var(--background),
            var(--background)
        );
}

@media (min-width: 768px) {
    .vdv-wwd-hero {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
}

.vdv-wwd-hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .vdv-wwd-hero-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
    }
}

.vdv-wwd-hero-text {
    display: grid;
    gap: 1rem;
}

.vdv-wwd-hero-text h1 {
    margin: 0;
    color: var(--primary);
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .vdv-wwd-hero-text h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .vdv-wwd-hero-text h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

.vdv-wwd-hero-text p {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 1.125rem;
    line-height: 1.7;
}

.vdv-wwd-hero-image {
    position: relative;
    overflow: hidden;
    height: 16rem;
    border-radius: 1rem;
    background: color-mix(in oklch, var(--primary) 10%, transparent);
}

@media (min-width: 768px) {
    .vdv-wwd-hero-image {
        height: 18rem;
    }
}

@media (min-width: 1024px) {
    .vdv-wwd-hero-image {
        height: 20rem;
    }
}

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

/* Het Verhaal */

.vdv-wwd-story {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: color-mix(in oklch, var(--secondary) 30%, transparent);
}

@media (min-width: 768px) {
    .vdv-wwd-story {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.vdv-wwd-quote-box {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background: color-mix(in oklch, var(--primary) 5%, transparent);
}

@media (min-width: 768px) {
    .vdv-wwd-quote-box {
        padding: 2rem;
    }
}

.vdv-wwd-quote-mark {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: color-mix(in oklch, var(--primary) 20%, transparent);
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 3.75rem;
    line-height: 1;
}

.vdv-wwd-quote-box blockquote {
    position: relative;
    z-index: 1;
    max-width: 48rem;
    margin: 0 auto;
    color: var(--foreground);
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 768px) {
    .vdv-wwd-quote-box blockquote {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

/* Story Grid */

.vdv-wwd-story-grid {
    display: grid;
    gap: 2rem;
    align-items: start;
    margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .vdv-wwd-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3rem;
    }
}

.vdv-wwd-story-col {
    display: grid;
    gap: 1.5rem;
}

.vdv-wwd-text-block {
    display: grid;
    gap: 0.75rem;
}

.vdv-wwd-text-block h3 {
    margin: 0;
    color: var(--foreground);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.vdv-wwd-text-block p {
    margin: 0;
    color: var(--muted-foreground);
    line-height: 1.7;
}

.vdv-wwd-examples-card {
    padding: 1.25rem;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    background: var(--card);
}

.vdv-wwd-card-label {
    margin: 0 0 0.5rem;
    color: var(--primary);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.vdv-wwd-examples-card ul {
    display: grid;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vdv-wwd-examples-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: var(--muted-foreground);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.vdv-wwd-examples-card li span {
    width: 0.375rem;
    height: 0.375rem;
    flex: 0 0 auto;
    margin-top: 0.5rem;
    border-radius: 999px;
    background: var(--primary);
}

.vdv-wwd-examples-card li p {
    margin: 0;
}

.vdv-wwd-atelier-image {
    position: relative;
    overflow: hidden;
    height: 12rem;
    border-radius: 0.75rem;
    background: var(--muted);
}

@media (min-width: 768px) {
    .vdv-wwd-atelier-image {
        height: 14rem;
    }
}

.vdv-wwd-atelier-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Solution */

.vdv-wwd-solution-card {
    padding: 1.5rem;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    background: var(--card);
}

@media (min-width: 768px) {
    .vdv-wwd-solution-card {
        padding: 2rem;
    }
}

.vdv-wwd-solution-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .vdv-wwd-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.vdv-wwd-solution-text {
    display: grid;
    gap: 1rem;
}

.vdv-wwd-solution-text h3 {
    margin: 0;
    color: var(--foreground);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

.vdv-wwd-solution-text p {
    margin: 0;
    color: var(--muted-foreground);
    line-height: 1.7;
}

.vdv-wwd-customer-quote {
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: color-mix(in oklch, var(--primary) 5%, transparent);
}

.vdv-wwd-customer-quote p {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 0.875rem;
    line-height: 1.45;
}

.vdv-wwd-customer-quote .vdv-wwd-card-label {
    margin-bottom: 0.5rem;
    color: var(--primary);
    font-weight: 500;
}

.vdv-wwd-big-quote {
    margin-bottom: 0.5rem !important;
    color: var(--foreground) !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
}

/* CTA */

.vdv-wwd-cta {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: var(--primary-foreground);
    background:
        linear-gradient(
            135deg,
            var(--primary),
            color-mix(in oklch, var(--primary) 95%, transparent),
            color-mix(in oklch, var(--primary) 90%, transparent)
        );
}

@media (min-width: 768px) {
    .vdv-wwd-cta {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.vdv-wwd-cta-inner {
    max-width: 48rem;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
    text-align: center;
}

.vdv-wwd-cta h2 {
    margin: 0;
    color: var(--primary);
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .vdv-wwd-cta h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.vdv-wwd-cta p {
    max-width: 42rem;
    margin: 0 auto;
    color: color-mix(in oklch, var(--primary-foreground) 90%, transparent);
}

.vdv-wwd-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .vdv-wwd-cta-buttons {
        flex-direction: row;
    }
}

.vdv-wwd-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0 1.5rem;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.vdv-wwd-button:hover {
    text-decoration: none;
}

.vdv-wwd-button-white {
    color: var(--primary);
    background: #ffffff;
}

.vdv-wwd-button-white:hover {
    color: var(--primary);
    background: rgba(255, 255, 255, 0.9);
}

.vdv-wwd-button-outline {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

.vdv-wwd-button-outline:hover {
    color: var(--primary);
    background: #ffffff;
}

.vdv-wwd-button-icon-right {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

/* Sticky Mobile CTA */

.vdv-wwd-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 1rem;
    border-top: 1px solid var(--border);
    background: color-mix(in oklch, var(--background) 95%, transparent);
    backdrop-filter: blur(8px);
}

.vdv-wwd-mobile-button {
    width: 100%;
    min-height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    color: var(--accent-foreground);
    background: var(--accent);
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
}

.vdv-wwd-mobile-button:hover {
    color: var(--accent-foreground);
    background: color-mix(in oklch, var(--accent) 90%, black);
    text-decoration: none;
}

.vdv-wwd-phone-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
}

/* Alleen mobiel tonen */

@media (min-width: 768px) {
    .vdv-wwd-mobile-cta {
        display: none;
    }
}

@media (max-width: 767px) {
    .vdv-wwd-container {
        width: min(100% - 24px, 1280px);
    }

    .vdv-wwd-button {
        width: 100%;
    }
}