.weck-doppelkronen-landing {
    --wdl-primary: #697C8B;
    --wdl-title: #424e57;
    --wdl-text: #2c353c;
    --wdl-text-muted: #5a6670;
    --wdl-border: #dde2e5;
    --wdl-border-light: #ebeeef;
    --wdl-bg-subtle: #f5f6f8;
    --wdl-bg-warm: #fafaf9;
    --wdl-bg-hero: #f8f9fb;
    --wdl-space-xs: 16px;
    --wdl-space-sm: 24px;
    --wdl-space-md: 48px;
    --wdl-space-lg: 80px;
    --wdl-space-xl: 120px;
    --wdl-space-2xl: 160px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--wdl-text);
    background: #ffffff;
    line-height: 1.65;
}

.weck-doppelkronen-landing * {
    box-sizing: border-box;
}

.weck-doppelkronen-landing p {
    margin-bottom: 0 !important;
}

.wdl-eyebrow {
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: var(--wdl-primary) !important;
    margin: 0 0 12px 0 !important;
    display: block !important;
}

.wdl-hero {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    padding: var(--wdl-space-lg) 24px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
    position: relative;
}

.wdl-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--wdl-border), transparent);
}

.wdl-hero__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 65fr 35fr;
    gap: var(--wdl-space-lg);
    align-items: center;
}


.wdl-hero__text {
    max-width: 100%;
    padding: 48px 40px;
    background: #ffffff;
    border: 1px solid var(--wdl-border);
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border-radius: 0 8px 8px 0;
    opacity: 0;
    transform: translateY(50px);
}

.wdl-hero__text.animated {
    opacity: 1;
    transform: translateY(0);
}

.wdl-hero__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, var(--wdl-primary) 0%, var(--wdl-primary) 60%, transparent 100%);
    border-radius: 0 0 0 8px;
}

.wdl-hero__title {
    font-size: clamp(28px, 3.5vw, 38px) !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 20px 0 !important;
    color: var(--wdl-title) !important;
    letter-spacing: -0.02em !important;
}

.wdl-hero__lead {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
    margin: 0 0 16px 0 !important;
    color: var(--wdl-title) !important;
}

.wdl-hero__subtitle {
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 0 0 12px 0 !important;
    color: var(--wdl-text) !important;
}

.wdl-hero__subtitle:last-of-type {
    margin-bottom: 0 !important;
}

.wdl-hero-testimonials__intro {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--wdl-title) !important;
    margin: 0px 0 10px 0 !important;
}

.wdl-hero-testimonials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wdl-hero-testimonial {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.wdl-hero-testimonial__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    line-height: 0;
}

.wdl-hero-testimonial__bullet {
    width: 24px;
    height: 24px;
    display: block;
}

.wdl-hero-testimonial__text {
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: var(--wdl-text) !important;
    font-style: italic !important;
}

.wdl-hero__text .wdl-cta-group {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.wdl-hero__media {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    opacity: 0;
    transform: translateY(50px);
}

.wdl-hero__media.animated {
    opacity: 1;
    transform: translateY(0);
}



.wdl-hero__video-mobile {
    display: none;
}

.wdl-hero__video-wrap {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}

.wdl-hero__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #1a1a1a;
}

.wdl-video-play-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: opacity 0.3s ease;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

.wdl-hero__video-wrap.is-paused .wdl-video-play-overlay {
    opacity: 1;
    pointer-events: auto;
}

.wdl-video-play-overlay__btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(105, 124, 139, 0.95);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.wdl-video-play-overlay__btn:hover {
    background: rgba(90, 106, 119, 1);
    transform: scale(1.05);
}

.wdl-video-play-overlay__btn svg {
    width: 32px;
    height: 32px;
}

.wdl-video-fullscreen-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    z-index: 2;
}

.wdl-video-fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.75);
}

.wdl-video-fullscreen-btn svg {
    width: 22px;
    height: 22px;
}

.wdl-hero__video-wrap:not(.is-paused) .wdl-video-fullscreen-btn {
    display: flex;
}

.wdl-hero__video-wrap.is-fullscreen .wdl-video-fullscreen-btn {
    bottom: 20px;
    right: 20px;
}

.wdl-cta-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.wdl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.wdl-btn--primary {
    background: var(--wdl-primary);
    color: #ffffff;
    padding-right: 44px;
    box-shadow: 0 2px 8px rgba(105, 124, 139, 0.2);
}

