/* Professional Business CSS */

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* =========================
   HONEYPOT ANTI-BOT PROTECTION - ABSOLUTE HIDE
   ========================= */
.honeypot-trap,
.honeypot-trap input,
.honeypot-trap * {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    z-index: -9999 !important;
    overflow: hidden !important;
}

/* =========================
   SECURITY STYLES
   ========================= */
/* Success message styling */
.success-message {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    color: white !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
    z-index: 99999 !important;
    text-align: center !important;
    max-width: 500px !important;
    width: 90% !important;
}

/* Error message styling */
.error-message {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%) !important;
    color: white !important;
    padding: 20px !important;
    border-radius: 12px !important;
    margin: 20px 0 !important;
    box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3) !important;
    text-align: center !important;
}

/* ULTRA SPECIFIC PROMO BUTTON - NAJWYŻSZY PRIORYTET */
button#promo-toggle-btn.gov-toggle-button {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%) !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 18px 32px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 25px rgba(30, 58, 138, 0.4), 0 6px 12px rgba(0, 0, 0, 0.15) !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 260px !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    z-index: 99999 !important;
    outline: none !important;
}

button#promo-toggle-btn.gov-toggle-button:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
    box-shadow: 0 15px 35px rgba(30, 58, 138, 0.6), 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    transform: translateY(-3px) scale(1.02) !important;
}

button#promo-toggle-btn.gov-toggle-button.active {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
    box-shadow: 0 10px 25px rgba(17, 153, 142, 0.5), 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

/* =========================
   ADD PKD BUTTON - TEKST I + W JEDNYM WIERSZU
   ========================= */

.add-pkd-button-inline {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(30, 58, 138, 0.3) !important;
    margin-top: 12px !important;
    width: 100% !important;
    max-width: 280px !important;
}

.add-pkd-button-inline:hover {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.4) !important;
    transform: translateY(-2px) !important;
}

.add-pkd-button-inline:active {
    transform: translateY(0) scale(0.98) !important;
}

.add-pkd-button-inline .add-text {
    flex: 1 !important;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.add-pkd-button-inline .add-icon {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

#pkd-fields-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.pkd-field-group {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.pkd-field-group .pkd-input-wrapper {
    flex: 1 !important;
}

.remove-pkd-btn {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    border: none !important;
    border-radius: 8px !important;
    width: 36px !important;
    height: 36px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3) !important;
}

.remove-pkd-btn:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c) !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4) !important;
}

.add-pkd-button {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 20px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
    text-transform: none !important;
}

.add-pkd-button:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4) !important;
}

.add-pkd-button .add-icon {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.add-pkd-button .add-text {
    font-size: 14px !important;
}

/* GLOBAL OVERRIDE - HIDE ONLY PROVINCE CHECKBOXES, NOT PROMO TOGGLE */
.checkmark,
.province-checkbox input[type="checkbox"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
}

/* Reset and Base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.6;
    color: #1f2937;
    background-color: #ffffff;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Professional Hero Section - Enhanced WOW Effect */
.hero-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 25%, #3730a3 50%, #1e40af 75%, #0c4a6e 100%);
    color: white;
    padding: 50px 0 60px;
    position: relative;
    overflow: hidden;
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/><circle cx="10" cy="10" r="1"/><circle cx="50" cy="10" r="1"/><circle cx="10" cy="50" r="1"/><circle cx="50" cy="50" r="1"/></g></g></svg>') repeat;
    animation: float 20s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, transparent 0%, rgba(248, 250, 252, 0.1) 100%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeInUp 1s ease 0.2s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 48px;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.4s both;
}

.trust-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.trust-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.trust-badge:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.trust-badge:hover::before {
    left: 100%;
}

.trust-badge .icon {
    font-size: 16px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.hero-section h1 {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 900;
    margin-bottom: 32px;
    letter-spacing: -0.03em;
    line-height: 1.1;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 50%, #ffffff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: textShimmer 3s ease-in-out infinite, fadeInUp 1s ease 0.6s both;
    position: relative;
}

@keyframes textShimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.hero-section h1::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b, #fbbf24);
    border-radius: 2px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
        width: 100px;
    }

    50% {
        opacity: 1;
        width: 150px;
    }
}

.hero-subtitle {
    font-size: clamp(1.125rem, 3vw, 1.375rem);
    margin-bottom: 56px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    animation: fadeInUp 1s ease 0.8s both;
    position: relative;
}

.hero-subtitle strong {
    color: #fbbf24;
    font-weight: 700;
    position: relative;
    display: inline-block;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #fbbf24, 0 0 10px #fbbf24, 0 0 15px #fbbf24;
    }

    to {
        text-shadow: 0 0 10px #fbbf24, 0 0 20px #fbbf24, 0 0 30px #fbbf24;
    }
}

.hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 1s both;
    margin-top: 16px;
}

.stat-item {
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px) scale(1.05);
}

.stat-number {
    display: block;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
    animation: countUp 2s ease 1.2s both;
    position: relative;
}

.stat-number::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fbbf24, transparent);
    opacity: 0.6;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.stat-label {
    font-size: 15px;
    opacity: 0.9;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 2px;
    height: 50px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    border-radius: 1px;
    position: relative;
}

.stat-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}

/* Hero CTA Button */
.hero-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    animation: fadeInUp 1s ease 1.2s both;
}

