.container {
    text-align: center;
    max-width: 600px;
}

.desc {
    margin-bottom: 40px;
    color: #61666d;
    font-size: 16px;
    line-height: 1.6;
}

/* Dota 2 Style Button - Dragonica Edition */
.dota-button {
    position: relative;
    padding: 0;
    width: 240px;
    height: 60px;
    border: none;
    background: none;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    font-family: 'Trajan Pro', serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #e2c9a8;
    transform: translateY(0);
    transition: transform 0.12s ease-out, filter 0.12s ease-out;
    -webkit-tap-highlight-color: transparent;
}

/* Dragon-themed border */
.button-yellow-border {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to bottom, #E6B91E, #B08C00);
    clip-path: polygon(
        0% 22%,
        4% -2%, 15% 2%, 25% -2%, 35% 2%, 45% -2%, 55% 2%, 65% -2%, 75% 2%, 85% -2%, 96% -2%,
        100% 22%,
        100% 78%,
        96% 102%, 85% 98%, 75% 102%, 65% 98%, 55% 102%, 45% 98%, 35% 102%, 25% 98%, 15% 102%, 4% 102%,
        0% 78%
    );
    z-index: 0;
    filter: drop-shadow(0 0 4px rgba(230, 185, 30, 0.5));
}


/* Outer frame with angular cuts and dragon scale pattern */
.button-outer-frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #352218, #1c120d);
    clip-path: polygon(
        0% 20%,
        3% 0%, 15% 4%, 25% 0%, 35% 4%, 45% 0%, 55% 4%, 65% 0%, 75% 4%, 85% 0%, 97% 0%,
        100% 20%,
        100% 80%,
        97% 100%, 85% 96%, 75% 100%, 65% 96%, 55% 100%, 45% 96%, 35% 100%, 25% 96%, 15% 100%, 3% 100%,
        0% 80%
    );
    z-index: 1;
}

/* Dragon themed accent lines */
.button-accent-top,
.button-accent-bottom {
    position: absolute;
    height: 1px;
    left: 5%;
    right: 5%;
    background: linear-gradient(to right,
        rgba(255, 171, 15, 0.1) 0%,
        rgba(255, 171, 15, 0.5) 50%,
        rgba(255, 171, 15, 0.1) 100%);
    z-index: 2;
}

/* Main button frame */
.button-frame {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: linear-gradient(to bottom, #232527, #121315);
    clip-path: polygon(
        0% 20%,
        3% 0%,
        97% 0%,
        100% 20%,
        100% 80%,
        97% 100%,
        3% 100%,
        0% 80%
    );
    z-index: 3;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);
}

/* Metal inner part with dragon scales */
.button-metal {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(to bottom,
        rgba(75, 60, 15, 1) 0%,
        rgba(55, 45, 10, 1) 50%,
        rgba(35, 25, 5, 1) 100%);
    clip-path: polygon(
        0% 20%,
        3.5% 1%, 15% 5%, 25% 1%, 35% 5%, 45% 1%, 55% 5%, 65% 1%, 75% 5%, 85% 1%, 96.5% 1%,
        100% 20%,
        100% 80%,
        96.5% 99%, 85% 95%, 75% 99%, 65% 95%, 55% 99%, 45% 95%, 35% 99%, 25% 95%, 15% 99%, 3.5% 99%,
        0% 80%
    );
    box-shadow:
        inset 0 1px 1px rgba(255, 200, 150, 0.1),
        inset 0 -1px 1px rgba(0, 0, 0, 0.8);
    z-index: 4;
    overflow: hidden;
}

/* Button face with dragon scale pattern */
.button-face {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: linear-gradient(to bottom,
        rgba(70, 60, 15, 1) 0%,
        rgba(45, 40, 10, 1) 50%,
        rgba(30, 25, 5, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(
        0% 20%,
        3.5% 1%, 15% 5%, 25% 1%, 35% 5%, 45% 1%, 55% 5%, 65% 1%, 75% 5%, 85% 1%, 96.5% 1%,
        100% 20%,
        100% 80%,
        96.5% 99%, 85% 95%, 75% 99%, 65% 95%, 55% 99%, 45% 95%, 35% 99%, 25% 95%, 15% 99%, 3.5% 99%,
        0% 80%
    );
    z-index: 5;
}

/* Dragon scale texture overlay */
.button-face::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cpath fill='%23ffd700' fill-opacity='0.15' d='M0 5 C 2.5 0, 7.5 0, 10 5 C 12.5 10, 17.5 10, 20 5 L 20 10 L 0 10 Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 20px 10px;
    opacity: 0.15;
    z-index: 6;
}

/* Button content */
.button-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
    padding: 0;
}

/* Icon */
.button-icon {
    color: #ff9b30;
    font-size: 20px;
    margin-right: 12px;
    transition: all 0.15s ease;
    opacity: 0.9;
    filter: drop-shadow(0 0 2px rgba(255, 155, 48, 0.5));
}

/* Button text */
.button-text {
    position: relative;
    z-index: 10;
    transition: all 0.15s ease;
    margin-top: 2px;
    /* color: #ffb347; */
    color:white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* Energy glow effect - dragon fire */
.button-glow {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: transparent;
    opacity: 0;
    box-shadow:
        inset 0 0 5px #E6B91E,
        0 0 5px rgba(230, 185, 30, 0.5);
    z-index: 7;
    clip-path: polygon(
        0% 20%,
        3.5% 1%, 15% 5%, 25% 1%, 35% 5%, 45% 1%, 55% 5%, 65% 1%, 75% 5%, 85% 1%, 96.5% 1%,
        100% 20%,
        100% 80%,
        96.5% 99%, 85% 95%, 75% 99%, 65% 95%, 55% 99%, 45% 95%, 35% 99%, 25% 95%, 15% 99%, 3.5% 99%,
        0% 80%
    );
    transition: opacity 0.2s ease;
}


/* Bottom highlight - dragon fire */
.button-highlight {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right,
        rgba(230, 185, 30, 0) 0%,
        rgba(212, 175, 55, 0.7) 50%,
        rgba(230, 185, 30, 0) 100%);
    z-index: 8;
    opacity: 0;
    transition: opacity 0.15s ease;
}