.wdl-btn--primary:hover {
    background: #5a6a77;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(105, 124, 139, 0.3);
    transform: translateY(-1px);
}

.wdl-btn--primary:hover .wdl-btn__text,
.wdl-btn--primary:hover .wdl-btn__arrow {
    color: #ffffff !important;
}

.wdl-btn--primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(105, 124, 139, 0.2);
}

.wdl-btn__arrow {
    position: absolute;
    right: 18px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.wdl-btn--primary:hover .wdl-btn__arrow {
    transform: translateX(3px);
}

.wdl-btn--secondary {
    background: #ffffff;
    color: var(--wdl-primary);
    border: 1.5px solid var(--wdl-border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.wdl-btn--secondary:hover {
    background: var(--wdl-primary);
    color: #ffffff !important;
    border-color: var(--wdl-primary);
    box-shadow: 0 2px 8px rgba(105, 124, 139, 0.2);
    transform: translateY(-1px);
}

.wdl-btn--secondary:hover svg {
    color: #ffffff !important;
}

.wdl-btn--secondary:hover svg path {
    fill: #ffffff !important;
}

.wdl-btn--secondary:hover .wdl-btn__text,
.wdl-btn--secondary:hover .wdl-btn__arrow {
    color: #ffffff !important;
}

.wdl-btn--secondary:active {
    transform: translateY(0);
}

.wdl-section {
    padding: var(--wdl-space-2xl) 24px;
    position: relative;
}

.wdl-section--intro {
    background: #ffffff;
    padding: var(--wdl-space-2xl) 24px;
    border-bottom: 1px solid var(--wdl-border-light);
}



.wdl-system-grid {
    display: grid;
    grid-template-columns: 35fr 65fr;
    gap: var(--wdl-space-xl);
    align-items: center;
}

.wdl-system-media .wdl-hero__video-wrap {
    max-width: 360px;
}

.wdl-system-video-mobile {
    display: none;
}

.wdl-system-text {
    display: flex;
    flex-direction: column;
}

.wdl-system-cta {
    margin-top: 32px;
    padding-top: 32px;
}

.wdl-intro-grid {
    display: grid;
    grid-template-columns: 35fr 65fr;
    gap: var(--wdl-space-xl);
    align-items: start;
}

.wdl-intro-text {
    order: 2;
}

.wdl-intro-media {
    order: 1;
}

.wdl-intro__title {
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 16px 0 !important;
    color: var(--wdl-title) !important;
    letter-spacing: -0.02em !important;
}

.wdl-intro__subtitle {
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin: 0 0 10px 0 !important;
    color: var(--wdl-text) !important;
    font-weight: 500 !important;
}

.wdl-intro__detail {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 36px 0 !important;
    color: var(--wdl-text-muted) !important;
    font-style: italic !important;
}

.wdl-review-bullets {
    list-style: none;
    margin: 0 0 36px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wdl-review-bullet {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.wdl-review-bullet__arrow {
    flex-shrink: 0;
    color: var(--wdl-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.wdl-review-bullet__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: var(--wdl-text) !important;
    font-style: italic !important;
}

.wdl-intro__solution {
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    padding: 28px !important;
    background: var(--wdl-bg-subtle) !important;
    border-left: 6px solid var(--wdl-primary) !important;
    color: var(--wdl-text) !important;
    border-radius: 0 6px 6px 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.wdl-intro__solution strong {
    color: var(--wdl-title) !important;
    font-weight: 600 !important;
}

.wdl-intro-media {
    position: sticky;
    top: 100px;
    max-width: 360px;
}

.wdl-intro-video {
    position: relative;
}

.wdl-intro-video__overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 16px 20px;
    background: rgba(66, 78, 87, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 6px;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wdl-intro-video__overlay p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}

.wdl-hero, section.wdl-section.wdl-section--cta {
    background-color: #fafafa;
    background-image: url(https://weckdental.de/wp-content/uploads/2024/10/download.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: var(--wdl-space-lg);
    padding-bottom: var(--wdl-space-lg);
}

.wdl-section--reasons {
    background: linear-gradient(180deg, #f0f3f6 0%, #ffffff 30%, #ffffff 100%);
    border-top: 1px solid var(--wdl-border-light);
    position: relative;
}

.wdl-section--reasons::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--wdl-primary), rgba(105, 124, 139, 0.5));
}

.wdl-reasons-header {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto 56px auto;
}

.wdl-reasons-eyebrow {
    margin-bottom: 12px !important;
}

.wdl-reasons__title {
    margin-bottom: 20px !important;
}

.wdl-reasons-intro {
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: var(--wdl-text) !important;
    margin: 0 !important;
}

.wdl-reasons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.wdl-reason-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    border: 1px solid var(--wdl-border-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.wdl-reason-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--wdl-primary), rgba(105, 124, 139, 0.6));
    border-radius: 16px 0 0 16px;
}

.wdl-reason-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(105, 124, 139, 0.15);
}

.wdl-reason-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wdl-reason-card__num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--wdl-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wdl-reason-card__num svg {
    width: 22px;
    height: 22px;
}

.wdl-reason-card__title {
    font-size: 19px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 0 0 14px 0 !important;
    color: var(--wdl-title) !important;
}

.wdl-reason-card__text {
    font-size: 15px !important;
    line-height: 1.72 !important;
    margin: 0 !important;
    color: var(--wdl-text) !important;
}

.wdl-reasons-cta {
    margin-top: 56px;
    padding-top: 48px;
    text-align: center;
}

.wdl-section--quality {
    background: linear-gradient(135deg, #f5f6f8 0%, #f8f9fb 100%);
    padding: var(--wdl-space-2xl) 24px;
    border-top: 1px solid var(--wdl-border-light);
    border-bottom: 1px solid var(--wdl-border-light);
}

.wdl-quality-grid {
    display: grid;
    grid-template-columns: 35fr 65fr;
    gap: var(--wdl-space-xl);
    align-items: start;
}

.wdl-quality-testimonials {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.wdl-quality-testimonial {
    padding: 28px 24px;
    background: #ffffff;
    border-left: 4px solid var(--wdl-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
}

.wdl-quality-testimonial:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.wdl-quality-quote {
    margin-bottom: 16px;
    opacity: 0.3;
}

.wdl-quality-testimonial p {
    font-size: 17px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    color: var(--wdl-text) !important;
    font-style: italic !important;
}

.wdl-quality-testimonial__author {
    font-size: 14px !important;
    color: var(--wdl-text-muted) !important;
    font-style: normal !important;
}

.wdl-quality-text {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.wdl-quality-cta {
    margin-top: auto;
    padding-top: 40px;
}

.wdl-section__title--emphasis {
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
}

.wdl-section--gallery {
    background: #ffffff;
    padding: 50px 0px;
    /* border-top: 1px solid var(--wdl-border-light); */
}

.flickity-viewport {
    overflow: visible !important;
}

.wdl-section--process {
    background: linear-gradient(180deg, #eef1f4 0%, #f5f7f9 50%, #ffffff 100%);
    border-top: 1px solid var(--wdl-border-light);
    position: relative;
}

.wdl-section--process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--wdl-primary), rgba(105, 124, 139, 0.6));
}

.wdl-process__title {
    margin-bottom: 24px !important;
}

.wdl-process-intro {
    font-size: 18px !important;
    line-height: 1.75 !important;
    color: var(--wdl-text) !important;
    margin: 0 0 56px 0 !important;
    max-width: 720px;
}

.wdl-process-timeline {
    position: relative;
    max-width: 860px;
}

.wdl-process-timeline::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 32px;
    bottom: 32px;
    width: 2px;
    background: linear-gradient(180deg, var(--wdl-primary) 0%, rgba(105, 124, 139, 0.2) 100%);
    border-radius: 2px;
}

.wdl-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 28px;
    margin-bottom: 32px;
}

.wdl-process-step:last-child {
    margin-bottom: 0;
}

.wdl-process-step__badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--wdl-primary);
    color: #ffffff;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(105, 124, 139, 0.35);
}

.wdl-process-step__card {
    background: #ffffff;
    border: 1px solid var(--wdl-border-light);
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border-left: 4px solid var(--wdl-primary);
}

.wdl-process-step__card:hover {
    box-shadow: 0 8px 24px rgba(105, 124, 139, 0.12);
    transform: translateY(-2px);
}

.wdl-process-step__title {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    margin: 0 0 16px 0 !important;
    color: var(--wdl-primary) !important;
}

.wdl-process-step__lead {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: var(--wdl-text-muted) !important;
    margin: 0 0 12px 0 !important;
}

.wdl-process-step__list {
    margin: 0 0 16px 0;
    padding-left: 22px;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: var(--wdl-text) !important;
}

.wdl-process-step__list li {
    margin-bottom: 6px;
}

.wdl-process-step__list li:last-child {
    margin-bottom: 0;
}

.wdl-process-step__card p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    color: var(--wdl-text) !important;
}