.cta-button {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #1e3a8a !important;
    border: 3px solid #1e3a8a;
    padding: 18px 44px;
    font-size: 19px;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 0 0 0 rgba(30, 58, 138, 0.4),
        0 10px 25px rgba(30, 58, 138, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    text-decoration: none !important;
    outline: none;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    letter-spacing: -0.02em;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(30, 58, 138, 0.1), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 
        0 0 0 6px rgba(30, 58, 138, 0.15),
        0 20px 40px rgba(30, 58, 138, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: white !important;
    border-color: #1e40af;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-button:active {
    transform: translateY(-2px) scale(0.99);
}

.cta-button:visited,
.cta-button:link,
.cta-button:focus {
    text-decoration: none !important;
}

.cta-arrow {
    font-size: 26px;
    transition: transform 0.3s ease;
    display: inline-block;
    font-weight: 700;
}

.cta-button:hover .cta-arrow {
    transform: translateY(5px);
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}

/* Form Section */
.form-section {
    padding: 80px 0;
    background-color: #f8fafc;
}

.form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.form-header {
    text-align: center;
    margin-bottom: 48px;
}

.form-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.form-header p {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.form-container {
    background: white;
    border-radius: 20px;
    box-shadow: 
        0 0 0 1px rgba(30, 64, 175, 0.08),
        0 10px 30px -5px rgba(0, 0, 0, 0.1),
        0 20px 60px -10px rgba(30, 58, 138, 0.15);
    border: 2px solid #e0e7ff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a 0%, #3730a3 50%, #1e40af 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.form-container:hover {
    border-color: #c7d2fe;
    box-shadow: 
        0 0 0 1px rgba(30, 64, 175, 0.12),
        0 15px 40px -5px rgba(0, 0, 0, 0.12),
        0 25px 70px -10px rgba(30, 58, 138, 0.2);
}

.professional-form {
    padding: 48px;
}

/* Progress Bar */
.progress-container {
    margin-bottom: 40px;
    text-align: center;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #f3f4f6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1e3a8a, #3730a3);
    border-radius: 10px;
    width: 0%;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.progress-fill::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.progress-text {
    font-size: 14px;
    color: #6b7280;
    font-weight: 600;
}

#progress-percentage {
    color: #1e3a8a;
    font-weight: 700;
}

/* Form Sections */
.form-section-group {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f3f4f6;
}

.form-section-group:last-of-type {
    border-bottom: none;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #1e3a8a;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
    flex-shrink: 0;
}

.optional-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* Form Layout */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1e293b;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.field-hint {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 12px;
    line-height: 1.5;
    font-weight: 500;
}

/* Form Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e0e7ff;
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    background: linear-gradient(to bottom, #ffffff 0%, #fafbff 100%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: 
        0 0 0 1px rgba(99, 102, 241, 0.05),
        0 1px 3px 0 rgba(0, 0, 0, 0.08),
        inset 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    position: relative;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #4f46e5;
    box-shadow: 
        0 0 0 4px rgba(79, 70, 229, 0.12),
        0 0 0 1px #4f46e5,
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06),
        inset 0 2px 4px 0 rgba(79, 70, 229, 0.05);
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9ff 100%);
    transform: translateY(-2px);
}

input[type="text"]:hover:not(:focus),
input[type="email"]:hover:not(:focus),
input[type="tel"]:hover:not(:focus),
input[type="url"]:hover:not(:focus),
textarea:hover:not(:focus),
select:hover:not(:focus) {
    border-color: #c7d2fe;
    box-shadow: 
        0 0 0 1px rgba(99, 102, 241, 0.1),
        0 2px 8px 0 rgba(0, 0, 0, 0.08),
        inset 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    background: linear-gradient(to bottom, #ffffff 0%, #f8faff 100%);
    transform: translateY(-1px);
}

textarea {
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

/* PKD Input */
.pkd-input-wrapper {
    position: relative;
}

/* ULTIMATE SOLUTION - POSITION FIXED FOR PKD SUGGESTIONS */
.pkd-suggestions {
    position: fixed !important;
    top: 0;
    left: 0;
    right: auto;
    width: auto;
    background: white !important;
    border: 3px solid #1e40af !important;
    border-radius: 8px !important;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.9) !important;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999999999999 !important;
    min-width: 300px;
    transform: translateZ(999px) !important;
    will-change: transform !important;
    isolation: isolate !important;
    contain: layout style paint !important;
    backface-visibility: hidden !important;
}

/* Ultra-high z-index for ALL PKD suggestions - ULTIMATE FIX */
.pkd-suggestions,
#pkd-suggestions,
.pkd-input-wrapper .pkd-suggestions {
    z-index: 999999999 !important;
    position: absolute !important;
    background: white !important;
    border: 2px solid #1e40af !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

/* PKD Input Wrapper - must be relative for positioning */
.pkd-input-wrapper {
    position: relative !important;
    z-index: 999999998 !important;
}

.pkd-suggestion {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.2s ease;
}

.pkd-suggestion:hover {
    background-color: #f8fafc;
}

.pkd-suggestion:last-child {
    border-bottom: none;
}

.pkd-suggestions.hidden {
    display: none;
}

/* Provinces Grid */
.provinces-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.province-checkbox {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border: 2px solid #e0e7ff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%);
    position: relative;
    box-shadow: 
        0 0 0 1px rgba(99, 102, 241, 0.05),
        0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.province-checkbox:hover {
    border-color: #4f46e5;
    background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 0 0 1px rgba(79, 70, 229, 0.15),
        0 4px 12px -1px rgba(79, 70, 229, 0.2),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* HIDE ALL PROVINCE CHECKBOXES COMPLETELY */
.province-checkbox input[type="checkbox"],
.checkmark,
.checkmark::before,
.checkmark::after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.province-checkbox input:checked~.checkmark,
.province-checkbox input:checked~.checkmark::after,
.province-checkbox input:checked~.checkmark::before {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.checkmark::after {
    content: '' !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    border-width: 0 !important;
    transform: none !important;
    opacity: 0 !important;
    transition: none !important;
    visibility: hidden !important;
    display: none !important;
}

.province-checkbox input:checked~.checkmark {
    background-color: transparent !important;
    border-color: transparent !important;
    visibility: hidden !important;
    display: none !important;
}

.province-checkbox input:checked~.checkmark::after {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

.province-checkbox input:checked~.province-name {
    color: #1e40af;
    font-weight: 700;
}

.province-checkbox:has(input:checked) {
    border-color: #1e40af;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    box-shadow: 
        0 0 0 1px rgba(30, 64, 175, 0.2),
        0 4px 12px -1px rgba(30, 64, 175, 0.25),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.province-name {
    font-weight: 600;
    color: #475569;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

/* Price Section */
.price-section {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 36px;
    border-radius: 16px;
    margin: 48px 0;
    border: 2px solid #bfdbfe;
    box-shadow: 
        0 0 0 1px rgba(59, 130, 246, 0.1),
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.price-display {
    text-align: center;
}

.price-label {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 8px;
    font-weight: 600;
}

.price-value {
    font-size: 2rem;
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1.2;
}

/* Submit Section */
.submit-section {
    text-align: center;
    margin-top: 48px;
}

.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px 48px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: 0 10px 15px -3px rgba(30, 58, 138, 0.4);
    position: relative;
    overflow: hidden;
    min-width: 200px;
}

.submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.submit-button:hover {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    transform: translateY(-2px);
    box-shadow: 0 20px 25px -5px rgba(30, 58, 138, 0.4);
}

.submit-button:hover::before {
    left: 100%;
}

.submit-button:active {
    transform: translateY(0);
}

.submit-button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.button-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.submit-button:hover .button-icon {
    transform: translateX(4px);
}

.submit-note {
    margin-top: 16px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.4;
}

/* Terms Acceptance Checkbox */
.terms-acceptance-group {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 28px 32px;
    border-radius: 16px;
    border-left: 5px solid #1e40af;
    margin: 32px 0;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.08);
    transition: all 0.3s ease;
}

.terms-acceptance-group:hover {
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.12);
    transform: translateY(-2px);
}

/* Privacy Header */
.privacy-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #bfdbfe;
}

.privacy-header-icon {
    font-size: 28px;
    line-height: 1;
}

/* Checkbox Items */
.checkbox-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-item:last-of-type {
    margin-bottom: 0;
}

.checkbox-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #94a3b8;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    margin-top: 2px;
    flex-shrink: 0;
}

.checkbox-item input[type="checkbox"]:hover {
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

.checkbox-item input[type="checkbox"]:checked {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-color: #1e40af;
}

.checkbox-item input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-item input[type="checkbox"]:focus {
    outline: 2px solid #1e40af;
    outline-offset: 2px;
}

.checkbox-item label {
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
    cursor: pointer;
    user-select: none;
    flex: 1;
}

.checkbox-item label strong {
    color: #1e40af;
    font-weight: 700;
}

.checkbox-item label a {
    color: #1e40af;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease;
}

.checkbox-item label a:hover {
    color: #3b82f6;
    text-decoration-thickness: 2px;
}

.checkbox-item label em {
    color: #64748b;
    font-style: italic;
    font-size: 14px;
}

/* Privacy Info Box */
.privacy-info-box {
    background: white;
    padding: 20px 24px;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
    border: 1px solid #e2e8f0;
}

.privacy-info-box strong {
    color: #1e40af;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.privacy-info-box a {
    color: #1e40af;
    text-decoration: underline;
    font-weight: 600;
}

.privacy-info-box a:hover {
    color: #3b82f6;
}

/* Responsive Design for Privacy Section */
@media (max-width: 768px) {
    .terms-acceptance-group {
        padding: 20px 20px;
        margin: 24px 0;
        border-left-width: 4px;
    }

    .privacy-header {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .privacy-header-icon {
        font-size: 24px;
    }

    .checkbox-item {
        gap: 10px;
        margin-bottom: 16px;
    }

    .checkbox-item input[type="checkbox"] {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .checkbox-item label {
        font-size: 14px;
    }

    .privacy-info-box {
        padding: 16px 18px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .terms-acceptance-group {
        padding: 16px 16px;
        margin: 20px 0;
        border-radius: 12px;
        border-left-width: 3px;
    }

    .privacy-header {
        font-size: 16px;
        gap: 8px;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }

    .privacy-header-icon {
        font-size: 20px;
    }

    .checkbox-item {
        gap: 8px;
        margin-bottom: 14px;
    }

    .checkbox-item input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .checkbox-item input[type="checkbox"]:checked::after {
        font-size: 14px;
    }

    .checkbox-item label {
        font-size: 13px;
        line-height: 1.6;
    }

    .checkbox-item label em {
        font-size: 12px;
    }

    .privacy-info-box {
        padding: 14px 16px;
        font-size: 12px;
        margin-top: 16px;
    }
}

/* Testimonials Section - Social Proof */
.testimonials-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
    position: relative;
    z-index: 1;
}

.testimonials-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.testimonials-header p {
    font-size: 1.25rem;
    opacity: 0.9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.testimonial-stars {
    font-size: 20px;
    color: #fbbf24;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
    font-style: italic;
    flex: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 2px solid #e5e7eb;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1e40af 0%, #3730a3 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.author-info {
    flex: 1;
}

.author-name {
    font-weight: 700;
    color: #1f2937;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-role {
    font-size: 14px;
    color: #6b7280;
}

/* Testimonials Responsive */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-header h2 {
        font-size: 2rem;
    }
    
    .testimonials-header p {
        font-size: 1rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .testimonial-card {
        padding: 24px;
    }
}

/* Benefits Section - Enhanced WOW Effect */
.benefits-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23e2e8f0" fill-opacity="0.4"><path d="M50 50m-4 0a4 4 0 1 1 8 0a4 4 0 1 1-8 0"/><path d="M20 20m-2 0a2 2 0 1 1 4 0a2 2 0 1 1-4 0"/><path d="M80 80m-2 0a2 2 0 1 1 4 0a2 2 0 1 1-4 0"/><path d="M80 20m-2 0a2 2 0 1 1 4 0a2 2 0 1 1-4 0"/><path d="M20 80m-2 0a2 2 0 1 1 4 0a2 2 0 1 1-4 0"/></g></g></svg>') repeat;
    opacity: 0.3;
    animation: backgroundFloat 30s ease-in-out infinite;
}

@keyframes backgroundFloat {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-10px) rotate(1deg);
    }

    66% {
        transform: translateY(10px) rotate(-1deg);
    }
}

.benefits-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.benefits-header h2 {
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.benefits-header h2::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, transparent, rgba(30, 58, 138, 0.05), transparent);
    border-radius: 20px;
    z-index: -1;
    animation: headerGlow 3s ease-in-out infinite;
}

@keyframes headerGlow {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

.benefits-header h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a, #3730a3, #1e40af);
    border-radius: 2px;
    animation: underlineExpand 2s ease infinite;
}

@keyframes underlineExpand {

    0%,
    100% {
        width: 80px;
    }

    50% {
        width: 120px;
    }
}

.benefits-header p {
    font-size: clamp(1rem, 3vw, 1.25rem);
    color: #6b7280;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    position: relative;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.benefit-card {
    background: #ffffff;
    padding: 40px 32px;
    border-radius: 24px;
    text-align: center;
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a, #3730a3, #1e40af);
    opacity: 0;
    transition: all 0.6s ease;
}

.benefit-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.02) 0%, rgba(55, 48, 163, 0.02) 50%, rgba(30, 64, 175, 0.02) 100%);
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 1;
}

.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 40px 80px -12px rgba(30, 58, 138, 0.25);
    border-color: rgba(30, 58, 138, 0.2);
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card:hover::after {
    opacity: 1;
}

.benefit-card:nth-child(even):hover {
    transform: translateY(-12px) scale(1.02) rotate(1deg);
}

.benefit-card:nth-child(odd):hover {
    transform: translateY(-12px) scale(1.02) rotate(-1deg);
}

.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e3a8a, #3730a3);
    color: white;
    border-radius: 20px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.benefit-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    opacity: 0;
    transition: opacity 0.6s ease;
}

.benefit-card:hover .benefit-icon {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 20px 40px -8px rgba(30, 58, 138, 0.4);
    background: linear-gradient(135deg, #1e40af, #1e3a8a);
}

.benefit-card:hover .benefit-icon::before {
    opacity: 1;
}

.benefit-icon svg {
    width: 32px;
    height: 32px;
    transition: all 0.6s ease;
}

.benefit-card:hover .benefit-icon svg {
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.benefit-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease;
}

.benefit-card:hover h3 {
    color: #1e3a8a;
    transform: translateY(-2px);
}

.benefit-card p {
    color: #6b7280;
    line-height: 1.6;
    font-size: 15px;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease;
    margin: 0;
}

.benefit-card:hover p {
    color: #4b5563;
    transform: translateY(-1px);
}

/* Staggered Animation for Cards */
.benefit-card:nth-child(1) {
    animation: slideInUp 0.8s ease 0.1s both;
}

.benefit-card:nth-child(2) {
    animation: slideInUp 0.8s ease 0.2s both;
}

.benefit-card:nth-child(3) {
    animation: slideInUp 0.8s ease 0.3s both;
}

.benefit-card:nth-child(4) {
    animation: slideInUp 0.8s ease 0.4s both;
}

.benefit-card:nth-child(5) {
    animation: slideInUp 0.8s ease 0.5s both;
}

.benefit-card:nth-child(6) {
    animation: slideInUp 0.8s ease 0.6s both;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced Parallax Effect on Scroll */
@media (prefers-reduced-motion: no-preference) {
    .benefit-card:nth-child(odd) {
        animation-delay: 0.1s;
    }

    .benefit-card:nth-child(even) {
        animation-delay: 0.2s;
    }
}

/* Tooltips */
.tooltip-trigger {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    cursor: help;
}

.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: #6b7280;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.tooltip-trigger::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 8px 12px;
    background-color: #1f2937;
    color: white;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px;
    white-space: normal;
    width: 220px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    font-weight: normal;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tooltip-trigger::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #1f2937;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.tooltip-trigger:hover::after,
.tooltip-trigger:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Footer */
.footer {
    background: #1f2937;
    color: #9ca3af;
    text-align: center;
    padding: 32px 0;
}

/* Loading States */
.loading {
    pointer-events: none;
    opacity: 0.7;
}

.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    border-top: 2px solid transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .hero-stats {
        gap: 24px;
    }
    
    .cta-button {
        font-size: 17px;
        padding: 15px 36px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .form-section {
        padding: 60px 0;
    }

    .professional-form {
        padding: 32px 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .provinces-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-card {
        padding: 24px 20px;
    }
    
    .terms-acceptance-group {
        padding: 16px;
        gap: 10px;
    }
    
    .terms-acceptance-group label {
        font-size: 13px;
    }
    
    .terms-acceptance-group input[type="checkbox"] {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    
    .hero-stats {
        justify-content: center;
        margin-top: 24px;
    }
    
    .stat-item {
        padding: 0 20px;
    }
    
    .cta-button {
        width: 90%;
        max-width: 400px;
        justify-content: center;
        font-size: 16px;
        padding: 14px 32px;
    }

    .trust-badges {
        gap: 12px;
    }

    .trust-badge {
        font-size: 13px;
        padding: 6px 12px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }

    .stat-divider {
        display: none;
    }

    .form-header h2,
    .benefits-header h2 {
        font-size: 2rem;
    }

    .tooltip-trigger::after {
        width: 180px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .container {
        padding: 0 12px;
    }
    
    .professional-form {
        padding: 20px 16px;
        margin: 0 -4px;
    }
    
    .form-header h2 {
        font-size: 1.5rem;
    }
    
    .form-group label {
        font-size: 14px;
    }
    
    .form-input,
    .form-select,
    .form-textarea {
        font-size: 16px !important;
        padding: 12px 14px !important;
        min-height: 48px;
    }
    
    .submit-button {
        padding: 16px 32px;
        font-size: 16px;
        width: 100%;
        min-height: 52px;
    }
    
    .pkd-field-group {
        flex-direction: column;
        padding: 12px !important;
    }
    
    .provinces-grid {
        gap: 10px;
    }
    
    .province-checkbox {
        padding: 10px !important;
        font-size: 14px !important;
    }
    
    .progress-container {
        margin-bottom: 24px;
    }
    
    .form-section {
        padding: 40px 0;
    }
    
    .cta-button {
        width: 95%;
        font-size: 16px;
        padding: 14px 28px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }

    /* Promocyjny przycisk wszystkie województwa */
    .promo-option {
            margin-top: 20px;
            padding: 16px 20px;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            border-radius: 8px;
            border: 1px solid #cbd5e1;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: all 0.2s ease;
        }

        .promo-option:hover {
            background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
            border-color: #94a3b8;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        }

        .promo-checkbox {
            display: flex;
            align-items: center;
            cursor: pointer;
            position: relative;
            z-index: 1;
        }

        .promo-checkbox input[type="checkbox"] {
            position: absolute !important;
            opacity: 0 !important;
            width: 0 !important;
            height: 0 !important;
            visibility: hidden !important;
        }

        /* PROFESSIONAL TOGGLE SWITCH THAT REPLACES CHECKBOX */
        .promo-checkmark {
            width: 44px !important;
            height: 24px !important;
            background: #cbd5e1 !important;
            border: 1px solid #94a3b8 !important;
            border-radius: 24px !important;
            margin-right: 12px !important;
            position: relative !important;
            flex-shrink: 0 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-start !important;
            cursor: pointer !important;
            transition: all 0.2s ease !important;
        }

        /* CHECKED STATE - TOGGLE IS ON */
        .promo-checkbox input:checked+.promo-checkmark {
            background: #1e40af !important;
            border-color: #1e3a8a !important;
            justify-content: flex-end !important;
        }

        /* TOGGLE BALL */
        .promo-checkmark::after {
            content: '' !important;
            width: 20px !important;
            height: 20px !important;
            background: white !important;
            border: 1px solid #cbd5e1 !important;
            border-radius: 50% !important;
            position: absolute !important;
            left: 2px !important;
            top: 1px !important;
            transition: all 0.2s ease !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
        }

        /* TOGGLE BALL WHEN CHECKED */
        .promo-checkbox input:checked+.promo-checkmark::after {
            left: 22px !important;
            border-color: white !important;
        }

        .promo-label {
            font-weight: 500;
            color: #374151;
            font-size: 14px;
        }

    .promo-content {
        flex: 1;
    }

    .promo-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .promo-title {
        font-weight: 600;
        font-size: 16px;
        color: #374151;
    }

    .promo-badge {
        background: #1e40af;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.025em;
    }

    .promo-details {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .promo-price {
        font-size: 24px;
        font-weight: 800;
        color: #92400e;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .promo-original {
        font-size: 16px;
        color: #92400e;
        text-decoration: line-through;
        opacity: 0.7;
    }

    .promo-savings {
        background: #059669;
        color: white;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        animation: savingsGlow 1.5s ease-in-out infinite alternate;
    }

    @keyframes savingsGlow {
        0% {
            box-shadow: 0 0 5px rgba(5, 150, 105, 0.5);
        }

        100% {
            box-shadow: 0 0 15px rgba(5, 150, 105, 0.8);
        }
    }

    /* Wyłączenie województw gdy aktywna promocja */
    .provinces-disabled .province-checkbox {
        opacity: 0.4;
        pointer-events: none;
    }

    .provinces-disabled .province-checkbox input[type="checkbox"]:checked+.checkmark {
        background-color: #059669;
        border-color: #059669;
    }

    /* =========================
   KOLOROWY NOWOCZESNY PRZYCISK 2025
   ========================= */
    .gov-toggle-button {
        background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%) !important;
        border: none !important;
        border-radius: 16px !important;
        padding: 18px 32px !important;
        color: white !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-shadow:
            0 10px 25px rgba(30, 58, 138, 0.4),
            0 6px 12px rgba(0, 0, 0, 0.15) !important;
        text-transform: none !important;
        letter-spacing: 0.5px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        min-width: 260px !important;
        justify-content: center !important;
        position: relative !important;
        overflow: hidden !important;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
        z-index: 1000 !important;
    }

    .gov-toggle-button::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, 0.3),
                transparent) !important;
        transition: left 0.6s ease !important;
        z-index: 1 !important;
    }

    .gov-toggle-button:hover::before {
        left: 100% !important;
    }

    .gov-toggle-button:hover {
        background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
        box-shadow:
            0 15px 35px rgba(30, 58, 138, 0.6),
            0 8px 20px rgba(0, 0, 0, 0.2) !important;
        transform: translateY(-3px) scale(1.02) !important;
    }

    .gov-toggle-button:active {
        transform: translateY(-1px) scale(0.98) !important;
        box-shadow:
            0 5px 15px rgba(30, 58, 138, 0.4),
            0 3px 8px rgba(0, 0, 0, 0.15) !important;
    }

    /* ACTIVE STATE - ZIELONY SUKCES */
    .gov-toggle-button.active {
        background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
        box-shadow:
            0 10px 25px rgba(17, 153, 142, 0.5),
            0 6px 12px rgba(0, 0, 0, 0.15) !important;
        animation: successGlow 2s ease-in-out infinite !important;
    }

    .gov-toggle-button.active:hover {
        background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%) !important;
        box-shadow:
            0 15px 35px rgba(17, 153, 142, 0.7),
            0 8px 20px rgba(0, 0, 0, 0.2) !important;
        transform: translateY(-3px) scale(1.02) !important;
    }

    .toggle-text {
        font-weight: 600 !important;
        position: relative !important;
        z-index: 2 !important;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    }

    .toggle-icon {
        font-size: 20px !important;
        transition: all 0.3s ease !important;
        position: relative !important;
        z-index: 2 !important;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3)) !important;
    }

    .gov-toggle-button:hover .toggle-icon {
        transform: scale(1.2) rotate(12deg) !important;
    }

    .gov-toggle-button.active .toggle-icon {
        animation: iconBounce 1s ease-in-out infinite !important;
    }

    @keyframes successGlow {

        0%,
        100% {
            box-shadow:
                0 10px 25px rgba(17, 153, 142, 0.4),
                0 6px 12px rgba(0, 0, 0, 0.15);
        }

        50% {
            box-shadow:
                0 15px 35px rgba(17, 153, 142, 0.7),
                0 8px 20px rgba(0, 0, 0, 0.2);
        }
    }

    @keyframes iconBounce {

        0%,
        100% {
            transform: translateY(0) scale(1);
        }

        50% {
            transform: translateY(-4px) scale(1.1);
        }
    }

    .professional-form {
        padding: 24px 16px;
    }

    .submit-button {
        padding: 16px 32px;
        font-size: 16px;
    }
}

/* ========================================= */
/* WIELOPOLA PKD - PIĘKNE STYLOWANIE - ULTRA WYSOKIEJ SPECYFICZNOŚCI */
/* 
   UWAGA: Używamy ultra wysokiej specyficzności CSS (!important i bardzo szczegółowe selektory)
   aby przezwyciężyć wszystkie konflikty ze starymi stylami PKD.
*/
/* ========================================= */

/* Container dla wszystkich pól PKD */
#pkd-fields-container {
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    position: relative !important;
    width: 100% !important;
    clear: both !important;
}

