/* ========================================
   Custom Ticket Pro - Modern Landing Page
   ======================================== */

/* Hide WordPress chrome when requested in product settings */
body.wcet-landing-hide-menu .site-header,
body.wcet-landing-hide-menu #site-navigation,
body.wcet-landing-hide-menu .main-navigation,
body.wcet-landing-hide-menu header.entry-header,
body.wcet-landing-hide-menu header.wp-block-template-part,
body.wcet-landing-hide-menu .wp-block-template-part.wp-block-site-header,
body.wcet-landing-hide-menu .wp-block-template-part header,
body.wcet-landing-hide-menu .wp-block-navigation,
body.wcet-landing-hide-menu .wp-site-blocks > header,
body.wcet-landing-hide-menu .wp-site-blocks > .wp-block-template-part,
body.wcet-landing-hide-menu .wp-block-group.wp-block-template-part {
    display: none !important;
}

/* Hide WordPress page titles (always hidden on WCET landing pages) */
body.wcet-landing-active .entry-header,
body.wcet-landing-active .entry-title,
body.wcet-landing-active h1.entry-title,
body.wcet-landing-active .page-title,
body.wcet-landing-active .woocommerce-products-header__title,
body.wcet-landing-active .wp-block-post-title,
body.wcet-landing-active .wp-block-query-title,
body.wcet-landing-active [class*="wp-block-post-title"],
body.wcet-landing-active .wcet-page-title {
    display: none !important;
}

/* Variables */
:root {
    --wcet-primary: #2271b1;
    --wcet-primary-dark: #135e96;
    --wcet-secondary: #50575e;
    --wcet-success: #00a32a;
    --wcet-border: #dcdcde;
    --wcet-shadow: rgba(0, 0, 0, 0.1);
    --wcet-shadow-lg: rgba(0, 0, 0, 0.15);
    --wcet-radius: 12px;
    --wcet-radius-sm: 8px;
    --wcet-theme-accent: #2271b1;
    --wcet-theme-accent-strong: #135e96;
    --wcet-theme-accent-contrast: #30a4ef;
    --wcet-theme-surface: #ffffff;
    --wcet-theme-surface-alt: #f5f7fb;
    --wcet-theme-border-strong: #dfe4ee;
    --wcet-theme-muted: #50575e;
    --wcet-theme-highlight: #eef4ff;
    --wcet-theme-glow: rgba(34, 113, 177, 0.18);
}

.wcet-theme--modern {
    --wcet-theme-accent: #667eea;
    --wcet-theme-accent-strong: #764ba2;
    --wcet-theme-accent-contrast: #f093fb;
    --wcet-theme-surface: #ffffff;
    --wcet-theme-surface-alt: #f5f7ff;
    --wcet-theme-border-strong: #dfe4ff;
    --wcet-theme-muted: #373b6d;
    --wcet-theme-highlight: #eef0ff;
    --wcet-theme-glow: rgba(102, 126, 234, 0.22);
}

.wcet-theme--breathland {
    --wcet-theme-accent: #4a90e2;
    --wcet-theme-accent-strong: #89cff0;
    --wcet-theme-accent-contrast: #ffd700;
    --wcet-theme-surface: #ffffff;
    --wcet-theme-surface-alt: #eff8ff;
    --wcet-theme-border-strong: #cfe3ff;
    --wcet-theme-muted: #324252;
    --wcet-theme-highlight: #e8f4ff;
    --wcet-theme-glow: rgba(74, 144, 226, 0.28);
}

.wcet-theme--cappuccino {
    --wcet-theme-accent: #8b6f47;
    --wcet-theme-accent-strong: #d4a574;
    --wcet-theme-accent-contrast: #c9a66b;
    --wcet-theme-surface: #fff8f2;
    --wcet-theme-surface-alt: #f4ece4;
    --wcet-theme-border-strong: #e7d7c9;
    --wcet-theme-muted: #5c4033;
    --wcet-theme-highlight: #fff4e8;
    --wcet-theme-glow: rgba(176, 114, 79, 0.25);
}