.wdl-process-step__goal {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px dashed var(--wdl-border) !important;
    font-size: 15px !important;
    color: var(--wdl-text) !important;
}

.wdl-process-step__goal strong {
    color: var(--wdl-primary) !important;
}

.wdl-section--testimonials {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
    border-top: 1px solid var(--wdl-border-light);
}

.wdl-testimonials-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px auto;
}

.wdl-testimonials__title {
    margin-bottom: 0 !important;
}

.wdl-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: stretch;
}

.wdl-testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid var(--wdl-border-light);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.wdl-testimonial-card:hover {
    border-color: var(--wdl-primary);
    box-shadow: 0 8px 24px rgba(105, 124, 139, 0.1);
}

.wdl-testimonial-card__stars {
    color: #f0ad4e;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    line-height: 1;
}

.wdl-testimonial-card__quote {
    flex: 1;
    margin: 0;
    padding: 0;
    border: none;
}

.wdl-testimonial-card__quote p {
    font-size: 15px !important;
    line-height: 1.72 !important;
    color: var(--wdl-text) !important;
    margin: 0 !important;
    font-style: normal !important;
}

.wdl-testimonial-card__footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--wdl-border-light);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wdl-testimonial-card__author {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--wdl-title) !important;
}

.wdl-testimonial-card__meta {
    font-size: 13px !important;
    color: var(--wdl-text-muted) !important;
}