/* Grupa pojedynczego pola PKD - ULTRA SPECYFICZNOŚĆ */
#pkd-fields-container .pkd-field-group {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%) !important;
    border: 2px solid #e0e7ff !important;
    border-radius: 12px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    animation: slideInFromLeft 0.4s ease-out !important;
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

#pkd-fields-container .pkd-field-group:hover {
    border-color: #1e40af !important;
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.15) !important;
    transform: translateY(-2px) !important;
}

#pkd-fields-container .pkd-field-group:first-child {
    background: linear-gradient(135deg, #dbeafe 0%, #f3f4f6 100%) !important;
    border-color: #1e40af !important;
}

#pkd-fields-container .pkd-field-group:first-child::before {
    content: "Główny" !important;
    position: absolute !important;
    top: -8px !important;
    left: 15px !important;
    background: #1e40af !important;
    color: white !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
}

/* Input wrapper */
#pkd-fields-container .pkd-field-group .pkd-input-wrapper {
    flex: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    isolation: isolate !important;
}

#pkd-fields-container .pkd-field-group .pkd-input-wrapper input {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
    background: white !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Desktop - mniejszy font dla lepszego wyglądu */
@media (min-width: 769px) {
    #pkd-fields-container .pkd-field-group .pkd-input-wrapper input {
        font-size: 14px !important;
    }
}

