/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: #3d2817;
    color: #ffffff;
    line-height: 1.6;
    padding-top: 80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.pinco-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.pinco-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2a1a0f;
    border-bottom: 2px solid #d4af37;
    padding: 15px 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.pinco-header .pinco-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pinco-logo img {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pinco-logo:hover img {
    transform: scale(1.05);
}

.pinco-auth {
    display: flex;
    gap: 15px;
}

.pinco-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pinco-btn-login {
    background-color: #c41e3a;
    color: #ffffff;
}

.pinco-btn-login:hover {
    background-color: #a01a2e;
    transform: translateY(-2px);
}

.pinco-btn-register {
    background-color: #d4af37;
    color: #2a1a0f;
}

.pinco-btn-register:hover {
    background-color: #b8941f;
    transform: translateY(-2px);
}

.pinco-btn img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.pinco-btn-casino img,
.pinco-btn-sport img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Main Content */
.pinco-main {
    min-height: calc(100vh - 200px);
}

.pinco-banner {
    background: linear-gradient(135deg, #2a1a0f 0%, #3d2817 100%);
    padding: 60px 0;
    margin-bottom: 40px;
}

.pinco-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pinco-rehberi-img {
    width: 600px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.pinco-banner-text h1 {
    font-size: 3rem;
    color: #d4af37;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.pinco-banner-text img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.pinco-banner-btn {
    margin: 10px 0;
}

.pinco-btn-casino,
.pinco-btn-sport {
    padding: 15px 30px;
    font-size: 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid;
    min-width: 200px;
    text-align: center;
    box-sizing: border-box;
}

.pinco-btn-casino {
    background-color: #c41e3a;
    color: #ffffff;
    border-color: #c41e3a;
}

.pinco-btn-casino:hover {
    background-color: transparent;
    border-color: #c41e3a;
    color: #c41e3a;
}

.pinco-btn-sport {
    background-color: #d4af37;
    color: #2a1a0f;
    border-color: #d4af37;
}

.pinco-btn-sport:hover {
    background-color: transparent;
    border-color: #d4af37;
    color: #d4af37;
}

.pinco-banner-img {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pinco-banner-img img {
    max-width: 100%;
    height: auto;
}

.pinco-banner-center {
    width: 64%;
    max-width: 64%;
    height: auto;
    display: block;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Bonus Diagram Section */
.pinco-bonus-diagram {
    background: linear-gradient(135deg, #2a1a0f 0%, #3d2817 50%, #2a1a0f 100%);
    padding: 80px 0 60px 0;
    margin-bottom: 40px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pinco-bonus-diagram::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.bonus-diagram-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.bonus-title {
    font-size: 3.5rem;
    color: #d4af37;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 175, 55, 0.5);
    font-weight: 800;
    letter-spacing: 1px;
}

.bonus-main-title {
    font-size: 2.5rem;
    color: #ffffff;
    text-align: center;
    margin: 20px 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 15px rgba(255, 255, 255, 0.3);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bonus-subtitle {
    font-size: 1.3rem;
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}

.bonus-steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
    flex-wrap: wrap;
    padding: 40px 20px;
    background: linear-gradient(145deg, rgba(53, 32, 16, 0.8), rgba(42, 26, 15, 0.8));
    border-radius: 20px;
    border: 3px solid #d4af37;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.3);
}

.bonus-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-width: 180px;
    position: relative;
    flex: 1;
    max-width: 220px;
}

.bonus-step-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d4af37, #b8941f);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 4px solid #2a1a0f;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4), inset 0 2px 10px rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bonus-step:hover .bonus-step-circle {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(212, 175, 55, 0.6), inset 0 2px 10px rgba(255, 255, 255, 0.3);
    border-color: #f4d03f;
}

.bonus-circle-final {
    background: linear-gradient(145deg, #c41e3a, #a01a2e);
    box-shadow: 0 8px 20px rgba(196, 30, 58, 0.5), inset 0 2px 10px rgba(255, 255, 255, 0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(196, 30, 58, 0.5), inset 0 2px 10px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 12px 35px rgba(196, 30, 58, 0.8), inset 0 2px 10px rgba(255, 255, 255, 0.3);
    }
}

.bonus-step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background: #2a1a0f;
    color: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border: 3px solid #d4af37;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.bonus-step-icon {
    font-size: 50px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.bonus-step-content {
    text-align: center;
    padding-top: 10px;
}

.bonus-step-content h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 8px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.bonus-step-content p {
    color: #f5f5f5;
    font-size: 0.95rem;
    margin: 5px 0;
    line-height: 1.4;
}

.bonus-amount {
    font-size: 2rem !important;
    color: #d4af37 !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), 0 0 15px rgba(212, 175, 55, 0.6) !important;
    margin: 10px 0 !important;
}

.bonus-step-final .bonus-step-content h3 {
    color: #ff6b6b;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 107, 107, 0.5);
}

.bonus-arrow {
    font-size: 40px;
    color: #d4af37;
    font-weight: bold;
    flex-shrink: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: arrowPulse 1.5s infinite;
}

@keyframes arrowPulse {
    0%, 100% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 0.7;
        transform: translateX(5px);
    }
}

.bonus-cta {
    text-align: center;
    margin-top: 40px;
}

.bonus-btn {
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(145deg, #d4af37, #b8941f);
    color: #2a1a0f;
    text-decoration: none;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 800;
    border: 3px solid #2a1a0f;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.5), 0 0 20px rgba(212, 175, 55, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bonus-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.7), 0 0 30px rgba(212, 175, 55, 0.5);
    background: linear-gradient(145deg, #f4d03f, #d4af37);
    border-color: #f4d03f;
}

/* Content Section */
.pinco-content {
    padding: 40px 0;
}

.pinco-content p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #f5f5f5;
}

.pinco-content h2 {
    color: #d4af37;
    font-size: 2rem;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4af37;
}

.pinco-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.pinco-content ul li {
    margin-bottom: 10px;
    color: #f5f5f5;
}

.pinco-content ul li b {
    color: #d4af37;
}

/* Login Steps Diagram */
.pinco-login-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(145deg, #352010, #2a1a0f);
    border-radius: 15px;
    border: 2px solid #d4af37;
    flex-wrap: wrap;
}

.pinco-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-width: 150px;
    position: relative;
}

.pinco-step-number {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    background: #d4af37;
    color: #2a1a0f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid #2a1a0f;
    z-index: 2;
}

.pinco-step-content {
    background: linear-gradient(145deg, #3d2817, #2a1a0f);
    padding: 25px 30px;
    border-radius: 12px;
    border: 2px solid #d4af37;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    transition: all 0.3s ease;
}

.pinco-step:hover .pinco-step-content {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
    border-color: #f4d03f;
}

.pinco-step-icon {
    font-size: 40px;
    line-height: 1;
}

.pinco-step-text {
    color: #d4af37;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.pinco-step-arrow {
    font-size: 32px;
    color: #d4af37;
    font-weight: bold;
    flex-shrink: 0;
}

/* Table Styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background-color: #2a1a0f;
    border-radius: 8px;
    overflow: hidden;
}

table th {
    background-color: #c41e3a;
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

table td {
    padding: 12px 15px;
    border-bottom: 1px solid #3d2817;
    color: #f5f5f5;
}

table tr:last-child td {
    border-bottom: none;
}

table tr:nth-child(even) {
    background-color: #352010;
}

/* Payments Section */
.pinco-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 50px 20px;
    background: linear-gradient(135deg, #2a1a0f 0%, #1a0f08 100%);
    margin-top: 40px;
    border-top: 3px solid #d4af37;
    border-bottom: 3px solid #d4af37;
}

.pinco-payment {
    background: linear-gradient(145deg, #352010, #2a1a0f);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 2px solid #d4af37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2), 
                0 0 20px rgba(196, 30, 58, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pinco-payment::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent);
    transition: left 0.5s;
}

.pinco-payment:hover::before {
    left: 100%;
}

.pinco-payment:hover {
    transform: translateY(-5px) scale(1.08);
    border-color: #f4d03f;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4), 
                0 0 30px rgba(196, 30, 58, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background: linear-gradient(145deg, #3d2817, #2a1a0f);
}

.pinco-payment svg {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: filter 0.3s ease;
}

.pinco-payment .payment-text {
    font-size: 14px;
    font-weight: 700;
    color: #ff2400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pinco-payment:hover svg {
    filter: drop-shadow(0 4px 8px rgba(212, 175, 55, 0.5));
}

/* Footer */
.pinco-footer {
    background-color: #2a1a0f;
    padding: 30px 0;
    border-top: 2px solid #d4af37;
    margin-top: 40px;
}

.pinco-footer-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.pinco-footer-icons img {
    max-height: 70px;
    width: auto;
    height: 70px;
    object-fit: contain;
    padding: 10px;
    background: linear-gradient(145deg, #352010, #2a1a0f);
    border: 2px solid #d4af37;
    border-radius: 8px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.2));
}

.pinco-footer-icons img:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: #f4d03f;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.5));
}

.pinco-footer p {
    text-align: center;
    margin-top: 20px;
    color: #d4af37;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    body {
        padding-top: 70px;
    }

    .pinco-header {
        padding: 10px 0;
    }

    .pinco-logo img {
        height: 35px;
        max-width: 150px;
    }

    .pinco-auth {
        gap: 10px;
    }

    .pinco-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .pinco-btn img {
        width: 16px;
        height: 16px;
    }

    .pinco-banner {
        padding: 30px 0;
    }

    .pinco-rehberi-img {
        width: 90%;
        max-width: 400px;
        margin: 15px auto;
    }

    .pinco-banner-text h1 {
        font-size: 2rem;
    }

    .pinco-btn-casino,
    .pinco-btn-sport {
        padding: 12px 20px;
        font-size: 1rem;
        display: block;
        margin: 10px auto;
        min-width: 200px;
        max-width: 250px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .pinco-content h2 {
        font-size: 1.5rem;
    }

    .pinco-content p {
        font-size: 1rem;
    }

    .pinco-login-steps {
        gap: 15px;
        padding: 20px;
    }

    .pinco-step {
        min-width: 120px;
    }

    .pinco-step-content {
        padding: 20px 25px;
    }

    .pinco-step-icon {
        font-size: 32px;
    }

    .pinco-step-text {
        font-size: 14px;
    }

    .pinco-step-arrow {
        font-size: 24px;
    }

    .pinco-banner-center {
        width: 64%;
        max-width: 64%;
    }

    .pinco-bonus-diagram {
        padding: 50px 0 40px 0;
        min-height: auto;
    }

    .bonus-title {
        font-size: 2rem;
    }

    .bonus-main-title {
        font-size: 1.8rem;
        margin: 15px 0 10px 0;
        letter-spacing: 1.5px;
    }

    .bonus-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .bonus-steps-container {
        gap: 20px;
        padding: 30px 15px;
    }

    .bonus-step {
        min-width: 140px;
        max-width: 180px;
    }

    .bonus-step-circle {
        width: 100px;
        height: 100px;
    }

    .bonus-step-icon {
        font-size: 40px;
    }

    .bonus-step-content h3 {
        font-size: 1.1rem;
    }

    .bonus-step-content p {
        font-size: 0.85rem;
    }

    .bonus-amount {
        font-size: 1.5rem !important;
    }

    .bonus-arrow {
        font-size: 30px;
    }

    .bonus-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
    }

    table {
        font-size: 0.9rem;
    }

    table th,
    table td {
        padding: 10px;
    }

    .pinco-payments {
        gap: 15px;
        padding: 30px 15px;
    }

    .pinco-payment {
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    
    .pinco-payment .payment-text {
        font-size: 12px;
    }

    .pinco-footer-icons {
        gap: 15px;
    }

    .pinco-footer-icons img {
        max-height: 50px;
        height: 50px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .pinco-container {
        padding: 0 15px;
    }

    .pinco-banner-text h1 {
        font-size: 1.5rem;
    }

    .pinco-rehberi-img {
        width: 85%;
        max-width: 300px;
        margin: 10px auto;
    }

    .pinco-content h2 {
        font-size: 1.3rem;
    }

    .pinco-bonus-diagram {
        padding: 40px 0 30px 0;
    }

    .bonus-title {
        font-size: 1.5rem;
    }

    .bonus-main-title {
        font-size: 1.3rem;
        margin: 12px 0 8px 0;
        letter-spacing: 1px;
    }

    .bonus-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .bonus-steps-container {
        flex-direction: column;
        gap: 25px;
        padding: 25px 15px;
    }

    .bonus-step {
        min-width: 100%;
        max-width: 100%;
    }

    .bonus-step-circle {
        width: 90px;
        height: 90px;
    }

    .bonus-step-icon {
        font-size: 35px;
    }

    .bonus-step-content h3 {
        font-size: 1rem;
    }

    .bonus-amount {
        font-size: 1.3rem !important;
    }

    .bonus-arrow {
        transform: rotate(90deg);
        font-size: 28px;
    }

    .bonus-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    table {
        font-size: 0.8rem;
        display: block;
        overflow-x: auto;
    }

    .pinco-btn {
        padding: 6px 12px;
        font-size: 0.85rem;
    }

    .pinco-auth {
        flex-direction: column;
        gap: 8px;
    }

    .pinco-login-steps {
        flex-direction: column;
        gap: 20px;
    }

    .pinco-step-arrow {
        transform: rotate(90deg);
        font-size: 28px;
    }

    .pinco-step {
        min-width: 100%;
    }
}