.wdl-section--faq {
    background: var(--wdl-bg-subtle);
    border-top: 1px solid var(--wdl-border-light);
}

.wdl-faq-grid {
    display: grid;
    grid-template-columns: 30fr 70fr;
    gap: var(--wdl-space-xl);
    align-items: start;
}

.wdl-faq__image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: var(--wdl-bg-subtle);
    min-height: 400px;
}

.wdl-faq__image img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

.wdl-section--cta {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);
    border-top: 1px solid var(--wdl-border-light);
    padding: var(--wdl-space-2xl) 24px;
}

.wdl-section__inner {
    max-width: 1280px;
    margin: 0 auto;
}

.wdl-section__inner--wide {
    max-width: 1280px;
}

.wdl-section__inner--narrow {
    max-width: 800px;
}

.wdl-section__title {
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 40px 0 !important;
    color: var(--wdl-title) !important;
    letter-spacing: -0.02em !important;
}

.wdl-section__title--large {
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin-bottom: var(--wdl-space-md) !important;
    color: var(--wdl-title) !important;
    letter-spacing: -0.02em !important;
}

.wdl-process-cta {
    margin-top: 56px;
    padding: 48px 0 0 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: block;
    box-shadow: none;
    text-align: left;
}

.wdl-final-cta {
    display: grid;
    grid-template-columns: 45fr 55fr;
    gap: 0;
    background: #ffffff;
    border: 2px solid var(--wdl-border);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.wdl-final-cta__image {
    position: relative;
    overflow: hidden;
    background: var(--wdl-bg-subtle);
}

.wdl-final-cta__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wdl-final-cta__content {
    padding: 56px 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.wdl-final-cta__title {
    font-size: clamp(26px, 3vw, 36px) !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    margin: 0 0 16px 0 !important;
    color: var(--wdl-title) !important;
    letter-spacing: -0.02em !important;
}

.wdl-final-cta__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    color: var(--wdl-text) !important;
}

.wdl-final-cta__options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 36px;
}

.wdl-cta-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 28px 24px;
    background: var(--wdl-bg-subtle);
    border-radius: 8px;
    border: 1px solid var(--wdl-border-light);
    transition: all 0.3s ease;
}