#pkd-fields-container .pkd-field-group .pkd-input-wrapper input:focus {
    outline: none !important;
    border-color: #1e40af !important;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1) !important;
}

#pkd-fields-container .pkd-field-group .pkd-input-wrapper input::placeholder {
    color: #6b7280 !important;
    font-style: italic !important;
}

/* Sugestie PKD */
#pkd-fields-container .pkd-field-group .pkd-suggestions {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: white !important;
    border: 2px solid #1e40af !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    pointer-events: auto !important;
    transform: translateZ(0) !important;
    will-change: auto !important;
    backface-visibility: hidden !important;
}

/* Dodatkowy selektor z jeszcze wyższą specyficznością */
body #pkd-fields-container .pkd-field-group .pkd-input-wrapper .pkd-suggestions {
    z-index: 999999999 !important;
    position: absolute !important;
    background: white !important;
    border: 2px solid #3b82f6 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#pkd-fields-container .pkd-field-group .pkd-suggestions .pkd-suggestion-item {
    padding: 12px 16px !important;
    cursor: pointer !important;
    border-bottom: 1px solid #f1f5f9 !important;
    transition: background-color 0.1s ease !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    position: relative !important;
    transform: none !important;
    backface-visibility: hidden !important;
    will-change: background-color !important;
}