/* Corner accents - dragon claws */
.corner-accent {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ffd700;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.15s ease, background 0.15s ease;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.top-left {
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.top-right {
    top: 0;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.bottom-left {
    bottom: 0;
    left: 0;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

.bottom-right {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

/* Remove the metallic shine effect - as requested */
.button-shine {
    display: none; /* Hide the shine element completely */
}

/* Enhanced border glow effect - dragon aura */
.border-glow {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: transparent;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    z-index: -1;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

/* Dragon emblem */
.dragon-emblem {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffd700' fill-opacity='0.07' d='M15.5 11c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5.67-1.5 1.5-1.5zm-7 0c.83 0 1.5.67 1.5 1.5S9.33 14 8.5 14 7 13.33 7 12.5 7.67 11 8.5 11M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 13c-2.28 0-4.22-1.66-5-4h10c-.78 2.34-2.72 4-5 4z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 60px 60px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 6;
    pointer-events: none;
}

/* Improved hover state - dragon fire effect */
.dota-button:hover {
    transform: translateY(-2px) scale(1.02);
    filter: brightness(1.2);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s ease-out;
}

.dota-button:hover .button-glow {
    opacity: 0.4;
  box-shadow: 0 0 8px rgba(230, 185, 30, 0.6);
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
    /* animation: fire-pulse 1.5s infinite alternate; */
}

@keyframes fire-pulse {
    0% { box-shadow: inset 0 0 8px #ffd700, 0 0 12px rgba(255, 215, 0, 0.6); }
    100% { box-shadow: inset 0 0 12px #ffdb58, 0 0 18px rgba(255, 215, 0, 0.8); }
}

.dota-button:hover .button-highlight {
    opacity: 1;
}

.dota-button:hover .corner-accent {
    opacity: 1;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 5px rgba(230, 185, 30, 0.7);
    transition: opacity 0.2s ease, background 0.2s ease, width 0.2s ease, height 0.2s ease, box-shadow 0.2s ease;
}


.dota-button:hover .button-icon,
.dota-button:hover .button-text {
    color: #ffcd80;
    text-shadow: 0 0 6px rgba(255, 174, 66, 0.9);
    transition: color 0.2s ease, text-shadow 0.2s ease;
}

.dota-button:hover .border-glow {
    opacity: 1;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.8); /* Changed from red rgba(255, 111, 60, 0.8) to golden yellow */
}

.dota-button:hover .button-yellow-border {
    background: linear-gradient(to bottom, #ffdb58, #ffd700); /* Changed from orange-red gradient to yellow gold gradient */
    transition: background 0.3s ease;
}

/* Enhanced active/pressed state */
.dota-button:active {
    transform: translateY(1px) scale(0.97);
    filter: brightness(0.85);
    transition: transform 0.1s ease-out, filter 0.1s ease-out;
}

.dota-button:active .button-metal {
    background: linear-gradient(to bottom,
        rgba(35, 38, 42, 1) 0%,
        rgba(22, 23, 25, 1) 50%,
        rgba(15, 16, 18, 1) 100%);
    transition: background 0.1s ease;
}

.dota-button:active .button-glow {
    opacity: 0.2;
    box-shadow:
        inset 0 0 4px #af8a2a,
        0 0 3px rgba(175, 138, 42, 0.4);
    transition: all 0.1s ease;
}

.dota-button:active .corner-accent {
    background: #b3901d;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 3px rgba(179, 144, 29, 0.5);
    transition: all 0.1s ease;
}

/* Focus state for accessibility */
.dota-button:focus {
    outline: none;
}

.dota-button:focus .border-glow {
    opacity: 0.7;
}

/* Pulsating glow effect at the bottom - dragon breath */
@keyframes pulse-glow {
    0% { opacity: 0.3; transform: translateY(0); }
    50% { opacity: 0.7; transform: translateY(-1px); }
    100% { opacity: 0.3; transform: translateY(0); }
}

.pulse-highlight {
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -3px;
    height: 1px;
    background: linear-gradient(to right,
        rgba(255, 215, 0, 0) 0%,
        rgba(255, 215, 0, 0.9) 50%,
        rgba(255, 215, 0, 0) 100%);
    opacity: 0.3;
    /* animation: pulse-glow 2s infinite; */
    z-index: 2;
    box-shadow: 0 0 4px rgba(255, 215, 0, 0.5);
}

/* Dragon fire particles */
.fire-particles {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 15px;
    background-image: radial-gradient(circle, rgba(255,215,0,0.7) 0%, rgba(255,215,0,0) 70%);
    background-size: 8px 8px;
    background-position: center bottom;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    filter: blur(1px);
}

.dota-button:hover .fire-particles {
    opacity: 0.6;
    animation: fire-rise 2s infinite;
}

@keyframes fire-rise {
    0% { transform: translateX(-50%) translateY(0); opacity: 0.3; }
    50% { transform: translateX(-50%) translateY(-5px); opacity: 0.6; }
    100% { transform: translateX(-50%) translateY(-10px); opacity: 0; }
}