.wdl-cta-option:hover {
    background: #ffffff;
    border-color: var(--wdl-primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(105, 124, 139, 0.12);
}

.wdl-cta-option__icon {
    width: 56px;
    height: 56px;
    background: var(--wdl-primary);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdl-cta-option__content {
    text-align: center;
}

.wdl-cta-option__content h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 0 0 6px 0 !important;
    color: var(--wdl-title) !important;
    line-height: 1.4 !important;
}

.wdl-cta-option__content p {
    font-size: 15px !important;
    margin: 0 !important;
    color: var(--wdl-text-muted) !important;
    line-height: 1.5 !important;
}

.wdl-btn--large {
    padding: 18px 36px;
    font-size: 16px !important;
}

.wdl-btn--large.wdl-btn--primary {
    padding-right: 52px;
}

.wdl-cta-group--large {
    gap: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.wdl-cta-group--large > .wdl-btn:first-child {
    grid-column: 1 / -1;
}

.wdl-cta-group--large > .wdl-btn {
    width: 100%;
    margin: 0;
}

.wdl-section__inner--medium {
    max-width: 1280px;
}

.wdl-editorial {
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: var(--wdl-text) !important;
}

.wdl-editorial p:first-of-type {
    font-size: 17px !important;
    line-height: 1.75 !important;
    color: var(--wdl-text) !important;
}

.wdl-editorial p {
    margin: 0 !important;
}



.wdl-quality-content {
    font-size: 17px !important;
    line-height: 1.7 !important;
    color: var(--wdl-text) !important;
}

.wdl-quality-content p {
    margin: 0 !important;
}


.wdl-faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wdl-faq__item {
    background: #ffffff;
    border: 1px solid var(--wdl-border-light);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wdl-faq__item:hover {
    border-color: var(--wdl-primary);
    box-shadow: 0 4px 12px rgba(105, 124, 139, 0.08);
}

.wdl-faq__trigger {
    width: 100%;
    padding: 24px 28px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--wdl-space-sm);
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    color: var(--wdl-title) !important;
    transition: color 0.2s ease;
}

.wdl-faq__trigger:hover {
    color: var(--wdl-primary) !important;
}

.wdl-faq__trigger span:first-child {
    flex: 1;
}

.wdl-faq__icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.wdl-faq__icon::before,
.wdl-faq__icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--wdl-primary);
    transition: all 0.3s ease;
}

.wdl-faq__icon::before {
    width: 14px;
    height: 2px;
}

.wdl-faq__icon::after {
    width: 2px;
    height: 14px;
}

.wdl-faq__trigger[aria-expanded="true"] .wdl-faq__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.wdl-faq__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.wdl-faq__content {
    padding: 0 28px 28px 28px;
}

.wdl-faq__content p {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    color: var(--wdl-text) !important;
}

.wdl-section--cta {
    text-align: center;
}

.wdl-cta__text {
    font-size: 18px !important;
    line-height: 1.75 !important;
    margin: 0 !important;
    color: var(--wdl-text-muted) !important;
}

.wdl-cta-group--center {
    justify-content: center;
}