#pkd-fields-container .pkd-field-group .pkd-suggestions .pkd-suggestion-item:hover {
    background: linear-gradient(135deg, #dbeafe 0%, #f1f5f9 100%) !important;
    border-left: 4px solid #1e40af !important;
}

#pkd-fields-container .pkd-field-group .pkd-suggestions .pkd-suggestion-item:last-child {
    border-bottom: none !important;
}

#pkd-fields-container .pkd-field-group .pkd-suggestions .pkd-code {
    font-weight: 700 !important;
    color: #1e40af !important;
    font-size: 14px !important;
}

#pkd-fields-container .pkd-field-group .pkd-suggestions .pkd-name {
    color: #1f2937 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

/* Przycisk usuwania */
#pkd-fields-container .pkd-field-group .remove-pkd-btn {
    min-width: 40px !important;
    height: 40px !important;
    background: linear-gradient(135deg, #fecaca 0%, #f87171 100%) !important;
    color: #991b1b !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: bold !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    overflow: hidden !important;
}

#pkd-fields-container .pkd-field-group .remove-pkd-btn:hover {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%) !important;
    color: white !important;
    border-color: #dc2626 !important;
    transform: scale(1.1) rotate(90deg) !important;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4) !important;
}

/* Przycisk dodawania */
#add-pkd-btn.add-pkd-button {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    background: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    position: static !important;
    overflow: hidden !important;
    margin: 12px 0 20px 0 !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    z-index: 1 !important;
    clear: both !important;
    display: block !important;
    width: fit-content !important;
}

