.wp-page {
    padding-bottom: 48px;
}

.wp-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    margin-bottom: 24px;
}

.wp-back,
.wp-crosslink {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

.wp-back:hover,
.wp-crosslink:hover {
    color: #ffffff;
}

.wp-crosslink {
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
}

.wp-crosslink:hover {
    background: rgba(255, 255, 255, 0.25);
}

.wp-doc {
    background: white;
    border-radius: 24px;
    padding: clamp(24px, 5vw, 48px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    color: #2d3748;
    max-width: 800px;
    margin: 0 auto;
}

.wp-header {
    text-align: center;
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom: 2px solid rgba(102, 126, 234, 0.2);
}

.wp-header h1 {
    font-family: 'Fredoka', sans-serif;
    font-size: clamp(2rem, 5vw, 2.75rem);
    color: #667eea;
    margin-bottom: 8px;
}

.wp-tagline {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.35rem;
    color: #764ba2;
    margin-bottom: 16px;
}

.wp-meta {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    color: #718096;
    line-height: 1.8;
}

.wp-meta a {
    color: #667eea;
    word-break: break-all;
}

.wp-cta {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(67, 233, 123, 0.35);
    transition: transform 0.2s ease;
}

.wp-cta:hover {
    transform: translateY(-2px);
}

.wp-cta--statsy {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 4px 15px rgba(79, 172, 254, 0.35);
}

.wp-table-wrap {
    overflow-x: auto;
    margin: 20px 0;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.wp-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
}

.wp-table th,
.wp-table td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e2e8f0;
}

.wp-table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wp-table tr:last-child td {
    border-bottom: none;
}

.wp-table tbody tr:nth-child(even) {
    background: #f7fafc;
}

.wp-table td:first-child {
    font-weight: 600;
    color: #667eea;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .wp-table th,
    .wp-table td {
        padding: 10px;
        font-size: 0.8rem;
    }

    .wp-table td:first-child {
        white-space: normal;
    }
}

.wp-doc h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.5rem;
    color: #667eea;
    margin: 36px 0 16px;
    padding-top: 8px;
}

.wp-doc h2:first-of-type {
    margin-top: 0;
}

.wp-doc h3.wp-subheading {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    color: #667eea;
    margin: 24px 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wp-doc p,
.wp-doc li {
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #4a5568;
}

.wp-doc ul {
    margin: 12px 0 20px 1.25rem;
}

.wp-doc li {
    margin-bottom: 8px;
}

.wp-doc strong {
    color: #2d3748;
}

.wp-values {
    list-style: none;
    margin-left: 0;
    padding: 16px 20px;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 12px;
    border-left: 4px solid #667eea;
}

.wp-values li {
    margin-bottom: 10px;
}

.wp-wallet-list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.wp-wallet-list li {
    margin-bottom: 16px;
    padding: 14px 16px;
    background: #f7fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.wp-wallet-list strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #667eea;
    margin-bottom: 6px;
}

.wp-wallet-list a {
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    color: #4a5568;
    word-break: break-all;
}

.wp-wallet-list a:hover {
    color: #667eea;
}

.wp-breakdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.wp-stat-pill {
    text-align: center;
    padding: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
}

.wp-stat-pill .value {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.75rem;
    display: block;
}

.wp-stat-pill .label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.9;
}

.wp-rewards {
    padding: 20px;
    background: linear-gradient(135deg, #ff9a9e15 0%, #fecfef40 100%);
    border: 2px solid #ff6b9d44;
    border-radius: 16px;
    margin: 16px 0;
}

.wp-rewards ul {
    margin-bottom: 0;
}

.wp-disclaimer {
    margin-top: 32px;
    padding: 20px;
    background: #fff5f5;
    border-radius: 12px;
    border-left: 4px solid #fc8181;
    font-size: 0.95rem;
}

.wp-disclaimer p {
    margin-bottom: 0;
    color: #742a2a;
}