/* Reset */
.wcet-landing * {
    box-sizing: border-box;
}

/* Main Container */
.wcet-landing {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: var(--wcet-secondary);
    line-height: 1.6;
}

/* Force full width on block themes when landing active */
body.wcet-landing-active .wp-site-blocks,
body.wcet-landing-active .site-content,
body.wcet-landing-active .entry-content,
body.wcet-landing-active .wp-block-group,
body.wcet-landing-active .wp-block-group__inner-container,
body.wcet-landing-active .alignwide,
body.wcet-landing-active .alignfull,
body.wcet-landing-active .wp-block-columns,
body.wcet-landing-active .wp-block-column,
body.wcet-landing-active .wcet-landing {
    max-width: none !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.wcet-landing-active .wp-site-blocks > * {
    margin-left: auto;
    margin-right: auto;
}

/* Remove default block theme spacing so hero hugs top edge */
body.wcet-landing-active .wp-site-blocks {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.wcet-landing-active .wp-site-blocks > main,
body.wcet-landing-active main.wp-block-group,
body.wcet-landing-active .wp-site-blocks > .wp-block-group:first-of-type,
body.wcet-landing-active .wp-site-blocks > main:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Strip residual block-theme padding wrappers so hero hugs viewport edge */
body.wcet-landing-active .wp-site-blocks > .wp-block-group.has-global-padding,
body.wcet-landing-active .wp-site-blocks > .wp-block-group.alignfull,
body.wcet-landing-active .wp-site-blocks > .wp-block-group.alignwide {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.wcet-landing-active a#wp-skip-link.skip-link,
body.wcet-landing-active .skip-link.screen-reader-text {
     position: absolute !important;
     height: 1px !important;
     width: 1px !important;
     overflow: hidden !important;
     clip: rect(1px, 1px, 1px, 1px) !important;
     clip-path: inset(50%) !important;
     margin: 0 !important;
     padding: 0 !important;
}

/* Override inline margin/padding injected by block themes on first containers */
body.wcet-landing-active main.wp-block-group[style*="--wp-preset-spacing"],
body.wcet-landing-active .wp-site-blocks > main.wp-block-group[style*="--wp-preset-spacing"],
body.wcet-landing-active .wp-site-blocks .wp-block-group.has-global-padding[style*="--wp-preset-spacing"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.wcet-landing-active .wp-site-blocks > main.wp-block-group[style*="margin-top"],
body.wcet-landing-active .wp-site-blocks > main.wp-block-group .wp-block-group.has-global-padding[style*="margin-top"],
body.wcet-landing-active .entry-content.alignfull.wp-block-post-content.has-global-padding[style*="margin-top"],
body.wcet-landing-active .entry-content.alignfull.wp-block-post-content.has-global-padding[style*="padding-top"],
body.wcet-landing-active .wp-site-blocks > main.wp-block-group .wp-block-group.alignfull[style*="padding-top"],
body.wcet-landing-active .wp-site-blocks > main.wp-block-group .wp-block-group.alignfull[style*="margin-top"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.wcet-landing-active div.entry-content.alignfull.wp-block-post-content.has-global-padding {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Hide WooCommerce short descriptions inside cart/checkout tables */
body.wcet-landing-active .woocommerce-cart .product-short-description,
body.wcet-landing-active .woocommerce-checkout .product-short-description,
body.wcet-landing-active .woocommerce table.cart .product-short-description,
body.wcet-landing-active .woocommerce table.shop_table .product-short-description,
body.wcet-landing-active .woocommerce-cart-form .product-short-description,
body.wcet-landing-active .woocommerce .cart-collaterals .product-short-description,
body.wcet-landing-active .woocommerce td.product-name .woocommerce-product-attributes-item__value,
body.wcet-landing-active .woocommerce td.product-name p,
body.wcet-landing-active .woocommerce td.product-name small,
body.wcet-landing-active .woocommerce td.product-name .product-subtitle,
body.wcet-landing-active .woocommerce-checkout-review-order-table .product-short-description {
    display: none !important;
}

/* Hide WooCommerce Blocks short description metadata */
.wcet-cart-variant {
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid #e1e1e3;
    border-radius: 6px;
    background-color: #f8f8f9;
}

.wcet-cart-variant + .wcet-cart-variant {
    margin-top: 12px;
}

.wcet-cart-variant strong {
    display: block;
    color: #111;
    margin-bottom: 4px;
}

.wcet-cart-variant small {
    display: block;
    color: #444;
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.wcet-cart-variant em {
    display: block;
    color: #666;
    font-size: 0.8rem;
}

/* ========================================
   Hero Section
   ======================================== */
.wcet-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 80px;
    border-radius: var(--wcet-radius);
    overflow: hidden;
}

.wcet-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.7);
    transition: transform 0.3s ease, background-position 0.2s linear;
    will-change: transform, background-position;
}

body.wcet-hero-parallax .wcet-hero__image {
    backface-visibility: hidden;
}

.wcet-hero:hover .wcet-hero__image {
    transform: scale(1.05);
}

.wcet-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Background set dynamically via inline style from admin settings */
}

.wcet-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: #fff;
}

.wcet-hero__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin: 0 0 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.6s ease;
}

.wcet-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 30px;
    opacity: 0.95;
    animation: fadeInUp 0.6s ease 0.1s both;
}