#add-pkd-btn.add-pkd-button:hover {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #334155 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

#add-pkd-btn.add-pkd-button .add-icon {
    font-size: 16px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    background: #e2e8f0 !important;
    border-radius: 4px !important;
    transition: all 0.2s ease !important;
    color: #64748b !important;
}

#add-pkd-btn.add-pkd-button:hover .add-icon {
    background: #cbd5e1 !important;
    color: #475569 !important;
}

/* Disabled state for PKD add button */
#add-pkd-btn.add-pkd-button:disabled,
#add-pkd-btn.add-pkd-button[disabled] {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #94a3b8 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

#add-pkd-btn.add-pkd-button:disabled:hover,
#add-pkd-btn.add-pkd-button[disabled]:hover {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
}

#add-pkd-btn.add-pkd-button:disabled .add-icon,
#add-pkd-btn.add-pkd-button[disabled] .add-icon {
    background: #e2e8f0 !important;
    color: #cbd5e1 !important;
}

#add-pkd-btn.add-pkd-button:disabled:hover .add-icon,
#add-pkd-btn.add-pkd-button[disabled]:hover .add-icon {
    background: #e2e8f0 !important;
    color: #cbd5e1 !important;
}

#add-pkd-btn.add-pkd-button .add-text {
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

/* Responsywność */
@media (max-width: 768px) {
    #pkd-fields-container .pkd-field-group {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 12px !important;
    }

    #pkd-fields-container .pkd-field-group .remove-pkd-btn {
        align-self: flex-end !important;
        min-width: 44px !important;
        height: 44px !important;
        font-size: 24px !important;
        line-height: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: linear-gradient(135deg, #fee2e2 0%, #fca5a5 100%) !important;
        color: #991b1b !important;
        border-radius: 8px !important;
        box-shadow: 0 2px 8px rgba(220, 38, 38, 0.2) !important;
    }

    #pkd-fields-container .pkd-field-group .remove-pkd-btn:hover,
    #pkd-fields-container .pkd-field-group .remove-pkd-btn:active {
        background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%) !important;
        color: white !important;
        transform: scale(1.05) !important;
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4) !important;
    }

    #add-pkd-btn.add-pkd-button {
        padding: 12px 16px !important;
        font-size: 13px !important;
    }

    /* Zapobiegnij zoomowaniu na fokusie inputa */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea,
    select {
        font-size: 16px !important;
    }
}

