/* ItsNotUs Mutations Page Specific Styles */
.mutation-hero {
    text-align: center;
    padding: 40px 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin-bottom: 40px;
    background-image: url('https://placehold.co/1200x300/1a2a6c/f5f5f5?text=ItsNotUs+Mutation+Secrets');
    background-size: cover;
    background-position: center;
    position: relative;
}

.mutation-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.mutation-hero h1, .mutation-hero p {
    position: relative;
    z-index: 1;
}

.mutation-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #fdbb2d;
}

.mutation-basics {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mutation-basics h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #fdbb2d;
}

.basics-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.basics-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.basics-text h3 {
    margin: 20px 0 15px;
    color: #fdbb2d;
}

.basics-text ul {
    margin: 15px 0;
    padding-left: 20px;
}

.tribe-tip {
    background: rgba(26, 42, 108, 0.8);
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    border-left: 4px solid #fdbb2d;
}

.tribe-tip h4 {
    color: #fdbb2d;
    margin-bottom: 10px;
}

.basics-visual {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.mutation-display {
    background: rgba(26, 42, 108, 0.8);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.mutation-counter.detailed {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mutation-counter.detailed .labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
}

.mutation-counter.detailed .labels span {
    font-size: 0.8rem;
    text-align: center;
    flex: 1;
}

.mutation-process {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mutation-process h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #fdbb2d;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.step {
    background: rgba(26, 42, 108, 0.8);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #fdbb2d;
    color: #1a2a6c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.step h3 {
    margin: 15px 0;
    color: #fdbb2d;
}

.tribe-note {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    font-style: italic;
}

.mutation-strategy {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mutation-strategy h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #fdbb2d;
}

.strategy-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.strategy-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.strategy-text h3 {
    margin: 20px 0 15px;
    color: #fdbb2d;
}

.tribe-secret {
    background: rgba(178, 31, 31, 0.8);
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    border-left: 4px solid #fdbb2d;
}

.tribe-secret h4 {
    color: #fdbb2d;
    margin-bottom: 10px;
}

.strategy-visual {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.breeding-example {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(26, 42, 108, 0.8);
    padding: 30px;
    border-radius: 10px;
}

.breeding-pair {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 20px;
}

.dino {
    text-align: center;
    padding: 15px;
}

.dino i {
    font-size: 3rem;
    color: #fdbb2d;
    margin-bottom: 10px;
}

.breeding-symbol {
    margin: 20px 0;
}

.breeding-symbol i {
    font-size: 2rem;
    color: #b21f1f;
}

.arrow {
    margin: 20px 0;
}

.arrow i {
    font-size: 2rem;
    color: #f5f5f5;
}

.mutation-tips {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.mutation-tips h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #fdbb2d;
}

.tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.tip {
    background: rgba(26, 42, 108, 0.8);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.tip i {
    font-size: 2.5rem;
    color: #fdbb2d;
    margin-bottom: 15px;
}

.tip h3 {
    margin-bottom: 15px;
    color: #fdbb2d;
}

.tribe-achievements {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.tribe-achievements h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #fdbb2d;
}

.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.achievement {
    background: rgba(26, 42, 108, 0.8);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
}

.achievement i {
    font-size: 2.5rem;
    color: #fdbb2d;
    margin-bottom: 15px;
}

.achievement h3 {
    margin-bottom: 15px;
    color: #fdbb2d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .basics-content, .strategy-content {
        flex-direction: column;
    }
    
    .process-steps, .tips-grid, .achievements-grid {
        grid-template-columns: 1fr;
    }
}