/* Fullwidth Hero Layout */
.wcet-hero--fullwidth {
    position: relative;
    min-height: auto;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.wcet-hero__fullwidth-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

/* Content Below Fullwidth Hero */
.wcet-hero-below {
    padding: 60px 20px;
    background: linear-gradient(135deg, var(--wcet-theme-accent, var(--wcet-primary)), var(--wcet-theme-accent-strong, var(--wcet-secondary)));
    text-align: center;
    color: white;
}

.wcet-hero-below__container {
    max-width: 1200px;
    margin: 0 auto;
}

.wcet-hero-below__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    animation: fadeInUp 0.6s ease both;
}

.wcet-hero-below__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    animation: fadeInUp 0.6s ease 0.1s both;
}

.wcet-hero-below__price-label {
    font-size: 1.1rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wcet-hero-below__price-value {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.wcet-hero-below__price-tier {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    font-size: 0.95rem;
    backdrop-filter: blur(10px);
}

.wcet-hero-below__cta {
    display: inline-block;
    padding: 18px 50px;
    background: white;
    color: var(--wcet-theme-accent, var(--wcet-primary));
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    animation: fadeInUp 0.6s ease 0.2s both;
}

.wcet-hero-below__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: var(--wcet-theme-accent-strong, var(--wcet-secondary));
}

/* Old overlay text styles - keep for background mode */
.wcet-hero__content--overlay-text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 50px;
    border-radius: var(--wcet-radius);
    backdrop-filter: blur(10px);
}

/* Description Section */
.wcet-description {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.wcet-description__content {
    background: #fff;
    padding: 40px;
    border-radius: var(--wcet-radius);
    box-shadow: 0 2px 10px var(--wcet-shadow);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--wcet-secondary);
}

.wcet-description__content h2,
.wcet-description__content h3 {
    color: var(--wcet-theme-accent, var(--wcet-primary));
    margin-top: 30px;
    margin-bottom: 15px;
}

.wcet-description__content h2 {
    font-size: 1.75rem;
}

.wcet-description__content h3 {
    font-size: 1.4rem;
}

.wcet-description__content p {
    margin-bottom: 20px;
}

.wcet-description__content ul,
.wcet-description__content ol {
    margin: 20px 0;
    padding-left: 30px;
}

.wcet-description__content li {
    margin-bottom: 10px;
}

.wcet-hero__price {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: var(--wcet-radius-sm);
    margin-bottom: 30px;
    animation: fadeInUp 0.6s ease 0.2s both;
}