/* Stan aktywny i usuwanie */
#pkd-fields-container .pkd-field-group.active {
    border-color: #1e40af !important;
    box-shadow: 0 0 20px rgba(79, 70, 229, 0.3) !important;
}

#pkd-fields-container .pkd-field-group.removing {
    animation: slideOutToRight 0.3s ease-in forwards !important;
}

@keyframes slideOutToRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* Licznik pól PKD */
.pkd-fields-counter {
    text-align: center !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    color: #6b7280 !important;
    font-style: italic !important;
    padding: 8px 12px !important;
    background: rgba(79, 70, 229, 0.05) !important;
    border-radius: 6px !important;
    border: 1px solid rgba(79, 70, 229, 0.1) !important;
}

/* =========================
   PROFESSIONAL GOV-STYLE TOGGLE BUTTON 
   ========================= */

.promo-action-container {
    margin-top: 20px !important;
}

.promo-gov-button {
    width: 100% !important;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%) !important;
    border: 2px solid #1e40af !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.promo-gov-button:hover {
    background: linear-gradient(135deg, #1e40af 0%, #60a5fa 100%) !important;
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.4) !important;
    transform: translateY(-2px) !important;
    border-color: #2563eb !important;
}

.promo-gov-button.active {
    background: linear-gradient(135deg, #065f46 0%, #10b981 100%) !important;
    border-color: #047857 !important;
    box-shadow: 0 4px 12px rgba(6, 95, 70, 0.3) !important;
}

.promo-gov-button.active:hover {
    background: linear-gradient(135deg, #047857 0%, #34d399 100%) !important;
    box-shadow: 0 6px 20px rgba(6, 95, 70, 0.4) !important;
}

.button-content {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.button-icon {
    width: 32px !important;
    height: 32px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.button-icon svg {
    width: 18px !important;
    height: 18px !important;
    color: white !important;
}

.button-text {
    text-align: left !important;
    flex-grow: 1 !important;
}

.button-main-text {
    display: block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
}

.button-sub-text {
    display: block !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.button-status {
    display: flex !important;
    align-items: center !important;
}

.status-indicator {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: none !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.promo-gov-button.active .status-indicator {
    color: #065f46 !important;
    background: #d1fae5 !important;
    border: 2px solid #059669 !important;
}

.promo-gov-button:not(.active) .status-indicator {
    color: white !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.promo-gov-button:hover:not(.active) .status-indicator {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: scale(1.05);
}

.promo-gov-button.active:hover .status-indicator {
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(6, 95, 70, 0.2) !important;
}

/* Hide checkmark icon when inactive */
.promo-gov-button:not(.active) .button-icon {
    display: none !important;
}

/* Show checkmark icon only when active */
.promo-gov-button.active .button-icon {
    display: flex !important;
}

/* =================================== */
/* RESPONSIVE STYLES FOR PROMO SECTION */
/* =================================== */

/* Tablet - max-width: 768px */
@media (max-width: 768px) {
    .promo-option {
        padding: 14px 16px !important;
        margin-top: 16px !important;
    }

    .promo-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .promo-title {
        font-size: 15px !important;
    }

    .promo-badge {
        align-self: flex-start !important;
    }

    .promo-details {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
    }

    .promo-price {
        font-size: 20px !important;
    }

    .promo-original {
        font-size: 14px !important;
    }

    .promo-savings {
        font-size: 13px !important;
        padding: 4px 10px !important;
    }

    .promo-gov-button {
        padding: 14px 16px !important;
    }

    .button-content {
        gap: 12px !important;
    }

    .button-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .button-main-text {
        font-size: 15px !important;
    }

    .button-sub-text {
        font-size: 12px !important;
    }

    .status-indicator {
        font-size: 10px !important;
        padding: 5px 12px !important;
    }
}

/* Mobile - max-width: 480px */
@media (max-width: 480px) {
    .promo-option {
        padding: 12px 14px !important;
        margin-top: 16px !important;
        border-radius: 6px !important;
    }

    .promo-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
        margin-bottom: 10px !important;
    }

    .promo-title {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

    .promo-badge {
        font-size: 10px !important;
        padding: 3px 8px !important;
    }

    .promo-details {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
        margin-bottom: 12px !important;
    }

    .promo-price {
        font-size: 18px !important;
    }

    .promo-original {
        font-size: 13px !important;
    }

    .promo-savings {
        font-size: 12px !important;
        padding: 3px 8px !important;
        animation: none !important; /* Wyłącz animację na mobile dla wydajności */
    }

    .promo-action-container {
        margin-top: 12px !important;
    }

    .promo-gov-button {
        padding: 12px 14px !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .button-content {
        width: 100% !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    .button-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .button-icon svg {
        width: 16px !important;
        height: 16px !important;
    }

    .button-text {
        width: 100% !important;
    }

    .button-main-text {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 4px !important;
    }

    .button-sub-text {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    .button-status {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 8px !important;
    }

    .status-indicator {
        font-size: 10px !important;
        padding: 6px 16px !important;
        width: 100% !important;
        text-align: center !important;
    }
}

/* =================================== */
/* NUCLEAR OPTION - PKD SUGGESTIONS ALWAYS ON TOP */
/* =================================== */
/* USUNIĘTO: body { transform: translateZ(0) !important; } 
   - Ta reguła psuje position: fixed dla cookie bannera i innych elementów!
   - position: fixed przestaje działać względem viewport gdy rodzic ma transform
*/

.pkd-suggestions {
    position: fixed !important;
    z-index: 2147483647 !important;
    background: white !important;
    border: 3px solid #1e40af !important;
    border-radius: 8px !important;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.9) !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    min-width: 300px !important;
    transform: translateZ(999px) !important;
    will-change: transform !important;
    isolation: isolate !important;
    contain: layout style paint !important;
    backface-visibility: hidden !important;
    pointer-events: all !important;
    display: block !important;
}

.pkd-suggestions.hidden {
    display: none !important;
    visibility: hidden !important;
}

.pkd-suggestions:not(.hidden) {
    display: block !important;
    visibility: visible !important;
}

/* Force all other elements to lower z-index */
.provinces-container,
.provinces-grid,
.province-item,
.form-section,
.main-container,
.hero-section {
    z-index: 1 !important;
    transform: none !important;
}

/* =================================== */
/* PKD COUNTER STYLES */
/* =================================== */
.pkd-counter {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    padding: 8px 12px !important;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    color: #475569 !important;
}

.counter-text {
    font-weight: 500 !important;
    color: #64748b !important;
}

.counter-value {
    font-weight: 700 !important;
    color: #1e40af !important;
    background: white !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    border: 1px solid #dbeafe !important;
    font-family: 'Inter', monospace !important;
    min-width: 40px !important;
    text-align: center !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

/* Responsive counter */
@media (max-width: 768px) {
    .pkd-counter {
        font-size: 12px !important;
        padding: 6px 10px !important;
        gap: 6px !important;
    }

    .counter-value {
        padding: 1px 6px !important;
        font-size: 12px !important;
        min-width: 35px !important;
    }
}

/* =================================== */
/* ACCESSIBILITY HELPERS */
/* =================================== */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =================================== */
/* GLOBAL PKD SUGGESTIONS - PORTAL RENDERING */
/* =================================== */
#pkd-global-suggestions {
    position: absolute !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    z-index: 2147483647 !important;
    /* Maximum z-index */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    min-width: 300px !important;
}

#pkd-global-suggestions.hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* =========================
   CHARACTER COUNTER STYLES
   ========================= */

.char-counter {
    font-size: 12px !important;
    color: #6b7280 !important;
    text-align: right !important;
    margin-top: 4px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.char-counter.warning {
    color: #f59e0b !important;
    font-weight: 600 !important;
}

.char-counter.danger {
    color: #dc2626 !important;
    font-weight: 700 !important;
}

/* =================================== */
/* ENHANCED MOBILE OPTIMIZATION */
/* =================================== */
@media (max-width: 768px) and (min-width: 481px) {
    /* Tablet optimizations - don't break desktop */
    .form-section {
        padding: 40px 0 !important;
    }
    
    /* Prevent zoom on iOS when focusing inputs */
    .form-input,
    .form-select,
    .form-textarea,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        font-size: 16px !important;
        -webkit-text-size-adjust: 100%;
    }
    
    /* Success message mobile optimization */
    #success-message {
        margin: 20px 10px !important;
        padding: 30px 20px !important;
    }
    
    /* PKD fields on mobile */
    .pkd-field-group {
        flex-direction: column !important;
    }
    
    .pkd-input {
        width: 100% !important;
        font-size: 16px !important;
    }
    
    /* Province checkboxes better touch targets */
    .province-checkbox {
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
    }
}

@media (max-width: 480px) {
    /* Even more mobile optimizations for small screens */
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    .container {
        width: 100% !important;
        padding: 0 10px !important;
    }
    
    .professional-form {
        border-radius: 16px !important;
        margin: 0 !important;
    }
    
    .form-header {
        padding-bottom: 20px !important;
    }
    
    .form-header h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }
    
    /* Larger touch targets */
    button,
    .btn,
    .submit-button,
    .province-checkbox,
    .promo-checkbox {
        min-height: 48px !important;
        cursor: pointer !important;
    }
    
    /* Better form controls */
    .form-input,
    .form-select {
        padding: 14px 16px !important;
        border-width: 2px !important;
    }
    
    /* PKD field FULL WIDTH on mobile - X button underneath */
    #pkd-fields-container .pkd-field-group {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
        padding: 12px !important;
        align-items: stretch !important;
    }
    
    #pkd-fields-container .pkd-field-group .pkd-input-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        margin: 0 !important;
    }
    
    #pkd-fields-container .pkd-field-group .pkd-input-wrapper input,
    #pkd-fields-container .pkd-field-group .pkd-input-wrapper .pkd-input,
    #pkd-fields-container .pkd-input {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        padding: 12px 14px !important;
        box-sizing: border-box !important;
    }
    
    #pkd-fields-container .pkd-field-group .remove-pkd-btn,
    #pkd-fields-container .remove-pkd-btn {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        margin-top: 4px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 10px !important;
        font-size: 14px !important;
        flex: none !important;
    }
    
    /* Add PKD button full width on mobile */
    #add-pkd-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px !important;
        font-size: 16px !important;
    }
    
    /* FORCE full width for ALL PKD elements on mobile */
    body #pkd-fields-container,
    body #pkd-fields-container * {
        max-width: 100% !important;
    }
    
    body #pkd-fields-container .pkd-field-group {
        width: 100% !important;
    }
    
    /* Success message scroll fix */
    #success-message {
        position: relative !important;
        top: 0 !important;
        max-width: 100% !important;
        margin: 20px 5px !important;
        padding: 25px 15px !important;
    }
    
    #success-message h2 {
        font-size: 18px !important;
    }
    
    #success-message p {
        font-size: 14px !important;
    }
}

/* =================================== */
/* WHATSAPP FLOAT BUTTON */
/* =================================== */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    border-radius: 50px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    animation: floatPulse 2s ease-in-out infinite;
}

.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.6);
    color: white;
}

.whatsapp-float:visited {
    color: white;
}

.whatsapp-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.whatsapp-text {
    white-space: nowrap;
}

@keyframes floatPulse {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 8px 32px rgba(37, 211, 102, 0.7);
    }
}

/* Mobile WhatsApp Button */
@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .whatsapp-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
        padding: 12px 16px;
        font-size: 13px;
    }
    
    .whatsapp-text {
        display: none;
    }
    
    .whatsapp-float {
        border-radius: 50%;
        width: 56px;
        height: 56px;
        padding: 0;
        justify-content: center;
    }
    
    .whatsapp-icon {
        width: 28px;
        height: 28px;
    }
}

/* Footer Links */
.footer-links {
    margin-top: 12px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}