.wpd-wrapper {
    --wpd-bg: #ffffff;
    --wpd-bg-secondary: #f8fafc;
    --wpd-card-bg: #ffffff;
    --wpd-border: #e2e8f0;
    --wpd-text: #0f172a;
    --wpd-text-muted: #64748b;
    --wpd-accent: #ffd000;
    --wpd-accent-dark: #e6bb00;
    --wpd-primary-dark: #352e4f;
    --wpd-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    font-family: var(--wpd-font-sans);
    color: var(--wpd-text);
    background-color: var(--wpd-bg);
    line-height: 1.5;
    box-sizing: border-box;
}

.wpd-wrapper * {
    box-sizing: border-box;
}

.wpd-container {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.wpd-container-sm {
    max-width: 896px;
}

.wpd-container-xs {
    max-width: 576px;
}

.wpd-section {
    padding: 5rem 0;
}

.wpd-pt-0 {
    padding-top: 0;
}

.wpd-bg-secondary {
    background-color: var(--wpd-bg-secondary);
}

.wpd-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.wpd-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.wpd-title-lg {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.wpd-subtitle {
    color: var(--wpd-text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.wpd-text-accent {
    color: var(--wpd-accent);
}

.wpd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.wpd-btn-dark {
    background-color: var(--wpd-primary-dark);
    color: #fff;
    margin-top: 1.6rem;
}

.wpd-btn-dark:hover {
    background-color: #26203b;
    color: #fff;
}

.wpd-btn-gradient {
    background: linear-gradient(265.62deg, #FFD000 30.89%, #FA0 100.33%);
    color: var(--wpd-primary-dark);
}

.wpd-btn-gradient:hover {
    opacity: 0.9;
}

.wpd-divider {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.wpd-hero {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}

.wpd-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 500px;
    opacity: 0.3;
    pointer-events: none;
    background: radial-gradient(ellipse at 70% 30%, #FFD000 0%, transparent 70%);
}

.wpd-hero-grid {
    display: grid;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

.wpd-small-text {
    font-size: 0.875rem;
    color: var(--wpd-text-muted);
    margin-top: 1.5rem;
}

.wpd-hero-graphic {
    display: none;
    justify-content: center;
    align-items: center;
}

.wpd-graphic-box {
    position: relative;
    width: 100%;
    max-width: 28rem;
    aspect-ratio: 1/1;
    background-image: url(https://www.wpdesk.pl/wp-content/uploads/2026/02/projekt-bez-nazwy-2-684x573.png);
    border-radius: 1.8rem;
    background-position: center;
}

.wpd-graphic-inner {
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid var(--wpd-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wpd-icon-wrap {
    width: 5rem;
    height: 5rem;
    background-color: rgb(255, 208, 0);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.wpd-icon-wrap svg {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--wpd-primary-dark);
}

.wpd-bio-content h5 {
    color: var(--wpd-primary-dark)
}

.wpd-graphic-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0;
}

.wpd-graphic-desc {
    font-size: 0.875rem;
    color: #ccc;
    margin: 0.25rem 0 0 0;
    font-weight: bold;
}

.wpd-graphic-badge {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-color: var(--wpd-card-bg);
    border-radius: 0.75rem;
    border: 1px solid var(--wpd-border);
    padding: 0.625rem 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.wpd-badge-sm {
    font-size: 0.75rem;
    color: var(--wpd-text-muted);
    margin: 0;
}

.wpd-badge-lg {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.wpd-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--wpd-border);
}

.wpd-stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wpd-stat-num {
    font-size: 1.875rem;
    font-weight: bold;
}

.wpd-stat-text {
    font-size: 0.875rem;
    color: var(--wpd-text-muted);
}

.wpd-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgba(255, 208, 0, 0.1);
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    margin-bottom: 1rem;
}

.wpd-tag svg {
    color: var(--wpd-accent-dark);
}

.wpd-tag span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--wpd-accent-dark);
}

.wpd-carousel-wrapper {
    position: relative;
    padding: 0 1rem;
}

.wpd-carousel-track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 1rem;
}

.wpd-carousel-track::-webkit-scrollbar {
    display: none;
}

.wpd-carousel-item {
    flex: 0 0 70%;
    scroll-snap-align: start;
}

.wpd-partner-img {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--wpd-border);
    background: var(--wpd-card-bg);
}

.wpd-partner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpd-partner-placeholder {
    position: absolute;
    inset: 0;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpd-partner-placeholder svg {
    width: 3rem;
    height: 3rem;
    color: #cbd5e1;
}

.wpd-partner-info {
    margin-top: 0.75rem;
    padding: 0 0.25rem;
}

.wpd-partner-info h4 {
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
}

.wpd-partner-info p {
    font-size: 0.75rem;
    color: var(--wpd-text-muted);
    margin: 0.25rem 0 0 0;
}

.wpd-carousel-btn {
    padding: 0;
    position: absolute;
    top: calc(50% - 2rem);
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--wpd-card-bg);
    border: 1px solid var(--wpd-border);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}

.wpd-carousel-btn svg {
    height: 20px;
    width: 20px;
    color: var(--wpd-accent);
}

.wpd-carousel-btn:hover {
    background: var(--wpd-accent);
    border-color: var(--wpd-accent);
    color: #fff;
}

.wpd-carousel-btn:hover svg {
    color: #fff;
}

.wpd-prev {
    left: -1rem;
}

.wpd-next {
    right: -1rem;
}

.wpd-cards-grid {
    display: grid;
    gap: 1.5rem;
}

.wpd-card {
    background: var(--wpd-card-bg);
    border: 1px solid var(--wpd-border);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.wpd-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.wpd-card-icon {
    display: inline-flex;
    background: rgba(255, 208, 0, 0.1);
    padding: 0.75rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    color: var(--wpd-accent-dark);
}

.wpd-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.wpd-card hr {
    border: 0;
    height: 2px;
    background: var(--wpd-accent);
    width: 30px;
    margin: 0 0 1rem 0;
}

.wpd-card p {
    font-size: 0.875rem;
    color: var(--wpd-text-muted);
    margin: 0 0 1.5rem 0;
}

.wpd-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #cda800;
}

.wpd-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.wpd-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    background: var(--wpd-card-bg);
    border: 1px solid var(--wpd-border);
    color: var(--wpd-text-muted);
    transition: all 0.2s;
}

.wpd-tab:hover {
    border-color: var(--wpd-accent);
    color: var(--wpd-text);
}

.wpd-tab.active {
    background: linear-gradient(265.62deg, #FFD000 30.89%, #FA0 100.33%);
    color: var(--wpd-primary-dark);
    border-color: transparent;
}

.wpd-content-box {
    background: var(--wpd-card-bg);
    border: 1px solid var(--wpd-border);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.wpd-tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.wpd-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wpd-content-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    border-bottom: 1px solid var(--wpd-border);
}

.wpd-content-title-area {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.wpd-content-title-area span {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--wpd-accent-dark);
}

.wpd-content-title-area h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.25rem 0 0.5rem 0;
}

.wpd-content-title-area hr {
    border: 0;
    height: 2px;
    background: var(--wpd-accent);
    width: 30px;
    margin: 0 0 0.5rem 0;
}

.wpd-content-title-area p {
    font-size: 0.875rem;
    color: var(--wpd-text-muted);
    margin: 0;
    max-width: 400px;
}

.wpd-content-body {
    display: grid;
    gap: 2rem;
    padding: 2rem;
}

.wpd-list-block h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.wpd-list-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.wpd-list-block li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--wpd-text-muted);
}

.wpd-list-block li svg {
    color: var(--wpd-accent-dark);
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.js-wpd-card-trigger {
    cursor: pointer;
}

.wpd-bio-box {
    background: var(--wpd-card-bg);
    border: 1px solid var(--wpd-border);
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.wpd-bio-img {
    width: 10rem;
    height: 10rem;
    border-radius: 1rem;
    flex-shrink: 0;
    background: linear-gradient(to bottom right, rgba(255, 208, 0, 0.1), var(--wpd-bg-secondary));
    border: 1px solid var(--wpd-border);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpd-bio-img span {
    font-size: 3rem;
    font-weight: bold;
    color: rgba(255, 208, 0, 0.4);
}

.wpd-bio-content {
    text-align: center;
}

.wpd-quote-icon {
    color: rgba(255, 208, 0, 0.6);
    margin-bottom: 1rem;
}

.wpd-bio-content blockquote {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1.5rem 0;
}

.wpd-bio-name {
    font-weight: 600;
    margin: 0;
}

.wpd-bio-role {
    font-size: 0.875rem;
    color: var(--wpd-text-muted);
    margin: 0;
}

@media (min-width: 640px) {
    .wpd-tabs {
        flex-direction: row;
    }

    .wpd-form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wpd-carousel-item {
        flex: 0 0 45%;
    }
}

@media (min-width: 768px) {
    .wpd-title {
        font-size: 3rem;
    }

    .wpd-hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wpd-hero-graphic {
        display: flex;
    }

    .wpd-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .wpd-content-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .wpd-content-body {
        grid-template-columns: 1fr 1fr;
    }

    .wpd-bio-box {
        flex-direction: row;
        text-align: left;
        padding: 3rem;
    }

    .wpd-bio-img {
        width: 13rem;
        height: 13rem;
    }

    .wpd-bio-content {
        text-align: left;
    }

    .wpd-bio-content blockquote {
        font-size: 1.5rem;
    }

    .wpd-carousel-item {
        flex: 0 0 30%;
    }
}

@media (min-width: 1024px) {
    .wpd-title {
        font-size: 3.5rem;
    }
}

.wpd-list-block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.wpd-list-block ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.wpd-list-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 16px;
    height: 16px;
    background-color: var(--wpd-accent-dark);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center / contain;
}

.wpd-form {
    max-width: 1000px;
    margin: 0 auto;
}

.wpd-form input, .wpd-form textarea {
    border-radius: 14px !important;
}

.wpd-form .gfield_required .gfield_required_text {
    display: none;
}

.wpd-form .gfield_required .gfield_required_text::after {
    content: "*";
    color: var(--wpd-accent);
}

.wpd-form .gfield_html {
    display: flex;
    justify-content: center;
}

.wpd-form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpd-form .gfield--width-half {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
}

.wpd-form .gfield--type-post_content {
    width: 100%;
}

.wpd-form .gform_footer {
    display: flex;
    justify-content: center;
}