.wcet-hero__price-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.wcet-hero__price-value {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.wcet-hero__price-tier {
    font-size: 0.85rem;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}

.wcet-hero__cta {
    display: inline-block;
    padding: 18px 48px;
    background: #fff;
    color: var(--wcet-theme-accent, var(--wcet-primary));
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease 0.3s both;
}

.wcet-hero__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    color: var(--wcet-theme-accent-strong, var(--wcet-primary-dark));
}

/* ========================================
   Pricing Section
   ======================================== */
.wcet-pricing {
    padding: 60px 20px;
    background: linear-gradient(to bottom, var(--wcet-theme-highlight, #f9fafb), var(--wcet-theme-surface, #fff));
}

.wcet-pricing__container {
    max-width: 1200px;
    margin: 0 auto;
}

.wcet-pricing__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
}

.wcet-pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.wcet-pricing__card {
    position: relative;
    padding: 35px 30px;
    background: var(--wcet-theme-surface, #fff);
    border: 2px solid var(--wcet-theme-border-strong, var(--wcet-border));
    border-radius: var(--wcet-radius);
    box-shadow: 0 2px 14px var(--wcet-theme-glow, var(--wcet-shadow));
    transition: all 0.3s ease;
    z-index: 0;
}

.wcet-pricing__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px var(--wcet-shadow-lg);
}

.wcet-pricing__card--active {
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    background: linear-gradient(145deg, var(--wcet-theme-highlight, #eef4ff), var(--wcet-theme-surface, #fff));
    box-shadow: 0 18px 40px var(--wcet-theme-glow, rgba(34, 113, 177, 0.28));
    transform: translateY(-6px);
}

.wcet-pricing__card--active::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: inherit;
    border: 2px solid var(--wcet-theme-accent, var(--wcet-primary));
    opacity: 0.4;
    filter: blur(0.5px);
    animation: wcetGlowPulse 2.8s ease-in-out infinite;
    pointer-events: none;
    transform-origin: center;
    z-index: -1;
}

.wcet-pricing__badge {
    position: absolute;
    top: -12px;
    right: 20px;
    padding: 6px 16px;
    background: linear-gradient(135deg, var(--wcet-theme-accent, var(--wcet-primary)), var(--wcet-theme-accent-strong, var(--wcet-primary-dark)));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.wcet-pricing__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 15px;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
}

.wcet-pricing__card-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--wcet-theme-accent, var(--wcet-primary));
    margin-bottom: 20px;
}

.wcet-pricing__card-dates {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid var(--wcet-theme-border-strong, var(--wcet-border));
}

.wcet-pricing__card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--wcet-theme-muted, #646970);
}

.wcet-pricing__icon {
    flex-shrink: 0;
    opacity: 0.7;
}

/* Pricing Layout Modes */
.wcet-pricing--timeline .wcet-pricing__container {
    max-width: 960px;
}

.wcet-pricing__timeline {
    position: relative;
    padding: 10px 0 30px;
}

.wcet-pricing__timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--wcet-theme-accent, var(--wcet-primary)), transparent);
    border-radius: 999px;
    opacity: 0.3;
}

.wcet-timeline__item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 25px 0;
}

.wcet-timeline__item:nth-child(even) {
    justify-content: flex-start;
}

.wcet-timeline__dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 4px solid var(--wcet-theme-accent, var(--wcet-primary));
    background: var(--wcet-theme-surface, #fff);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
}