@media (max-width: 1024px) {

    section.wdl-hero {
    padding-top: 0px;
    border: none!Important;
}

.wdl-hero__text.animated {
    border: none!important;
}

.wdl-hero__text::before {
    display: none;
}

.wdl-hero__video-wrap {
    max-height: 332px;
}

section.wdl-section.wdl-section--system {
    padding-top: 0px;
}

.wdl-system-cta {
    padding-top: 0px;
}

section.wdl-section.wdl-section--gallery {
    padding: 0px!Important;
}

section.wdl-section.wdl-section--process {
    padding-top: 70px;
}




    .wdl-hero__inner {
        grid-template-columns: 1fr;
        gap: var(--wdl-space-lg);
    }
    
    .wdl-hero__text {
        order: 1;
        border-radius: 8px;
    }
    
    .wdl-hero__text::before {
        border-radius: 8px 0 0 8px;
    }
    
    .wdl-hero__media {
        display: none;
    }
    
    .wdl-hero__video-mobile {
        display: block;
        margin: 32px 0;
    }
    
    .wdl-hero__video-mobile .wdl-hero__video-wrap {
        max-width: 100%;
        border-radius: 8px;
    }
    
    .wdl-intro-grid {
        grid-template-columns: 1fr;
        gap: var(--wdl-space-lg);
    }
    
    .wdl-intro-text {
        order: 1;
    }
    
    .wdl-intro-media {
        order: 2;
        position: static;
        max-width: 320px;
        margin: 0 auto;
    }
    
    .wdl-system-grid {
        grid-template-columns: 1fr;
        gap: var(--wdl-space-lg);
    }
    
    .wdl-section--system .wdl-system-media {
        display: none;
    }
    
    .wdl-system-video-mobile {
        display: block;
        margin: 32px 0;
    }
    
    .wdl-system-video-mobile .wdl-hero__video-wrap {
        max-width: 100%;
        border-radius: 8px;
    }
    
    .wdl-faq-grid {
        grid-template-columns: 1fr;
        gap: var(--wdl-space-lg);
    }
    
    .wdl-faq__image {
        order: -1;
        min-height: 280px;
    }
    
    .wdl-faq__image img {
        min-height: 280px;
    }
    
    .wdl-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    
    .wdl-testimonials-header {
        margin-bottom: 40px;
    }
    
    .wdl-system-media .wdl-hero__video-wrap {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .wdl-quality-grid {
        grid-template-columns: 1fr;
        gap: var(--wdl-space-lg);
    }
    
    .wdl-final-cta__options {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .wdl-process-cta {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .wdl-hero {
        min-height: auto;
        padding: var(--wdl-space-lg) 20px;
    }
    
    .wdl-hero__text {
        padding: 40px 0px;
        border-radius: 8px;
    }

    .wdl-hero__text.animated {
        box-shadow: none!Important;
    }
    
    .wdl-hero__text::before {
        border-radius: 8px 0 0 8px;
    }
    
    .wdl-section {
        padding: var(--wdl-space-xl) 20px;
    }
    
    .wdl-section--intro {
        padding: var(--wdl-space-xl) 20px;
    }
    
    .wdl-intro__solution {
        padding: 24px 20px !important;
        border-radius: 0 4px 4px 0 !important;
    }
    
    .wdl-testimonials {
        gap: 20px;
    }
    
    .wdl-testimonial {
        padding: 16px;
        border-radius: 4px;
    }
    
    .wdl-quality-testimonial {
        padding: 20px 16px;
        border-radius: 0 4px 4px 0;
    }
    
    .wdl-intro-video__overlay {
        bottom: 12px;
        left: 12px;
        right: 12px;
        padding: 16px 20px;
    }
    
    .wdl-section--quality {
        padding: var(--wdl-space-xl) 20px;
    }
    
    .wdl-quality-text {
        padding-left: 0;
    }
    
    .wdl-quality-cta {
        margin-top: 32px;
        padding-top: 32px;
    }
    
    .wdl-section--cta {
        padding: var(--wdl-space-xl) 20px;
    }
    
    .wdl-process-step {
        grid-template-columns: 40px 1fr;
        gap: 20px;
        margin-bottom: 24px;
    }
    
    .wdl-process-step__badge {
        width: 40px;
        height: 40px;
        font-size: 16px !important;
    }
    
    .wdl-process-timeline::before {
        left: 19px;
        top: 28px;
    }
    
    .wdl-process-step__card {
        padding: 20px 20px;
    }
    
    .wdl-process-intro {
        margin-bottom: 40px !important;
    }
    
    .wdl-cta-group {
        flex-direction: column;
    }
    
    .wdl-btn {
        width: 100%;
    }
    
    .wdl-cta-group--large {
        grid-template-columns: 1fr;
    }
    
    .wdl-cta-group--large > .wdl-btn:first-child {
        grid-column: 1;
    }
    
    .wdl-reasons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .wdl-reasons-header {
        margin-bottom: 40px;
    }
    
    .wdl-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .wdl-testimonial-card {
        padding: 24px 20px;
    }
    
    .wdl-testimonials-header {
        margin-bottom: 32px;
    }
    
    .wdl-reason-card {
        padding: 26px 22px;
    }
    
    .wdl-reason-card__num {
        width: 38px;
        height: 38px;
    }
    
    .wdl-reason-card__num svg {
        width: 20px;
        height: 20px;
    }
    
    .wdl-reason-card__title {
        font-size: 17px !important;
    }
    
    .wdl-reasons-intro {
        font-size: 17px !important;
    }
    
    .wdl-reasons-cta {
        margin-top: 40px;
        padding-top: 36px;
    }
    
    .wdl-final-cta {
        grid-template-columns: 1fr;
    }
    
    .wdl-final-cta__image {
        min-height: 280px;
        order: -1;
    }
    
    .wdl-final-cta__content {
        padding: 40px 28px;
    }
    
    .wdl-final-cta__options {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .wdl-process-cta {
        padding-top: 36px;
    }
}

header#top {
    background: hsl(206 14% 43% / 1);
}

div#header-secondary-outer {
    display: none !important;
}

body.page #header-outer #logo img,
body.page #header-outer .logo-clone img,
body.page #header-outer .logo-spacing img {
    height: 65px !important;
    max-height: 65px !important;
}

@media only screen and (min-width: 1000px) {
    body.page #header-outer #logo,
    body.page #header-outer .logo-clone,
    body.page #header-outer .logo-spacing {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    
    div#header-space {
        max-height: 101px !important;
    }
}




section.wdl-section.wdl-section--system {
    padding-top: 20px!important;
}