.wcet-timeline__card {
    width: calc(50% - 60px);
    margin-left: auto;
    position: relative;
    background: var(--wcet-theme-surface, #fff);
    border: 1px solid var(--wcet-theme-border-strong, var(--wcet-border));
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 12px 35px var(--wcet-theme-glow, rgba(0, 0, 0, 0.08));
    z-index: 0;
}

.wcet-timeline__item:nth-child(even) .wcet-timeline__card {
    margin-left: 0;
    margin-right: auto;
}

.wcet-timeline__item.is-active .wcet-timeline__card {
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    background: linear-gradient(125deg, var(--wcet-theme-highlight, #f8fbff), var(--wcet-theme-surface, #fff));
    box-shadow: 0 20px 45px var(--wcet-theme-glow, rgba(0, 0, 0, 0.18));
    transform: translateY(-8px);
}

.wcet-timeline__item.is-active .wcet-timeline__card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 25px var(--wcet-theme-glow, rgba(0, 0, 0, 0.15));
    pointer-events: none;
    transform-origin: center;
    z-index: -1;
}

.wcet-timeline__item.is-active .wcet-timeline__dot {
    width: 30px;
    height: 30px;
    background: var(--wcet-theme-accent, var(--wcet-primary));
    border-color: var(--wcet-theme-accent-strong, var(--wcet-primary-dark));
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35), 0 0 30px var(--wcet-theme-glow, rgba(0, 0, 0, 0.2));
}

.wcet-timeline__badge {
    position: absolute;
    top: -12px;
    right: 20px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--wcet-theme-accent, var(--wcet-primary));
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.wcet-timeline__title {
    font-size: 1.4rem;
    margin: 0 0 10px;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
}

.wcet-timeline__price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--wcet-theme-accent, var(--wcet-primary));
    margin-bottom: 16px;
}

.wcet-timeline__dates {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid var(--wcet-theme-border-strong, var(--wcet-border));
    padding-top: 16px;
}

.wcet-timeline__date {
    display: flex;
    justify-content: space-between;
    font-size: 0.95rem;
    color: var(--wcet-theme-muted, #4b5a67);
}

.wcet-timeline__label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wcet-wave__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.wcet-wave__card {
    position: relative;
    width: min(320px, 100%);
    padding: 34px 28px;
    border-radius: 28px;
    border: 1px solid var(--wcet-theme-border-strong, var(--wcet-border));
    background: var(--wcet-theme-surface, #fff);
    overflow: hidden;
    box-shadow: 0 20px 40px var(--wcet-theme-glow, rgba(0, 0, 0, 0.12));
    z-index: 0;
}

.wcet-wave__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.45), transparent 60%),
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.35), transparent 45%);
    opacity: 0.9;
    pointer-events: none;
}

.wcet-wave__card > * {
    position: relative;
    z-index: 2;
}

.wcet-wave__card.is-active {
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.92), var(--wcet-theme-highlight, #eef4ff));
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 55px var(--wcet-theme-glow, rgba(0, 0, 0, 0.25));
}

.wcet-wave__card.is-active::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0.6;
    animation: wcetGlowPulse 3.2s ease-in-out infinite;
    pointer-events: none;
    transform-origin: center;
    z-index: -1;
}

.wcet-wave__badge {
    position: absolute;
    top: 16px;
    right: 18px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: var(--wcet-theme-accent-strong, var(--wcet-primary-dark));
    font-size: 0.75rem;
    font-weight: 700;
}

.wcet-wave__title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
}

.wcet-wave__price {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 18px;
    color: var(--wcet-theme-accent, var(--wcet-primary));
}

.wcet-wave__dates {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.95rem;
    color: var(--wcet-theme-muted, #4b5a67);
}

.wcet-wave__label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--wcet-theme-accent-strong, var(--wcet-primary-dark));
}

.wcet-minimal__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.wcet-minimal__card {
    position: relative;
    padding: 30px 24px;
    text-align: center;
    border-radius: 18px;
    background: var(--wcet-theme-surface, #fff);
    border: 1px solid var(--wcet-theme-border-strong, var(--wcet-border));
    box-shadow: none;
    z-index: 0;
}

.wcet-minimal__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border-top: 4px solid var(--wcet-theme-accent, var(--wcet-primary));
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
}

.wcet-minimal__card.is-current {
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    background: linear-gradient(170deg, var(--wcet-theme-surface, #fff), var(--wcet-theme-highlight, #eef4ff));
    box-shadow: 0 18px 45px var(--wcet-theme-glow, rgba(0, 0, 0, 0.18));
    transform: translateY(-6px);
}

.wcet-minimal__card.is-current::after {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: inherit;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    pointer-events: none;
    z-index: -1;
}

.wcet-minimal__badge {
    position: absolute;
    top: 14px;
    right: 18px;
    padding: 4px 12px;
    font-size: 0.7rem;
    border-radius: 12px;
    background: var(--wcet-theme-highlight, #eef4ff);
    color: var(--wcet-theme-accent, var(--wcet-primary));
    font-weight: 600;
}

.wcet-minimal__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
    margin-bottom: 12px;
}

.wcet-minimal__price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--wcet-theme-accent, var(--wcet-primary));
    margin-bottom: 15px;
}

.wcet-minimal__dates {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.95rem;
    color: var(--wcet-theme-muted, #4b5a67);
}

@media (max-width: 900px) {
    .wcet-pricing__timeline-line {
        left: 10px;
        transform: none;
    }

    .wcet-timeline__item,
    .wcet-timeline__item:nth-child(even) {
        justify-content: flex-start;
        padding-left: 40px;
    }

    .wcet-timeline__card {
        width: 100%;
        margin: 0;
    }

    .wcet-timeline__dot {
        left: 10px;
    }
}

/* ========================================
   Order Form Section
   ======================================== */
.wcet-order {
    padding: 60px 20px;
    background: var(--wcet-theme-surface, #fff);
}

.wcet-order__container {
    max-width: 900px;
    margin: 0 auto;
}

.wcet-order__header {
    text-align: center;
    margin-bottom: 50px;
}

.wcet-order__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0 0 15px;
    color: var(--wcet-secondary);
}

.wcet-order__subtitle {
    font-size: 1.1rem;
    color: var(--wcet-theme-muted, #646970);
    margin: 0;
}

.wcet-order__form {
    background: var(--wcet-theme-surface-alt, #f9fafb);
    padding: 40px;
    border-radius: var(--wcet-radius);
    border: 1px solid var(--wcet-theme-border-strong, var(--wcet-border));
    box-shadow: 0 12px 35px var(--wcet-theme-glow, var(--wcet-shadow));
}

.wcet-order__section {
    margin-bottom: 35px;
}

.wcet-order__section-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 20px;
    color: var(--wcet-secondary);
}

/* Variants */
.wcet-variants {
    display: grid;
    grid-template-columns: repeat(var(--columns, 2), 1fr);
    gap: 15px;
}

.wcet-variant {
    cursor: pointer;
}

.wcet-variant__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wcet-variant__card {
    position: relative;
    padding: 20px;
    background: var(--wcet-theme-surface, #fff);
    border: 2px solid var(--wcet-theme-border-strong, var(--wcet-border));
    border-radius: var(--wcet-radius-sm);
    box-shadow: 0 8px 24px var(--wcet-theme-glow, rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
}

.wcet-variant:hover .wcet-variant__card {
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    box-shadow: 0 8px 28px var(--wcet-theme-glow, var(--wcet-shadow-lg));
}

.wcet-variant__input:checked + .wcet-variant__card {
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    background: linear-gradient(135deg, var(--wcet-theme-highlight, #eef4ff), var(--wcet-theme-surface, #fff));
    box-shadow: 0 0 0 3px var(--wcet-theme-glow, rgba(34, 113, 177, 0.15));
}

.wcet-variant__check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: var(--wcet-theme-surface, #fff);
    border: 2px solid var(--wcet-theme-border-strong, var(--wcet-border));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.wcet-variant__input:checked + .wcet-variant__card .wcet-variant__check {
    background: var(--wcet-theme-accent, var(--wcet-primary));
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
}

.wcet-variant__check svg {
    opacity: 0;
    color: #fff;
    transition: opacity 0.3s ease;
}

.wcet-variant__input:checked + .wcet-variant__card .wcet-variant__check svg {
    opacity: 1;
}

.wcet-variant__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
    padding-right: 35px;
}

.wcet-variant__desc {
    font-size: 0.9rem;
    color: var(--wcet-theme-muted, #646970);
    line-height: 1.4;
}

/* Variant Layout Modes */
.wcet-variants--timeline {
    grid-template-columns: 1fr;
    gap: 24px;
    position: relative;
    padding-left: 32px;
}

.wcet-variants--timeline::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--wcet-theme-accent, var(--wcet-primary)), transparent);
    opacity: 0.35;
}

.wcet-variants--timeline .wcet-variant {
    padding-left: 10px;
}

.wcet-variants--timeline .wcet-variant__card {
    border-radius: 18px;
}

.wcet-variants--wave {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.wcet-variants--wave .wcet-variant__card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border-width: 1px;
    backdrop-filter: blur(8px);
}

.wcet-variants--wave .wcet-variant__input:checked + .wcet-variant__card {
    box-shadow: 0 15px 40px var(--wcet-theme-glow, rgba(0, 0, 0, 0.15));
}

.wcet-variants--minimal {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.wcet-variants--minimal .wcet-variant__card {
    border-radius: 14px;
    border-width: 1px;
    box-shadow: none;
}

.wcet-variants--minimal .wcet-variant__input:checked + .wcet-variant__card {
    box-shadow: none;
    transform: translateY(-4px);
}

@media (max-width: 720px) {
    .wcet-variants--timeline {
        padding-left: 18px;
    }

    .wcet-variants--timeline::before {
        left: 0;
    }
}

/* Disclaimer Card */
.wcet-disclaimer-card {
    padding: 24px;
    background: #fff;
    border: 2px solid #ff9800;
    border-left: 4px solid #ff9800;
    border-radius: var(--wcet-radius-sm);
    box-shadow: 0 4px 12px rgba(255, 152, 0, 0.12);
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 60px;
}

.wcet-disclaimer-card.is-accepted {
    border-color: #4caf50;
    border-left-color: #4caf50;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.12);
    background: linear-gradient(135deg, #f1f8f4, #fff);
}

.wcet-disclaimer-card.has-error {
    border-color: #ff6f00;
    border-left-color: #ff6f00;
    box-shadow: 0 4px 16px rgba(255, 111, 0, 0.25);
}

.wcet-disclaimer__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--wcet-secondary);
}

.wcet-disclaimer__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #646970;
    margin-bottom: 18px;
}

.wcet-disclaimer__checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: var(--wcet-secondary);
}

.wcet-disclaimer__input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #4caf50;
}

.wcet-disclaimer__label {
    -webkit-user-select: none;
    user-select: none;
}

.wcet-disclaimer__warning {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    color: #ff6f00;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.wcet-disclaimer__warning.is-visible {
    opacity: 1;
    transform: translateY(0);
    animation: wcet-disclaimer-pulse 1.4s ease-in-out infinite;
}

@keyframes wcet-disclaimer-pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

/* Regulamin Card - specific styles */
.wcet-regulamin-card {
    margin-top: 0;
}

.wcet-regulamin__label a {
    color: var(--wcet-theme-accent, #2271b1);
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.wcet-regulamin__label a:hover,
.wcet-regulamin__label a:focus {
    color: var(--wcet-theme-accent-strong, #135e96);
    text-decoration: none;
}

.wcet-regulamin-card.is-accepted .wcet-regulamin__label a {
    color: #4caf50;
}

.wcet-regulamin-card.has-error .wcet-regulamin__label a {
    color: #ff6f00;
}

.wcet-order__notice {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0 0;
    padding: 12px 16px;
    background: rgba(255, 193, 7, 0.1);
    border-left: 3px solid #ffc107;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #856404;
}

.wcet-order__notice-icon {
    flex-shrink: 0;
}

/* Form Fields */
.wcet-order__label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--wcet-theme-muted, var(--wcet-secondary));
}

.wcet-order__select {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    border: 2px solid var(--wcet-theme-border-strong, var(--wcet-border));
    border-radius: var(--wcet-radius-sm);
    background: var(--wcet-theme-surface, #fff);
    transition: border-color 0.3s ease;
}

.wcet-order__select:focus {
    outline: none;
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    box-shadow: 0 0 0 3px var(--wcet-theme-glow, rgba(34, 113, 177, 0.1));
}

/* Custom Input Field */
.wcet-order__custom-input {
    animation: wcetFadeIn 0.3s ease;
}

.wcet-order__textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 1rem;
    border: 2px solid var(--wcet-theme-border-strong, var(--wcet-border));
    border-radius: 8px;
    background: var(--wcet-theme-surface, #fff);
    transition: border-color 0.2s, box-shadow 0.2s;
    resize: vertical;
    font-family: inherit;
}

.wcet-order__textarea:focus {
    outline: none;
    border-color: var(--wcet-theme-accent, var(--wcet-primary));
    box-shadow: 0 0 0 3px var(--wcet-theme-glow, rgba(34, 113, 177, 0.1));
}

.wcet-order__char-count {
    margin-top: 5px;
    font-size: 0.875rem;
    color: var(--wcet-theme-muted, #666);
    text-align: right;
}

.wcet-order__char-count.wcet-char-limit-warning {
    color: #ff9800;
}

.wcet-order__char-count.wcet-char-limit-reached {
    color: #f44336;
    font-weight: 600;
}

/* Submit Button */
.wcet-order__actions {
    margin-top: 40px;
    text-align: center;
}

.wcet-order__submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 48px !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, var(--wcet-theme-accent, var(--wcet-primary)), var(--wcet-theme-accent-strong, var(--wcet-primary-dark))) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px var(--wcet-theme-glow, rgba(34, 113, 177, 0.3)) !important;
}

.wcet-order__submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 35px var(--wcet-theme-glow, rgba(34, 113, 177, 0.4)) !important;
}

.wcet-order__submit-icon {
    flex-shrink: 0;
}

/* ========================================
   Checkout Section
   ======================================== */
.wcet-checkout {
    padding: 60px 20px;
    background: linear-gradient(to bottom, #f9fafb, #fff);
}

.wcet-checkout__container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.wcet-checkout__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--wcet-secondary);
}

.wcet-checkout__info {
    font-size: 1.1rem;
    color: #646970;
    margin-bottom: 40px;
}

.wcet-checkout__methods {
    padding: 30px;
    background: #fff;
    border-radius: var(--wcet-radius);
    box-shadow: 0 2px 10px var(--wcet-shadow);
}

.wcet-checkout__methods-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 25px;
    color: var(--wcet-secondary);
}

.wcet-checkout__methods-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.wcet-checkout__method {
    padding: 15px 25px;
    background: #f9fafb;
    border: 1px solid var(--wcet-border);
    border-radius: var(--wcet-radius-sm);
    transition: all 0.3s ease;
}

.wcet-checkout__method:hover {
    border-color: var(--wcet-primary);
    box-shadow: 0 2px 8px var(--wcet-shadow);
}

.wcet-checkout__method img {
    max-height: 30px;
    width: auto;
}

.wcet-checkout__method-title {
    font-weight: 600;
    color: var(--wcet-secondary);
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wcetGlowPulse {
    0% {
        opacity: 0.6;
        transform: scale(0.98);
    }
    60% {
        opacity: 0;
        transform: scale(1.08);
    }
    100% {
        opacity: 0;
        transform: scale(1.08);
    }
}

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 768px) {
    .wcet-hero {
        min-height: 400px;
        padding: 40px 20px;
        margin-bottom: 50px;
    }

    .wcet-pricing,
    .wcet-order,
    .wcet-checkout {
        padding: 40px 20px;
    }

    .wcet-order__form {
        padding: 30px 20px;
    }

    .wcet-variants {
        grid-template-columns: 1fr;
    }

    .wcet-pricing__card--active {
        transform: none;
    }
}

@media (max-width: 480px) {
    .wcet-hero__price {
        padding: 15px 25px;
    }

    .wcet-hero__price-value {
        font-size: 2rem;
    }

    .wcet-hero__cta {
        padding: 15px 35px;
        font-size: 1rem;
    }

    .wcet-order__submit {
        width: 100%;
        justify-content: center;
    }
}
